Skip to content

Fixes an issue where JsonNode test operation incorrectly handled null… #107

Fixes an issue where JsonNode test operation incorrectly handled null…

Fixes an issue where JsonNode test operation incorrectly handled null… #107

Triggered via push August 7, 2024 16:54
Status Success
Total duration 1m 6s
Artifacts

ci.yml

on: push
build and test
55s
build and test
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build and test
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build and test: SystemTextJsonPatch/JsonPatchDocumentOfT.cs#L575
Possible null reference argument for parameter 'expr' in 'List<string> JsonPatchDocument<TModel>.GetPathSegments(Expression expr)'.
build and test: SystemTextJsonPatch/JsonPatchDocumentOfT.cs#L575
Possible null reference argument for parameter 'expr' in 'List<string> JsonPatchDocument<TModel>.GetPathSegments(Expression expr)'.
build and test: SystemTextJsonPatch/JsonPatchDocumentOfT.cs#L585
Possible null reference argument for parameter 'expr' in 'List<string> JsonPatchDocument<TModel>.GetPathSegments(Expression expr)'.
build and test: SystemTextJsonPatch/JsonPatchDocumentOfT.cs#L630
Cannot convert null literal to non-nullable reference type.
build and test: SystemTextJsonPatch/JsonPatchDocumentOfT.cs#L630
Possible null reference return.
build and test: SystemTextJsonPatch/JsonPatchDocumentOfT.cs#L585
Possible null reference argument for parameter 'expr' in 'List<string> JsonPatchDocument<TModel>.GetPathSegments(Expression expr)'.
build and test: SystemTextJsonPatch/JsonPatchDocumentOfT.cs#L630
Cannot convert null literal to non-nullable reference type.
build and test: SystemTextJsonPatch/Internal/ListAdapter.cs#L29
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/JsonPatchDocumentOfT.cs#L630
Possible null reference return.
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
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/