Skip to content

feat: protect final deserialization in PatchToDate with skip conditions #598

feat: protect final deserialization in PatchToDate with skip conditions

feat: protect final deserialization in PatchToDate with skip conditions #598

Triggered via pull request February 23, 2026 13:19
Status Success
Total duration 1m 15s
Artifacts

unittests_and_coverage.yml

on: pull_request
Matrix: unittest
Fit to window
Zoom out
Zoom in

Annotations

30 warnings
unittest (10): ChronoJsonDiffPatch/ChronoJsonDiffPatchTests/TimeRangePatchChainTests.cs#L21
Non-nullable property 'MyPropertyB' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
unittest (10): ChronoJsonDiffPatch/ChronoJsonDiffPatchTests/TimeRangePatchChainTests.cs#L18
Non-nullable property 'MyPropertyA' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
unittest (10): ChronoJsonDiffPatch/ChronoJsonDiffPatchTests/TimeRangePatchChainProductTests.cs#L12
Non-nullable property 'MyProperty' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
unittest (10): ChronoJsonDiffPatch/ChronoJsonDiffPatchTests/TimeRangePatchChainTests.cs#L12
Non-nullable property 'MyProperty' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
unittest (10): ChronoJsonDiffPatch/ChronoJsonDiffPatchTests/ShowCaseTests.cs#L12
Non-nullable property 'Colour' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
unittest (10): ChronoJsonDiffPatch/ChronoJsonDiffPatchTests/PopulateEntityTests.cs#L28
Non-nullable property 'MyPropertyB' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
unittest (10): ChronoJsonDiffPatch/ChronoJsonDiffPatchTests/PopulateEntityTests.cs#L25
Non-nullable property 'MyPropertyA' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
unittest (10): ChronoJsonDiffPatch/ChronoJsonDiffPatchTests/PopulateEntityTests.cs#L19
Non-nullable property 'MyProperty' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
unittest (10): ChronoJsonDiffPatch/ChronoJsonDiffPatchTests/ListPatchingTests.cs#L12
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
unittest (10): ChronoJsonDiffPatch/ChronoJsonDiffPatchTests/ListPatchingTests.cs#L18
Non-nullable property 'MyList' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
unittest (9): ChronoJsonDiffPatch/ChronoJsonDiffPatchTests/TimeRangePatchChainTests.cs#L21
Non-nullable property 'MyPropertyB' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
unittest (9): ChronoJsonDiffPatch/ChronoJsonDiffPatchTests/TimeRangePatchChainTests.cs#L18
Non-nullable property 'MyPropertyA' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
unittest (9): ChronoJsonDiffPatch/ChronoJsonDiffPatchTests/TimeRangePatchChainProductTests.cs#L12
Non-nullable property 'MyProperty' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
unittest (9): ChronoJsonDiffPatch/ChronoJsonDiffPatchTests/PopulateEntityTests.cs#L28
Non-nullable property 'MyPropertyB' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
unittest (9): ChronoJsonDiffPatch/ChronoJsonDiffPatchTests/PopulateEntityTests.cs#L25
Non-nullable property 'MyPropertyA' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
unittest (9): ChronoJsonDiffPatch/ChronoJsonDiffPatchTests/TimeRangePatchChainTests.cs#L12
Non-nullable property 'MyProperty' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
unittest (9): ChronoJsonDiffPatch/ChronoJsonDiffPatchTests/PopulateEntityTests.cs#L19
Non-nullable property 'MyProperty' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
unittest (9): ChronoJsonDiffPatch/ChronoJsonDiffPatchTests/PopulateEntityTests.cs#L42
Possible null reference argument for parameter 'target' in 'void JsonConvert.PopulateObject(string value, object target)'.
unittest (9): ChronoJsonDiffPatch/ChronoJsonDiffPatchTests/ListPatchingTests.cs#L12
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
unittest (9): ChronoJsonDiffPatch/ChronoJsonDiffPatchTests/ListPatchingTests.cs#L18
Non-nullable property 'MyList' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
coverage: ChronoJsonDiffPatch/ChronoJsonDiffPatchTests/TimeRangePatchChainTests.cs#L21
Non-nullable property 'MyPropertyB' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
coverage: ChronoJsonDiffPatch/ChronoJsonDiffPatchTests/TimeRangePatchChainTests.cs#L18
Non-nullable property 'MyPropertyA' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
coverage: ChronoJsonDiffPatch/ChronoJsonDiffPatchTests/TimeRangePatchChainTests.cs#L12
Non-nullable property 'MyProperty' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
coverage: ChronoJsonDiffPatch/ChronoJsonDiffPatchTests/TimeRangePatchChainProductTests.cs#L12
Non-nullable property 'MyProperty' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
coverage: ChronoJsonDiffPatch/ChronoJsonDiffPatchTests/ShowCaseTests.cs#L12
Non-nullable property 'Colour' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
coverage: ChronoJsonDiffPatch/ChronoJsonDiffPatchTests/ListPatchingTests.cs#L18
Non-nullable property 'MyList' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
coverage: ChronoJsonDiffPatch/ChronoJsonDiffPatchTests/PopulateEntityTests.cs#L42
Possible null reference argument for parameter 'target' in 'void JsonConvert.PopulateObject(string value, object target)'.
coverage: ChronoJsonDiffPatch/ChronoJsonDiffPatchTests/PopulateEntityTests.cs#L28
Non-nullable property 'MyPropertyB' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
coverage: ChronoJsonDiffPatch/ChronoJsonDiffPatchTests/PopulateEntityTests.cs#L25
Non-nullable property 'MyPropertyA' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
coverage: ChronoJsonDiffPatch/ChronoJsonDiffPatchTests/PopulateEntityTests.cs#L19
Non-nullable property 'MyProperty' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.