Info
| Version: | 1.0.0 | 
| Author(s): | BrainCrumbz | 
| Last Update: | Monday, May 29, 2017 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://github.com/nspec/NSpec.VsAdapter | 
| NuGet Url: | https://www.nuget.org/packages/NSpec.VsAdapter | 
Install
Install-Package NSpec.VsAdapter
                        dotnet add package NSpec.VsAdapter
                        paket add NSpec.VsAdapter
                        
                                NSpec.VsAdapter Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- Autofac(>= 3.5.2)
 - Newtonsoft.Json(>= 9.0.1)
 - nspec(>= 1.0.7)
 - Rx-Core(>= 2.2.5)
 - Rx-Interfaces(>= 2.2.5)
 - Rx-Linq(>= 2.2.5)
 - Rx-Main(>= 2.2.5)
 - Rx-PlatformServices(>= 2.2.5)
 
Tags
                
It runs tests from projects targeting classic .NET Framework.
It is available both as a Visual Studio Extension (for VS 2013, 2015) as well as a NuGet Package (for VS 2017). VS Extension for 2017 is under development. It currently supports test projects targeting .NET Framework 4.5 and later, and NSpec 1.0.x.
NOTE: To work with old project.json-based .NET Core projects, please try dotnet-test-nspec runner. Support for MSBuild-based .NET Core projects is under development.
Support for VS 2017 Extension is under development as well.