Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

v3.0.7.2

Compare
Choose a tag to compare
@msawczyn msawczyn released this 10 Oct 11:57
· 17 commits to master since this release

v3.0.7

  • Fixed a number of issues with importing compiled assemblies
  • Fixed coloring of cascade delete associations when flagged on the model (see #291)
  • Fixed missing '$' in generator template that was generating bad code for table schemas (see #289)
  • Restored auto-instantiation of dependent objects in entity constructors (see #287)
  • Added Microsoft.VisualStudio.Modeling.Components.15.0.dll to DslPackage assembly (see #293)
  • Removed validations on model open/load that prevented a misconfigured model from loading. Errors will still be shown during editing and when saving.
  • New context menu item to add class elements at the cursor position on a diagram (thanks to dcastenholz for the addition)
  • New context menu item to generate code from the Solution Explorer (thanks to dcastenholz for the addition)
  • Method visibility changes to allow MEF extensions to supply new icons and to layout a diagram (thanks to dcastenholz for the addition)