Remove all Jetbrains nullability annotations #14568
Labels
area-global
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-cleanup
Milestone
At some point in the future, once C# 8 has gained enough traction (and/or newer versions of R#/Rider start recognizing C# 8 nullability attributes), we can remove
[CanBeNull]
and[NotNull]
attributes from our codebase.Part of #19007
The text was updated successfully, but these errors were encountered: