Add AGENTS.md, dotnet/mise wrapper scripts, migrate yaks to yx

This commit is contained in:
2026-09-10 18:12:50 +01:00
parent 42b3c502a1
commit 7e38f67e0b
7 changed files with 90 additions and 153 deletions
+5
View File
@@ -0,0 +1,5 @@
#!/usr/bin/env bash
# Run the full test suite from the repo root (see scripts/dotnet.sh for why).
# Usage: scripts/run-tests.sh [extra dotnet test args]
set -euo pipefail
exec "$(cd "$(dirname "$0")" && pwd)/dotnet.sh" test db-subclass-to-dto.sln "$@"