Skip to content

Commit

Permalink
Merge pull request #61105 from mavasani/FixAllRawString
Browse files Browse the repository at this point in the history
Add FixAll support for "Convert to raw string" refactoring
  • Loading branch information
mavasani authored May 11, 2022
2 parents e6a31e0 + d2ac193 commit e6b5dd8
Show file tree
Hide file tree
Showing 19 changed files with 970 additions and 927 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

namespace Microsoft.CodeAnalysis.Editor.CSharp.UnitTests.InvertConditional
{
public partial class InvertConditionalTests : AbstractCSharpCodeActionTest
public class InvertConditionalTests : AbstractCSharpCodeActionTest
{
protected override CodeRefactoringProvider CreateCodeRefactoringProvider(Workspace workspace, TestParameters parameters)
=> new CSharpInvertConditionalCodeRefactoringProvider();
Expand Down
Loading

0 comments on commit e6b5dd8

Please sign in to comment.