Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 668 Bytes

File metadata and controls

34 lines (25 loc) · 668 Bytes

Contributing

Development

dotnet tool restore
dotnet restore
dotnet build
dotnet test
dotnet csharpier format .

Run build, tests, and formatting before opening a change.

Commit Messages

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.

Pull Requests

  • Keep changes focused.
  • Add or update tests for behavior changes.
  • Update docs when usage or setup changes.
  • Note any intentional breaking changes.