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

Analyzer: Prefer .Length/Count/IsEmpty over Any() #6236

Merged
merged 22 commits into from Jan 30, 2023

Commits on Oct 29, 2022

  1. Add analyzer and fixer.

    CollinAlpert committed Oct 29, 2022
    Configuration menu
    Copy the full SHA
    846ed66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39ddb18 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2022

  1. PR fixes

    CollinAlpert committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    3502244 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into issue_75933

    # Conflicts:
    #	src/NetAnalyzers/Core/AnalyzerReleases.Unshipped.md
    CollinAlpert committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    f466a9e View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. Merge branch 'master' into issue_75933

    # Conflicts:
    #	src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/MicrosoftNetCoreAnalyzersResources.resx
    #	src/NetAnalyzers/Microsoft.CodeAnalysis.NetAnalyzers.md
    #	src/NetAnalyzers/Microsoft.CodeAnalysis.NetAnalyzers.sarif
    #	src/NetAnalyzers/RulesMissingDocumentation.md
    CollinAlpert committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    0d6689e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    061c15d View commit details
    Browse the repository at this point in the history
  3. Update src/NetAnalyzers/VisualBasic/Microsoft.NetCore.Analyzers/Perfo…

    …rmance/BasicPreferLengthCountIsEmptyOverAnyFixer.vb
    buyaa-n committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    bae2acb View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2023

  1. Fixed PR comments.

    CollinAlpert committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    2df3b4d View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2023

  1. Configuration menu
    Copy the full SHA
    ca68478 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2023

  1. Configuration menu
    Copy the full SHA
    92675a6 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. Configuration menu
    Copy the full SHA
    1e36aac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    639af3d View commit details
    Browse the repository at this point in the history
  3. Fix type.

    CollinAlpert committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    cc86232 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. Configuration menu
    Copy the full SHA
    bc89cba View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. Perform symbol checks.

    CollinAlpert committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    e825483 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. Merge branch 'master' into issue_75933

    # Conflicts:
    #	src/NetAnalyzers/Core/AnalyzerReleases.Unshipped.md
    #	src/NetAnalyzers/RulesMissingDocumentation.md
    CollinAlpert committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    36d65f0 View commit details
    Browse the repository at this point in the history
  2. Consolidate rule IDs.

    CollinAlpert committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    f99b71f View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. Configuration menu
    Copy the full SHA
    aa5b25e View commit details
    Browse the repository at this point in the history
  2. Refactor tests.

    CollinAlpert committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    9a0cb96 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. Revert "Refactor tests."

    buyaa-n committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    0dcf2a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ed99ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9aac134 View commit details
    Browse the repository at this point in the history