We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5334515 commit a49410bCopy full SHA for a49410b
DocumentationAnalyzers/DocumentationAnalyzers.CodeFixes/RefactoringRules/DOC901CodeFixProvider.cs
@@ -27,10 +27,7 @@ internal partial class DOC901CodeFixProvider : CodeFixProvider
27
ImmutableArray.Create(DOC901ConvertToDocumentationComment.DiagnosticId);
28
29
public override FixAllProvider GetFixAllProvider()
30
- {
31
- // this is unlikely to work as expected
32
- return null;
33
- }
+ => CustomFixAllProviders.BatchFixer;
34
35
public override Task RegisterCodeFixesAsync(CodeFixContext context)
36
{
0 commit comments