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

Missing INotifyPropertyChanged option on entity #336

@PlofreCoder

Description

@PlofreCoder

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions