darwinshameran / EFCorePowerTools

Entity Framework Core Power Tools - reverse engineering, migrations and model visualization for EF Core

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EF Core Power Tools

Reverse engineering, model visualization and migrations UI for EF Core.

Hopes to lower the bar for getting started with EF Core, by providing GUI based assistance with reverse engineering of an existing database, creating migrations and visualizing your DbContext model.

Gitter Visual Studio Marketplace Version

Twitter Follow

EF Core Power Tools demo on .NET Community Standup

EF Core Power Tools presentation

My tools and utilities for embedded database development

If you use my free tools, I would be very grateful for a rating or review here

Documentation

Getting started

Downloads/builds

The EF Core Power Tools contains DbContext design time feature: Reverse Engineering, Model inspection and more to come - see the wiki page for more information. .NET Framework 4.7.1 or later is required. For EF Core 3 reverse engineering, .NET Core 3 must be installed.

Release

Download the latest version of the Visual Studio extension from Visual Studio MarketPlace

Or just install from Tools, Extensions and Updates in Visual Studio!

Daily build

You can download the daily build from VSIX Gallery

Ensure you always have the latest daily build (if you are brave) by installing this extension

How do I contribute

If you encounter a bug or have a feature request, please use the Issue Tracker

Building and debugging

To build and debug, run latest version of Visual Studio with the "Visual Studio extension development workload" installed - as Administrator. Make EFCorePowerTools the startup project, and ensure your build configuration is Debug, x86 (not AnyCPU).

About

Entity Framework Core Power Tools - reverse engineering, migrations and model visualization for EF Core

License:MIT License


Languages

Language:C# 99.8%Language:Batchfile 0.2%Language:TSQL 0.0%Language:Smalltalk 0.0%