Releases: nspec/NSpec.VsAdapter
Releases · nspec/NSpec.VsAdapter
v1.0.0
- feat(support): add support for classic .NET framework projects in Visual Studio 2017
- feat(tools): install as a NuGet Package, as well as Visual Studio Extension
- docs(examples): add example solution with classic .NET framework
- chore(deps): upgrade to latest System.Reactive, Newtonsoft.Json, Autofac
Internals:
- refactor(solution): use .NET Core solution directory structure
- chore(deps): upgrade to .NET Framework 4.5.2
- chore(deps): upgrade to latest development dependencies
v0.3.2
- Update to NSpec 1.0.7, so not to blow up VS Test Runner discovery when there's an exception building specs
- Update to NUnit 3 (3.4.1)
- Update all other dependencies
v0.3.1
- debugging: reduce console output and clean up call stack
- refactoring: group core part of adapter, split code running remotely on target assembly
v0.3.0
- add support for async examples
- ... which previously caused a
NullReferenceException
in
NSpec.VsAdapter.Discovery.DiscoveredExampleMapper.ReflectExampleMethod(ExampleBase example)
- ... which previously caused a
v0.2.1
- chore(deps): update NSpec to v1.0.5
- chore(deps): update Shouldly to v2.8.0
- chore(deps): update to NSubstitute 1.10.0 and AutofacContrib.NSubstitute v3.3.6
- chore(deps): update to FluentAssertions 4.9.0
- chore(deps): update to Json.NET 8.0.3
v0.2.0
- Fix serialize exception when a test case fails with a third-party
Exception
type - Internals: move more test discovery and execution into target assembly
AppDomain
- Beatufiy test names in Task Explorer pane
- Beautify tags/traits containing underscores
v0.1.2
Add icon and preview to be shown in Extensions and Updates window.
v0.1.1
Allow VSIX to be installed on VS2015 as well.
v0.1.0
Initial release, published for people wanting to give the adapter a go on their own real life Visual Studio projects.