Update deps. #289
Annotations
4 warnings
test-ubuntu-latest:
src/BuilderGenerator/BuilderGenerator.cs#L135
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:
tests/BuilderGenerator.Tests/ModuleInitializer.cs#L53
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
test-ubuntu-latest:
src/BuilderGenerator/BuilderGenerator.cs#L135
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:
tests/BuilderGenerator.Tests/ModuleInitializer.cs#L53
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|