Releases: microsoft/testfx
Releases · microsoft/testfx
v1.1.18
This release fixes following issues:
- Ability to provide a reason for Ignored tests. #126 [enhancement]
- VB unit test project templates that ship in VS 2017 do not reference MSTest V2 nuget packages. #132 [enhancement]
- Assert.IsInstanceOf passes on value null. #178 [Contributed By LarsCelie]
- Test methods in a base class defined in a different assembly are not navigable in Test Explorer. #163 [Contributed By ajryan]
- Enable MSTest framework based tests targeting .NET Core to be run and debugged from within VSCode. #182
- Web project templates that ship in VS 2017 do not reference MSTest V2 nuget packages. #167
See release notes here
1.1.17
This release fixes following issues:
- Console.WriteLine support for .NetCore Projects . #18 [enhancement]
- Inheritance support for base classes that resides in different assemblies. #23 [enhancement]
- TestContext.Writeline does not output messages. #120
- Logger.LogMessage logs a message mutliple times. #114
- TestContext.CurrentTestOutcome is always InProgress in the TestCleanup method. #89
- An inconclusive in a test initialize fails the test if it has an ExpectedException. #136
See release notes here
1.1.14
1.1.13
This release fixes the following issues
- Tests with Deployment Item do not run. #91
- Run tests fail intermittently with a disconnected from server exception. #28
- Templates and Wizards vsix should be built with RC3 tooling #77
This is also the first release from GitHub and with source code building against Dev15 tooling.
Release notes are here.