From 36ef9ba827b9149600929cf99314121ac4b8a22f Mon Sep 17 00:00:00 2001 From: Michael Sawczyn Date: Sun, 29 Nov 2020 23:32:37 -0500 Subject: [PATCH] Update index.md Updated Entity Framework Visual Editor to add EFCore 5 --- entity-framework/core/extensions/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entity-framework/core/extensions/index.md b/entity-framework/core/extensions/index.md index 4f3924bfc6..b048c3a692 100644 --- a/entity-framework/core/extensions/index.md +++ b/entity-framework/core/extensions/index.md @@ -41,7 +41,7 @@ EF Core Power Tools is a Visual Studio extension that exposes various EF Core de ### Entity Framework Visual Editor -Entity Framework Visual Editor is a Visual Studio extension that adds an O/RM designer for visual design of EF 6, and EF Core classes. Code is generated using T4 templates so can be customized to suit any needs. It supports inheritance, unidirectional and bidirectional associations, enumerations, and the ability to color-code your classes and add text blocks to explain potentially arcane parts of your design. For EF Core: 2, 3. +Entity Framework Visual Editor is a Visual Studio extension that adds an O/RM designer for visual design of EF 6, and EF Core classes. Code is generated using T4 templates so can be customized to suit any needs. It supports inheritance, unidirectional and bidirectional associations, enumerations, and the ability to color-code your classes and add text blocks to explain potentially arcane parts of your design. For EF Core: 2, 3, 5. [Marketplace](https://marketplace.visualstudio.com/items?itemName=michaelsawczyn.EFDesigner)