Skip to content
Triggered via push October 25, 2024 16:25
Status Failure
Total duration 1m 9s
Artifacts

devbuilds.yaml

on: push
Matrix: basic
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 10 warnings
basic (ubuntu-latest)
Process completed with exit code 1.
basic (windows-latest)
The job was canceled because "ubuntu-latest" failed.
basic (windows-latest)
The operation was canceled.
basic (ubuntu-latest): 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.
basic (ubuntu-latest): 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.
basic (ubuntu-latest): 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.
basic (ubuntu-latest): 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.
basic (ubuntu-latest): 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.
basic (ubuntu-latest): 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.
basic (ubuntu-latest): 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.
basic (ubuntu-latest): 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.
basic (ubuntu-latest): 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).
basic (ubuntu-latest): 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).