-
-
Notifications
You must be signed in to change notification settings - Fork 96
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
Expecto in VS 2019 test explorer window #401
Comments
I use YoloDev.Expecto.TestSdk |
You might need to install the Microsoft.NET.Test.Sdk package as well. |
I still can't see it but it does work when using a simple project as test. I will post a repro (or close the ticket) when I will figure out what's wrong with my main solution. |
What is the target framework of your test project? I vaguely remember that projects targetting .NET Framework didn't work when I tried to use |
My main project is on |
Work perfect for me in VS 2022 <!-- Wildcard does not work for Microsoft.NET.Test.Sdk,
tests are not recognized by VS Test Explorer because version does not resolve -->
<PackageReference Update="Microsoft.NET.Test.Sdk" Version="17.6.0" />
<PackageReference Update="YoloDev.Expecto.TestSdk" Version="0.*" /> |
Hi there,
I guess most people have dropped VS but I am curious to know if someone knows how to integrate expecto tests in VS Test Explorer window. The readme recommends to use
Expecto.VisualStudio.TestAdapter
which appears to be deprecated and theYoloDev.Expecto.TestSdk
replacement does not seem to be working.The text was updated successfully, but these errors were encountered: