A bunch of fixes from static analysis and production #104
Annotations
10 warnings
Build:
Common/Classes/TaggedException.cs#L187
Member 'TaggedException<T>.GetObjectData(SerializationInfo, StreamingContext)' overrides obsolete member 'Exception.GetObjectData(SerializationInfo, StreamingContext)'. Add the Obsolete attribute to 'TaggedException<T>.GetObjectData(SerializationInfo, StreamingContext)'.
|
Build:
Common/Classes/Binary/Binary.cs#L2502
Argument type 'uint' is not CLS-compliant
|
Build:
Common/Classes/Machine.cs#L328
'AssemblyName.ProcessorArchitecture' is obsolete: 'AssemblyName members HashAlgorithm, ProcessorArchitecture, and VersionCompatibility are obsolete and not supported.' (https://aka.ms/dotnet-warnings/SYSLIB0037)
|
Build:
Common/Classes/TaggedException.cs#L155
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
Build:
Common/Classes/TaggedException.cs#L195
'Exception.GetObjectData(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
Build:
Common/Collections/Generic/ConcurrentLinkedStackSlim.cs#L572
'Thread.ApartmentState' is obsolete: 'The ApartmentState property has been deprecated. Use GetApartmentState, SetApartmentState or TrySetApartmentState instead.'
|
Build:
Common/Collections/Generic/ConcurrentLinkedStackSlim.cs#L622
'Thread.ApartmentState' is obsolete: 'The ApartmentState property has been deprecated. Use GetApartmentState, SetApartmentState or TrySetApartmentState instead.'
|
Build:
Common/Collections/Generic/ConcurrentLinkedStackSlim.cs#L661
'Thread.ApartmentState' is obsolete: 'The ApartmentState property has been deprecated. Use GetApartmentState, SetApartmentState or TrySetApartmentState instead.'
|
Build:
Common/Collections/Generic/ConcurrentLinkedQueueSlim.cs#L686
'Thread.ApartmentState' is obsolete: 'The ApartmentState property has been deprecated. Use GetApartmentState, SetApartmentState or TrySetApartmentState instead.'
|
Build:
Common/Collections/Generic/ConcurrentLinkedQueueSlim.cs#L736
'Thread.ApartmentState' is obsolete: 'The ApartmentState property has been deprecated. Use GetApartmentState, SetApartmentState or TrySetApartmentState instead.'
|
The logs for this run have expired and are no longer available.
Loading