Respawn 6.2.1
dotnet add package Respawn --version 6.2.1
NuGet\Install-Package Respawn -Version 6.2.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="Respawn" Version="6.2.1" />
        
        
For projects that support PackageReference, copy this XML node into the project file to reference the package.
                    
    
    <PackageVersion Include="Respawn" Version="6.2.1" />
<PackageReference Include="Respawn" />
        
        
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 6.2.1
        
        
 The NuGet Team does not provide support for this client. Please contact its maintainers for support.
                    
    
    #r "nuget: Respawn, 6.2.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.
                    
    
    #:package Respawn@6.2.1
        
        
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
                    
    
    #addin nuget:?package=Respawn&version=6.2.1
#tool nuget:?package=Respawn&version=6.2.1
        
        
 The NuGet Team does not provide support for this client. Please contact its maintainers for support.
                    
    
    Intelligent resetting for database tests
| 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. 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. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. | 
| .NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. | 
| .NET Standard | netstandard2.1 is compatible. | 
| MonoAndroid | monoandroid was computed. | 
| MonoMac | monomac was computed. | 
| MonoTouch | monotouch was computed. | 
| Tizen | tizen60 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.
- 
                                                    .NETStandard 2.1- Microsoft.Data.SqlClient (>= 4.0.5)
 
NuGet packages (21)
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 (28)
Showing the top 20 popular GitHub repositories that depend on Respawn:
| Repository | Stars | 
|---|---|
| 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/booking-microservices 
                                                             A practical microservices with the latest technologies and architectures like Vertical Slice Architecture, Event Sourcing, CQRS, DDD, gRpc, MongoDB, RabbitMq, Masstransit, and Aspire in .Net 9.
                                                         | |
| neozhu/CleanArchitectureWithBlazorServer 
                                                            This repository is designed to create an enterprise Blazor Server application that follows the principles of Clean Architecture and implements Blazor Clean Architecture best practices for scalability, maintainability, and testability.
                                                         | |
| mehdihadeli/food-delivery-microservices 
                                                            🍔 A practical and cloud-native food delivery microservices, built with .Net Aspire, .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. 
                                                         | |
| nadirbad/VerticalSliceArchitecture 
                                                            Vertical Slice Architecture solution template in .NET 9
                                                         | |
| damikun/trouble-training 
                                                            FullStack DDD/CQRS with GraphQL  workshop including distributed tracing and monitoring. This shows the configuration from React frontend to .Net backend.
                                                         | |
| Jcparkyn/nodexr 
                                                            Graphical regular expression editor
                                                         | |
| meysamhadeli/booking-modular-monolith 
                                                            A practical Modular Monolith architecture with the latest technologies and architecture like Vertical Slice Architecture, Event Driven Architecture, CQRS, DDD, gRpc, Masstransit, and Aspire in .Net 9.
                                                         | |
| 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.
                                                         | |
| 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!! 
                                                         | |
| SSWConsulting/SSW.VerticalSliceArchitecture 
                                                            An enterprise ready solution template for Vertical Slice Architecture. This template is just one way to apply the Vertical Slice Architecture.
                                                         | |
| 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.
                                                         | |
| 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 | 8,391,498 | 1/19/2024 | 
| 6.2.0 | 162,725 | 1/9/2024 | 
| 6.1.0 | 1,706,895 | 7/7/2023 | 
| 6.0.0 | 1,994,422 | 9/30/2022 | 
| 5.0.1 | 1,662,053 | 1/14/2022 | 
| 4.0.0 | 3,027,376 | 12/28/2020 | 
| 3.3.0 | 1,416,675 | 3/9/2020 | 
| 3.2.0 | 1,240,645 | 3/8/2019 | 
| 3.1.0 | 170,038 | 8/28/2018 | 
| 3.0.1 | 162,177 | 2/5/2018 | 
| 3.0.0 | 42,045 | 1/29/2018 | 
| 2.0.0 | 3,734 | 1/3/2018 | 
| 1.0.1 | 44,169 | 9/29/2017 | 
| 1.0.0 | 2,264 | 9/27/2017 | 
| 0.3.0 | 58,305 | 8/19/2017 | 
| 0.3.0-preview2 | 1,794 | 6/30/2017 | 
| 0.3.0-preview1 | 3,346 | 5/17/2017 | 
| 0.2.0 | 41,634 | 10/28/2016 | 
| 0.1.0 | 72,770 | 2/19/2015 |