Contributions are welcome!
Can you make EagleRepair even better? Feel free to open a pull request.
We do all our development on GitHub.
Prerequisites to develop:
- .NET 6 SDK
Open the solution file EagleRepair.sln
with your favorite IDE (e.g., Rider, Visual Studio or Visual Studio Code)
and build the solution.
Alternatively, the sources can be build from the command line:
dotnet build
Run tests
dotnet test