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

Handle /warnaserror with Warning analyzer bulk configuration in edito… #58460

Merged
merged 1 commit into from
Jan 12, 2022

Conversation

mavasani
Copy link
Contributor

@mavasani mavasani commented Dec 22, 2021

…rconfig

Fixes #55541

…rconfig

Fixes batch compiler issue in dotnet#55541. I'll create a separate PR for the fix on IDE side
@mavasani mavasani added this to the 17.1 milestone Dec 22, 2021
@mavasani mavasani requested review from cston, chsienki and a team December 22, 2021 08:07
mavasani added a commit to mavasani/roslyn that referenced this pull request Dec 22, 2021
…ation in editorconfig

Underlying issue: dotnet#55541
Corresponding batch compiler fix: dotnet#58460
This change fixes the code that computes effective severity for Analyzers node. We also need to update the code that computes effective severity for EditorConfig UX, I will file a separate issue for the same.

NOTE: We have dotnet#52720 to track avoiding code duplication for computing effective severity between EditorConfig UX and other parts of the IDE
@mavasani
Copy link
Contributor Author

@cston @chsienki Can you please take a look?

@mavasani
Copy link
Contributor Author

Thanks Chris! @dotnet/roslyn-compiler for an additional review.

@mavasani mavasani merged commit db732a1 into dotnet:main Jan 12, 2022
@ghost ghost modified the milestones: 17.1, Next Jan 12, 2022
@mavasani mavasani deleted the Issue55541 branch January 12, 2022 05:37
@RikkiGibson RikkiGibson modified the milestones: Next, 17.2.P1 Feb 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

dotnet_analyzer_diagnostic.severity Does Not Work with TreatWarningsAsErrors
4 participants