Make fixer for CS0535
smarter when implementing IEnumerable<T>
#67023
Labels
Area-IDE
Feature Request
help wanted
The issue is "up for grabs" - add a comment if you are interested in working on it
Milestone
Given code like:
Th fixer for
CS0535
currently doesn't treat this case as some kind of special, so applying it just creates method declarations for non-implemented members:However, implementation for non-generic enumerator in 99.99% cases would be then changed by user to
I think, considering that, fixer for
CS0535
can be made smarter in this specific case and produce code like this in the first place:The text was updated successfully, but these errors were encountered: