Skip to content

json: add more overloads to ToJsonArray, AddRange, AddValues #307

json: add more overloads to ToJsonArray, AddRange, AddValues

json: add more overloads to ToJsonArray, AddRange, AddValues #307

Triggered via push July 22, 2024 09:11
Status Failure
Total duration 1m 0s
Artifacts

dotnetcore.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 11 warnings
build: Doxense.Core.Tests/Serialization/JSON/CrystalJson.cs#L4777
The call is ambiguous between the following methods or properties: 'JsonArray.AddRange(ReadOnlySpan<JsonValue?>)' and 'JsonArray.AddRange(ReadOnlySpan<JsonObject?>)'
build: Doxense.Core.Tests/Serialization/JSON/CrystalJson.cs#L4777
The call is ambiguous between the following methods or properties: 'JsonArray.AddRange(ReadOnlySpan<JsonValue?>)' and 'JsonArray.AddRange(ReadOnlySpan<JsonObject?>)'
build
Process completed with exit code 1.
build
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: Doxense.Core/Converters/TypeConverters.cs#L565
Converting null literal or possible null value to non-nullable type.
build: Doxense.Core/Converters/TypeConverters.cs#L565
Converting null literal or possible null value to non-nullable type.
build: Doxense.Core/Converters/TypeConverters.cs#L565
Possible null reference return.