Skip to content

Commit c2bfd27

Browse files
committed
Add name for codefix
1 parent 13dec97 commit c2bfd27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

System.IO.Abstractions.Analyzers/CodeFixes/FileServiceInterfaceInjectionCodeFix.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
namespace System.IO.Abstractions.Analyzers.CodeFixes
1111
{
1212
[Shared]
13-
[ExportCodeFixProvider(LanguageNames.CSharp)]
13+
[ExportCodeFixProvider(LanguageNames.CSharp, Name = nameof(FileServiceInterfaceInjectionCodeFix))]
1414
public class FileServiceInterfaceInjectionCodeFix : CodeFixProvider
1515
{
1616
private const string Title = "Use System.IO.Abstractions";

0 commit comments

Comments
 (0)