add chmod #28
Annotations
10 warnings
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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).
|
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).
|
This job succeeded
Loading