MVVMLight is from what I can tell no longer being actively maintained, we should migrate to something else, our requirements are quite simple.
Some options are
Or just remove MVVMLight https://github.com/cefsharp/CefSharp/compare/master...campersau:remove_mvvm since only two features (INotifyPropertyChanged
and RelayCommand
) are used?
Thanks. That's certainly a valid option. I'd like to checkout ReactiveUI in particular, so this is a chance to do that. If it doesn't look like it's worth it then we'll go with your option 馃憤
I haven't found time to look into ReactiveUI
so just going with the commit proposed by @campersau
Resolved in commit https://github.com/cefsharp/CefSharp/commit/8ad0c76f1b8c2f0a8e79c9805b12075416129f63
Most helpful comment
Or just remove MVVMLight https://github.com/cefsharp/CefSharp/compare/master...campersau:remove_mvvm since only two features (
INotifyPropertyChanged
andRelayCommand
) are used?