Skip to content

InteXX/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

About

Adds VB design-time support to EF Core

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Visual Basic .NET 99.8%
  • C# 0.2%