Add MaybeNullIfNullAttribute to round out nullable annotations #6981
Unanswered
mikernet
asked this question in
Language Ideas
Replies: 1 comment
-
I think the scenario might be addressed by dotnet/roslyn#43906 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
One notably absent annotation missing is
[MaybeNullIfNull]
as the inverse to[NotNullIfNotNull]
. One use-case would be to allow mimicking NVT lifted operator behavior with a reference type:Beta Was this translation helpful? Give feedback.
All reactions