/testcontainers-dotnet

A simple Testcontainers project for .NET 8.0.

Primary LanguageC#

Project Name

Testcontainers .NET

Description

A simple Testcontainers project for .NET 8.0 based on the official documentation: https://testcontainers.com/guides/getting-started-with-testcontainers-for-dotnet/.

Installation

To run this project, install the following:

  • .NET 8.0 SDK
  • Docker
  • VS Code or other preferred code editor

Usage

Build and run the test project using dotnet test command.

In VS Code, you might want to install C# Dev Kit for enhanced unit test experiences.