关于[Improving non-nullable reference types handling]的摘要:
A few weeks ago I started using non-nullable reference types- a new C# language feature which was shipped with version 8.0. It wasn’t a completely new experience for me, because I was working before on projects that were heavily utilizing [NotNull] and [CanBeNull] Resharper annotations. The way how ...
原文地址: https://cezarypiatek.github.io/post/better-non-nullable-handling/