Entity framework power tools extension is not working with VS 2015. This extension provides a menu item to generate Data Model diagram for a DbCcontext class. This extension uses a naming convention to enable the menu item. The data context class MUST ends with the name "DataContext". With the release of version 1.1.0, the context menu will be available on a class that inherits from the DbContext class. The project fiile can be found at https://github.com/ajopjo/Entity-Framework-Model-Generator The data diagram generated will be stored at the same directory where the data context class is located. Please note: I prefer to visually verify the data model generated from Code First migrations and I created this extension less than an hour time. So, all are welcome to fix any issues How to use? 1. Right click on the DataContext class and select the menu item Generate Entity Model From Data Context
|