Merge pull request #27 from beheshty/bugfix/cannot-use-for-a-referenc… #27
Annotations
10 warnings
|
publish
Non-nullable property 'Logging' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
publish
Non-nullable property 'MicrosoftAspNetCore' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
publish
Non-nullable property 'Default' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
publish:
src/SetSharp/AnalyzerReleases.Shipped.md#L3
Analyzer release file 'AnalyzerReleases.Shipped.md' has a missing or invalid release header '### 3.0.1' (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.
|