Bobcat 0.27.3

dotnet add package Bobcat --version 0.27.3
                    
NuGet\Install-Package Bobcat -Version 0.27.3
                    
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="Bobcat" Version="0.27.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Bobcat" Version="0.27.3" />
                    
Directory.Packages.props
<PackageReference Include="Bobcat" />
                    
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 Bobcat --version 0.27.3
                    
#r "nuget: Bobcat, 0.27.3"
                    
#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 Bobcat@0.27.3
                    
#: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=Bobcat&version=0.27.3
                    
Install as a Cake Addin
#tool nuget:?package=Bobcat&version=0.27.3
                    
Install as a Cake Tool

Bobcat runtime — the spec execution engine, resources, rendering, runner, and the store-agnostic Critter Stack helpers (bound to JasperFx.Events, so they serve Marten, Polecat and Fisher alike) for the spec-driven integration testing framework for .NET.

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  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 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (9)

Showing the top 5 NuGet packages that depend on Bobcat:

Package Downloads
Bobcat.Supervisor

Runs Microsoft.Testing.Platform test hosts as worker processes and layers Bobcat's retry, isolation and abort policy on top — the out-of-process half of the resilient test runner.

Bobcat.Wolverine

Bobcat + Wolverine — the act. Dispatches a message through Wolverine's tracked session so a spec's assertions run after everything the message caused has settled.

Bobcat.Alba

Bobcat + Alba — an ASP.NET Core application hosted in memory as a Bobcat test resource, and the HTTP calls a step makes against it.

Bobcat.Mtp

Runs Bobcat specifications as a Microsoft.Testing.Platform test host, so `dotnet test`, IDE Test Explorers and CI treat Bobcat features like any other test project.

Bobcat.CritterStack

Bobcat + Critter Stack integration — Wolverine tracked-session dispatch plus event-store assertions (aggregate command execution, projection waits, between-scenario reset) bound to the JasperFx.Events abstractions, so the same helpers serve Marten, Polecat and Fisher.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.27.3 345 9/23/2026
0.27.2 87 9/23/2026
0.27.1 93 9/23/2026
0.27.0 93 9/23/2026
0.26.3 213 9/18/2026
0.26.2 227 9/17/2026
0.26.1 201 9/17/2026
0.26.0 189 9/17/2026
0.25.1 194 9/16/2026
0.25.0 195 9/16/2026
0.24.0 198 9/16/2026
0.23.0 206 9/16/2026
0.22.0 206 9/15/2026
0.21.0 195 9/15/2026
0.20.0 215 9/15/2026
0.19.0 246 9/10/2026
0.18.0 212 9/10/2026
0.17.1 674 9/9/2026
0.17.0 209 9/9/2026
0.16.0 434 9/9/2026
Loading failed