EagleRepair is a cross-platform command line tool for automatically fixing static analysis warnings in C# programs.
Documentation: https://marodev.github.io/EagleRepair
Source-Code: https://github.com/marodev/EagleRepair
Install .NET 6.0 or later
EagleRepair is available on NuGet and can be installed as a global tool:
dotnet tool install --global EagleRepair.Cli
- first build your C# project
- run EagleRepair
and specify the target rules (e.g, rule R5):
eaglerepair -r R5 -p .
where "." looks for a solution file (.sln) in the current folder (default if not provided)
PR's are welcome! Start here: CONTRIBUTING.md