Welcome to mirror list, hosted at ThFree Co, Russian Federation.

7.0-preview6_System.Text.Json.md « Microsoft.NETCore.App « preview6 « api-diff « preview « 7.0 « release-notes - github.com/dotnet/core.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8569efba633af453e9b3815f57189d1550f864fb (plain)
1
2
3
4
5
6
7
8
9
10
# System.Text.Json

``` diff
 namespace System.Text.Json {
     public sealed class JsonSerializerOptions {
+        public IJsonTypeInfoResolver TypeInfoResolver { [RequiresDynamicCodeAttribute("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] get; set; }
     }
 }
```