Open
Description
The following unit test:
runtime/src/libraries/System.Text.Json/tests/Common/ExtensionDataTests.cs
Lines 518 to 529 in 534d1df
hardcodes testing to the reflection serializer. Switching the test to use source gen causes it to fail.
Discovered while investigating #86975.