make util pipelines static (#81) #261
Annotations
11 warnings
|
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
build:
JsonSchemaGenerator.Cli/MainService.cs#L27
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)
|
|
build:
JsonSchemaGenerator.Cli/Settings.cs#L7
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)
|
|
build:
JsonSchemaGenerator.Cli/MainService.cs#L85
For improved performance, use the LoggerMessage delegates instead of calling 'LoggerExtensions.LogInformation(ILogger, string?, params object?[])' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1848)
|
|
build:
JsonSchemaGenerator.Cli/Settings.cs#L7
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)
|
|
build:
JsonSchemaGenerator.Cli/MainService.cs#L27
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)
|
|
build:
JsonSchemaGenerator.Cli/MainService.cs#L85
For improved performance, use the LoggerMessage delegates instead of calling 'LoggerExtensions.LogInformation(ILogger, string?, params object?[])' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1848)
|
|
build:
UtilityGenerators.Tests/TestBase.cs#L13
Missing XML comment for publicly visible type or member 'TestBase<TGenerator>'
|
|
build:
UtilityGenerators.Tests/TestBase.cs#L16
Missing XML comment for publicly visible type or member 'TestBase<TGenerator>.TestBase()'
|
|
build:
UtilityGenerators.Tests/TestBase.cs#L17
Missing XML comment for publicly visible type or member 'TestBase<TGenerator>.TestBase(IEnumerable<MetadataReference>)'
|
|
build:
UtilityGenerators.Tests/TestBase.cs#L29
Missing XML comment for publicly visible type or member 'TestBase<TGenerator>.TestFactory(string, string)'
|