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

Move IsBuildOnlyDiagnostic to use a switch expression #73313

Merged
merged 2 commits into from
May 2, 2024

Commits on May 2, 2024

  1. Move IsBuildOnlyDiagnostic to use a switch expression

    By suppressing CS8524, we can get a build-time diagnostic when we forget to update this, rather than getting a test failure that we often forget until CI throws.
    333fred committed May 2, 2024
    Configuration menu
    Copy the full SHA
    b52f52f View commit details
    Browse the repository at this point in the history
  2. Move comment for readability

    Co-authored-by: Rikki Gibson <[email protected]>
    333fred and RikkiGibson authored May 2, 2024
    Configuration menu
    Copy the full SHA
    3ba7902 View commit details
    Browse the repository at this point in the history