Skip to content
Prev Previous commit
Next Next commit
Update docs/core/compatibility/serialization/7.0/reflection-fallback.md
Co-authored-by: Genevieve Warren <[email protected]>
  • Loading branch information
eiriktsarpalis and gewarren authored Sep 16, 2022
commit 6ba3fdde58f2ef64652d1f98ccad7d7ce92e478d
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ Starting in .NET 7 RC 2, you can re-enable reflection fallback globally using th
</ItemGroup>
```

Should re-enable reflection fallback for all source generated contexts in your app. See the article on [.NET runtime configuration settings](../../../runtime-config/index.md) for more details on using AppContext switches.
## Affected APIs

- <xref:System.Text.Json.JsonSerializerOptions.GetConverter(System.Type)?displayProperty=fullName>
Expand Down