dotnet/roslyn

A code fix for CS8767 (nullability doesn't match) and friends would be awesome

开放

#70,535 创建于 2023年10月24日

 (0 条评论) (0 个反应) (0 位负责人)C# (4,257 个派生)batch import
Area-IDEhelp wanted

仓库指标

星标
 (20,414 个星标)
PR 合并指标
 (平均合并 6天 17小时) (30 天内合并 256 个 PR)

描述

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.

贡献者指南