Make AutoGenerateComponentState partial class compilation error clickable (#3932)

This commit is contained in:
DrSmugleaf
2023-04-13 19:33:21 -07:00
committed by GitHub
parent 1163a445cd
commit 4fd5f2bb64

View File

@@ -276,7 +276,7 @@ public partial class {componentName}
"Usage",
DiagnosticSeverity.Error,
true),
Location.None));
candidateClass.Keyword.GetLocation()));
}
}