AvaloniaUI / Avalonia.Xaml.Behaviors

Port of Windows UWP Xaml Behaviors for Avalonia Xaml.
MIT License
385 stars 46 forks source link

Native Aot for Avalonia.Xaml.Behaviors #122

Closed ChisterWu closed 1 year ago

ChisterWu commented 1 year ago

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

wieslawsoltes commented 1 year ago

Don't use Behaviors that rely on reflection.

ChisterWu commented 1 year ago

Don't use Behaviors that rely on reflection.

Thank you