Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.37 KB

File metadata and controls

44 lines (29 loc) · 1.37 KB

CodeReview.RoslynMetadataExporter

Docker Image: https://hub.docker.com/r/godeltech/codereview.roslyn-metadata-exporter

Description

This tool is used to export metadata of Roslyn analyzers to YAML or JSON format.

Usage

How to build the Docker Image

To build the Docker image, run the following command:

docker build -t codereview.roslyn-metadata-exporter .

How to run the Docker Container

To run the Docker container, use the following command:

docker run codereview.roslyn-metadata-exporter run -p SonarAnalyzer.CSharp -o result.yaml -j

Commands And Parameters

run

Runs workflow defined by manifest file

> dotnet CodeReview.RoslynMetadataExporter.dll run -p SonarAnalyzer.CSharp -o result.yaml -j
Agruments Key Required Type Description agrument
--package -p true string NuGet package identifier
--version -v false string NuGet package version
--output -o true string Output file path
--json -j false bool Specifies if JSON or YAML output must be used

License

This project is licensed under the MIT License. See the LICENSE file for more details.