dotnet/roslyn

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

Ouverte

#70 535 ouverte le 24 oct. 2023

 (0 commentaire) (0 réaction) (0 personne assignée)C# (4 257 forks)batch import
Area-IDEhelp wanted

Métriques du dépôt

Stars
 (20 414 étoiles)
Métriques de merge PR
 (Merge moyen 6j 17h) (256 PRs mergées en 30 j)

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.

Guide contributeur