Skip to content

Releases: nspec/NSpec.VsAdapter

v1.0.0

29 May 09:58
Compare
Choose a tag to compare
  • 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

03 Aug 16:58
Compare
Choose a tag to compare
v0.3.2 Pre-release
Pre-release
  1. Update to NSpec 1.0.7, so not to blow up VS Test Runner discovery when there's an exception building specs
  2. Update to NUnit 3 (3.4.1)
  3. Update all other dependencies

v0.3.1

30 Jul 14:33
Compare
Choose a tag to compare
v0.3.1 Pre-release
Pre-release
  1. debugging: reduce console output and clean up call stack
  2. refactoring: group core part of adapter, split code running remotely on target assembly

v0.3.0

21 Jun 14:31
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release
  1. add support for async examples
    • ... which previously caused a NullReferenceException in
      NSpec.VsAdapter.Discovery.DiscoveredExampleMapper.ReflectExampleMethod(ExampleBase example)

v0.2.1

20 Jun 19:32
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release
  1. chore(deps): update NSpec to v1.0.5
  2. chore(deps): update Shouldly to v2.8.0
  3. chore(deps): update to NSubstitute 1.10.0 and AutofacContrib.NSubstitute v3.3.6
  4. chore(deps): update to FluentAssertions 4.9.0
  5. chore(deps): update to Json.NET 8.0.3

v0.2.0

14 Mar 23:35
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release
  1. Fix serialize exception when a test case fails with a third-party Exception type
  2. Internals: move more test discovery and execution into target assembly AppDomain
  3. Beatufiy test names in Task Explorer pane
  4. Beautify tags/traits containing underscores

v0.1.2

10 Feb 19:18
Compare
Choose a tag to compare
v0.1.2 Pre-release
Pre-release

Add icon and preview to be shown in Extensions and Updates window.

v0.1.1

10 Feb 11:23
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

Allow VSIX to be installed on VS2015 as well.

v0.1.0

08 Feb 13:38
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Initial release, published for people wanting to give the adapter a go on their own real life Visual Studio projects.