-
Notifications
You must be signed in to change notification settings - Fork 40
Closed as duplicate
Labels
Description
Describe the Issue
so in my solution i have a msix installer project that vscode cannot load so the solution build always errors. however, this project is not related or referenced at all by my xunit test projects. i can run dotnet test just fine in the terminal in the test project directory itself.
Steps To Reproduce
- add a test project.
- add another project type without referencing it into the same solution. make sure there are errors in this project.
- in vscode testing tab, click "build and run c# tests".
- it will fail since it tries to build the whole solution.
Expected Behavior
tests should appear and run because the projects with errors are not related or referenced at all to the test project.
Environment Information
- OS: Windows 11
- vscode: 1.108.2
- dev kit: 1.93.20
Reactions are currently unavailable