Skip to content

Instantly share code, notes, and snippets.

@carlosschults
Created December 21, 2017 01:37
Show Gist options
  • Save carlosschults/98f91bc50c924a8bd47897b874a7be89 to your computer and use it in GitHub Desktop.
Save carlosschults/98f91bc50c924a8bd47897b874a7be89 to your computer and use it in GitHub Desktop.
csharp8-prevent-assignment.cs
string? nullableString = "hello";
string nonNullableString = nullableString;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment