This repository has been archived by the owner on Nov 1, 2024. It is now read-only.
Interactions not trimming-friendly #123
Closed
mysteryx93
started this conversation in
General
Replies: 1 comment 4 replies
-
Convert event as routed and use or create custom Behavior trigger. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Using interactions breaks with Assembly Trimming. It's using reflection to access MediaFinished, and being defined on a 3rd party control, I won't be able to set attributes on that class.
I always thought that MethodBinding was a much better way to do it; but couldn't get that to work in Avalonia.
https://github.com/mysteryx93/MethodBinding.Avalonia
What's the solution here?
Beta Was this translation helpful? Give feedback.
All reactions