Respawn 0.3.0-preview2

This is a prerelease version of Respawn.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Respawn --version 0.3.0-preview2
                    
NuGet\Install-Package Respawn -Version 0.3.0-preview2
                    
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="Respawn" Version="0.3.0-preview2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Respawn" Version="0.3.0-preview2" />
                    
Directory.Packages.props
<PackageReference Include="Respawn" />
                    
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 Respawn --version 0.3.0-preview2
                    
#r "nuget: Respawn, 0.3.0-preview2"
                    
#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=Respawn&version=0.3.0-preview2&prerelease
                    
Install Respawn as a Cake Addin
#tool nuget:?package=Respawn&version=0.3.0-preview2&prerelease
                    
Install Respawn as a Cake Tool

Intelligent checkpoints for database tests

Product 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.  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 Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.2 is compatible.  netstandard1.3 was computed.  netstandard1.4 was computed.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net451 was computed.  net452 is compatible.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Windows Phone wpa81 was computed. 
Windows Store netcore451 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (20)

Showing the top 5 NuGet packages that depend on Respawn:

Package Downloads
Reo.Core.IntegrationTesting

Package Description

Miru.Testing

Package Description

Respawn.Postgres

Intelligent checkpoints for database tests providing enhanced Postgres performance

Miru.Postgres

Package Description

BccCode.BuildingBlocks.Tests

A package providing a boiler-plate implementation for running integration tests in .NET projects.

GitHub repositories (24)

Showing the top 20 popular GitHub repositories that depend on Respawn:

Repository Stars
jasontaylordev/CleanArchitecture
Clean Architecture Solution Template for ASP.NET Core
testcontainers/testcontainers-dotnet
A library to support tests with throwaway instances of Docker containers for all compatible .NET Standard versions.
ardalis/Specification
Base class with tests for adding specifications to a DDD model
jbogard/ContosoUniversityDotNetCore-Pages
With Razor Pages
meysamhadeli/monolith-to-cloud-architecture
A practical architecture styles for migrating from monolith to modern cloud native application with the latest technologies and architectures like Vertical Slice Architecture, Event Sourcing, CQRS, DDD, gRpc, MongoDB, RabbitMq, and Masstransit in .Net 9.
neozhu/CleanArchitectureWithBlazorServer
This is a repository for creating a Blazor Server dashboard application following the principles of Clean Architecture
mehdihadeli/food-delivery-microservices
🍔 A practical and imaginary food delivery microservices, built with .Net 9, MassTransit, Domain-Driven Design, CQRS, Vertical Slice Architecture, Event-Driven Architecture, and the latest technologies.
iayti/CleanArchitecture
ASP.NET Core 6 Web API Clean Architecture Solution Template
yanpitangui/dotnet-api-boilerplate
A Dotnet 9.0 WebApi template project. MediatR, Swagger, Mapper, Serilog and more implemented.
damikun/trouble-training
FullStack DDD/CQRS with GraphQL workshop including distributed tracing and monitoring. This shows the configuration from React frontend to .Net backend.
nadirbad/VerticalSliceArchitecture
Vertical Slice Architecture solution template in .NET 9
Jcparkyn/nodexr
Graphical regular expression editor
neozhu/visitormanagement
helps in managing visitors visiting the institutions for various reasons. It allows visitors to check-in digitally to eliminate the tedious registeration and other paperwork. Additionally, it also keeps a track of every individual inside the campus and their timings. Institutions has guards who enter their detail in some notebooks to keep a log which are practically impossible to reconcile. It is really unpleasent and hectic for visitor to stand at the gate and give details about the visit. To ease the process of registeration, Entry-In, Entry-Out, time tracking and logging the history, this VMS can be of great use!!
mehdihadeli/food-delivery-modular-monolith
🌭 A practical and imaginary food and grocery delivery modular monolith, built with .Net 8, Domain-Driven Design, CQRS, Vertical Slice Architecture, Event-Driven Architecture, and the latest technologies.
jasontaylordev/RapidBlazor
Clean Architecture Solution Template for Blazor WebAssembly .NET 7
baratgabor/MyWarehouse
Clean Architecture and Domain Driven Design sample project based on C# 10 / .NET 6 / ASP.NET Core 6 / EF Core 6 & Angular 11 with Bootstrap.
Xabaril/Balea
Balea is an authorization framework for ASP.NET Core developers.
mehdihadeli/vertical-slice-api-template
🍰 An asp.net core template based on .Net 9, Vertical Slice Architecture, CQRS, Minimal APIs, OpenTelemetry, API Versioning and OpenAPI.
isaacOjeda/MinimalApiArchitecture
.NET 8 Minimal API with Vertical Slice Architecture
alex289/CleanArchitecture
Sample .NET 9 API project including Clean Architecture principles, Onion Architecture, MediatR, and Entity Framework with unit and integration tests using xUnit
Version Downloads Last updated
6.2.1 4,609,432 1/19/2024
6.2.0 137,514 1/9/2024
6.1.0 1,520,908 7/7/2023
6.0.0 1,833,763 9/30/2022
5.0.1 1,545,837 1/14/2022
4.0.0 2,825,064 12/28/2020
3.3.0 1,323,239 3/9/2020
3.2.0 974,207 3/8/2019
3.1.0 163,408 8/28/2018
3.0.1 155,326 2/5/2018
3.0.0 40,485 1/29/2018
2.0.0 3,374 1/3/2018
1.0.1 42,475 9/29/2017
1.0.0 1,945 9/27/2017
0.3.0 54,218 8/19/2017
0.3.0-preview2 1,556 6/30/2017
0.3.0-preview1 3,104 5/17/2017
0.2.0 38,651 10/28/2016
0.1.0 69,203 2/19/2015