efcore / EFCore.VisualBasic

Adds VB design-time support to EF Core

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Adds VB design-time support to EF Core

License:The Unlicense


Languages

Language:Visual Basic .NET 99.3%Language:C# 0.7%