Info
Version: | 0.1.0 |
Author(s): | EFSeeder |
Last Update: | Tuesday, February 11, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/chadbengen/EFMigrateAndSeed |
NuGet Url: | https://www.nuget.org/packages/EFMigrateAndSeed |
Install
Install-Package EFMigrateAndSeed
dotnet add package EFMigrateAndSeed
paket add EFMigrateAndSeed
EFMigrateAndSeed Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.EntityFrameworkCore(>= 3.1.0)
- Microsoft.EntityFrameworkCore.Relational(>= 3.1.0)
- Microsoft.Extensions.Configuration.UserSecrets(>= 3.0.0)
- Microsoft.Extensions.DependencyInjection(>= 3.1.1)
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 3.1.1)
- Microsoft.Extensions.Logging.Abstractions(>= 3.1.1)
- Serilog.Extensions.Logging(>= 3.0.1)
- Serilog.Sinks.Console(>= 3.1.1)
It is useful when seeding data relies on DI (for instance, a tenant context) and can be quickly configured in a standalone console app.