add chmod #28
Annotations
10 warnings
src/McProtoNet/McProtoNet.Utils/Utils/CryptoHandler.cs#L20
Possible null reference return.
|
src/McProtoNet/McProtoNet.Utils/Utils/CryptoHandler.cs#L26
Possible null reference return.
|
src/McProtoNet/McProtoNet.Utils/Utils/CryptoHandler.cs#L34
Possible null reference return.
|
src/McProtoNet/McProtoNet.Utils/Utils/CryptoHandler.cs#L76
Possible null reference return.
|
src/McProtoNet/McProtoNet.Utils/Utils/CryptoHandler.cs#L97
'AesManaged' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0021)
|
src/McProtoNet/McProtoNet.Utils/LanServerDetector.cs#L183
Cannot convert null literal to non-nullable reference type.
|
src/McProtoNet/McProtoNet.Utils/LanServerDetector.cs#L180
Non-nullable property 'WorkSocket' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/McProtoNet/McProtoNet.Utils/Utils/CryptoHandler.cs#L118
'SHA1CryptoServiceProvider' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0021)
|
src/McProtoNet/McProtoNet.Utils/Utils/CryptoHandler.cs#L122
Possible null reference return.
|
src/McProtoNet/McProtoNet.Utils/LanServerDetector.cs#L102
Converting null literal or possible null value to non-nullable type.
|
This job succeeded
Loading