dotnet / dotnet/vscode-csharp

Feature request: allow user-defined pwd for unit tests

Open
#4,666 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
3.1k
Forks
737
Avg merge
18h 40m
Merged PRs (30d)
31

Description

## Environment data
`dotnet --info` output:
VS Code version: **1.58.0**
C# Extension version: **1.23.13**

## OmniSharp log

## Steps to reproduce

1. create a test project: `dotnet new xunit`;
2. check pwd during runtime of any unit test;
3. it shows the pwd is deep inside `bin` folder, which is not expected.

## Expected behavior

The pwd should be in the same folder as the `*.csproj` file.

## Actual behavior

The pwd is deep inside `bin` folder.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.