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
When single refactoring applied, code refactored properly, but when user selects to apply it to some scope, e.g. Document, it produce non-compilable results. Note duplicate Assert.Multiple(() => lines
When more than two statements can be merged, the Analyzer raises multiple suggestions.
If you manually pick the first, it combines all, but if you start further down you get what you are seeing:
When single refactoring applied, code refactored properly, but when user selects to apply it to some scope, e.g. Document, it produce non-compilable results. Note duplicate
Assert.Multiple(() =>
linesThe text was updated successfully, but these errors were encountered: