#nullable reference type annotations #16
dkackman
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This release adds nullable annotations to guard against null reference exceptions. Anywhere a field is declared as
Optional
in python, it will benullable
in C#. All other fields will at minimum have a default or empty object value.Published NuGet Package
This discussion was created from the release #nullable reference type annotations.
Beta Was this translation helpful? Give feedback.
All reactions