"Nullable Checking Enabled in Project File"

  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <TargetFramework>net5.0</TargetFramework>
	<Nullable>enable</Nullable>
  </PropertyGroup>


Code snippet taken from "Complete C# Quick Reference - C# 8".