Created Unassigned: [SimpleIoc] Add a way to invoke Dispose() on all created...
I have interfaces that may be implemented by classes that also implement IDisposable. Since I don't know which services actually implement it, I have to go manually over all registered instances, try...
View ArticleCreated Unassigned: VS2017 extension [7747]
I cannot see MVVM Light extension in Visual Studio 2017. By when should we expect it to be available?
View ArticleCommented Unassigned: VS2017 extension [7747]
I cannot see MVVM Light extension in Visual Studio 2017. By when should we expect it to be available?Comments: Hi, that is correct, I had a busy few weeks and didn't have the time to publish the...
View ArticleCreated Unassigned: NullPointerException when using DialogService provided by...
I am building an Android app using Xamarin and mvvm-light and I am using DialogService provided by mvvmlight....When I click the button bound to the following command I get an exception.```private...
View ArticleCommented Unassigned: NullPointerException when using DialogService provided...
I am building an Android app using Xamarin and mvvm-light and I am using DialogService provided by mvvmlight....When I click the button bound to the following command I get an exception.```private...
View ArticleCommented Unassigned: VS2017 extension [7747]
I cannot see MVVM Light extension in Visual Studio 2017. By when should we expect it to be available?Comments: Will be possible to use MvvmLight also in VS2017 .Net Standard based projects ?
View ArticleNew 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 Article