Skip to content

Releases: microsoft/testfx

v2.2.1

01 Mar 18:23
32f53ae
Compare
Choose a tag to compare

See release notes here.

v2.2.0-preview-20210115-03

20 Jan 22:12
4a0a2a1
Compare
Choose a tag to compare
Pre-release

See release notes here.

v2.2.0-preview-20201126-03

26 Nov 23:40
97f69ad
Compare
Choose a tag to compare
Pre-release

See release notes here.

v2.1.2

08 Jun 10:45
efebd7f
Compare
Choose a tag to compare

See release notes here.

v2.1.1

01 Apr 09:06
3c76ad3
Compare
Choose a tag to compare

See release notes here.

v2.1.0

03 Feb 11:11
Compare
Choose a tag to compare

See release notes here.

v2.1.0-beta2

18 Dec 14:01
Compare
Choose a tag to compare
v2.1.0-beta2 Pre-release
Pre-release
  1. Add the ability to specify Friendly test names for test methods (#466)

See release notes here

v2.1.0-beta

29 Nov 07:53
Compare
Choose a tag to compare
v2.1.0-beta Pre-release
Pre-release
  1. Fix incompatibility between multiple versions of mstest adapter present in a solution (#659)
  2. Build script fix to work with VS2019 (#641)

See release notes here

v2.0.0

04 Sep 08:50
67c9f43
Compare
Choose a tag to compare
  1. Implemented 'AddResultFile' for NetCore TestContext (#609)
  2. Datarow tests - support methods with optional parameters (#604)
  3. Implemented Initialize Inheritance for ClassInitialize attribute (#577)
  4. Apply TestCategory from derived class on inherited test methods (#513)
  5. Fixed IsNotInstanceOfType failing when objected being asserted on is null (#622)
  6. Setting MapNotRunnableToFailed to true by default (#610)

v2.0.0-beta4

10 Apr 12:29
a208ab7
Compare
Choose a tag to compare
v2.0.0-beta4 Pre-release
Pre-release
  1. Deployment Item support in .NET Core #565 [enhancement]
  2. Support for CancellationTokenSource in TestContext to help in timeout scenario #585 [enhancement]
  3. Correcting error message when DynamicData doesn't have any data #443