Skip to content

Update README.md

Update README.md #7

Triggered via push July 15, 2025 11:02
Status Failure
Total duration 30s
Artifacts

publish.yml

on: push
Fit to window
Zoom out
Zoom in

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/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.