From 6f6300d01ad6db249e80c384f381d867b3f10be7 Mon Sep 17 00:00:00 2001 From: Michael Ganss Date: Tue, 7 Jun 2022 13:03:25 +0200 Subject: [PATCH] Add documentation for --nr --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f58f996d..a41cec55 100644 --- a/README.md +++ b/README.md @@ -149,6 +149,9 @@ Options: (default is true) --nc, --netCore generate .NET Core specific code that might not work with .NET Framework (default is false) + --nr, --nullableReferenceAttributes + generate attributes for nullable reference types ( + default is false) --ar, --useArrayItemAttribute use ArrayItemAttribute for sequences with single elements (default is true)