add chmod #28
Annotations
10 warnings
src/QuickProxyNet/ProxyClientFactory.cs#L9
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 '(QuickProxyNet.ProxyType)5' is not covered.
|
src/McProtoNet/McProtoNet.Utils/Utils/CryptoHandler.cs#L20
Possible null reference return.
|
src/QuickProxyNet/ProxyClientFactory.cs#L25
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 '(QuickProxyNet.ProxyType)5' is not covered.
|
src/McProtoNet/McProtoNet.Utils/Utils/CryptoHandler.cs#L26
Possible null reference return.
|
src/QuickProxyNet/ProxyChecker/ProxyClientCache.cs#L44
Non-nullable field 'host' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
src/McProtoNet/McProtoNet.Utils/Utils/CryptoHandler.cs#L34
Possible null reference return.
|
src/QuickProxyNet/ProxyChecker/ProxyClientCache.cs#L58
Possible null reference assignment.
|
src/McProtoNet/McProtoNet.Utils/Utils/CryptoHandler.cs#L76
Possible null reference return.
|
src/QuickProxyNet/ProxyChecker/ProxyClientCache.cs#L62
Cannot convert null literal to non-nullable reference type.
|
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)
|
This job succeeded
Loading