-
Notifications
You must be signed in to change notification settings - Fork 260
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
DynamicData
in vscode test explorer are split
#2459
Comments
Moved your issue here @xcaptain, the other issue was a work item to create an analyzer, and not an issue report. Are you using mstest runner (MSTest 3.2.0+ with EnableMSTestRunner) to run your tests in vscode? Or the standard mstest? @drognanar could you help here please? |
Yes, I'm using
|
The return type is expected to be I haven't investigated so I am not sure if we should just consider this case invalid or consider that the 2 level of array is the value of each "item". We should test if the display is different between VS and VS Code, if that's the case then there is a bug in Test Explorer too. |
@drognanar could you please investigate? |
@xcaptain, what version of vscode dev kit are you using? I'm currently cannot reproduce this issue: |
if you create a .vscode/settings.json you can add the following setting:
we've fixed the wsl support, but that hasn't been released yet. |
@xcaptain can you try it with the latest version of DevKit? I don't see any issues with the tree anymore and the code works both with the protocol setting enabled and disabled |
C# devkit(preview) in wsl is good for me now, I think it's ok to close this issue, thanks you for the help. |
I also have a issue with
DynamicData
in vscode test explorer. same cause here?Originally posted by @xcaptain in #2237 (comment)
The text was updated successfully, but these errors were encountered: