The new nullable reference types in C# are great but sometimes you might need to disable it for a
single field or property. You can do that by assigning the value to null
and using the !
operator.
The new nullable reference types in C# are great but sometimes you might need to disable it for a
single field or property. You can do that by assigning the value to null
and using the !
operator.