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

Fix to improve code fixer heuristic employed by CA1835 #4269

Merged
merged 13 commits into from
Oct 3, 2020

Commits on Oct 1, 2020

  1. Configuration menu
    Copy the full SHA
    87796c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    724522e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c89194a View commit details
    Browse the repository at this point in the history
  4. Test data:

    Add new test cases to handle partial buffer read/write.
    
    Adjust existing test cases that use the full buffer to avoid adding the AsMemory invocation.
    carlossanlop committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    4a75e45 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7618523 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b5082bf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0e5452a View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2020

  1. Configuration menu
    Copy the full SHA
    60a0625 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04a1b40 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5aed494 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5ee28f9 View commit details
    Browse the repository at this point in the history
  5. Update the unit tests.

    carlossanlop committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    c69af85 View commit details
    Browse the repository at this point in the history
  6. Simplify check for 0 by directly using the constant pattern check on …

    …the Value without having to cast to integer first.
    
    Use existing WellKnownMemberName instead "Length".
    carlossanlop committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    af4ec1c View commit details
    Browse the repository at this point in the history