Skip to content

Fix .net issue (#452) #462

Fix .net issue (#452)

Fix .net issue (#452) #462

Triggered via push October 10, 2024 21:39
Status Success
Total duration 18m 7s
Artifacts

GitHubExt-CI.yml

on: push
Matrix: build-and-test
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
build-and-test (Release, arm64, windows-latest, 8.0.x): test/Console/Program.cs#L8
Type 'Program' can be sealed because it has no subtypes in its containing assembly and is not externally visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852)
build-and-test (Debug, x86, windows-latest, 8.0.x): test/Console/Program.cs#L8
Type 'Program' can be sealed because it has no subtypes in its containing assembly and is not externally visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852)
build-and-test (Release, x64, windows-latest, 8.0.x): test/Console/Program.cs#L8
Type 'Program' can be sealed because it has no subtypes in its containing assembly and is not externally visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852)