-
Notifications
You must be signed in to change notification settings - Fork 6.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Redundant ICommand and INotifyPropertyChanged implementations #8146
Comments
Agreed this would be a good thing to unify. |
I think managed common is a wrapper for common. Maybe a new lib would be smarter. .net standard 2.0 since some of these are .net core, others are .net framework 4.7.2 still |
What about continuing the effort to move to .NET Core and not start a new common lib with the .Net Standard 2.0 limitations? |
I'm seeing FancyZones and Color Picker in here which are on framework. Until those get migrated to .net core, we have to do Standard 2.0. |
FZ Editor will be moved to .NET Core next week. |
i don't think this is urgent |
If we want to use Windows Community Toolkit I think we can close this in favour of #1083 |
i'm fine with that but to consolidate / migrate, it is a large effort. |
closing in favor of #1083 |
ICommand
andINotifyPropertyChanged
are implemented a lot of time in different mode.I think where possible would be nice to have a single implementation shared across the WPF projects: maybe in
ManagedCommon
.The text was updated successfully, but these errors were encountered: