Browse Source
Fix compilation error from merge from master
pull/7246/head
Jeremy Koritzinsky
5 years ago
No known key found for this signature in database
GPG Key ID: 25A7D1C8126B7A16
1 changed files with
1 additions and
1 deletions
-
src/Markup/Avalonia.Markup.Xaml.Loader/CompilerExtensions/Transformers/AvaloniaXamlIlSelectorTransformer.cs
|
|
|
@ -118,7 +118,7 @@ namespace Avalonia.Markup.Xaml.XamlIl.CompilerExtensions.Transformers |
|
|
|
.GetAvaloniaPropertyType(targetPropertyField, context.GetAvaloniaTypes(), node); |
|
|
|
|
|
|
|
if (!XamlTransformHelpers.TryGetCorrectlyTypedValue(context, |
|
|
|
new XamlAstTextNode(node, attachedProperty.Value, context.Configuration.WellKnownTypes.String), |
|
|
|
new XamlAstTextNode(node, attachedProperty.Value, type: context.Configuration.WellKnownTypes.String), |
|
|
|
targetPropertyType, out var typedValue)) |
|
|
|
throw new XamlParseException( |
|
|
|
$"Cannot convert '{attachedProperty.Value}' to '{targetPropertyType.GetFqn()}", |
|
|
|
|