#nullable reference type annotations
Pre-release
Pre-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.