manuelroemer / Nullable

A source code only package which allows you to use .NET's nullable attributes in older target frameworks like .NET Standard 2.0 or the "old" .NET Framework.
https://www.nuget.org/packages/Nullable
MIT License
184 stars 8 forks source link

Add support for [MemberNotNull] and [MemberNotNullWhen] #9

Closed manuelroemer closed 4 years ago

manuelroemer commented 4 years ago

New nullability attributes are currently being introduced (see https://github.com/dotnet/runtime/blob/master/src/libraries/System.Private.CoreLib/src/System/Diagnostics/CodeAnalysis/NullableAttributes.cs).

These should be added to Nullable as soon as:

manuelroemer commented 4 years ago

Will be available in 1.3.0.