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

Do not export IDE0079 (remove unnecessary suppressions) analyzer in C… #47944

Merged
1 commit merged into from
Sep 22, 2020

Commits on Sep 22, 2020

  1. Do not export IDE0079 (remove unnecessary suppressions) analyzer in C…

    …odeStyle layer
    
    Fixes dotnet#47942
    This is a special IDE-only analyzer that should not be exported in the CodeStyle NuGet package. We still want to retain the code in the shared analyzer layer to allow different analyzer hosts to be able to explicitly instantiate it and enforce it on command line from the CodeStyle package.
    mavasani committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    315c5bf View commit details
    Browse the repository at this point in the history