We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea0c2bd commit ea669f4Copy full SHA for ea669f4
XrmPluginCore.SourceGenerator/Analyzers/HandlerSignatureMismatchAnalyzer.cs
@@ -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;
7
using XrmPluginCore.SourceGenerator.Helpers;
8
9
namespace XrmPluginCore.SourceGenerator.Analyzers;
0 commit comments