Addressing comment on PR #857 #90
Annotations
10 errors
|
copilot
Using member 'System.Text.Json.JsonSerializer.SerializeToNode<TValue>(TValue, 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.
|
|
copilot
Using member 'System.Text.Json.JsonSerializer.SerializeToNode<TValue>(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.
|
|
copilot
Cannot convert null literal to non-nullable reference type.
|
|
copilot
Dereference of a possibly null reference.
|
|
copilot
Cannot convert null literal to non-nullable reference type.
|
|
copilot
Cannot convert null literal to non-nullable reference type.
|
|
copilot
Cannot convert null literal to non-nullable reference type.
|
|
copilot
The type or namespace name 'JsonObject' could not be found (are you missing a using directive or an assembly reference?)
|
|
copilot
The type or namespace name 'JsonObject' could not be found (are you missing a using directive or an assembly reference?)
|
|
copilot
The type or namespace name 'JsonObject' could not be found (are you missing a using directive or an assembly reference?)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
results
|
1.16 KB |
sha256:45043378f0769b09027152e43293bab172c0c423e94b9003d685b0ad94ca1146
|
|