Skip to content

test restore

test restore #4

Triggered via push November 17, 2023 16:39
Status Success
Total duration 4m 53s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build: src/CoreLibs/HolyClient.Common/ProxyInfo.cs#L17
Non-nullable property 'Host' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/QuickProxyNet/Security/SslHandshakeException.cs#L233
Possible null reference assignment.
Build: src/QuickProxyNet/Security/SslHandshakeException.cs#L227
Non-nullable field 'Host' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build: src/QuickProxyNet/Security/SslHandshakeException.cs#L37
Non-nullable property 'ServerCertificate' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/QuickProxyNet/Security/SslHandshakeException.cs#L37
Non-nullable property 'RootCertificateAuthority' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/QuickProxyNet/Security/SslHandshakeException.cs#L42
Non-nullable property 'ServerCertificate' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/QuickProxyNet/Security/SslHandshakeException.cs#L42
Non-nullable property 'RootCertificateAuthority' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/QuickProxyNet/Security/SslHandshakeException.cs#L47
Non-nullable property 'ServerCertificate' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/QuickProxyNet/Security/SslHandshakeException.cs#L47
Non-nullable property 'RootCertificateAuthority' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/QuickProxyNet/Security/SslHandshakeException.cs#L83
Converting null literal or possible null value to non-nullable type.