Skip to content

surge-ai/corella-docker-csharp-bin

 
 

Repository files navigation

Docker Dev Env for C#

Running tests

This command builds a docker image with the code of this repository and runs the repository's tests

./build_docker.sh my_app
docker run --rm -it my_app ./run_tests.sh

Running a specific test

This example runs a single test matching by name

./build_docker.sh my_app
docker run --rm -it my_app ./run_tests.sh --filter "FullyQualifiedName=MyLibrary.Tests.CalculatorTests.Add_WithTwoIntegers_ReturnsTheirSum"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 63.6%
  • Dockerfile 21.5%
  • Shell 14.9%