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

When I add MvvmLight to a .NET Core project, I get this error > Warning NU1701 Package 'MvvmLightLibs 5.4.1.1' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of...

I am seeing very occasional 'enumeration is modified' exceptions when calling `Messenger.Send()`, as follows: ``` System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.KeyCollection.Enumerator.MoveNext() at...

Bumps System.Text.RegularExpressions from 4.3.0 to 4.3.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=System.Text.RegularExpressions&package-manager=nuget&previous-version=4.3.0&new-version=4.3.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Hello everyone, could anyone suggest a neat way to dis-/enable buttons? Currently I'm doing such things as follows: **ViewModel:** ``` // Properties public bool Save_btn_is_enabled { get { return _save_btn_is_enabled;...

We've updated the Readme! ### What is this? To best understand which topics are popular and which subjects are trending in our developer communities, we can leverage [Web Trends](https://www.webtrends.com). This...

This is the first time I am using MvvmLight, so I hope I am not overlooking something obvious. In my WPF ViewModel I have something like: ``` private ICommand readFileCommand;...

I've just updated the MVVM Nuget to v5.4.1. In the process the _new_ CommonServiceLocator was updated to 2.0.2. All that went fine. But there is now a 2.0.3 of CommonServiceLocator...

We've updated the Readme! ### What is this? To best understand which topics are popular and which subjects are trending in our developer communities, we can leverage [Web Trends](https://www.webtrends.com). This...

C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Xamarin\Android\Xamarin.Android.Legacy.targets(385,5): Warning XA0125: 'GalaSoft.MvvmLight.Platform.pdb' is using a deprecated debug information level. Set the debugging information to Portable in the Visual Studio project property pages or edit...

Hi, We are using MvvmLightLibsStd10 v5.4.1.1 package in our project. We would like to have a source code for the same. Can you please provide or mention any details like...