Ef Designer: 1.2.0-RC1 Release

Release date:
July 13, 2018
Previous version:
v1.1.0 (released June 8, 2018)
Magnitude:
3,945 Diff Delta
Contributors:
1 total committer
Data confidence:
Commits:

30 Commits in this Release

Ordered by the degree to which they evolved the repo in this version.

Authored June 18, 2018
Authored June 20, 2018
Authored June 10, 2018
Authored July 5, 2018
Authored June 18, 2018
Authored June 19, 2018
Authored July 8, 2018
Authored June 21, 2018
Authored June 21, 2018
Authored July 7, 2018
Authored July 5, 2018
Authored July 9, 2018
Authored July 8, 2018
Authored June 21, 2018
Authored July 5, 2018
Authored June 8, 2018
Authored June 20, 2018
Authored June 8, 2018
Authored July 11, 2018
Authored July 11, 2018
Authored June 8, 2018
Authored June 28, 2018
Authored June 29, 2018

Top Contributors in 1.2.0-RC1

msawczyn

Directory Browser for 1.2.0-RC1

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

Release Notes Published

Release candidate 1

New Features - Roslyn-based code analysis now allows dragging C# files onto the design surface to add or update classes and enums - Can add INotifyPropertyChanged interface and implementation for entities - Ability to tag model as a specific EF version (especially useful for EF Core as new capabilities are being added often) - Support for dependent (complex/owned) types - Option to generate dependent types in a separate directory - Output directory overrides for classes and enums - On model save, can optionally automatically install EF NuGet packages for the model's EF type and version - Context menu action to expand and collapse selected classes and enums

Enhancements

  • Added ability to add/edit enum values via text in the same way properties can be added/edited in classes
  • Property grid hides element properties if they're not appropriate for the EF version
  • Inheritance strategy automatically changes to table-per-hierarchy if targeting EF Core
  • Context property "Database Type" changed to "SqlServer Type" to better reflect what it does