Skip to content

Merge pull request #16 from beheshty/feature/ignore-setsharp-setting-… #3

Merge pull request #16 from beheshty/feature/ignore-setsharp-setting-…

Merge pull request #16 from beheshty/feature/ignore-setsharp-setting-… #3

Triggered via push July 15, 2025 10:49
Status Failure
Total duration 36s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

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/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.
publish: src/SetSharp/Helpers/SetSharpJsonParser.cs#L77
Possible null reference return.