Skip to content

Commit bf64544

Browse files
Update docs/core/compatibility/serialization/7.0/reflection-fallback.md
Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
1 parent f432c0b commit bf64544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/compatibility/serialization/7.0/reflection-fallback.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ JsonSerializer.Serialize(new Poco2(), options); // Contract resolution falls bac
100100
options.GetConverter(typeof(Poco2)); // Returns the reflection-based converter.
101101
```
102102

103-
### Using the AppContext switch
103+
### Use an AppContext switch
104104

105105
Starting in .NET 7 RC 2, you can re-enable reflection fallback globally using the provided AppContext compatibility switch. Add the following entry to your application's project file to re-enable reflection fallback for all source-generated contexts in your app. For more information on using AppContext switches, see the article on [.NET runtime configuration settings](../../../runtime-config/index.md).
106106

0 commit comments

Comments
 (0)