Skip to content

#nullable reference type annotations

Pre-release
Pre-release
Compare
Choose a tag to compare
@dkackman dkackman released this 24 Aug 14:51
· 310 commits to main since this release

This release adds nullable annotations to guard against null reference exceptions. Anywhere a field is declared as Optional in python, it will be nullable in C#. All other fields will at minimum have a default or empty object value.

Published NuGet Package