New Post: ObservableObject.RaisePropertyChanged overloads unification
Hi Laurent, Different overloads of ObservableObject.RaisePropertyChanged (using a string or an expression) both raise the handler. As the final raise of the event is based on a string propertyname, I...
View ArticleNew Post: Compiler warning in a new UWP project with MVVM Light
If I create a new UWP project in VS 2015 or 2017, and then add MVVM Light via nuget I get this compiler warning:Found conflicts between different versions of the same dependent assembly that could not...
View ArticleCreated Unassigned: Discrepancy in DialogService between Android and UWP [7749]
It seems that the DialogService behaves differently on Android than in a UWP app.Values altered in the afterHideCallback, are do not have their newly assigned value when the dialog is hidden. Adding an...
View ArticleReviewed: MVVM Light V5.2.0 (May 04, 2017)
Rated 5 Stars (out of 5) - wonderful framework, thanks! BTW, since CodePlex is shutting down, will you migrate someplace else? thanks!
View ArticleCommented Unassigned: Inconsistent FallbackValue & Converter Usage [7737]
It appears to me that the usage of FallbackValue in BindingGeneric is inconsistent. In two of the three places where it is used to set the target property value, the Converter is not used. In third...
View ArticleCommented Unassigned: Converter Not Used With Fallback Value [7736]
In my scenario ViewModel.PropertyA.PropertyObservableCollection.Count is bound to the UILable.Text property. It generates an "Object of type 'System.Int32' cannot be converted to type 'System.String'."...
View ArticleCreated Unassigned: Error on DialogMessage via DLL but Obsolete "error" Not...
The .NET 4 "GalaSoft.MvvmLight.dll" in the latest (v5.3.0) NuGet Package generates a Compiler Error when "DialogMessage" Class is referenced even though the latest (v5.3.0) source code does not use the...
View ArticleCreated Unassigned: NuGet Package Has .NET 4.5 DLL but Source Stops at 4.0...
The non-Platform DLL's in the latest (v5.3.0) NuGet Package has a version for .NET 4.5, but the latest (v5.3.0) from this website does not have a Project for that .NET 4.5. It only goes up to .NET 4.0....
View ArticleCommented Unassigned: Error on DialogMessage via DLL but Obsolete "error" Not...
The .NET 4 "GalaSoft.MvvmLight.dll" in the latest (v5.3.0) NuGet Package generates a Compiler Error when "DialogMessage" Class is referenced even though the latest (v5.3.0) source code does not use the...
View ArticleCreated Unassigned: Binding to Interfaces fail [7752]
I'm trying to bind an ICommand from view to ViewModel in an Android/iOS native app. Unfortunately this fails because of the SimpleConverter which tries to convert using...
View ArticleCommented Unassigned: Binding to Interfaces fail [7752]
I'm trying to bind an ICommand from view to ViewModel in an Android/iOS native app. Unfortunately this fails because of the SimpleConverter which tries to convert using...
View ArticleCommented Unassigned: Binding to Interfaces fail [7752]
I'm trying to bind an ICommand from view to ViewModel in an Android/iOS native app. Unfortunately this fails because of the SimpleConverter which tries to convert using...
View ArticleCommented Unassigned: Binding to Interfaces fail [7752]
I'm trying to bind an ICommand from view to ViewModel in an Android/iOS native app. Unfortunately this fails because of the SimpleConverter which tries to convert using...
View ArticleCommented Unassigned: Binding to Interfaces fail [7752]
I'm trying to bind an ICommand from view to ViewModel in an Android/iOS native app. Unfortunately this fails because of the SimpleConverter which tries to convert using...
View ArticleCommented Unassigned: Binding to Interfaces fail [7752]
I'm trying to bind an ICommand from view to ViewModel in an Android/iOS native app. Unfortunately this fails because of the SimpleConverter which tries to convert using...
View ArticleCommented Feature: NetStandard Release? [7735]
Are there any plans for a netstandard release?Comments: Just a quick note that the CommonServiceLocator has finally been updated (5 days ago) so this should now be possible.
View ArticleNew Post: Copyright Question
In my project I need to have an Activity that inherits from ExpandableListActivity. In MVVMLight activities that will use the navigation service need to inherit from ActivityBase. Since C# does not...
View ArticleClosed Issue: 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 ArticleClosed Issue: SimpleIoc not re-throwing exceptions thrown within constructors...
Hello,I've come across a problem with SimpleIoc. It doesn't seem to re-throw exceptions that occur within ViewModel constructors when resolving a ViewModel within the ViewModelLocator.The code example...
View ArticleClosed Issue: Register throws exception when class without ctor and static...
See this question (http://stackoverflow.com/questions/13284526/in-winrt-static-field-not-initialized-at-all/13285323#13285323) on Stackoverflow.The problem is the method GetConstructorInfo in the...
View Article