A lightweight library to run tests with throwaway instances of Docker containers.
Info
Version: | 1.7.0-beta.2269 |
Author(s): | Andre Hofmeister and contributors |
Last Update: | Wednesday, June 8, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/HofmeisterAn/dotnet-testcontainers |
NuGet Url: | https://www.nuget.org/packages/DotNet.Testcontainers |
Install
Install-Package DotNet.Testcontainers
dotnet add package DotNet.Testcontainers
paket add DotNet.Testcontainers
DotNet.Testcontainers Download (Unzip the "nupkg" after downloading)
Dependencies
- Docker.DotNet(>= 3.125.4)
- Microsoft.Extensions.Hosting(>= 3.1.8)
- Microsoft.Extensions.Logging(>= 3.1.8)
- Serilog(>= 2.9.0)
- Serilog.Extensions.Logging(>= 3.0.1)
- Serilog.Settings.Configuration(>= 3.1.0)
- SharpZipLib(>= 1.2.0)
Tags