You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Testcontainers for .NET is a library to support tests with throwaway instances of Docker containers for all compatible .NET Standard versions. The library is built on top of the .NET Docker remote API and provides a lightweight implementation to support your test environment in all circumstances.
10
+
> Testcontainers for .NET is a library to support tests with throwaway instances of Docker containers for all compatible .NET Standard versions. The library is built on top of the .NET Docker Remote API and provides a lightweight implementation to support your test environment in all circumstances.
*[Post an issue](https://github.com/testcontainers/testcontainers-dotnet/issues) if you find any bugs
6
6
* Contribute improvements or fixes using a [Pull Request](https://github.com/testcontainers/testcontainers-dotnet/pulls). If you're going to contribute, thank you! Please just be sure to:
7
7
* discuss with the authors on an issue ticket prior to doing anything big.
Copy file name to clipboardExpand all lines: docs/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ Debug.Assert(Guid.TryParse(guid, out _));
64
64
65
65
## About
66
66
67
-
Testcontainers for .NET is a library to support tests with throwaway instances of Docker containers for all compatible .NET Standard versions. The library is built on top of the .NET Docker remote API and provides a lightweight implementation to support your test environment in all circumstances.
67
+
Testcontainers for .NET is a library to support tests with throwaway instances of Docker containers for all compatible .NET Standard versions. The library is built on top of the .NET Docker Remote API and provides a lightweight implementation to support your test environment in all circumstances.
68
68
69
69
Choose from existing pre-configured modules and start containers within a second, to support and run your tests. Or create your own container images with Dockerfiles and run your containers and tests immediately afterward.
70
70
@@ -94,7 +94,7 @@ See [contributors][testcontainers-dotnet-contributors] for all contributors.
0 commit comments