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

Enable new analyzers CA1510/11/12/13 and CA1856/57/58 #80149

Merged
merged 4 commits into from
Jan 7, 2023

Commits on Jan 5, 2023

  1. Enable new analyzers CA1510/11/12/13 and CA1856/57/58

    CA1510: Use ArgumentNullException throw helper
    CA1511: Use ArgumentException throw helper
    CA1512: Use ArgumentOutOfRangeException throw helper
    CA1513: Use ObjectDisposedException throw helper
    CA1856: Incorrect usage of ConstantExpected attribute
    CA1857: A constant is expected for the parameter
    CA1858: Use 'StartsWith' instead of 'IndexOf'
    stephentoub committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    b2dff9a View commit details
    Browse the repository at this point in the history
  2. More fixes

    stephentoub committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    e8b0b9f View commit details
    Browse the repository at this point in the history
  3. Address PR feedback

    stephentoub committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    95dd85c View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

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