Skip to content

Slight performance optimization by using ExceptionHelper to throw Arg… #77

Slight performance optimization by using ExceptionHelper to throw Arg…

Slight performance optimization by using ExceptionHelper to throw Arg… #77

Triggered via push July 20, 2023 09:55
Status Cancelled
Total duration 1m 35s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors, 11 warnings, and 1 notice
build and test
Canceling since a higher priority waiting request for 'ci-refs/heads/main' exists
build and test
The operation was canceled.
232 tests found
There are 232 tests, see "Raw output" for the full list of tests.
build and test: SystemTextJsonPatch/Internal/ListAdapter.cs#L378
'ListAdapter.PositionInfo': new protected member declared in sealed type
build and test: SystemTextJsonPatch/Internal/ListAdapter.cs#L424
'ListAdapter.PositionType': new protected member declared in sealed type
build and test: SystemTextJsonPatch/Internal/ListAdapter.cs#L436
'ListAdapter.OperationType': new protected member declared in sealed type
build and test: SystemTextJsonPatch/Internal/ListAdapter.cs#L231
'ListAdapter.TryConvertValue(object?, Type, string, JsonSerializerOptions, out object?, out string?)': new protected member declared in sealed type
build and test: SystemTextJsonPatch/Adapters/ObjectAdapter.cs#L60
Dereference of a possibly null reference.
build and test: SystemTextJsonPatch/Adapters/ObjectAdapter.cs#L60
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#L85
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#L90
Dereference of a possibly null reference.
build and test: SystemTextJsonPatch/Adapters/ObjectAdapter.cs#L90
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#L92
Possible null reference argument for parameter 'errorMessage' in 'JsonPatchError ObjectAdapter.CreateOperationFailedError(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/