Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There are no Roslyn intents / inspections for CardList #15

Open
Fayti1703 opened this issue Apr 20, 2024 · 0 comments
Open

There are no Roslyn intents / inspections for CardList #15

Fayti1703 opened this issue Apr 20, 2024 · 0 comments
Labels
help wanted something you can help with usability ux/devx problem z-project: engine something in the engine itself

Comments

@Fayti1703
Copy link
Owner

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)

@Fayti1703 Fayti1703 added help wanted something you can help with low-priority usability ux/devx problem z-project: engine something in the engine itself and removed low-priority labels Apr 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted something you can help with usability ux/devx problem z-project: engine something in the engine itself
Projects
None yet
Development

No branches or pull requests

1 participant