/ef-core-toolbox

Extension for Visual Studio 2017

Primary LanguageC#MIT LicenseMIT

EF Core Toolbox

Azure Pipelines AppVeyor Visual Studio Marketplace
Build status Build status Marketplace Marketplace

It's already available at Visual Studio Marketplace

You can find change log here

Description

EF Core Toolbox is an extension for Visual Studio 2017. It provides a set of tools to help you to avoid an executing console commands during Entity Framework Core based development. Since you do not have to have a deal with EF Core tools commands directly, you don't need to add Microsoft.EntityFrameworkCore.Tools package to your project.

Current version supports MS SQL Server database provider only.

This package contains the following tools:

  1. Database scaffolding tool - provides GUI for Scaffold-DbContext command.
  2. Add migration tool - provides GUI for Add-Migration command.
  3. Script migration tool - provides GUI for Script-Migration command.
  4. Update database tool is coming soon! Stay tuned!

You can find them in Visual Studio Tools -> EF Core Toolbox menu.