This repository has been archived by the owner on Jan 16, 2024. It is now read-only.
v1.3.0.6
- Added a model fixup for when user doesn't use full enumeration name for a property's initial value in an entity (See #82)
- To more fully support DDD models, added a toggle for persisting either the property or its backing field (if not an autoproperty) for EFCore
- Can now override the NotifyPropertyChanged value for an entity on a per-property and per-association basis
- Fix: Removed stray quote marks in default values for string properties (See #86)
- Fix: Minimum string length was ignored when setting properties via text edit (See #86)
- Fix: Required string identity property is not present in the constructor (See #93)
- Fix: Some issues with owned entities in EFCore
- Fix: If NotifyPropertyChanged is active, wrong Output is generated (See #97)
- For folks wanting to read and/or modify the source for this tool, added a readme on how to deal with tracking properties