Edited Issue: In RelayCommandGeneric CanExecute() condition paramter == null...
In GalaSoft.MvvmLight.Platform (NET45) project in RelayCommandGeneric.cs file in public bool CanExecute(object parameter) function condition if(paramter == null) used twiceI think, second time instead...
View ArticleCommented Unassigned: 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 ArticleEdited 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: Android NavigationService GetAndRemoveParameter doesn't remove...
It returns it but doesn't remove it from the dictionary.```public object GetAndRemoveParameter(Intent intent){ if (intent == null){ throw new ArgumentNullException("intent", "This method must be called...
View ArticleClosed Issue: Bindings not working in iOS [7688]
Hi,I have a very simple set of bindings in an iOS Controller, and I can't figure out why some are working and some aren't.in my viewmodel, I have the following properties:```public...
View ArticleClosed Feature: RaisePC public ? [7701]
Just a reminder : as we spoke about it, it will be interesing to make RaisePC in ObservableObject public.Comments: Fixed in V5.3.0
View ArticleClosed Task: The RaisePropertyChanged Overloads Contain Duplicate Code [7564]
The two overloads of the RaisePropertyChanged method in the ObservableObject class should funnel into a single common virtual method, instead of duplicating event code inside of each. This will make...
View ArticleCreated Unassigned: NetStandard Release? [7735]
Are there any plans for a netstandard release?
View ArticleCommented Issue: ICommand CanExecute not triggering after PropertyChanged?...
I got a WPF application that shows a button bound to a command like that:```<Button Command="{Binding DownloadCommand}" Content="Download">``````...using GalaSoft.MvvmLight;using...
View ArticleCommented Unassigned: NetStandard Release? [7735]
Are there any plans for a netstandard release?Comments: Yes this is the main focus of V5.4. ETA is not totally clear because I am busy recording a Pluralsight course but I want to try to do this not...
View ArticleEdited Feature: NetStandard Release? [7735]
Are there any plans for a netstandard release?
View ArticleCommented Feature: NetStandard Release? [7735]
Are there any plans for a netstandard release?Comments: Perfect, thanks!
View ArticleNew Post: [UWP Platform]Change NavigationService class _pagesByKey variable...
I am using mvvmlight to build my app. And I need to change the Window.Current.Content to other type. So I try to override the NavigateTo method which in NavigationService type. But I found I can not...
View ArticleCreated 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 ArticleNew Post: mvvm light -Sending Notification message with callback
HI, using the toolkit I'm able to send a message with callback but in the callback I can only receive a string but not generic type like a List<string>. Is there a way to manage it? Thanks...
View ArticleNew Post: Messenger NotificationMessageAction support for Objects as...
Hi, Could you provide an example on how I can use it? Thanks Daniele
View ArticleCreated 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 Feature: NetStandard Release? [7735]
Are there any plans for a netstandard release?Comments: No updates?
View ArticleEdited 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 Feature: NetStandard Release? [7735]
Are there any plans for a netstandard release?Comments: Is there any news here? Perhaps a fork/branch or something others could help contribute to? We use protobuf-net throughout our projects and it's...
View Article