Skip to content

efcore/EFCore.VisualBasic

Repository files navigation

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