Docker Image: https://hub.docker.com/r/godeltech/codereview.roslyn-metadata-exporter
This tool is used to export metadata of Roslyn analyzers to YAML or JSON format.
To build the Docker image, run the following command:
docker build -t codereview.roslyn-metadata-exporter .
To run the Docker container, use the following command:
docker run codereview.roslyn-metadata-exporter run -p SonarAnalyzer.CSharp -o result.yaml -j
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 |
This project is licensed under the MIT License. See the LICENSE file for more details.