We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
cannot debug tests in Ionide, and no tests are run for the project.
The test explorer might be out of sync. Try running a higher test or refreshing the test explorer
src
open a solution in .NET 8 with F# projects, with integration tests running on C# (F# test reference C# project)
try to run and debug some tests, the breakpoint in C# code are not hit anymore,
the debugger freezes and does not start, when click continue, a message "no test where run" shows up.
test run and debug is available
The text was updated successfully, but these errors were encountered:
@jkone27 I think it could help maintainers if you were able to provide a reproduction repository.
Like that they can jump directly into fixing the issues instead of having to try to replicate the bug by setting up everything.
Sorry, something went wrong.
i am in a a shared solution use case (both C# and F#), usually .csproj with .fsproj xunit integration tests on C# webproj
will try to repro, but is anyone able to run tests fine in mixed solutions with C# devkit + ionide test explorer for example
when you have mixed C# unit tests (C# dev kit) and F# unit tests (ionide)
No branches or pull requests
Describe the bug
cannot debug tests in Ionide, and no tests are run for the project.
src
Steps to reproduce
open a solution in .NET 8 with F# projects, with integration tests running on C# (F# test reference C# project)
try to run and debug some tests, the breakpoint in C# code are not hit anymore,
the debugger freezes and does not start, when click continue, a message "no test where run" shows up.
Link to sample reproduction
Expected behaviour
test run and debug is available
Screenshots
Machine info
The text was updated successfully, but these errors were encountered: