TddBuddy.SpeedyLocalDb.DotNetCore
1.1.0
dotnet add package TddBuddy.SpeedyLocalDb.DotNetCore --version 1.1.0
NuGet\Install-Package TddBuddy.SpeedyLocalDb.DotNetCore -Version 1.1.0
<PackageReference Include="TddBuddy.SpeedyLocalDb.DotNetCore" Version="1.1.0" />
paket add TddBuddy.SpeedyLocalDb.DotNetCore --version 1.1.0
#r "nuget: TddBuddy.SpeedyLocalDb.DotNetCore, 1.1.0"
// Install TddBuddy.SpeedyLocalDb.DotNetCore as a Cake Addin #addin nuget:?package=TddBuddy.SpeedyLocalDb.DotNetCore&version=1.1.0 // Install TddBuddy.SpeedyLocalDb.DotNetCore as a Cake Tool #tool nuget:?package=TddBuddy.SpeedyLocalDb.DotNetCore&version=1.1.0
A super quick localDb testing framework for use with Entity Framework. It uses a localDB instance for the entire test run's life.
Each test's execution is wrapped into transaction to avoid test interfering with each other.
This means the cost of setting up the DB is only paid once. That is when the first test executes and the EF migrations are run to initialize the DB to the correct state.
Now supports Non-EF migrations .WithMigrationAction(()=>{ /* action*/ }); on the builder.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.1 is compatible. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
-
.NETCoreApp 2.1
- Microsoft.EntityFrameworkCore (>= 3.1.8)
- Microsoft.EntityFrameworkCore.Relational (>= 3.1.8)
- Microsoft.EntityFrameworkCore.SqlServer (>= 3.1.8)
- NUnit (>= 3.12.0)
- System.Data.SqlClient (>= 4.8.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Updated to dotnet core 3.1