Skip to content

add interface/struct annotation support #199

add interface/struct annotation support

add interface/struct annotation support #199

Triggered via push December 6, 2024 22:37
Status Success
Total duration 1m 15s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

buildPublish.yml

on: push
Fit to window
Zoom out
Zoom in

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/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: 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: DslGenerator/Lexing/SourceText.cs#L10
The `ImplicitConversionIfSolitary` option will be ignored because the target union type may represent more than one type.
build: DslGenerator/Lexing/Lexeme.cs#L12
The `ImplicitConversionIfSolitary` option will be ignored because the target union type may represent more than one type.
build: DslGenerator/Lexing/Tokenizer.cs#L15
The `ImplicitConversionIfSolitary` option will be ignored because the target union type may represent more than one type.
build: JsonSchemaGenerator.Tests/AnnotationsTests.cs#L3
Missing XML comment for publicly visible type or member 'AnnotationsTests'