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

Add analyzer "Unnecessary enum flag" (RCS1258) #886

Merged
merged 13 commits into from
Aug 19, 2023

Commits on Mar 27, 2022

  1. x

    josefpihrt committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    03cde7d View commit details
    Browse the repository at this point in the history

Commits on May 28, 2022

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

Commits on Jun 4, 2022

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

Commits on Oct 31, 2022

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

Commits on Nov 17, 2022

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

Commits on Nov 19, 2022

  1. Merge branch 'main' into feature/unnecessary-enum-flag

    # Conflicts:
    #	src/Analyzers/CSharp/DiagnosticIdentifiers.Generated.cs
    #	src/Analyzers/CSharp/DiagnosticRules.Generated.cs
    josefpihrt committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    703a22c View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2023

  1. Merge branch 'main' into feature/unnecessary-enum-flag

    # Conflicts:
    #	docs/Configuration.md
    #	src/Analyzers/CSharp/DiagnosticIdentifiers.Generated.cs
    #	src/Analyzers/CSharp/DiagnosticRules.Generated.cs
    #	src/VisualStudioCode/package/src/configurationFiles.generated.ts
    josefpihrt committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    943b3c0 View commit details
    Browse the repository at this point in the history
  2. fixes

    josefpihrt committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    c359279 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Merge main

    josefpihrt committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    3c91dc3 View commit details
    Browse the repository at this point in the history
  2. update

    josefpihrt committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    0995e44 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2023

  1. merge main

    josefpihrt committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    b33c5b2 View commit details
    Browse the repository at this point in the history
  2. update

    josefpihrt committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    52746cf View commit details
    Browse the repository at this point in the history
  3. update

    josefpihrt committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    33ef3ed View commit details
    Browse the repository at this point in the history