EntityFramework-Reverse-POCO-Code-First-Generator icon indicating copy to clipboard operation
EntityFramework-Reverse-POCO-Code-First-Generator copied to clipboard

Add ability to change setters to call SetProperty

Open wforney opened this issue 3 years ago • 1 comments

It would be nice to be able to generate some view models with this. It needs model classes to inherit from ObservableObject and properties to have backing fields and overridden setters that call SetProperty method. See CommunityToolkit.Mvvm NuGet package docs.

wforney avatar May 30 '22 04:05 wforney

I'll take a look thanks

sjh37 avatar May 30 '22 12:05 sjh37