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 ArticleNew Post: Differences between MvvmLight and MvvmLightLibs
I mean that I hope that MvvmLight libraries will not be build for .NET Framework newer than 4.0, in which case it will not be usable under Windows XP, because .NET Framework 4.0 is last version that...
View ArticleNew Post: Differences between MvvmLight and MvvmLightLibs
Ah ok! At the moment I continue to support .NET 4 and don't have plans to change that in the near future. Thanks for the feedback.
View ArticleNew Post: Compile with .NET Native tool chain
In my experience the messages arrive but registering them is very slow with .Net Native. All in all we have very serious performance problems when compiled with .Net Native which could very well be the...
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: 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 ArticleNew Post: ObservableTableViewController for iOS lists.
Hi, I have written a blog post describing some minor alterations to the ObservableTableViewController and ObservableTableSource to enable editing in this example it was to enable swipe to delete...
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 ArticleNew Post: ObservableTableViewController for iOS lists.
Hello, Thank you for suggestions... I hoped there is a possibillity without modifieng the source of the mvvm light... Because of updates etc. But that is a good possibillity... Thanks Bye Markus
View ArticleNew Post: ObservableTableViewController for iOS lists.
I am working on additions to MVVM Light which should make this possible. Hoping to have a preview in the next few weeks and an official release around the Evolve timeframe (end of April). Laurent
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 ArticleNew Post: EventToCommand error
Does anybody else had a problem with EventToCommand on .Net 4.5 WPF solution running on VS 2015 update 1 on a Windows 10 machine? I got this error: The type 'EventToCommand' from assembly...
View ArticleCommented Issue: 'GalaSoft.MvvmLight.Platform' is built with an older version...
There are errors, when use behaviors and EventToCommand in XAML:The type 'SampleBehavior' from assembly 'MvvmLightBug' is built with an older version of the Blend SDK, and is not supported in a Windows...
View ArticleCreated Unassigned: Some samples do not work on Windows 7 and VS 2013 [7723]
Hi,Are you facing this issue ? It seems that many samples do not work on Windows 7 and VS 2013.Sometimes, Windows 8.1 is required (for Windows Phone support) but sometimes it's more tricky.For...
View ArticleNew Post: Need source for 4.2.30.0 and 4.2.31.1
How do I download the source code for these releases and any other older ones? I only find the source for the current release on the site. Thanks!
View ArticleNew Post: ObservableAdapter with custom layout
Hi, I'm using Xamarin and MVVM Light for Android development and I observed a strange behavior when I tried to use the ObservableAdapter together with a custom listview item layout. I used the layout...
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 ArticleNew Post: EventToCommand error
Yes there is an issue for that. I moved to another mvvm package waiting for an official fix.
View ArticleCreated Unassigned: Binding Doesn't Update and fails silently if not...
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 Article