Stephen Monaco
Stephen Monaco
The previous AOT issue #146 has resolved the trimming warnings mentioned, but I am getting new AOT-related warnings now. Upon looking up the warning message, I was led to [IL3054](https://learn.microsoft.com/en-us/dotnet/core/deploying/native-aot/warnings/il3054)....
Currently, `ContentDragBehavior` will forward only the binded `Context` into the drag+drop interaction. `IDragHandler.BeforeDragDrop` does not seem to allow for a produced value to be specified as the drag+drop payload. Use...
[IDropHandler.Leave](https://github.com/wieslawsoltes/AvaloniaBehaviors/blob/master/src/Avalonia.Xaml.Interactions/DragAndDrop/IDropHandler.cs#L38) is using `RoutedEventArgs` instead of `DragEventArgs`. As a workaround, you can cast to `RoutedEventArgs e` to `DragEventArgs` in the implementation.
### Is your feature request related to a problem? Please describe. When doing ViewLocator lookups, if you happen to derive a VM from the MVVM Framework's base type instead of...
### Describe the bug Avalonia templates are currently split between avalonia-dotnet-templates and AvaloniaVS. However, each has their own type convention when creating a `UserControl` (possibly others) within a folder. avalonia-dotnet-templates...
### Is your feature request related to a problem? Please describe. The errors that Avalonia logs regarding failed bindings are inadequate to directly locate the control. As an example: ```...
### Is your feature request related to a problem? Please describe. There is some blind trust regarding what assemblies and assets are loaded at runtime (and their Uri), especially for...
## Describe the bug Binding to static method throws InvalidProgramException when executed. ## To Reproduce 1. Create new MVVM project 2. Add `public static void DoTheThing() { }` to `MainWindowViewModel`...
### Is your feature request related to a problem? Please describe. Querying the capabilities and informational data of a font is not directly supported by Avalonia. Besides apps that load...
Avalonia 11 is currently in RC for the next major release and the team has made substantial [breaking changes](https://github.com/AvaloniaUI/Avalonia/wiki/Breaking-Changes). This currently leaves SmartMvvm.Xaml unable to be used on Avalonia 11...