Update README.md #159
Merged
Update README.md #159
Annotations
10 warnings
|
Run Tests:
JsonSchemaGenerator.Tests/AnnotationsTests.cs#L88
Missing XML comment for publicly visible type or member 'AnnotationsTests.Generates_TitleForProperty()'
|
|
Run Tests:
JsonSchemaGenerator.Tests/AnnotationsTests.cs#L61
Missing XML comment for publicly visible type or member 'AnnotationsTests.Generates_DescriptionForProperty()'
|
|
Run Tests:
JsonSchemaGenerator.Tests/AnnotationsTests.cs#L35
Missing XML comment for publicly visible type or member 'AnnotationsTests.Generates_TitleForSchema()'
|
|
Run Tests:
JsonSchemaGenerator.Tests/AnnotationsTests.cs#L9
Missing XML comment for publicly visible type or member 'AnnotationsTests.Generates_DescriptionForSchema()'
|
|
Run Tests:
JsonSchemaGenerator.Tests/AnnotationsTests.cs#L5
Missing XML comment for publicly visible type or member 'AnnotationsTests'
|
|
Run Tests:
JsonSchemaGenerator/Models/Core/Number.cs#L6
The `ImplicitConversionIfSolitary` option will be ignored because the target union type may represent more than one type.
|
|
Run Tests:
UtilityGenerators.Tests.E2E/TestAttribute.cs#L6
Type 'TestAttribute' 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)
|
|
Run Tests:
JsonSchemaGenerator.Cli/MainService.cs#L87
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)
|
|
Run Tests:
JsonSchemaGenerator.Cli/Settings.cs#L9
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)
|
|
Run Tests:
JsonSchemaGenerator.Cli/MainService.cs#L29
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)
|
Loading