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
Actual Behavior: RCS1031: Remove unnecessary braces.
Applying the suggestion raises CS0136.
Expected Behavior:
No warning raised, since the braces cannot be removed without producing the compiler error due to out var val used in both switch sections.
The text was updated successfully, but these errors were encountered:
Product and Version Used:
Roslynator 2019 VS Extension, v3.2.0
Steps to Reproduce:
Actual Behavior:
RCS1031: Remove unnecessary braces
.Applying the suggestion raises CS0136.
Expected Behavior:
No warning raised, since the braces cannot be removed without producing the compiler error due to
out var val
used in both switch sections.The text was updated successfully, but these errors were encountered: