Releases: machine/machine.specifications.runner.visualstudio
Releases · machine/machine.specifications.runner.visualstudio
v2.10.2
v2.10.1
Fixed
- Fixed an issue running large assemblies under DevOps
v2.10.1-beta.2
Fixed
- Fixed an issue with logging errors
v2.10.1-beta.1
Fixed
- Fixed an issue running large assemblies under DevOps
v2.10.0
v2.10.0-beta.1
Added
- Support for
TestCaseFilter
filtering #95
v2.9.0
Changed
- Test adapter supports
net452
instead ofnet46
.
v2.8.2
Fixed
- Show correct display name in test results, which was preventing ReSharper from running tests under .NET Core
v2.8.1
Added
- Support for 1.x versions of MSpec
v2.8.0
- Fixed a bug when running specific tests from Visual Studio, no longer runs all tests in a context
- Fixed a bug that caused the running of
Establish
andCleanup
multiple times when running specific tests