Skip to content

Merge pull request #328 from owobred/fix/move-rust-bench-profiles #502

Merge pull request #328 from owobred/fix/move-rust-bench-profiles

Merge pull request #328 from owobred/fix/move-rust-bench-profiles #502

Triggered via push April 15, 2024 18:43
Status Success
Total duration 1m 42s
Artifacts

test-csharp.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

8 warnings
test-csharp
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test-csharp: extensions/chord.common/Extensions/StringExtensions.cs#L53
Possible null reference assignment.
test-csharp: extensions/chord.common/Extensions/StringExtensions.cs#L58
Possible null reference assignment.
test-csharp: extensions/chord.common/Extensions/StringExtensions.cs#L59
Possible null reference assignment.
test-csharp: Core/Meta/JsonContext.cs#L83
Using member 'System.Text.Json.JsonSerializer.Serialize<TValue>(Utf8JsonWriter, TValue, JsonSerializerOptions)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.
test-csharp
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test-csharp
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test-csharp
The 'dotnet-quality' input can be used only with .NET SDK version in A.B, A.B.x, A, A.x and A.B.Cxx formats where the major tag is higher than 5. You specified: 5.0.x. 'dotnet-quality' input is ignored.