DEV Community

Discussion on: Why null in C# is so bad

Collapse
 
thebuzzsaw profile image
Kelly Brown
<NullableReferenceTypes>true</NullableReferenceTypes>

I have not seen this tag before. Where did you find it? According to the docs, the tag is as follows:

<Nullable>enable</Nullable>

This is what I use.

Collapse
 
mbernard profile image
Miguel Bernard

You're right, they changed it between the preview release and the official release of C# 8.0. I'll update the post thank you for spotting it!