Merge pull request #30 from dimhotepus/production-usage-fixes-2 #108
Annotations
10 warnings
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/Extensions/StreamExtensions.cs#L277
'WebClient.WebClient()' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
Build:
Common/Extensions/StreamExtensions.cs#L235
'WebRequest.Create(Uri)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
Build:
Common/Extensions/ThreadExtensions.cs#L84
'Thread.Abort()' is obsolete: 'Thread.Abort is not supported and throws PlatformNotSupportedException.' (https://aka.ms/dotnet-warnings/SYSLIB0006)
|
Build:
Common/Extensions/ThreadExtensions.cs#L86
'Thread.ResetAbort()' is obsolete: 'Thread.ResetAbort is not supported and throws PlatformNotSupportedException.' (https://aka.ms/dotnet-warnings/SYSLIB0006)
|
Build:
Common/Extensions/ThreadExtensions.cs#L107
'Thread.Abort()' is obsolete: 'Thread.Abort is not supported and throws PlatformNotSupportedException.' (https://aka.ms/dotnet-warnings/SYSLIB0006)
|
Build:
Common/Extensions/ThreadExtensions.cs#L108
'Thread.ResetAbort()' is obsolete: 'Thread.ResetAbort is not supported and throws PlatformNotSupportedException.' (https://aka.ms/dotnet-warnings/SYSLIB0006)
|
Build:
Common/Classes/Transport/TransportClient.cs#L129
The event 'TransportClient.OnConnect' is never used
|
Build:
Common/Classes/Transport/TransportClient.cs#L131
The event 'TransportClient.OnDisconnect' is never used
|
Build:
Common/Collections/Generic/PrecicseList.cs#L46
Field 'PrecicseList.m_IsShared' is never assigned to, and will always have its default value false
|
The logs for this run have expired and are no longer available.
Loading