Image to analyze a C# project using Designite.
9.6K
This image provides instructions to execute the docker container that analyzes your C# projects using Designite.
docker pull designite/designite-cs
C:\my-project then the solution filepath is descendent of the my-project folder, such as C:\my-project\project.sln), b) the solution filepath is traslated for container (e.g., in the above case, the passed filepath would be C:\App\project\project.sln) if the mounted volume in the container is set to C:\App\project.docker run -d -v C:\my-project:C:\App\project designite-cs C:\App\project\project.sln
C:\my-project\Results folder.Content type
Image
Digest
sha256:c00d7f18f…
Size
6 GB
Last updated
about 2 years ago
docker pull designite/designite-cs