Adds VB design-time support to EF Core.
The latest version is available on NuGet.
dotnet add package EntityFrameworkCore.VisualBasic
After installing this package, you'll be able to reverse engineer models and add migrations into VB projects.
VB templates are also available to customize the reverse engineered code.
dotnet new install EntityFrameworkCore.VisualBasic.Templates
dotnet new ef-templates -lang VB