Skip to content
This repository has been archived by the owner on Dec 12, 2017. It is now read-only.

Releases: xunit/resharper-xunit

2.3.4 for ReSharper 10

01 Feb 13:35
Compare
Choose a tag to compare

Please install from the Extension Manager (ReSharper → Extension Manager)

In this release:

  • Better explanatory text when displaying diagnostic messages (#111)

See the previous release for details of what changed in 2.3.3.

2.3.3 for ReSharper 10

05 Jan 23:16
Compare
Choose a tag to compare

Please install from the Extension Manager (ReSharper → Extension Manager)

In this release:

  • No longer wrongly marks all public methods in an abstract base test class as tests (#105)

See the previous release for details of what changed in 2.3.2.

2.3.2 for ReSharper 10

25 Nov 17:13
Compare
Choose a tag to compare

Please install from the Extension Manager (ReSharper → Extension Manager)

In this release:

  • Fixes for ReSharper 10's Continuous Testing, as well as dotCover code coverage and dotMemory Unit. The plugin will disable all concurrency when running in these conditions - otherwise the tools see code executing, but don't know what test they belong to.

See the previous release for details of what changed in 2.3.1.

2.3.1 for ReSharper 10

17 Nov 22:05
Compare
Choose a tag to compare

Please install from the Extension Manager (ReSharper → Extension Manager)

In this release:

  • More robust execution of theories. Prevents the runner getting into a state where it should notify ReSharper of a new theory, but doesn't, resulting in theories that aren't run.

See the previous release for details of what changed in 2.3.0.

2.3.0 for ReSharper 10

05 Nov 13:05
Compare
Choose a tag to compare

Please install from the Extension Manager (ReSharper → Extension Manager)

In this release:

  • Support for ReSharper 10 RTM (#82)

NOTE: ReSharper 10.0 has a nasty bug that can stop the output pane of the test sessions window from updating. This has already been fixed and will be available very soon in a 10.0.1 hot fix release. In the meantime, the workaround is to not select parent nodes in the tree - if you do, the output pane gets stuck and stops updating. In order to continue working, right click on a node in the tree to create a new session and run the tests again. See RSRP-450266 and various duplicated issues.

Also, from the just released 2.2.10 release (for ReSharper 9.2):

  • Inherited tests now show in unit test results (#79)
  • Theories can now be excluded by category (#89)
  • Code completion, find usages, rename + navigation for MemberDataAttribute (#86)
  • Updated to xunit 2.1 runner (#91)

Please note: This release no longer supports ReSharper 9.2. The 2.2.10 release version is still available through the Extension Manager.

2.2.10 for ReSharper 9.2

05 Nov 13:10
Compare
Choose a tag to compare

Please install from the Extension Manager (ReSharper → Extension Manager)

In this release:

  • Inherited tests now show in unit test results (#79)
  • Theories can now be excluded by category (#89)
  • Code completion, find usages, rename + navigation for MemberDataAttribute (#86)
  • Updated to xunit 2.1 runner (#91)

Please note: This is the last planned release for ReShaprer 9.2. Future releases will be for ReSharper 10 only.

2.2.9 for ReSharper 9.2

05 Nov 13:27
Compare
Choose a tag to compare

Please install from the Extension Manager (ReSharper → Extension Manager)

In this release:

  • Find tests in static classes (#46)

Please note: This release no longer supports ReSharper 9.1. The 2.1.7 release version for ReSharper 9.1 is still available through the Extension Manager.

2.2.8 for ReSharper 9.2

05 Nov 13:56
Compare
Choose a tag to compare

Please install from the Extension Manager (ReSharper → Extension Manager).

In this release:

  • Support for ReSharper 9.2 RTM

Please note: This release no longer supports ReSharper 9.1. The 2.1.7 release version is still available through the Extension Manager. Future releases will be ReSharper 9.2 only.

2.2.7 for ReSharper 9.2

05 Nov 14:00
Compare
Choose a tag to compare

Please install from the Extension Manager (ReSharper → Extension Manager).

In this release:

  • Support for ReSharper 9.2 RC2 (#63)
  • Assert.IsType and Assert.IsAssignableFrom are no longer marked as pure methods (#69)

Please note: This release no longer supports ReSharper 9.1. The 2.1.7 release version is still available through the Extension Manager. Future releases will be ReSharper 9.2 only.

2.0.7 for ReSharper 9.0

05 Nov 13:39
Compare
Choose a tag to compare

Please install from the Extension Manager (ReSharper → Extension Manager).

In this release:

  • Don't crash if we get badly formatted exception data from xunit1 (#50)

Known issues:

  • Live Templates for Theory use xunit1 namespace

Deprecation warning

Please note: This will be the last planned release for ReSharper 9.0. All future development will be for ReSharper 9.1. Existing versions will still be available through the Extension Manager.