mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-09 09:34:49 +09:00
Ensure System.Text.Json SG diagnostics don't use Location values from referenced assemblies. (#89518)
This commit is contained in:
parent
95cbec1662
commit
84873e6c4e
20 changed files with 326 additions and 86 deletions
|
@ -258,7 +258,7 @@ The diagnostic id values reserved for .NET Libraries analyzer warnings are `SYSL
|
|||
| __`SYSLIB1221`__ | JsonSourceGenerator does not support this C# language version. |
|
||||
| __`SYSLIB1222`__ | Constructor annotated with JsonConstructorAttribute is inaccessible. |
|
||||
| __`SYSLIB1223`__ | Attributes deriving from JsonConverterAttribute are not supported by the source generator. |
|
||||
| __`SYSLIB1224`__ | *`SYSLIB1220`-`SYSLIB229` reserved for System.Text.Json.SourceGeneration.* |
|
||||
| __`SYSLIB1224`__ | Types annotated with JsonSerializableAttribute must be classes deriving from JsonSerializerContext. |
|
||||
| __`SYSLIB1225`__ | *`SYSLIB1220`-`SYSLIB229` reserved for System.Text.Json.SourceGeneration.* |
|
||||
| __`SYSLIB1226`__ | *`SYSLIB1220`-`SYSLIB229` reserved for System.Text.Json.SourceGeneration.* |
|
||||
| __`SYSLIB1227`__ | *`SYSLIB1220`-`SYSLIB229` reserved for System.Text.Json.SourceGeneration.* |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue