Skip to content

Commit 088c562

Browse files
Copilotlinkdotnet
andcommitted
fix: Add missing System.Linq using statement in PreferGenericFindAnalyzer
Co-authored-by: linkdotnet <[email protected]>
1 parent bf9848e commit 088c562

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bunit.analyzers/Analyzers/PreferGenericFindAnalyzer.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
using System.Collections.Immutable;
2+
using System.Linq;
23
using Microsoft.CodeAnalysis;
34
using Microsoft.CodeAnalysis.CSharp;
45
using Microsoft.CodeAnalysis.CSharp.Syntax;

0 commit comments

Comments
 (0)