Skip to content

Update Release.yml

Update Release.yml #51

Triggered via push September 11, 2024 01:01
Status Success
Total duration 2m 11s
Artifacts

Release.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
build-linux: ConsequencesTest/NSIStreamingProcessorTest.cs#L42
Using member 'System.Text.Json.JsonSerializer.Deserialize<TValue>(String, JsonSerializerOptions)' which has 'RequiresDynamicCodeAttribute' can break functionality when AOT compiling. JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.
build-linux: ConsequencesTest/NSIStreamingProcessorTest.cs#L42
Using member 'System.Text.Json.JsonSerializer.Deserialize<TValue>(String, 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.