Remove ClCompile from csproj #464
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 (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)
|
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)
|