Max Katz
1 month ago
committed by
Julien Lebosquain
No known key found for this signature in database
GPG Key ID: 1833CAD10ACC46FD
1 changed files with
1 additions and
1 deletions
-
src/Markup/Avalonia.Markup.Xaml/XamlIl/Runtime/XamlIlRuntimeHelpers.cs
|
|
|
@ -351,7 +351,7 @@ namespace Avalonia.Markup.Xaml.XamlIl.Runtime |
|
|
|
throw new ArgumentException( |
|
|
|
$"Unable to resolve type {qualifiedTypeName} from any of the following locations: " + |
|
|
|
string.Join(",", resolvable.Select(e => $"`clr-namespace:{e.ClrNamespace};assembly={e.ClrAssemblyName}`"))) |
|
|
|
{ HelpLink = "https://docs.avaloniaui.net/guides/basics/introduction-to-xaml#valid-xaml-namespaces" }; |
|
|
|
{ HelpLink = "https://docs.avaloniaui.net/docs/basics/user-interface/introduction-to-xaml#xml-namespaces" }; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|