DisposableDatabases 0.1.0-nuke-build.1

This is a prerelease version of DisposableDatabases.
dotnet add package DisposableDatabases --version 0.1.0-nuke-build.1
                    
NuGet\Install-Package DisposableDatabases -Version 0.1.0-nuke-build.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DisposableDatabases" Version="0.1.0-nuke-build.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DisposableDatabases" Version="0.1.0-nuke-build.1" />
                    
Directory.Packages.props
<PackageReference Include="DisposableDatabases" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add DisposableDatabases --version 0.1.0-nuke-build.1
                    
#r "nuget: DisposableDatabases, 0.1.0-nuke-build.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=DisposableDatabases&version=0.1.0-nuke-build.1&prerelease
                    
Install DisposableDatabases as a Cake Addin
#tool nuget:?package=DisposableDatabases&version=0.1.0-nuke-build.1&prerelease
                    
Install DisposableDatabases as a Cake Tool

Disposable Databases

An easy and flexible way to create disposable databases to use for integration testing.

Introduction

Using a disposable database for integration testing ensures that tests run in a controlled environment without affecting the production database. Each test suite or test case can create a new, isolated database, execute the tests, and then clean up afterward. This also enables parallel test execution, reducing the overall time required for integration testing.

Available Packages

Package Supports Version
DisposableDatabases Core Nuget
DisposableDatabases.PostgreSql PostgreSQL Nuget
DisposableDatabases.SqlServer MS SQL Server Nuget
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
.NET Framework net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.1.0-nuke-build.1 0 2/14/2025