Skip to content
Merged
Prev Previous commit
Next Next commit
Update docs/fundamentals/syslib-diagnostics/source-generator-overview.md
Co-authored-by: Tom Dykstra <[email protected]>
  • Loading branch information
layomia and tdykstra authored Dec 1, 2021
commit 464015c13221da1ec2b9b6d2d66159ceb8742745
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ The following table provides an index to the `SYSLIB1XXX` diagnostics in .NET 6
| [SYSLIB1032][1032] | The `System.Text.Json` source generator encountered a context class that is not partial |
| [SYSLIB1033][1033] | The `System.Text.Json` source generator encountered a type that has multiple `[JsonConstructor]` annotations|
| [SYSLIB1035][1035] | The `System.Text.Json` source generator encountered a type that has multiple [JsonExtensionData] annotations |
| [SYSLIB1036][1036] | The `System.Text.Json` source generator encountered an invalid [JsonExtensionData] annotation |
| [SYSLIB1036][1036] | The `System.Text.Json` source generator encountered an invalid `[JsonExtensionData]` annotation |
| [SYSLIB1037][1037] | The `System.Text.Json` source generator encountered a type with init-only properties for which deserialization is not supported |
| [SYSLIB1038][1038] | The `System.Text.Json` source generator encountered a property annotated with [JsonInclude] that has inaccessible accessors |

Expand Down