What problem does it solve?
Provides a repeatable, authoritative process to diagnose and repair build and test failures for the IssueManager .NET solution so developers and CI pipelines do not land broken commits.
Core Features & Use Cases
- Iterative repair workflow: Step-by-step restore, build, and test sequence with zero-warning tolerance until the solution is clean.
- Environment and dependency guidance: Highlights Directory.Packages.props for NuGet version issues and requires Docker for integration tests that use TestContainers.
- Troubleshooting patterns: Common failure signatures and fixes for CI path issues, port conflicts, and flaky equality/assertion tests; suitable for local debugging and CI triage.
Quick Start
Ask the assistant to run the build-repair process on IssueManager by restoring packages, building the solution, running Release tests, and reporting errors with suggested fixes.