Skip to content

Could we have a morelinq analyzer which recommend best practices ? #1100

Open
@fforjanAVEVA

Description

@fforjanAVEVA

For Example, see https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0031.md

c1.Count()> 1 can be replace with c1.AtLeast(2),
c1.Count() > c2.Count() can be repalce with c1.CompareCount(c2) > 0

Etc...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions