Skip to content

zatanboy/EFCorePowerTools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EF Core Power Tools

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

Aims 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.

Visual Studio Marketplace Version Twitter Follow

Demo at EF Core 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 and user guide

Release notes

Downloads/builds

Requirements

.NET Framework 4.7.1 or later is required. For EF Core reverse engineering, .NET Core 3.1 x64 runtime must be installed.

Release

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

Or just install from the Extensions dialog in Visual Studio.

Daily build

You can download the daily build from Open 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. The project is also open for pull requests following standard pull request guidelines

Building and debugging

To build and debug, run latest version of Visual Studio as Administrator with the "Visual Studio extension development workload" installed. 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

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.8%
  • Other 0.2%