Update to .NET 9. #615
Annotations
1 error and 11 warnings
test-ubuntu-latest
Failed to execute ReportGenerator global tool
|
test-ubuntu-latest
Cache not found for keys: dotnet-cache-Linux-2b4fa89dcdda53c8b3b2777e30823b430fa562d4207c9a6c9a99c2f2b54c3c4d
|
test-ubuntu-latest:
src/BuilderGenerator/BuilderGenerator.cs#L102
Modify 'Execute' to catch a more specific allowed exception type, or rethrow the exception (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1031)
|
test-ubuntu-latest:
src/BuilderDemo/Program.cs#L6
Because an application's API isn't typically referenced from outside the assembly, types can be made internal (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1515)
|
test-ubuntu-latest:
src/BuilderDemo/Address.cs#L6
Because an application's API isn't typically referenced from outside the assembly, types can be made internal (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1515)
|
test-ubuntu-latest:
src/BuilderDemo/Person.cs#L8
Because an application's API isn't typically referenced from outside the assembly, types can be made internal (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1515)
|
test-ubuntu-latest:
src/BuilderDemo/Foo.cs#L8
Because an application's API isn't typically referenced from outside the assembly, types can be made internal (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1515)
|
test-ubuntu-latest:
tests/BuilderGenerator.Tests/ModuleInitializer.cs#L12
Because an application's API isn't typically referenced from outside the assembly, types can be made internal (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1515)
|
test-ubuntu-latest:
tests/BuilderGenerator.Tests/BuilderGeneratorSnapshotTests.cs#L8
Because an application's API isn't typically referenced from outside the assembly, types can be made internal (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1515)
|
test-ubuntu-latest:
src/BuilderGenerator/BuilderGenerator.cs#L102
Modify 'Execute' to catch a more specific allowed exception type, or rethrow the exception (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1031)
|
test-ubuntu-latest:
src/BuilderDemo/Program.cs#L6
Because an application's API isn't typically referenced from outside the assembly, types can be made internal (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1515)
|
test-ubuntu-latest:
src/BuilderDemo/Address.cs#L6
Because an application's API isn't typically referenced from outside the assembly, types can be made internal (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1515)
|