Testcontainers
Package Description
Total Downloads
107.2M
107,173,938
Published
Jul 16, 2019
Latest stable version
Install
.NET CLI
dotnet add package Testcontainers --version 0.0.2.107
Package Manager Console
Install-Package Testcontainers -Version 0.0.2.107
PackageReference
<PackageReference Include="Testcontainers" Version="0.0.2.107" />
Frameworks
Dependencies
Docker.Dotnet
[3.125.2, )
.NETStandard2.0
MySql.Data
[6.10.6, )
.NETStandard2.0
Newtonsoft.Json
[11.0.2, )
.NETStandard2.0
Npgsql
[4.0.2, )
.NETStandard2.0
Polly
[6.0.1, )
.NETStandard2.0
RabbitMQ.Client
[5.1.0, )
.NETStandard2.0
StackExchange.Redis
[1.2.6, )
.NETStandard2.0
StyleCop.Analyzers
[1.0.2, )
.NETStandard2.0
Adoption guide
Teams that need production-like dependency behavior in CI, including version pinning and reproducible startup contracts.
Why it appears in the guide: Provision disposable Docker-based dependencies (databases, brokers, caches) directly from tests. Trade-off: Container startup overhead and host prerequisites require thoughtful fixture reuse and pipeline tuning.
No SPDX license expression is published. Review the license text and your organisation's policy before redistribution.
Compatibility metadata lists 1 target framework; confirm the exact target used by your application.
How to read this guidance
Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.
Useful next steps
Move from package metadata to a concrete selection or review workflow.