Skip to content

Commit 9595b33

Browse files
committed
Add TODO for next work
Add check contains private property with Type IFileSystem for FileSystemInvocationCodeFix
1 parent b925dc6 commit 9595b33

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ public sealed override async Task RegisterCodeFixesAsync(CodeFixContext context)
2323
var root = await context.Document.GetSyntaxRootAsync(context.CancellationToken).ConfigureAwait(false);
2424
var invocation = root.FindNode(context.Span).FirstAncestorOrSelf<InvocationExpressionSyntax>();
2525

26+
// TODO: Add check contains private property with Type IFileSystem
2627
context.RegisterCodeFix(new FileSystemInvokeCodeAction(Title,
2728
context.Document,
2829
invocation),

0 commit comments

Comments
 (0)