Throw meaningful ArgumentException
for inconsistent source data (#56)
#258
unittests_and_coverage.yml
on: push
unittest
27s
coverage
44s
Annotations
10 warnings
unittest:
ChronoJsonDiffPatch/ChronoJsonDiffPatchTests/TimeRangePatchChainTests.cs#L12
Non-nullable property 'MyProperty' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
unittest:
ChronoJsonDiffPatch/ChronoJsonDiffPatchTests/ShowCaseTests.cs#L12
Non-nullable property 'Colour' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
unittest:
ChronoJsonDiffPatch/ChronoJsonDiffPatchTests/TimeRangePatchChainTests.cs#L18
Non-nullable property 'MyPropertyA' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
unittest:
ChronoJsonDiffPatch/ChronoJsonDiffPatchTests/TimeRangePatchChainTests.cs#L20
Non-nullable property 'MyPropertyB' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
unittest:
ChronoJsonDiffPatch/ChronoJsonDiffPatchTests/TimeRangePatchChainProductTests.cs#L12
Non-nullable property 'MyProperty' must contain a non-null value when exiting constructor. Consider 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 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 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 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 declaring the property as nullable.
|
coverage:
ChronoJsonDiffPatch/ChronoJsonDiffPatchTests/TimeRangePatchChainTests.cs#L20
Non-nullable property 'MyPropertyB' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|