Skip to content

Commit 373a6cf

Browse files
committed
Enable fix all for add using.
Close #177 Use with care!
1 parent 3532de2 commit 373a6cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

IDisposableAnalyzers/CodeFixes/AddUsingFix.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ internal class AddUsingFix : DocumentEditorCodeFixProvider
2525
Descriptors.IDISP004DoNotIgnoreCreated.Id,
2626
Descriptors.IDISP017PreferUsing.Id);
2727

28-
protected override DocumentEditorFixAllProvider? FixAllProvider() => null;
28+
protected override DocumentEditorFixAllProvider? FixAllProvider() => DocumentEditorFixAllProvider.Solution;
2929

3030
protected override async Task RegisterCodeFixesAsync(DocumentEditorCodeFixContext context)
3131
{

0 commit comments

Comments
 (0)