Skip to content

Commit

Permalink
Added SDU0012 to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hugener committed Oct 27, 2024
1 parent 32c1a4f commit 6e6a0a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ In addition, the DiscriminatedUnion attribute can specify a flags enum (Generato
| SDU0009 | Unnested cases should have factory method | PDU0001 |
| SDU0010 | Factory method should have correct CaseTypeAttribute | yes |
| SDU0011 | Reported when a case is implemented by throwing NotImplementedException, because CodeCleanup may siliently 'fix' SDU0001. | yes |
| SDU0012 | Reported when a case contains type parameters that are not in the union type parameter list. | yes |
| PDU0001 | Make union partial for code generator | yes |
| PDU0002 | Populate union factory methods | yes |
| SDU9999 | Switch should throw in default case | no |
Expand Down

0 comments on commit 6e6a0a7

Please sign in to comment.