We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3532de2 commit 373a6cfCopy full SHA for 373a6cf
1 file changed
IDisposableAnalyzers/CodeFixes/AddUsingFix.cs
@@ -25,7 +25,7 @@ internal class AddUsingFix : DocumentEditorCodeFixProvider
25
Descriptors.IDISP004DoNotIgnoreCreated.Id,
26
Descriptors.IDISP017PreferUsing.Id);
27
28
- protected override DocumentEditorFixAllProvider? FixAllProvider() => null;
+ protected override DocumentEditorFixAllProvider? FixAllProvider() => DocumentEditorFixAllProvider.Solution;
29
30
protected override async Task RegisterCodeFixesAsync(DocumentEditorCodeFixContext context)
31
{
0 commit comments