We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5d0059 commit 732ec3fCopy full SHA for 732ec3f
src/Features/CSharpTest/ConvertToRecord/ConvertToRecordCodeRefactoringTests.cs
@@ -4538,7 +4538,7 @@ public abstract record C(string? S)
4538
}
4539
4540
""";
4541
- await TestRefactoringAsync(initialMarkup, changedMarkup).ConfigureAwait(false);
+ await TestRefactoringAsync(initialMarkup, changedMarkup);
4542
4543
4544
[Fact, WorkItem("https://github.com/dotnet/roslyn/issues/78664")]
@@ -4561,7 +4561,7 @@ namespace N
4561
public abstract record C(string? S);
4562
4563
4564
4565
4566
4567
#pragma warning disable RS1042 // Do not implement
0 commit comments