-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[NativeAOT] Tests failing due to TypeInfoResolver not providing JsonTypeInfo metadata for a type #88982
Comments
Tagging subscribers to this area: @agocke, @MichalStrehovsky, @jkotas Issue DetailsBuild InformationObserved in Build error legs:
Tests failing:
Pull request: #88723 Error MessageFill the error message using step by step known issues guidance. {
"ErrorMessage": "System.NotSupportedException : JsonTypeInfo metadata for type",
"ErrorPattern": "",
"BuildRetry": false,
"ExcludeConsoleLog": false
}
|
Tagging subscribers to this area: @dotnet/area-system-text-json, @gregsdennis Issue DetailsBuild InformationObserved in Build error legs:
Tests failing:
Pull request: #88723 Error MessageFill the error message using step by step known issues guidance. {
"ErrorMessage": "System.NotSupportedException : JsonTypeInfo metadata for type",
"ErrorPattern": "",
"BuildRetry": false,
"ExcludeConsoleLog": false
}
|
Likely caused by #88480. It suggests that some of the source gen tests are still using reflection serialization. |
@eiriktsarpalis, this is still showing up in the latest run of
(can use |
I'm guessing that test project also has a dependency on reflection STJ cc @dotnet/area-system-memory |
Build Information
Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=341298
Observed in
runtime-extra-platforms
pipelineBuild error legs:
Tests failing:
System.Net.Http.Json.Functional.Tests.*
System.Text.Json.SourceGeneration.Tests.*
Pull request: #88723
Error Message
Fill the error message using step by step known issues guidance.
Known issue validation
Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=341298
Error message validated:
System.NotSupportedException : JsonTypeInfo metadata for type
Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 7/17/2023 7:42:58 AM UTC
Report
Summary
The text was updated successfully, but these errors were encountered: