Skip to content

Commit

Permalink
Add support for NRTs
Browse files Browse the repository at this point in the history
  • Loading branch information
mganss authored and Michael Ganss committed Jun 7, 2022
1 parent 6e3fa57 commit b474f8b
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 @@ -29,6 +29,7 @@ from schema restrictions
* Optional support for Entity Framework Code First (automatically generate key properties)
* Optionally generate interfaces for groups and attribute groups
* Optionally generate one file per class
* Support for nullable reference types (NRTs) through [`AllowNullAttribute`](https://docs.microsoft.com/en-us/dotnet/api/system.diagnostics.codeanalysis.allownullattribute) and [`MaybeNullAttribute`](https://docs.microsoft.com/en-us/dotnet/api/system.diagnostics.codeanalysis.maybenullattribute)

Unsupported:

Expand Down

0 comments on commit b474f8b

Please sign in to comment.