Releases: jcansdale/TestDriven.Net-Issues
Releases · jcansdale/TestDriven.Net-Issues
v5.0.18128-beta
Fixes
- #153 Fix running NUnit tests when
NUnit3TestAdapter
for Visual Studio is being referenced
v5.0.18083-beta
Enhancements
- #141 Add support for Visual Studio 2019 Preview
- #137 Allow targeting of methods with ValueTuple in args
- #142 Support installing VSIX version over legacy EXE/MSI version
- #139 Make built in commands appear by default
- #136 Exit the test runner process if user detaches debugger while tests are running
- #123 Add support for executing ad-hoc methods inside VS extension MEF components
- #132 Allow targeting of MEF components with dependencies in target assembly
- #134 Add support for targeting MEF components depend on ICompositionService
Fixes
- #144 Fix basic F# support
v5.0.18076-beta
deleted
TestDriven.Net 4.3 Beta
Enhancements
- #98 Allow .NET Standard ad-hoc methods to be executed using .NET Framework
- #115 Honor default parameters when executing ad-hoc test methods
- #107 Update to initialize TestDriven.Net asynchronously
- #120 Add IgnorePortablePDBsInStackTraces in .config files
- #108 Find a way to execute VS 2015 MSTest projects in VS 2017