-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How am I supposed to run C# NUnit tests? #3
Comments
@NikoUmbleLSPA I'm very sorry for the long response. Thank you for the bug report. |
@MDcod I appreciate your response. However, I get the same result. See the following settings:
I confirm the latest version: I also made sure to restart Extensions, and VS Code completely. |
@NikoUmbleLSPA oh i'm sorry. I didn't see mistake. U can use only .csproj and .dll files for run test. But you can't use .cs files :) I think your second .dll pattern doesn't work becouse of the first pattern. Please try this
and can you show path to your actuall test .dll file |
I am completely baffled by this extension. I specified:
"nunitTestRunner.projectsPatterns": [
"Testing/**/.Tests.cs"
]
...and I got:
...???
The text was updated successfully, but these errors were encountered: