Mark calls to oblivious methods in #nullable contexts in Quick Info #41504
Labels
Area-IDE
Concept-Continuous Improvement
help wanted
The issue is "up for grabs" - add a comment if you are interested in working on it
IDE-IntelliSense
Completion, Signature Help, Quick Info
Milestone
Right now if you have a piece of code that is
#nullable enable
d and calls an oblivious method, you don't get any warnings to this effect. This is good because in a mixed codebase if you had compiler warnings this would quickly get really noisy. But, we should probably show some simple hint in Quick Info that lets the user know the call isn't being considered for nullability, so they know where the dragons may still lie.@333fred's suggestion for the text was "This call is not null aware", which I think is a great wording.
The text was updated successfully, but these errors were encountered: