Skip to content

GodelTech/CodeReview.RoslynMetadataExporter

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6