This repository contains a buggy ASP.NET 8 API backend, unit tests and integration tests.
- Clone this repository
- Create a new branch
- Watch the horror unfold using "dotnet test"
- Fix the bugs
- Commit your changes
- Push your branch
- If pipeline is green, SUCCESS! If not, go back to step 4.
You are not allowed to change the GitHub Actions workflow file. (.github/workflows/dotnet.yml
)
In extension, one of the GitHub actions tests the integrity of the tests. Do not change the tests.
Do not check other people's branches for solutions.