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 "Use enum field explicitly" (RCS1257) #889

Merged
merged 21 commits into from
Aug 19, 2023

Commits on Mar 13, 2022

  1. x

    josefpihrt committed Mar 13, 2022
    Configuration menu
    Copy the full SHA
    7a98465 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec33f1c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d76de8f View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2022

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

Commits on May 28, 2022

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

Commits on Oct 31, 2022

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

Commits on Nov 17, 2022

  1. Configuration menu
    Copy the full SHA
    a8dee52 View commit details
    Browse the repository at this point in the history
  2. fix format

    josefpihrt committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    39b4410 View commit details
    Browse the repository at this point in the history
  3. Update tests

    josefpihrt committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    dcf48a8 View commit details
    Browse the repository at this point in the history
  4. Add tests

    josefpihrt committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    6874985 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2022

  1. Merge branch 'main' into feature/use-enum-field

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

Commits on Jul 16, 2023

  1. Merge branch 'main' into feature/use-enum-field

    # 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
    a752840 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
    cf75bb8 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Merge branch 'main' into feature/use-enum-field

    # Conflicts:
    #	docs/Configuration.md
    #	tools/generate_code.ps1
    #	tools/generate_metadata.ps1
    josefpihrt committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    01f01aa 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
    0284637 View commit details
    Browse the repository at this point in the history
  3. update

    josefpihrt committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    e634571 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
    08b2977 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
    bb9cf2d 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
    6b53e1f View commit details
    Browse the repository at this point in the history
  4. update

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

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