Commented Unassigned: WeakAction and WeakFunc .ctor are very slow on UWP [7722]
Hello! I work on the .NET Native runtime and compiler team and we've recently had some reports about folks using MvvMLight on UWP and having a pretty non ideal time. The root cause of the issue is that...
View ArticleCommented Unassigned: WeakAction and WeakFunc .ctor are very slow on UWP [7722]
Hello! I work on the .NET Native runtime and compiler team and we've recently had some reports about folks using MvvMLight on UWP and having a pretty non ideal time. The root cause of the issue is that...
View ArticleEdited Issue: WeakAction and WeakFunc .ctor are very slow on UWP [7722]
Hello! I work on the .NET Native runtime and compiler team and we've recently had some reports about folks using MvvMLight on UWP and having a pretty non ideal time. The root cause of the issue is that...
View ArticleClosed Issue: WeakAction and WeakFunc .ctor are very slow on UWP [7722]
Hello! I work on the .NET Native runtime and compiler team and we've recently had some reports about folks using MvvMLight on UWP and having a pretty non ideal time. The root cause of the issue is that...
View ArticleEdited Issue: Binding Doesn't Update and fails silently if not triggered from...
Easiest way to reproduce. Put a timer in your viewmodel subscribe to the elapsed event and from that change a property that will trigger INP. Bind a Label.Text to that property. In the...
View ArticleCommented Issue: Binding Doesn't Update and fails silently if not triggered...
Easiest way to reproduce. Put a timer in your viewmodel subscribe to the elapsed event and from that change a property that will trigger INP. Bind a Label.Text to that property. In the...
View ArticleEdited Issue: Binding Doesn't Update and fails silently if not triggered from...
Easiest way to reproduce. Put a timer in your viewmodel subscribe to the elapsed event and from that change a property that will trigger INP. Bind a Label.Text to that property. In the...
View ArticleNew Post: Compile with .NET Native tool chain
Hi Amenti, it looks like that they fixed the issue with "WeakAction and WeakFunc", however, I can see still the problem with Messenger. Could you please confirm whether you can see still the same...
View ArticleNew Post: Compile with .NET Native tool chain
Hi, Please note that nothing in MVVM Light code changed. The bug was acknowledged by Microsoft as being a bug of the .NET Core components. You will probably need the latest .NET core components to see...
View ArticleCommented Feature: Detach of Command Bindings [7717]
We use a lot of bindings to observable collections. I couldn't find a way to detach a Command binding which causes issues when views are recycled and those views get bound again with view models....
View ArticleCreated Release: MVVM Light V5.4.0
This is the "After Evolve" release, the one where I am packing the stuff I cannot put in V5.3 because of timing.
View ArticleEdited Feature: Detach of Command Bindings [7717]
We use a lot of bindings to observable collections. I couldn't find a way to detach a Command binding which causes issues when views are recycled and those views get bound again with view models....
View ArticleUpdated Release: MVVM Light V5.4.0 (planning)
This is the "After Evolve" release, the one where I am packing the stuff I cannot put in V5.3 because of timing.
View ArticleEdited Feature: Binding on the SelectedItem Property ( Android) [7669]
Recently, we have decided to integrate Mvvm Light in our Android project to take benefits of binding features (actually, we make manual binding through events in our activities). I tried to make a...
View ArticleCommented Feature: RecyclerView support? [7696]
I was wondering if you will add support for the RecyclerView in the way you handle ListView.Thanks,GeorgeComments: I added support for RecyclerView in the upcoming version of MVVm Light (V5.3) which...
View ArticleEdited Feature: RecyclerView support? [7696]
I was wondering if you will add support for the RecyclerView in the way you handle ListView.Thanks,George
View ArticleCommented Issue: Erreur "Frame Not In Module" avec IDialogService sur...
L'appel à une fonction de IDialogService génére une erreur ("Frame not in module") sur la plateforme Android. (Xamarin.Forms v1.5.0.6446)Le probléme provient de la fonction CreateDialog de la classe...
View ArticleClosed Issue: Erreur "Frame Not In Module" avec IDialogService sur...
L'appel à une fonction de IDialogService génére une erreur ("Frame not in module") sur la plateforme Android. (Xamarin.Forms v1.5.0.6446)Le probléme provient de la fonction CreateDialog de la classe...
View ArticleEdited Issue: Erreur "Frame Not In Module" avec IDialogService sur...
L'appel à une fonction de IDialogService génére une erreur ("Frame not in module") sur la plateforme Android. (Xamarin.Forms v1.5.0.6446)Le probléme provient de la fonction CreateDialog de la classe...
View ArticleEdited Issue: Platform.dll need to set dialog.CancelCommandIndex = 1; [7702]
5.1.1\wpa81\MvvmLight.Platform.dllMethod: MessageDialog CreateDialog Line: 202Maybe need to set dialog.CancelCommandIndex = 1. Otherwise we will get confirm button from dialog service when we click...
View Article