你的位置: 码友网首页 / 资讯源列表 / Embracing nullable reference types

关于[Embracing nullable reference types]的摘要:

Probably the most impactful feature of C# 8.0 is Nullable Reference Types (NRTs). It lets you make the flow of nulls explicit in your code, and warns you when you don’t act according to intent. The NRT feature holds you to a higher standard on how you deal with nulls, and as such it issues new warnings on existing code. So that those warnings (however useful) don’t break you, the feature must be explicitly enabled in your code before it starts complaining. Once you do that on existing code, you have work to do to make that code null-safe and satisfy the compiler that you did.

原文地址: https://devblogs.microsoft.com/dotnet/embracing-nullable-reference-types/

收录时间: 2019-11-28 浏览量: 1659 分类: C#开发

| 0 收藏 | 0