Fix Code Review Issues
Code review input: $ARGUMENTS
If the input is a file path, read the entire file first to understand all issues.
Process
For each issue:
- Explain what was wrong
- Fix the issue
- Test - create and run relevant tests to verify the fix
After All Fixes
Run full validation to confirm no regressions:
dotnet build MooBank.slnx --no-restore
cd src/MooBank.Web.App && npm run build
dotnet test tests/ --no-build
Converted and distributed by TomeVault — claim your Tome and manage your conversions.