Table of Contents

GR0044: Projects should enable nullable reference types.

TitleProjects should enable nullable reference types.
IdGR0044
CategoryDesign
Default SeverityWarning
Enabled By DefaultTrue
DescriptionProject should enable Nullable Reference Types. This is to aid with code correctness and to avoid null reference exceptions.
Custom Tags