Skip to content

Removed .net5 from unit test project, because it is in EOL #74

Removed .net5 from unit test project, because it is in EOL

Removed .net5 from unit test project, because it is in EOL #74

Triggered via push July 16, 2023 10:18
Status Success
Total duration 1m 53s
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/Operations/Operation.cs#L17
Possible null reference argument for parameter 'path' in 'OperationBase.OperationBase(string op, string path, string? from)'.
build and test: SystemTextJsonPatch/JsonPatchDocumentOfT.cs#L831
Dereference of a possibly null reference.
build and test: SystemTextJsonPatch/JsonPatchDocumentOfT.cs#L876
Cannot convert null literal to non-nullable reference type.
build and test: SystemTextJsonPatch/Internal/ListAdapter.cs#L33
Possible null reference argument for parameter 'listTypeArgument' in 'bool ListAdapter.TryConvertValue(object? originalValue, Type listTypeArgument, string _, JsonSerializerOptions options, out object? convertedValue, out string? errorMessage)'.
build and test: SystemTextJsonPatch/Internal/ListAdapter.cs#L135
Possible null reference argument for parameter 'listTypeArgument' in 'bool ListAdapter.TryConvertValue(object? originalValue, Type listTypeArgument, string _, JsonSerializerOptions options, out object? convertedValue, out string? errorMessage)'.
build and test: SystemTextJsonPatch/Internal/ListAdapter.cs#L172
Possible null reference argument for parameter 'listTypeArgument' in 'bool ListAdapter.TryConvertValue(object? originalValue, Type listTypeArgument, string _, JsonSerializerOptions options, out object? convertedValue, out 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/