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

Prevent SemaphoreSlim.Wait(0) from triggering CA1849 #7310

Merged
merged 6 commits into from
Jun 4, 2024

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    6a4cd45 View commit details
    Browse the repository at this point in the history
  2. Remove unnecessary using

    CollinAlpert committed May 10, 2024
    Configuration menu
    Copy the full SHA
    2ab7ba1 View commit details
    Browse the repository at this point in the history
  3. Fix formatting

    CollinAlpert committed May 10, 2024
    Configuration menu
    Copy the full SHA
    c71561d View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

  1. Configuration menu
    Copy the full SHA
    c455f63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e264af8 View commit details
    Browse the repository at this point in the history
  3. Add Debug.Assert

    CollinAlpert committed May 18, 2024
    Configuration menu
    Copy the full SHA
    6d45c87 View commit details
    Browse the repository at this point in the history