关于[C# Nullable Reference Types]的摘要:
One of the major sources of unexpected runtime errors is null references. With nullable reference types you can make the compiler check for null references, and make it easier for you to avoid the dreaded NullReferenceException.
原文地址: https://blogs.u2u.be/peter/post/c-nullable-reference-types