Browse Source

Update HelpLink for XAML namespace resolution (#20371)

release/11.3
Max Katz 1 month ago
committed by Julien Lebosquain
parent
commit
f69927eb7e
No known key found for this signature in database GPG Key ID: 1833CAD10ACC46FD
  1. 2
      src/Markup/Avalonia.Markup.Xaml/XamlIl/Runtime/XamlIlRuntimeHelpers.cs

2
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" };
}
}

Loading…
Cancel
Save