If you don’t want this, you can disable this by deleting the below line from the csproj file or setting it as disable. By default value is disable.
<Nullable>enable</Nullable>
Here is the official documentation.
If you don’t want this, you can disable this by deleting the below line from the csproj file or setting it as disable. By default value is disable.
<Nullable>enable</Nullable>
Here is the official documentation.