Skip to content

v2.0.2

v2.0.2 #75

Triggered via push July 16, 2023 10:24
Status Success
Total duration 1m 25s
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: SystemTextJsonPatch/Internal/ListAdapter.cs#L384
'ListAdapter.PositionInfo': new protected member declared in sealed type
build and test: SystemTextJsonPatch/Internal/ListAdapter.cs#L430
'ListAdapter.PositionType': new protected member declared in sealed type
build and test: SystemTextJsonPatch/Internal/ListAdapter.cs#L442
'ListAdapter.OperationType': new protected member declared in sealed type
build and test: SystemTextJsonPatch/Internal/ListAdapter.cs#L230
'ListAdapter.TryConvertValue(object?, Type, string, JsonSerializerOptions, out object?, out string?)': new protected member declared in sealed type
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
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/