Skip to content

Fixes an issue where dynamic JsonPatchDocument did not follow JsonNam… #72

Fixes an issue where dynamic JsonPatchDocument did not follow JsonNam…

Fixes an issue where dynamic JsonPatchDocument did not follow JsonNam… #72

Triggered via push July 16, 2023 09:20
Status Success
Total duration 1m 48s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings and 1 notice
232 tests found
There are 232 tests, see "Raw output" for the full list of tests.
build and test
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build and test
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build and test: SystemTextJsonPatch/Adapters/ObjectAdapter.cs#L63
Possible null reference argument for parameter 'path' in 'void ObjectAdapter.Add(string path, object? value, object objectToApplyTo, Operation operation)'.
build and test: SystemTextJsonPatch/Adapters/ObjectAdapter.cs#L98
Possible null reference argument for parameter 'errorMessage' in 'JsonPatchError ObjectAdapter.CreatePathNotFoundError(object target, string path, Operation operation, string errorMessage)'.
build and test: SystemTextJsonPatch/Adapters/ObjectAdapter.cs#L103
Dereference of a possibly null reference.
build and test: SystemTextJsonPatch/Adapters/ObjectAdapter.cs#L103
Possible null reference argument for parameter 'segment' in 'bool IAdapter.TryAdd(object target, string segment, JsonSerializerOptions options, object? value, out string? errorMessage)'.
build and test: SystemTextJsonPatch/Adapters/ObjectAdapter.cs#L105
Possible null reference argument for parameter 'errorMessage' in 'JsonPatchError ObjectAdapter.CreateOperationFailedError(object target, string path, Operation operation, string errorMessage)'.
build and test: SystemTextJsonPatch/Adapters/ObjectAdapter.cs#L130
Possible null reference argument for parameter 'path' in 'void ObjectAdapter.Add(string path, object? value, object objectToApplyTo, Operation operation)'.
build and test: SystemTextJsonPatch/Adapters/ObjectAdapter.cs#L167
Possible null reference argument for parameter 'path' in 'JsonPatchError ObjectAdapter.CreatePathNotFoundError(object target, string path, Operation operation, string errorMessage)'.
build and test: SystemTextJsonPatch/Adapters/ObjectAdapter.cs#L167
Possible null reference argument for parameter 'errorMessage' in 'JsonPatchError ObjectAdapter.CreatePathNotFoundError(object target, string path, Operation operation, string errorMessage)'.
build and test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/