dotnet tool restore
dotnet restore
dotnet build
dotnet test
dotnet csharpier format .Run build, tests, and formatting before opening a change.
Use Conventional Commits:
feat: add namespace collision handling
fix: avoid duplicate child traversal
test: cover repeated XML elements
docs: update usage examples
chore: update tooling
Common types: feat, fix, docs, test, refactor, build, ci, chore.
- Keep changes focused.
- Add or update tests for behavior changes.
- Update docs when usage or setup changes.
- Note any intentional breaking changes.