From b474f8ba7bf84232e3e3ad1badaef46422d39664 Mon Sep 17 00:00:00 2001 From: Michael Ganss Date: Thu, 2 Jun 2022 14:07:26 +0200 Subject: [PATCH] Add support for NRTs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 95179c37..f58f996d 100644 --- a/README.md +++ b/README.md @@ -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: