๐งฉ Contributing
Contributions are welcome!
Before submitting a PR, please ensure the following:
- โ
All tests pass (
dotnet test --collect:"XPlat Code Coverage"). - ๐งช Code coverage โฅ 95%.
- ๐งพ XML doc comments for public methods.
- ๐ฌ New CLI commands include
--helpdescriptions. - ๐ Run
docfx buildlocally to verify documentation.
Build Docs Locally
docfx build
docfx serve site
Then visit:
๐ http://localhost:8080