char #4
Annotations
10 warnings
|
Framework/Logging/Log.cs#L44
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Framework/Networking/SSLSocket.cs#L77
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
Framework/Cryptography/ShaHmac.cs#L72
'HMACSHA1.HMACSHA1(byte[], bool)' is obsolete: 'HMACSHA1 always uses the algorithm implementation provided by the platform. Use a constructor without the useManagedSha1 parameter.' (https://aka.ms/dotnet-warnings/SYSLIB0030)
|
Framework/Cryptography/ShaHmac.cs#L29
'SHA256Managed' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0021)
|
Framework/Logging/Log.cs#L104
The switch expression does not handle some values of its input type (it is not exhaustive) involving an unnamed enum value. For example, the pattern '(Framework.Logging.LogNetDir)4' is not covered.
|
Framework/Logging/Log.cs#L44
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Framework/Networking/SSLSocket.cs#L77
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
Framework/Logging/Log.cs#L104
The switch expression does not handle some values of its input type (it is not exhaustive) involving an unnamed enum value. For example, the pattern '(Framework.Logging.LogNetDir)4' is not covered.
|
Framework/Cryptography/ShaHmac.cs#L72
'HMACSHA1.HMACSHA1(byte[], bool)' is obsolete: 'HMACSHA1 always uses the algorithm implementation provided by the platform. Use a constructor without the useManagedSha1 parameter.' (https://aka.ms/dotnet-warnings/SYSLIB0030)
|
The logs for this run have expired and are no longer available.
Loading