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 04a7f98 commit 34142cfCopy full SHA for 34142cf
src/FluentAssertions.Analyzers/Tips/AsyncVoid.cs
@@ -76,7 +76,7 @@ public class AsyncVoidCodeFix : CodeFixProvider
76
public override ImmutableArray<string> FixableDiagnosticIds => ImmutableArray.Create(AsyncVoidAnalyzer.DiagnosticId);
77
public override Task RegisterCodeFixesAsync(CodeFixContext context)
78
{
79
- throw new NotImplementedException();
+ return Task.CompletedTask;
80
}
81
82
0 commit comments