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

Sorry to open again but the link provided in #75 does not work anymore. How can it be updated?

Hello @lbugnion I have been working through some performance issues with our MVVM Light app and noticed that the Heap Size seems to forever increase in Android. At first I...

Add GalaSoft.MvvmLight.Platform for .Net Core WPF (DispatcherHelper). NOTE: version number still uses 5.4.1.1

Hi all ! Like the title said , i need some help about binding Observable model :( This is what i have : A model with INotifyPropertyChanged ( i tried...

We're looking into creation of WPF (.NET Core) projects in [Windows Template Studio](https://github.com/Microsoft/WindowsTemplateStudio). MVVMLight is one of the frameworks our users requested and we'd love to get your feedback on...

Many firsts for me: - First "real" use of git - First time git contribution (fork+pull request) - First Visual Studio Extension A good code review will be necessary, lol....

on android i get error when i try to showMessage --- End of managed Java.Lang.NullPointerException stack trace --- java.lang.NullPointerException: Attempt to invoke virtual method 'android.content.res.Resources$Theme android.content.Context.getTheme()' on a null object...

After creating a new Xamarin Forms 3.0 app in VS2017 I add MVVMLight 5.4.1 via NuGet the ViewModels folder and ViewModelLocator are missing from the project once nugget has completed....

Projects since .NET4.5 are compiled with **PORTABLE** define, which causes **PropertyChanging** property to be skipped during compilation. Project `GalaSoft.MvvmLight.Platform (NET45).csproj` only include project `GalaSoft.MvvmLight %28PCL%29.csproj` and doesn't change its define...

I need to implement ViewPager in MVVM. please help.