Skip to content

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

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

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

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

test-dart.yml

on: push
test-dart
48s
test-dart
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
test-dart
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, 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-dart: extensions/chord.common/Extensions/StringExtensions.cs#L53
Possible null reference assignment.
test-dart: extensions/chord.common/Extensions/StringExtensions.cs#L58
Possible null reference assignment.
test-dart: extensions/chord.common/Extensions/StringExtensions.cs#L59
Possible null reference assignment.
test-dart: 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.