Skip to content

Missing Generic Type Parameter shows quick fix for redundant namespace #81

@SLaks

Description

@SLaks

Source:

using System.Collections.Generic;
class X : IEnumerable

The word IEnumerable will correctly show quick fixes for using System.Collections and System.Collections..

It will also show a quickfix for System.Collections.Generic., even though that is redundant and doesn't fix the error. (it does not show the corresponding using quick fix)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Area-AnalyzersBughelp wantedThe issue is "up for grabs" - add a comment if you are interested in working on it

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions