This repository has been archived by the owner on Jan 16, 2024. It is now read-only.
v1.2.7.1
- Works with Visual Studio 2019 - mostly (see Known Issues)
- Better formatting for XML comment docs
- [NEW] Added autoproperty toggle for association ends, allowing for implementation of partial methods to examine and/or override association getting and setting
- Removed from T4 template the experimental method added in 1.2.6.22 that generated orphaned association cleanup in EF6. The experiment failed :-(
- Documentation enhancements
- Change in generated code to eliminate name clashes in certain circumstances (See #48)
- Fix for duplicate indices being created for key fields
- Fix for "Setting different value than default produces duplicated HasColumnType call in EF Core" (See #58). Thanks to tdabek (https://github.com/tdabek) for the PR!
- Fix for "Defining ColumnType causes error in generated DBContext" (See #64)
- Fix for "EFCore indexed column not generated and support for multi column indexing" (See #62)
- Fix for "One-to-one seems to generate incorrect code" (See #60)
- Fix for "Error generating column type" (See #58)
Known Issues
In Visual Studio 2019, projects using the new project format (typically .NET Core and .NET Standard projects) will throw an exception when opening an .efmodel file. This is an issue related to the Visual Studio 16 SDK and is currently under investigation. Visual Studio 2017 does not exhibit this issue.