Ef Designer: v3.0.3 Release

Release date:
January 24, 2021
Previous version:
v3.0.2 (released December 21, 2020)
Magnitude:
2,036 Diff Delta
Contributors:
2 total committers
Data confidence:
Commits:

Top Contributors in v3.0.3

msawczyn
dcastenholz

Directory Browser for v3.0.3

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

Release Notes Published

3.0.3 - Added VS UML icon for model file in solution explorer (thanks to https://github.com/dcastenholz for the change) - Classes with custom interfaces can now display an indicator with a tooltip indicating the interface type(s). This glyph is enabled/disabled at model level. - Added ability to specify that an association should be automatically included in any queries that use it (EFCore5 only). The association connector will appear bolder if at least one end is auto-included. - Updated association tooltip to indicate which, if any, end is auto-included - Fix to ensure database collation overrides don't get applied to the wrong column types - Fix to allow 1..1 association to owned types in EFCore5 (see https://github.com/msawczyn/EFDesigner/issues/252) - Fix to calculate EF version number correctly when "Latest" was specified in designer (see https://github.com/msawczyn/EFDesigner/issues/254) - Fix to generate correct DeleteBehavior enum values in EFCore < v3 (see https://github.com/msawczyn/EFDesigner/issues/257) - Removed INotifyPropertyChanged option from designer. Implementers wanting this interface can add it to a partial class file as any other interface, as there's really nothing special about it. - Generated code now honors the ExcludeFromMigration setting for a class