Ef Designer: v1.2.6.21 Release

Release date:
December 16, 2018
Previous version:
v1.2.6.19-pre (released November 30, 2018)
Magnitude:
2,028 Diff Delta
Contributors:
1 total committer
Data confidence:
Commits:

Top Contributors in v1.2.6.21

msawczyn

Directory Browser for v1.2.6.21

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

1.2.6.21 - Generation of column type overrides now generates valid override code in OnModelCreating - DbSet properties in DbContext generate as virtual to facilitate mocking - Fixed code generation issue where class and enum directory overrides were being ignored (See https://github.com/msawczyn/EFDesigner/issues/36) - Fixed a problem that caused a hard crash when certain model properties were changed under certain conditions (See https://github.com/msawczyn/EFDesigner/issues/38) - Removed visibility of source and target roles for all but 1-1 and 0..1-0..1 associations; they can't be changed anyway (See https://github.com/msawczyn/EFDesigner/issues/40) - Added Display Text property to generate [Display(Name="<text>")] for attributes, enum values and navigation properties - Added ability to specify custom attributes for classes, attributes, enums, enum values and navigation properties