Docker image: https://hub.docker.com/r/godeltech/codereview.analyzers.roslyn
This project provides a Docker image to run Roslyn analyzers for code inspection.
To build the Docker image, run the following commands:
docker build -t godeltech/codereview.analyzers.roslyn:0.0.1 .
To run the Docker container, use the following command:
docker run -v "/d/temp/src/ReviewItEasy.Orchestrator:/src" -v "/d/temp/artifacts:/artifacts" --env SOLUTION_FILE_PATH=/src/ReviewItEasy.Orchestrator.sln -it --rm godeltech/codereview.analyzers.roslyn
This project is licensed under the MIT License. See the LICENSE file for more details.