Skip to content

Dump & merge

Dump & merge #987

Manually triggered February 10, 2026 15:42
Status Success
Total duration 1m 55s
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.