Update README.md #7
Annotations
1 error and 10 warnings
|
publish
Process completed with exit code 1.
|
|
publish:
tests/SetSharp.Tests/CodeGeneration/OptionsPatternGeneratorTests.cs#L105
Cannot convert null literal to non-nullable reference type.
|
|
publish:
src/SetSharp/Diagnostics/DiagnosticDescriptors.cs#L11
Enable analyzer release tracking for the analyzer project containing rule 'SSG002' (https://github.com/dotnet/roslyn/blob/main/src/RoslynAnalyzers/Microsoft.CodeAnalysis.Analyzers/ReleaseTrackingAnalyzers.Help.md)
|
|
publish:
src/SetSharp/Diagnostics/DiagnosticDescriptors.cs#L14
Enable analyzer release tracking for the analyzer project containing rule 'SSG003' (https://github.com/dotnet/roslyn/blob/main/src/RoslynAnalyzers/Microsoft.CodeAnalysis.Analyzers/ReleaseTrackingAnalyzers.Help.md)
|
|
publish:
src/SetSharp/Diagnostics/DiagnosticDescriptors.cs#L8
Enable analyzer release tracking for the analyzer project containing rule 'SSG001' (https://github.com/dotnet/roslyn/blob/main/src/RoslynAnalyzers/Microsoft.CodeAnalysis.Analyzers/ReleaseTrackingAnalyzers.Help.md)
|
|
publish:
src/SetSharp/Helpers/SetSharpJsonParser.cs#L77
Possible null reference return.
|
|
publish:
src/SetSharp/Models/SettingClassInfo.cs#L6
Non-nullable property 'SectionPath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
publish:
src/SetSharp/Models/SettingClassInfo.cs#L5
Non-nullable property 'ClassName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
publish:
src/SetSharp/Models/SettingPropertyInfo.cs#L7
Non-nullable property 'OriginalJsonKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
publish:
src/SetSharp/Models/SettingPropertyInfo.cs#L6
Non-nullable property 'PropertyName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
publish:
src/SetSharp/Models/SettingPropertyInfo.cs#L5
Non-nullable property 'PropertyType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|