Add location of compile errors to XAML UI (#3674)

This commit is contained in:
DrSmugleaf
2023-01-10 17:44:15 +01:00
committed by GitHub
parent cb11afd777
commit 191519932e

View File

@@ -332,7 +332,7 @@ namespace {nameSpace}
"Usage",
DiagnosticSeverity.Error,
true),
Location.None));
candidateClass.GetLocation()));
}
}