Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.13 KB

File metadata and controls

33 lines (23 loc) · 1.13 KB

Description

Related Issue

Type of Change

  • 🐛 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)

Checklist

  • 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) and PublicAPI.*.txt files where applicable.

Additional Notes