Version 17.0 + Generate 1.33 (#1626) #1980
Annotations
10 warnings
Analyze (csharp):
tests/KubernetesClient.Classic.Tests/SimpleTests.cs#L34
Avoid inexact read with 'System.Net.Sockets.NetworkStream.Read(byte[], int, int)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)
|
Analyze (csharp):
src/KubernetesClient.Aot/KubernetesClientConfiguration.ConfigFile.cs#L313
'X509Certificate2.X509Certificate2(byte[], 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)
|
Analyze (csharp):
src/KubernetesClient.Aot/KubernetesClientConfiguration.ConfigFile.cs#L317
'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)
|
Analyze (csharp):
tests/KubernetesClient.Classic.Tests/SimpleTests.cs#L34
Avoid inexact read with 'System.Net.Sockets.NetworkStream.Read(byte[], int, int)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)
|
Analyze (csharp):
examples/webApiDependencyInjection/Controllers/ExampleDependencyInjectionOnMethodController.cs#L13
XML comment has a param tag for 'kubernetes', but there is no parameter by that name
|
Analyze (csharp):
examples/webApiDependencyInjection/Controllers/ExampleDependencyInjectionOnMethodController.cs#L16
The documentation for parameter 'kubernetesClient' is missing (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1611.md)
|
|
Analyze (csharp):
examples/webApiDependencyInjection/Controllers/ExampleDependencyInjectionOnMethodController.cs#L13
Element parameter documentation should have text (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1614.md)
|
|
Analyze (csharp):
examples/webApiDependencyInjection/Controllers/ExampleDependencyInjectionOnMethodController.cs#L14
Element return value documentation should have text (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1616.md)
|