Skip to content

fix: Support empty string enum serialization and deserialization #14

fix: Support empty string enum serialization and deserialization

fix: Support empty string enum serialization and deserialization #14

Triggered via pull request November 29, 2024 13:15
Status Success
Total duration 4m 23s
Artifacts

ci.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
build (net9.0): src/Docker.DotNet/Microsoft.Net.Http.Client/ManagedHandler.cs#L182
'SslProtocols.Tls11' is obsolete: 'TLS versions 1.0 and 1.1 have known vulnerabilities and are not recommended. Use a newer TLS version instead, or use SslProtocols.None to defer to OS defaults.' (https://aka.ms/dotnet-warnings/SYSLIB0039)
build (net9.0): src/Docker.DotNet/Microsoft.Net.Http.Client/ManagedHandler.cs#L182
'SslProtocols.Tls' is obsolete: 'TLS versions 1.0 and 1.1 have known vulnerabilities and are not recommended. Use a newer TLS version instead, or use SslProtocols.None to defer to OS defaults.' (https://aka.ms/dotnet-warnings/SYSLIB0039)
build (net9.0): src/Docker.DotNet/DockerPipeStream.cs#L54
This call site is reachable on all platforms. 'NativeOverlapped' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (net9.0): src/Docker.DotNet/DockerPipeStream.cs#L64
This call site is reachable on all platforms. 'NativeOverlapped.EventHandle' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (net9.0): src/Docker.DotNet.X509/RSAUtil.cs#L16
'X509Certificate2.X509Certificate2(string, string?)' is obsolete: 'Loading certificate data through the constructor or Import is obsolete. Use X509CertificateLoader instead to load certificates.' (https://aka.ms/dotnet-warnings/SYSLIB0057)
build (net9.0): src/Docker.DotNet.X509/RSAUtil.cs#L21
'X509Certificate2.X509Certificate2(string, SecureString?)' is obsolete: 'Loading certificate data through the constructor or Import is obsolete. Use X509CertificateLoader instead to load certificates.' (https://aka.ms/dotnet-warnings/SYSLIB0057)
build (net9.0): src/Docker.DotNet.X509/RSAUtil.cs#L26
'X509Certificate2.X509Certificate2(string)' is obsolete: 'Loading certificate data through the constructor or Import is obsolete. Use X509CertificateLoader instead to load certificates.' (https://aka.ms/dotnet-warnings/SYSLIB0057)
build (net9.0): src/Docker.DotNet.X509/RSAUtil.cs#L27
'X509Certificate2.PrivateKey' is obsolete: 'X509Certificate2.PrivateKey is obsolete. Use the appropriate method to get the private key, such as GetRSAPrivateKey, or use the CopyWithPrivateKey method to create a new instance with a private key.' (https://aka.ms/dotnet-warnings/SYSLIB0028)
build (net9.0): src/Docker.DotNet.X509/CertificateCredentials.cs#L32
'ServicePointManager' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead. Settings on ServicePointManager no longer affect SslStream or HttpClient.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
build (net9.0): src/Docker.DotNet.X509/RSAUtil.cs#L92
This call site is reachable on all platforms. 'CspParameters.KeyContainerName' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (net8.0): src/Docker.DotNet/Microsoft.Net.Http.Client/ManagedHandler.cs#L182
'SslProtocols.Tls11' is obsolete: 'TLS versions 1.0 and 1.1 have known vulnerabilities and are not recommended. Use a newer TLS version instead, or use SslProtocols.None to defer to OS defaults.' (https://aka.ms/dotnet-warnings/SYSLIB0039)
build (net8.0): src/Docker.DotNet/Microsoft.Net.Http.Client/ManagedHandler.cs#L182
'SslProtocols.Tls' is obsolete: 'TLS versions 1.0 and 1.1 have known vulnerabilities and are not recommended. Use a newer TLS version instead, or use SslProtocols.None to defer to OS defaults.' (https://aka.ms/dotnet-warnings/SYSLIB0039)
build (net8.0): src/Docker.DotNet/DockerPipeStream.cs#L64
This call site is reachable on all platforms. 'NativeOverlapped.EventHandle' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (net8.0): src/Docker.DotNet/DockerPipeStream.cs#L54
This call site is reachable on all platforms. 'NativeOverlapped' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (net8.0): src/Docker.DotNet.X509/RSAUtil.cs#L27
'X509Certificate2.PrivateKey' is obsolete: 'X509Certificate2.PrivateKey is obsolete. Use the appropriate method to get the private key, such as GetRSAPrivateKey, or use the CopyWithPrivateKey method to create a new instance with a private key.' (https://aka.ms/dotnet-warnings/SYSLIB0028)
build (net8.0): src/Docker.DotNet.X509/RSAUtil.cs#L94
This call site is reachable on all platforms. 'RSACryptoServiceProvider' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (net8.0): src/Docker.DotNet.X509/RSAUtil.cs#L87
This call site is reachable on all platforms. 'CspParameters' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (net8.0): src/Docker.DotNet.X509/RSAUtil.cs#L92
This call site is reachable on all platforms. 'CspParameters.KeyContainerName' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (net8.0): src/Docker.DotNet/Microsoft.Net.Http.Client/ManagedHandler.cs#L182
'SslProtocols.Tls11' is obsolete: 'TLS versions 1.0 and 1.1 have known vulnerabilities and are not recommended. Use a newer TLS version instead, or use SslProtocols.None to defer to OS defaults.' (https://aka.ms/dotnet-warnings/SYSLIB0039)
build (net8.0): src/Docker.DotNet/Microsoft.Net.Http.Client/ManagedHandler.cs#L182
'SslProtocols.Tls' is obsolete: 'TLS versions 1.0 and 1.1 have known vulnerabilities and are not recommended. Use a newer TLS version instead, or use SslProtocols.None to defer to OS defaults.' (https://aka.ms/dotnet-warnings/SYSLIB0039)