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

no test run for project #1993

Open
jkone27 opened this issue Mar 13, 2024 · 2 comments
Open

no test run for project #1993

jkone27 opened this issue Mar 13, 2024 · 2 comments

Comments

@jkone27
Copy link

jkone27 commented Mar 13, 2024

Describe the bug

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

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

image image Screenshot 2024-03-13 at 17 59 57

Machine info

  • OS: Windows/Mac/Linux
  • .NET SDK version: 8.0.2
  • Ionide version: 7.18.2 - 07.03.2024
@MangelMaxime
Copy link
Contributor

@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.

@jkone27
Copy link
Author

jkone27 commented May 13, 2024

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)

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

No branches or pull requests

2 participants