DisposableDatabases.SqlServer
0.1.0-nuke-build.1
.NET 8.0
This package targets .NET 8.0. The package is compatible with this framework or higher.
.NET Framework 4.6.2
This package targets .NET Framework 4.6.2. The package is compatible with this framework or higher.
This is a prerelease version of DisposableDatabases.SqlServer.
dotnet add package DisposableDatabases.SqlServer --version 0.1.0-nuke-build.1
NuGet\Install-Package DisposableDatabases.SqlServer -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.SqlServer" 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.SqlServer" Version="0.1.0-nuke-build.1" />
<PackageReference Include="DisposableDatabases.SqlServer" />
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.SqlServer --version 0.1.0-nuke-build.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: DisposableDatabases.SqlServer, 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.SqlServer&version=0.1.0-nuke-build.1&prerelease
#tool nuget:?package=DisposableDatabases.SqlServer&version=0.1.0-nuke-build.1&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Disposable Databases - SQL Server
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.
Product | Versions 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.
-
.NETFramework 4.6.2
- CommunityToolkit.Diagnostics (>= 8.4.0)
- DisposableDatabases (>= 0.1.0-nuke-build.1)
- Microsoft.Data.SqlClient (>= 6.0.1)
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.2)
-
net8.0
- CommunityToolkit.Diagnostics (>= 8.4.0)
- DisposableDatabases (>= 0.1.0-nuke-build.1)
- Microsoft.Data.SqlClient (>= 6.0.1)
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.2)
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 |