test #22
Annotations
30 warnings
windows-builds (win-x86):
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.
|
windows-builds (win-x86):
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.
|
windows-builds (win-x86):
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.
|
windows-builds (win-x86):
src/McProtoNet/McProtoNet.Utils/Utils/CryptoHandler.cs#L20
Possible null reference return.
|
windows-builds (win-x86):
src/QuickProxyNet/ProxyChecker/ProxyClientCache.cs#L58
Possible null reference assignment.
|
windows-builds (win-x86):
src/QuickProxyNet/ProxyChecker/ProxyClientCache.cs#L62
Cannot convert null literal to non-nullable reference type.
|
windows-builds (win-x86):
src/McProtoNet/McProtoNet.Utils/Utils/CryptoHandler.cs#L26
Possible null reference return.
|
windows-builds (win-x86):
src/QuickProxyNet/Clients/HttpsProxyClient.cs#L13
Non-nullable field 'sslValidationInfo' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
windows-builds (win-x86):
src/McProtoNet/McProtoNet.Utils/Utils/CryptoHandler.cs#L34
Possible null reference return.
|
windows-builds (win-x86):
src/QuickProxyNet/Clients/HttpsProxyClient.cs#L13
Non-nullable property 'ServerCertificateValidationCallback' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
windows-builds (win-arm64):
src/QuickProxyNet/Clients/HttpsProxyClient.cs#L13
Non-nullable field 'sslValidationInfo' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
windows-builds (win-arm64):
src/QuickProxyNet/Clients/HttpsProxyClient.cs#L13
Non-nullable property 'ServerCertificateValidationCallback' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
windows-builds (win-arm64):
src/QuickProxyNet/Clients/HttpsProxyClient.cs#L13
Non-nullable property 'ClientCertificates' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
windows-builds (win-arm64):
src/QuickProxyNet/Clients/HttpsProxyClient.cs#L13
Non-nullable property 'SslCipherSuitesPolicy' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
windows-builds (win-arm64):
src/QuickProxyNet/Clients/HttpsProxyClient.cs#L17
Non-nullable field 'sslValidationInfo' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
windows-builds (win-arm64):
src/QuickProxyNet/Clients/HttpsProxyClient.cs#L17
Non-nullable property 'ServerCertificateValidationCallback' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
windows-builds (win-arm64):
src/QuickProxyNet/Clients/HttpsProxyClient.cs#L17
Non-nullable property 'ClientCertificates' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
windows-builds (win-arm64):
src/QuickProxyNet/Clients/HttpsProxyClient.cs#L17
Non-nullable property 'SslCipherSuitesPolicy' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
windows-builds (win-arm64):
src/QuickProxyNet/Clients/HttpsProxyClient.cs#L56
Nullability of reference types in type of parameter 'certificate' of 'bool HttpsProxyClient.ValidateRemoteCertificate(object sender, X509Certificate certificate, X509Chain chain, SslPolicyErrors sslPolicyErrors)' doesn't match the target delegate 'RemoteCertificateValidationCallback' (possibly because of nullability attributes).
|
windows-builds (win-arm64):
src/QuickProxyNet/Clients/HttpsProxyClient.cs#L56
Nullability of reference types in type of parameter 'chain' of 'bool HttpsProxyClient.ValidateRemoteCertificate(object sender, X509Certificate certificate, X509Chain chain, SslPolicyErrors sslPolicyErrors)' doesn't match the target delegate 'RemoteCertificateValidationCallback' (possibly because of nullability attributes).
|
windows-builds (win-x64):
src/QuickProxyNet/Clients/HttpsProxyClient.cs#L13
Non-nullable field 'sslValidationInfo' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
windows-builds (win-x64):
src/QuickProxyNet/Clients/HttpsProxyClient.cs#L13
Non-nullable property 'ServerCertificateValidationCallback' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
windows-builds (win-x64):
src/QuickProxyNet/Clients/HttpsProxyClient.cs#L13
Non-nullable property 'ClientCertificates' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
windows-builds (win-x64):
src/QuickProxyNet/Clients/HttpsProxyClient.cs#L13
Non-nullable property 'SslCipherSuitesPolicy' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
windows-builds (win-x64):
src/QuickProxyNet/Clients/HttpsProxyClient.cs#L17
Non-nullable field 'sslValidationInfo' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
windows-builds (win-x64):
src/QuickProxyNet/Clients/HttpsProxyClient.cs#L17
Non-nullable property 'ServerCertificateValidationCallback' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
windows-builds (win-x64):
src/QuickProxyNet/Clients/HttpsProxyClient.cs#L17
Non-nullable property 'ClientCertificates' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
windows-builds (win-x64):
src/QuickProxyNet/Clients/HttpsProxyClient.cs#L17
Non-nullable property 'SslCipherSuitesPolicy' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
windows-builds (win-x64):
src/QuickProxyNet/Clients/HttpsProxyClient.cs#L56
Nullability of reference types in type of parameter 'certificate' of 'bool HttpsProxyClient.ValidateRemoteCertificate(object sender, X509Certificate certificate, X509Chain chain, SslPolicyErrors sslPolicyErrors)' doesn't match the target delegate 'RemoteCertificateValidationCallback' (possibly because of nullability attributes).
|
windows-builds (win-x64):
src/QuickProxyNet/Clients/HttpsProxyClient.cs#L56
Nullability of reference types in type of parameter 'chain' of 'bool HttpsProxyClient.ValidateRemoteCertificate(object sender, X509Certificate certificate, X509Chain chain, SslPolicyErrors sslPolicyErrors)' doesn't match the target delegate 'RemoteCertificateValidationCallback' (possibly because of nullability attributes).
|