https://github.com/rafaatsouza/erosion-finder-cli
A command line interface to use the ErosionFinder library
https://github.com/rafaatsouza/erosion-finder-cli
architectural-analysis architectural-enforcement architecture cli csharp dotnet roslyn roslyn-analyzer
Last synced: 2 months ago
JSON representation
A command line interface to use the ErosionFinder library
- Host: GitHub
- URL: https://github.com/rafaatsouza/erosion-finder-cli
- Owner: rafaatsouza
- License: mit
- Created: 2020-09-15T22:41:57.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2021-03-28T21:40:26.000Z (over 5 years ago)
- Last Synced: 2025-04-05T20:34:55.932Z (over 1 year ago)
- Topics: architectural-analysis, architectural-enforcement, architecture, cli, csharp, dotnet, roslyn, roslyn-analyzer
- Language: C#
- Homepage:
- Size: 313 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ErosionFinder CLI
==================================


A command line interface to use ErosionFinder library to find architectural erosion across C# code.
The code of the ErosionFinder library is available [here](https://github.com/rafaatsouza/erosion-finder).
Example
------------
The following command:
```sh
./ErosionFinderCLI -s {Path to .sln file} -l {Path to constraints.json file} -o {Output file path}
```
Will generate an HTML output file with all retrieved architectural erosions.
*Icon made by [Freepik](https://www.flaticon.com/authors/freepik) from https://www.flaticon.com*