Skip to content
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

[O# Parity] Run and debug tests in context #5719

Closed
Tracked by #5736
dibarbet opened this issue Jun 8, 2023 · 4 comments · Fixed by #6265
Closed
Tracked by #5736

[O# Parity] Run and debug tests in context #5719

dibarbet opened this issue Jun 8, 2023 · 4 comments · Fixed by #6265

Comments

@dibarbet
Copy link
Member

dibarbet commented Jun 8, 2023

O# supports a couple of commands to run and debug tests using vstest console.

  1. In the right click menu, run and debug tests in context
  2. In codelens on test methods - links to run and debug tests

We need to add support for these commands in the preview version of the C# extension for full parity.

@agocke
Copy link
Member

agocke commented Jun 11, 2023

This one seems high priority -- without this feature I don't think I can run tests at all without the dev kit.

@dibarbet
Copy link
Member Author

This one seems high priority -- without this feature I don't think I can run tests at all without the dev kit.

It should be one of the first features coming as soon as we finish getting the infrastructure setup in this new repo. It's a GA blocker.

@dibarbet
Copy link
Member Author

@dibarbet
Copy link
Member Author

csharp.unitTestDebuggingOptions support here - #6110

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants