dotnet/roslyn
View on GitHubA code fix for CS8767 (nullability doesn't match) and friends would be awesome
Open
#70,535 opened on Oct 24, 2023
Area-IDEhelp wanted
Repository metrics
- Stars
- (20,414 stars)
- PR merge metrics
- (Avg merge 6d 17h) (256 merged PRs in 30d)
Description
I'm enabling nullable anaylsis on a file, and getting warnings about the nullability not matching the implicitly implemented interface member:
It would be awesome if a code fix could update the declaration here, otherwise the only thing I have to go on is the tooltip, which keeps disappearing when I type. I imagine the same thing would be useful for members that override things, though at least in that case I could go-to-def on the override keyword and see the correct signature presumably.