mvvmlight icon indicating copy to clipboard operation
mvvmlight copied to clipboard

The main purpose of the toolkit is to accelerate the creation and development of MVVM applications in Xamarin.Android, Xamarin.iOS, Xamarin.Forms, Windows 10 UWP, Windows Presentation Foundation (WPF)...

Results 74 mvvmlight issues
Sort by recently updated
recently updated
newest added

Hi. Are there plans to make MVVMLight work with android projects that utilize Android Support libraries? I currently have Xamarin.Android project that relies on the AppCompat libraries (android support libraries)...

Hi, I've noticed, that you provide two different versions of the ViewModelLocator class. In the project template of the Visual Studio extension, there is one with a **static** constructor. But...

Hello, Currently the SetCommand extension returns void. This means that you can never detach a command. This can turn into issues when you're using reusable cells (in a UITableView or...

I am creating project for Xamarin-forms Tizen. I am not able to integrate this lib with Tizen project. It's working perfectly fine with Android and WPF platform. Is it possible...

I have a feature idea that I want to run by the community. I have a situation where I'm in my application and I'm opening numerous windows (in the View...

Platform: Android Version: GalaSoft.MvvmLight.Platform, Version=5.4.1.0 **Pseudo-Code for Bug Description** `Query = root.FindViewById(Resource.Id.search);` `Query.SetCommand("QueryTextSubmit", ViewModel.TestCMD);` This throws always System.InvalidCastException: Specified cast is not valid. I also tried other overloads and combinations...

Inside the Messenger.cs class you can run into this exception System.Collections.Generic.KeyNotFoundException at System.Collections.Generic.Dictionary`2.get_Item(TKey key) at GalaSoft.MvvmLight.Messaging.Messenger.SendToTargetOrType[TMessage](TMessage message, Type messageTargetType, Object token) in D:\GalaSoft\mydotnet\MVVMLight\source\GalaSoft.MvvmLight\GalaSoft.MvvmLight (PCL)\Messaging\Messenger.cs:Zeile 689. at GalaSoft.MvvmLight.Messaging.Messenger.Send[TMessage](TMessage message) in D:\GalaSoft\mydotnet\MVVMLight\source\GalaSoft.MvvmLight\GalaSoft.MvvmLight...

moved AndroidSupport to PackageReferrence in csproj; Added AndroidSupport Standard project with linked files from AndroidSupport; No code changes; Not touching the .nuspec for the Standard package as I don't know...

## Steps to reproduce - Create empty UWP app. - Create the following enum: ``` public enum ActionType { FirstAction = 0, SecondAction = 1 } ``` - Create one...

System.Windows.Interactivity should not be packed with MvvmLightLibs, it should be extracted as a separate NuGet package which MvvmLightLibs depends upon. We see different locations of System.Windows.Interactivity being referenced in our...