Skip to content

Commit ea669f4

Browse files
committed
FIX: Accidentally removed using statements that where needed
1 parent ea0c2bd commit ea669f4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

XrmPluginCore.SourceGenerator/Analyzers/HandlerSignatureMismatchAnalyzer.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
using Microsoft.CodeAnalysis;
2+
using Microsoft.CodeAnalysis.CSharp;
3+
using Microsoft.CodeAnalysis.CSharp.Syntax;
4+
using Microsoft.CodeAnalysis.Diagnostics;
5+
using System.Collections.Immutable;
6+
using System.Linq;
17
using XrmPluginCore.SourceGenerator.Helpers;
28

39
namespace XrmPluginCore.SourceGenerator.Analyzers;

0 commit comments

Comments
 (0)