AvaloniaUI/Avalonia.Xaml.Behaviors

Native Aot for Avalonia.Xaml.Behaviors

ChisterWu opened this issue · 2 comments

I publish the app with Native aot, It will no work when I use Avalonia.xaml.behaviors. I try to add in rd.xaml, but it will failed to publish. How can i do if I wont to use avalonia.xaml.behaviors

Don't use Behaviors that rely on reflection.

Don't use Behaviors that rely on reflection.

Thank you