Skip to content

Dump & merge

Dump & merge #950

Manually triggered January 8, 2026 23:06
Status Success
Total duration 2m 26s
Artifacts

dump_and_merge.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
dumpandmerge
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.
dumpandmerge
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.