Back to Efcore

README

src/EFCore.Templates/README.md

11.0.1001.0 KB
Original Source

The Microsoft.EntityFrameworkCore.Templates package contains T4 templates for scaffolding (reverse engineering) a DbContext and entity types from an existing database.

Usage

First, install the templates NuGet package:

dotnet new install Microsoft.EntityFrameworkCore.Templates

Next, can templates to your project:

dotnetcli
dotnet new ef-templates

See Custom Reverse Engineering Templates for more information on using T4 templates with EF Core.

Getting started with EF Core

See Getting started with EF Core for more information about EF NuGet packages, including which to install when getting started.

Feedback

If you encounter a bug or issues with this package,you can open an Github issue. For more details, see getting support.