Edited Issue: Messenger Bug when Assinging a Lambda Expression with a...
HiI've a simple message which I sent with the Messenger .Now Depending on the registration for this message I got a exception (s. below)The following code works```...
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 ArticleNew Post: Installing MVVMLightLibs removes all other references??
Hello, Maybe a stupid question ;-) In a fresh new Universal Windows app for Win10 (VS2015 community) all my reference dissapear when I try to install the MVVMLight-Libs through the Nuget program. I'm...
View ArticleNew Post: Installing MVVMLightLibs removes all other references??
Hi. It's not a stupid question, but it is also the first time I hear about this. It sounds like a Nuget issue. Is it only with MVVM Light that you see this issue? Can you send me more information about...
View ArticleNew Post: Installing MVVMLightLibs removes all other references??
Hi Laurent, thanks for the feedback. I have 3 machines which are configured for programming. I thought I have the issue on all three of them. I just tried it another way. Installing the reference...
View ArticleNew Post: Installing MVVMLightLibs removes all other references??
And when you build, the packages are not restored? I will try this at home and let you know if I can repro. Laurent
View ArticleNew Post: Installing MVVMLightLibs removes all other references??
I tried your suggestion above already before, but I didn't think it helped. Now I'm at my pc @home, and here I don't have the reference problem... everything works as expected. I have a third pc on my...
View ArticleNew Post: Installing MVVMLightLibs removes all other references??
Please make sure that you have the latest version of Nuget installed everywhere. The Windows 10 templates uses the new Nuget "features" (not willingly but I have no choice) which is restoring packages...
View ArticleCommented Unassigned: Closures not working with RelayCommand [7721]
I'm using `RelayCommand` with a WPF project (.NET 4.6.1), and if the provided action contains local variables (closures), the command fails silently (the action is not executed and no exception is...
View ArticleCommented Unassigned: Closures not working with RelayCommand [7721]
I'm using `RelayCommand` with a WPF project (.NET 4.6.1), and if the provided action contains local variables (closures), the command fails silently (the action is not executed and no exception is...
View ArticleEdited Issue: Messenger message dispatch does not work for lambdas with...
Since Messenger uses weak reference to a target, message dispatch does not work if I use lambda with closure. This works:```void Register(SomeClass obj){...
View ArticleEdited Issue: Closures not working with RelayCommand [7721]
I'm using `RelayCommand` with a WPF project (.NET 4.6.1), and if the provided action contains local variables (closures), the command fails silently (the action is not executed and no exception is...
View ArticleCommented Issue: Closures not working with RelayCommand [7721]
I'm using `RelayCommand` with a WPF project (.NET 4.6.1), and if the provided action contains local variables (closures), the command fails silently (the action is not executed and no exception is...
View ArticleCommented Issue: Closures not working with RelayCommand [7721]
I'm using `RelayCommand` with a WPF project (.NET 4.6.1), and if the provided action contains local variables (closures), the command fails silently (the action is not executed and no exception is...
View ArticleSource code checked in, #b149b020274e
Added XML doc specifying that closures will cause issues with WeakActions (Messenger, RelayCommand, Binding).
View ArticleSource code checked in, #514c08aa86c1
Modified SetCommand to allow avoiding explicit type parameter when using an Android CheckBox and the default CheckedChange event.
View ArticleSource code checked in, #78263d2da136
Added UITextField and UISwitch as UI elements that are recognized by the SetCommand and by the Binding class for their default event.
View Article