We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc70914 commit 1d22873Copy full SHA for 1d22873
src/StructId.Analyzer/AnalysisExtensions.cs
@@ -150,7 +150,7 @@ public static string ToFileName(this ITypeSymbol type)
150
public static bool IsStructId(this ITypeSymbol type) => type.AllInterfaces.Any(x => x.Name == "IStructId");
151
152
public static bool IsStructIdTemplate(this AttributeData attribute)
153
- => attribute.AttributeClass?.Name == "TStructId" ||
+ => attribute.AttributeClass?.Name == "TStructId" ||
154
attribute.AttributeClass?.Name == "TStructIdAttribute";
155
156
public static bool IsStructIdTemplate(this AttributeSyntax attribute)
0 commit comments