You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this project readme is generating confusion and it may be a good time to fix that.
As a VSIX extension, it is available under VS2013 and VS2015. It is not yet available under VS 2017, as an extension. The marketplace/gallery description correctly reflects that.
But VS 2017 adds another mean to add test adapters to a solution: add it as a NuGet package to one of included projects. So that IDE is covered too, thanks to the NuGet package.
For a working setup, please have a look at examples/NetFrameworkSample solution, specifically at test project's packages.config: <package id="NSpec.VsAdapter" version="1.0.0" targetFramework="net452" developmentDependency="true" />.
For instructions, please have a look at NuGet Package section in readme.
Again, just remember that this Adapter at the moment only works for classic .NET framework projects, not .NET Core ones.
For the records: we updated readme description.
For unrelated reasons (change of publisher) we also are in the process of temporarily removing the extension from marketplace and adding it again under a new publisher and/or ID.
Currently I cannot install in on Visual Studio 2017: double-clicking the VSIX file (when Visual Studio is not running) gives me
and the install log is
This looks similar to #2.
The text was updated successfully, but these errors were encountered: