adamchester / expecto-adapter

Visual Studio test adapter for Expecto (https://github.com/haf/expecto)
MIT License
28 stars 16 forks source link

Test case navigation does not work in Visual Studio 2017 #12

Closed nikolamilekic closed 7 years ago

nikolamilekic commented 7 years ago

When you double click on a test case in the Test Explorer, Visual Studio 2015 navigates to that test case. This no longer works in 2017. Instead, the following error is shown on the status bar: "Cannot open the following file: [...]."

adamchester commented 7 years ago

Hey @nikolamilekic - It's actually working for me. Any chance you can dig a little deeper to find out what set of circumstances causes this? Are you using 4.0.0-alpha007?

nikolamilekic commented 7 years ago

Sorry, I didn't get a chance to spend some time on this until now. I just tried again with an empty project and it's still not working. I also tried with xUnit and their runner and that didn't work either, so I'm calling it a problem with my machine or with Visual Studio.