Skip to content

Instantly share code, notes, and snippets.

@carlrip
Created September 9, 2019 09:24
Show Gist options
  • Save carlrip/4a5526b4aa30ee4e1bd698647060da9c to your computer and use it in GitHub Desktop.
Save carlrip/4a5526b4aa30ee4e1bd698647060da9c to your computer and use it in GitHub Desktop.
Enabling nullable reference types
<PropertyGroup>
...
<LangVersion>8.0</LangVersion>
<Nullable>enable</Nullable>
</PropertyGroup>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment