This repo contains the ASP.NET Core app that I use to demonstrate during a series of blog posts I've been writing about integration tests. You can check the series/posts here: Integration tests in ASP.NET Core.
- Docker
- .NET Core SDK 5.0.x
- Some cool terminal
-
Start the Docker container for SQL Server:
docker-compose up
-
Run
dotnet test