Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.31 KB

README.md

File metadata and controls

28 lines (20 loc) · 1.31 KB

EntityFrameworkCore.VisualBasic

build status latest version downloads license

Adds VB design-time support to EF Core.

Installation

The latest version is available on NuGet.

dotnet add package EntityFrameworkCore.VisualBasic

Usage

After installing this package, you'll be able to reverse engineer models and add migrations into VB projects.

Custom Templates

VB templates are also available to customize the reverse engineered code.

dotnet new install EntityFrameworkCore.VisualBasic.Templates
dotnet new ef-templates -lang VB