Cefsharp: WPF Example - Migrate from MVVMLight

Created on 14 Aug 2020  路  3Comments  路  Source: cefsharp/CefSharp

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

wpf

Most helpful comment

Or just remove MVVMLight https://github.com/cefsharp/CefSharp/compare/master...campersau:remove_mvvm since only two features (INotifyPropertyChanged and RelayCommand) are used?

All 3 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

zhuangpearl picture zhuangpearl  路  4Comments

naster01 picture naster01  路  3Comments

avspeed picture avspeed  路  6Comments

richmondwang picture richmondwang  路  6Comments

songjinxi picture songjinxi  路  3Comments