formulahendry / formulahendry/vscode-dotnet-test-explorer
[Feature Request] Add setting to specify arguments for dotnet build
Open
- Dominant language
- TypeScript
- Stars
- 208
- Forks
- 93
- PR merge metrics
- No merged PRs in 30d
Description
Similar to `dotnet-test-explorer.testArguments`, can you add a setting that allows specifying arguments to the `dotnet build` step?
Specifically I would like to be able to run tests without re-building dependencies (with `--no-dependencies`)
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the existing dotnet-test-explorer.testArguments setting and the code that invokes the dotnet build step. Add a corresponding build-arguments setting, then verify that --no-dependencies reaches dotnet build and allows tests to run without rebuilding dependencies.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- testing
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100