migrate to record #1871
buildtest.yaml
on: pull_request
MSBuild build
4m 5s
e2e
9m 16s
Matrix: Dotnet build
Annotations
38 warnings and 2 notices
MSBuild build:
src/KubernetesClient/Models/IntOrString.cs#L6
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
MSBuild build:
src/KubernetesClient/Models/IntOrString.cs#L6
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Dotnet build (ubuntu-latest):
examples/clientset/Program.cs#L22
Commas should be followed by whitespace. (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1001.md)
|
Dotnet build (ubuntu-latest):
src/KubernetesClient/Models/IntOrString.cs#L6
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Dotnet build (ubuntu-latest):
src/KubernetesClient/Models/IntOrString.cs#L6
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Dotnet build (ubuntu-latest):
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)
|
Dotnet build (ubuntu-latest):
src/KubernetesClient.Classic/IsExternalInit.cs#L4
Element should not be on a single line (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1502.md)
|
Dotnet build (ubuntu-latest):
src/KubernetesClient/Kubernetes.ConfigInit.cs#L223
Unreachable code detected
|
Dotnet build (ubuntu-latest):
src/KubernetesClient/Models/IntOrString.cs#L6
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Dotnet build (ubuntu-latest):
src/KubernetesClient.Classic/IsExternalInit.cs#L4
Element should not be on a single line (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1502.md)
|
Dotnet build (ubuntu-latest):
src/KubernetesClient/Kubernetes.ConfigInit.cs#L223
Unreachable code detected
|
Dotnet build (ubuntu-latest):
src/KubernetesClient/Models/IntOrString.cs#L6
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
e2e:
tests/E2E.Aot.Tests/MinikubeTests.cs#L201
Closing parenthesis should be on line of last parameter (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1111.md)
|
e2e:
tests/E2E.Aot.Tests/MinikubeTests.cs#L386
Code should not contain trailing whitespace (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1028.md)
|
e2e:
tests/E2E.Aot.Tests/MinikubeTests.cs#L379
Code should not contain trailing whitespace (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1028.md)
|
e2e:
src/KubernetesClient/Models/IntOrString.cs#L6
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
e2e:
src/KubernetesClient/Models/IntOrString.cs#L6
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
e2e:
src/KubernetesClient/Models/IntOrString.cs#L6
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Dotnet build (windows-latest):
tests/KubernetesClient.Tests/CertUtilsTests.cs#L88
'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)
|
Dotnet build (windows-latest):
tests/KubernetesClient.Tests/AuthTests.cs#L194
'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)
|
Dotnet build (windows-latest):
tests/KubernetesClient.Tests/AuthTests.cs#L191
'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)
|
Dotnet build (windows-latest):
tests/KubernetesClient.Tests/CertificateValidationTests.cs#L113
'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)
|
Dotnet build (windows-latest):
tests/KubernetesClient.Tests/CertificateValidationTests.cs#L84
'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)
|
Dotnet build (windows-latest):
tests/KubernetesClient.Tests/CertificateValidationTests.cs#L71
'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)
|
Dotnet build (windows-latest):
src/KubernetesClient/Models/IntOrString.cs#L6
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Dotnet build (windows-latest):
src/KubernetesClient/Models/IntOrString.cs#L6
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Dotnet build (windows-latest):
src/KubernetesClient/Models/IntOrString.cs#L6
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Dotnet build (windows-latest):
src/KubernetesClient/Models/IntOrString.cs#L6
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Dotnet build (macOS-latest):
src/KubernetesClient/Models/IntOrString.cs#L6
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Dotnet build (macOS-latest):
tests/E2E.Aot.Tests/MinikubeTests.cs#L386
Code should not contain trailing whitespace (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1028.md)
|
Dotnet build (macOS-latest):
tests/E2E.Aot.Tests/MinikubeTests.cs#L379
Code should not contain trailing whitespace (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1028.md)
|
Dotnet build (macOS-latest):
tests/E2E.Aot.Tests/MinikubeTests.cs#L201
Closing parenthesis should be on line of last parameter (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1111.md)
|
Dotnet build (macOS-latest):
src/KubernetesClient.Classic/IsExternalInit.cs#L4
Element should not be on a single line (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1502.md)
|
Dotnet build (macOS-latest):
src/KubernetesClient/Kubernetes.ConfigInit.cs#L223
Unreachable code detected
|
Dotnet build (macOS-latest):
src/KubernetesClient/Models/IntOrString.cs#L6
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Dotnet build (macOS-latest):
src/KubernetesClient/Models/IntOrString.cs#L6
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Dotnet build (macOS-latest):
src/KubernetesClient/Models/IntOrString.cs#L6
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Dotnet build (macOS-latest):
src/KubernetesClient/Models/IntOrString.cs#L6
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
MSBuild build
The windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677
|
Dotnet build (windows-latest)
The windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677
|
Artifacts
Produced during runtime
Name | Size | Digest | |
---|---|---|---|
test-results-macOS-latest
|
5.9 MB |
sha256:bf9bdb145fd899c866b1a4f14d1d90bde81e5cb7cd623e34fd7e5e5f566ee3d2
|
|
test-results-ubuntu-latest
|
7.99 MB |
sha256:6bc39f5d453abbb88ae780cb4257099bfc3ac0860de2202ff635c2589758fdea
|
|
test-results-windows-latest
|
9.15 MB |
sha256:b2bb284747270b7ab80c081ded77318129ba62466e9882dc2e268b157bbce937
|
|