You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…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
Version Used:
#error version
=Compiler version: '3.11.0-4.21403.6 (ae1fff34)'. Language version: latest (9.0).
#error version
=Compiler version: '3.11.0-4.21373.6 (bb3bdbbe)'. Language version: 9.0.
.Steps to Reproduce:
dotnet new console
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
to the.csproj
file.dotnet build
Expected Behavior:
You should get errors.
Actual Behavior:
You get warnings.
See also @sharwell's comments in #43051 (comment)
The text was updated successfully, but these errors were encountered: