Rig.TUnit.All 0.1.0-beta.2

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

Rig.TUnit.All

Kitchen-sink meta-package containing every Rig.TUnit.* package. Discouraged — prefer per-feature meta-packages.

What this package is

A single NuGet that transitively references every leaf, family base, and cross-cutting package in the Rig.TUnit ecosystem. Used internally by the architecture-test project so rules like ProviderCompletenessTests can walk the full assembly graph with one project reference. Externally it exists as an escape hatch for polyrepo consumers who want everything installed at once.

When to use it

  • You are the architecture-test author and need a single reference point.
  • You are exploring the ecosystem and want IntelliSense over every public API.
  • Not for: production test projects. Package size and transitive conflict surface is huge. Use Rig.TUnit (default stack) or Rig.TUnit.Microservices (microservice stack) instead.

Prerequisites

  • .NET 10 SDK
  • Every prerequisite of every referenced provider (Docker, emulators, SDKs).

Quick start

using Rig.TUnit.Core.Builder;
using Rig.TUnit.Core.Helpers;

var rig = new RigBuilder().WithIsolation(IsolationKey.FromExecutionContext()).Build();
await using var _ = rig;

Options

§6 — N/A: meta-package exposes no options directly; each referenced package

binds its own configuration section.

Fixture + helper APIs

All types from every referenced Rig.TUnit.* package are available. See individual READMEs for catalogues.

Per-test isolation

Per-package; Rig.TUnit.Core.Helpers.IsolationKey is the common thread.

Parallelism + performance

§9 — N/A: meta-package; parallelism is a property of the providers you

actually exercise.

Troubleshooting

  • Package-size complaints — install only what you need via the family meta-packages (Rig.TUnit.Databases.Sql, Rig.TUnit.Messaging, etc.) instead of Rig.TUnit.All.

See docs/troubleshooting.md.

Provider quirks + edge cases

§11 — N/A: meta-package; per-provider quirks are in each leaf README.

Benchmarks

§12 — N/A: meta-package; downstream packages have their own Benchmarks.cs

entries under tests/Rig.TUnit.Benchmarks/.

License

MIT. See LICENSE.

Product Compatible and additional computed target framework versions.
.NET 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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.1.0-beta.2 44 4/27/2026
0.0.0-alpha.0.14 47 4/26/2026