Skip to content

feat: add dotnet-test adapter - #26

Closed
daichunghy wants to merge 1 commit into
mainfrom
feat/dotnet-test-adapter
Closed

feat: add dotnet-test adapter#26
daichunghy wants to merge 1 commit into
mainfrom
feat/dotnet-test-adapter

Conversation

@daichunghy

Copy link
Copy Markdown
Owner

Summary

Closes #16

Adds the bundled dotnet-test adapter for *.csproj, *.fsproj and *.sln repositories. It records only the exact dotnet test argv, rejects extra arguments and shell syntax, and executes only with explicit --run-tests opt-in.

Verification

  • npm run verify
  • 38 tests, typecheck and build pass
  • git diff --check passes

Boundary

Execution is verified with the existing injected executor; the environment did not run a real .NET SDK test project. No adoption or npm publication is claimed.

@daichunghy

Copy link
Copy Markdown
Owner Author

Integrated into main via PR #29.

@daichunghy daichunghy closed this Aug 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

adapter: dotnet-test

1 participant