Skip to content

feat: Replace JSON.NET with System.Text.Json #8

feat: Replace JSON.NET with System.Text.Json

feat: Replace JSON.NET with System.Text.Json #8

Triggered via pull request November 5, 2024 19:04
Status Success
Total duration 37m 57s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: 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: 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: 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: 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: 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: 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: 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: src/Docker.DotNet.X509/RSAUtil.cs#L94
This call site is reachable on all platforms. 'RSACryptoServiceProvider' is supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build: src/Docker.DotNet.X509/RSAUtil.cs#L87
This call site is reachable on all platforms. 'CspParameters' is supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build: src/Docker.DotNet.X509/RSAUtil.cs#L92
This call site is reachable on all platforms. 'CspParameters.KeyContainerName' is supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)