Open NikoUmbleLSPA opened 6 months ago
@NikoUmbleLSPA I'm very sorry for the long response. Thank you for the bug report. The bug should be fixed in the version 0.3.1 if it is not please let me know
@MDcod I appreciate your response. However, I get the same result. See the following settings:
"nunitTestRunner.projectsPatterns": [
"**/*.Tests.cs", // I get the same response with "*Testing/**/*.Tests.cs"
"**/bin/**/*.Tests.dll" // does not show any tests; maybe my declaration is off
],
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 :) Please try to write path to your test .csproj in nunitTestRunner.projectsPatterns. For .dll now it can work unstable.
I think your second .dll pattern doesn't work becouse of the first pattern. Please try this
"nunitTestRunner.projectsPatterns": [
"**/bin/**/*.Tests.dll"
],
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:
...???