- 🐛 Bug fix (non-breaking change that fixes an issue)
- ✨ New feature (non-breaking change that adds functionality)
- 💥 Breaking change (fix or feature that changes existing behavior)
- 📝 Documentation only
- 🧹 Refactor / chore (no functional change)
- My commits follow the Conventional Commits format.
- The solution builds without warnings (
dotnet build -c Release). - All tests pass locally (
dotnet test -c Release). - I added or updated tests covering my change.
- I updated XML documentation for any changed public members.
- I updated the relevant docs (
docs/, README) andPublicAPI.*.txtfiles where applicable.