A proof of concept showcasing .Net service running in container with SQL database and acceptance tests executing against it
If you are after outdated .netcore 2.1 implementation, you can refer to the tag dotnetcore-2.1
- Go to src:
cd src/
- Build docker containers
docker-compose build
- Run tests in compose
docker-compose up --exit-code-from dummyservice.tests