char #4
Annotations
10 warnings
Publish:
Framework/Logging/Log.cs#L44
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Publish:
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.
|
Publish:
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.
|
Publish:
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.'
|
Publish:
Framework/Cryptography/ShaHmac.cs#L29
'SHA256Managed' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.'
|
Publish:
HermesProxy/World/Client/PacketHandlers/TradeHandler.cs#L8
The using directive for 'Framework.Logging' appeared previously in this namespace
|
Publish:
HermesProxy/Realm/RealmManager.cs#L142
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Publish:
HermesProxy/BnetServer/Networking/BnetTcpSession.cs#L94
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Publish:
HermesProxy/BnetServer/Services/BnetServices.cs#L114
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Publish:
HermesProxy/GlobalSessionData.cs#L791
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
The logs for this run have expired and are no longer available.
Loading