关于[C# Futures: Simplified Parameter Null Validation]的摘要:
At first glance, proposal #2145 seems like a logical extension to C# 8’s Nullable Reference Types feature. The basic idea is developers would no longer need to explicitly add argument null checks to methods that accept non-nullable parameters. However, this has become quite contentious.
原文地址: https://www.infoq.com/news/2020/01/CSharp-Null-Validation/