Extension members need interface support (INotifyPropertyChanged) #9784
Unanswered
AwsomeCode
asked this question in
General
Replies: 1 comment
-
|
It's a long standing feature in the wish list. It's beneficial for many more areas, but just too complex and requires runtime support. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Current implementation of extension members is good for backend code. But I am front-end developer. It would be game changing for front-end developer if you can put interface support.
We won't be creating separate view models.
Because we need to coping data from Model -> ViewModel and after changes we need to copy data from ViewModel => Model again
By creating extension View Models it solves this step.
I would like to know what other front-end developer thinks and XAML team as well.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions