Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Genevieve Warren <[email protected]>
  • Loading branch information
tarekgh and gewarren authored Oct 24, 2023
1 parent 1ac2bdb commit 4a1f938
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ The following table provides an index to the `SYSLIB1XXX` diagnostics in .NET 6
| [SYSLIB1211][1211] | Unsupported circular references in model types. |
| [SYSLIB1212][1212] | Member potentially missing transitive validation. |
| [SYSLIB1213][1213] | Member potentially missing enumerable validation. |
| [SYSLIB1214][1214] | Can't validate constants, static fields or properties. |
| [SYSLIB1214][1214] | Can't validate constants, static fields, or properties. |
| [SYSLIB1215][1215] | Validation attribute on the member is inaccessible from the validator type. |
| [SYSLIB1216][1216] | C# language version not supported by the options validation source generator. |
| [SYSLIB1217][1217] | The validation attribute is only applicable to properties of type string, array, or `ICollection`; it cannot be used with other types. |
Expand Down
2 changes: 1 addition & 1 deletion docs/fundamentals/syslib-diagnostics/syslib1100-1118.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ The following table shows the diagnostic IDs for configuration binder source-gen
| `SYSLIB1100` | Type is not supported. |
| `SYSLIB1101` | Property on type is not supported. |
| `SYSLIB1102` | Project's language version must be at least C# 11. |
| `SYSLIB1103` | value types are invalid inputs to configuration 'Bind' methods. |
| `SYSLIB1103` | Value types are invalid inputs to configuration 'Bind' methods. |
| `SYSLIB1104` | Generator cannot determine the target configuration type. |

0 comments on commit 4a1f938

Please sign in to comment.