md wraps dotnet build and dotnet test, swallowing verbose SDK output and emitting token-minimal markdown for AI agents.
dnx md -y build
dnx md -y test
dnx md -y build --configuration Release
dnx md -y test --no-buildWhen parsing yields no markdown, md emits minimal fallbacks (❌Build / ❌Tests) on failure, or replays captured dotnet stdout for informational switches like --version.
See src/md/readme.md for output examples.