Skip to content

There are no Roslyn intents / inspections for CardList #15

@Fayti1703

Description

@Fayti1703

This makes refactoring certain patterns hard -- e.g.

CardList cards = declval();
cards.AddRange([ new Card(EIGHT, FORM) ]);

to

CardList cards = declval();
cards.Add(new Card(EIGHT, FORM));

(should have a warning on the upper code to replace with the lower one; and an intention to do the reverse for easy adding of elements)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions