SQL Server script seeding package for Entity Framework Core.
Learn Entity Framework Core: https://www.learnentityframeworkcore.com/
Entity Framework Core Tutorial: https://entityframeworkcore.com/
Entity Framework 6 Tutorial: https://entityframework.net/
Info
Version: | 5.0.12 |
Author(s): | Dejan Stojanovic |
Last Update: | Sunday, December 12, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/dejanstojanovic/sql-server-script-seeding |
NuGet Url: | https://www.nuget.org/packages/EntityFrameworkCore.SqlServer.Seeding |
Install
Install-Package EntityFrameworkCore.SqlServer.Seeding
dotnet add package EntityFrameworkCore.SqlServer.Seeding
paket add EntityFrameworkCore.SqlServer.Seeding
EntityFrameworkCore.SqlServer.Seeding Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Http.Abstractions(>= 2.2.0)
- Microsoft.EntityFrameworkCore(>= 3.1.8)
- Microsoft.EntityFrameworkCore.Relational(>= 3.1.8)
- Microsoft.EntityFrameworkCore.SqlServer(>= 3.1.5)
- Microsoft.Extensions.Configuration(>= 3.1.8)
- Microsoft.Extensions.Configuration.Json(>= 3.1.5)
Tags