-
Notifications
You must be signed in to change notification settings - Fork 274
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
[wasm] Explicitly enable JsonSerializerIsReflectionEnabledByDefault #3115
Conversation
Running a test build of this on dotnet-runtime-perf . |
It needs to be set for the project generated by BDN, and not the original MicroBenchmarks project. |
This reverts commit 2b7a6c8.
Updated the PR description also, but feel free to change anything. |
Also, this does not need to wait for the CI run, since that might not even complete at all due to other issues (fewer available machines for PRs at least). I have verified the fix locally. |
I can't merge on red @dotnet/dotnet-perf-admin |
The sdk_scenarios ones will get fixed by #3116 AFAIU. |
dotnet/runtime#88480 changed the default for
$(JsonSerializerIsReflectionEnabledByDefault)
tofalse
, which breaks wasm benchmarks using STJ serializer with reflection.Fixes dotnet/runtime#88610