Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

Missing INotifyPropertyChanged option on entity #336

Open
PlofreCoder opened this issue Apr 29, 2023 · 1 comment
Open

Missing INotifyPropertyChanged option on entity #336

PlofreCoder opened this issue Apr 29, 2023 · 1 comment

Comments

@PlofreCoder
Copy link

I am Using the VS 2019 Version in a .NET Framework 4.6.1 WinForms project. Also I am using EF6 in Version "Latest" (6.4.4).

I created a new model, added a new entity to the model diagram and there is no "Implement INotifyPropertyChanged" property when I have the new entity selected. I have set the Model's "AutoProperty Default" to false in the hope of thus enabling the missing property on a new entity, but that does not help.

Interesting: After I added a simple "Name: String" property, a "Implement INotifyPropertyChanged" property is available when I have the property selected. It then generates the OnPropertyChanged(...) call but does not implement the EventHandler nor the OnPropertyChanged function in the generated code.

Is there anything I am doing wrong on my side?

Regards, Bernd

@msawczyn
Copy link
Owner

I'm sorry, but the VS2019 version is now frozen and won't be updated... I just don't have the resources to maintain both.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants