Light Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

marodev/EagleRepair

Repository files navigation

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

Prerequisites

Install .NET 6.0 or later

Command line tool

EagleRepair is available on NuGet and can be installed as a global tool:

dotnet tool install --global EagleRepair.Cli

Getting Started

  • 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)

Contributing

PR's are welcome! Start here: CONTRIBUTING.md

About

EagleRepair fixes static analysis warnings in C# programs. Easy to use. Blazing fast. Based on research.

Topics

Resources

Readme

License

MIT license

Contributing

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors