638 Views
and TLDR; As you enable the C# 8 "Nullable Reference Types" feature, you may find that applying the ! ? type hints isn't enough. You may see that the compiler needs a few extra clues in order to make accurate conclusions about your code.
0 comments