AvaloniaUI / Avalonia

Develop Desktop, Embedded, Mobile and WebAssembly apps with C# and XAML. The most popular .NET UI client technology
https://avaloniaui.net
MIT License
24.55k stars 2.12k forks source link

Converter in Styles.Resources gives me exception during build #5162

Closed aboimpinto closed 3 years ago

aboimpinto commented 3 years ago

Hello,

on the project https://github.com/aboimpinto/MaterialDesign.Avalonia on the file https://github.com/aboimpinto/MaterialDesign.Avalonia/blob/master/source/MaterialDesign.PackIcon/Assets/Generic.xaml

I'm loading a converter into my tag when I compile the project I get this error:

image

Am I doing something wrong with the converters? I took a look at the documentation and, apart from saying that Avalonia ship if own implementation due to the fact is not available in dotnetstandards, there is no other concerns/differences when using it. Is this a bug or just miss ussage?

best wishes Paulo Aboim Pinto

kekekeks commented 3 years ago

local:GeometryConverter, not localGeometryConveter. (note the typo in in Converter)

aboimpinto commented 3 years ago

this is stupid ... I'm sorry