RCS1077 for DistinctBy(x => x)
Open
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 3.5k
- Forks
- 294
- Avg merge
- 2h 30m
- Merged PRs (30d)
- 4
Description
RCS1077 should recommend replacing .DistinctBy(x => x) with .Distinct()
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the RCS1077 analyzer implementation and its tests, then inspect how the rule handles the shown .DistinctBy(x => x) pattern. Done means the analyzer recommends .Distinct() for that case and the tests verify the recommendation without regressing existing RCS1077 behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100