Open jkone27 opened 8 months ago
@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.
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)
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