https://github.com/godeltech/codereview.analyzers.roslyn
https://github.com/godeltech/codereview.analyzers.roslyn
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/godeltech/codereview.analyzers.roslyn
- Owner: GodelTech
- License: mit
- Created: 2021-01-29T05:17:16.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-13T10:40:21.000Z (3 months ago)
- Last Synced: 2025-02-13T11:34:09.745Z (3 months ago)
- Language: Dockerfile
- Size: 61.5 KB
- Stars: 0
- Watchers: 12
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CodeReview.Analyzers.Roslyn
Docker image: https://hub.docker.com/r/godeltech/codereview.analyzers.roslyn
## Description
This project provides a Docker image to run [Roslyn](https://www.nuget.org/packages/sonaranalyzer.csharp) analyzers for code inspection.
## How to build the Docker Image
To build the Docker image, run the following commands:
```bash
docker build -t godeltech/codereview.analyzers.roslyn:0.0.1 .
```## How to run the Docker Container
To run the Docker container, use the following command:
```bash
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
```## License
This project is licensed under the MIT License. See the LICENSE file for more details.