Unions2 #156
Merged
Unions2 #156
Annotations
10 warnings
|
Run Tests:
OptionsGenerator.Tests/AnalyzerTests.cs#L79
Missing XML comment for publicly visible type or member 'AnalyzerTests.NonTargetGenericInterfaceDoesNotRaise_ROG0001(string)'
|
|
Run Tests:
OptionsGenerator.Tests/AnalyzerTests.cs#L61
Missing XML comment for publicly visible type or member 'AnalyzerTests.WritablePropertyRaises_ROG0002()'
|
|
Run Tests:
OptionsGenerator.Tests/AnalyzerTests.cs#L49
Missing XML comment for publicly visible type or member 'AnalyzerTests.ReadOnlyPropertyDoesNotRaise_ROG0002()'
|
|
Run Tests:
OptionsGenerator.Tests/AnalyzerTests.cs#L39
Missing XML comment for publicly visible type or member 'AnalyzerTests.NonTargetWritablePropertyDoesNotRaise_ROG0002()'
|
|
Run Tests:
OptionsGenerator.Tests/AnalyzerTests.cs#L14
Missing XML comment for publicly visible type or member 'AnalyzerTests'
|
|
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/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)
|
|
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)
|
Loading