@StephaneDelcroix, according to your offer, should I create an issue for this now, and tag-mention you? Just want to make sure before doing so that this is a real issue and I am not doing something obvious wrong with x:DataType="viewmodels:BoViewModel(models:BoArticle)"
Please support compiled bindings for ViewModels based on a generic type.
Sample:
MyViewModel<T>
,MyModel
BindingContext = new MyViewModel<MyModel>()
In Xaml, I want to bind
Originally posted by @StephaneDelcroix in https://github.com/dotnet/maui/issues/20568#issuecomment-1946295454
There was a similar request in the Xamarin.Forms github: https://github.com/xamarin/Xamarin.Forms/issues/7161