|
2 | 2 | <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> |
3 | 3 | <metadata> |
4 | 4 | <id>CitizenMatt.Xunit</id> |
5 | | - <title>xUnit.net Test Support for ReSharper 9</title> |
6 | | - <version>2.2.10</version> |
| 5 | + <title>xUnit.net Test Support for ReSharper 10</title> |
| 6 | + <version>2.3.0</version> |
7 | 7 | <authors>Matt Ellis</authors> |
8 | 8 | <owners>Matt Ellis</owners> |
9 | 9 | <description>A unit test provider for xUnit.net. Discovers and runs xUnit.net 1.x and 2.x tests. Includes annotations to aid ReSharper inspections and Live Templates to speed up inserting test methods and asserts.</description> |
10 | 10 | <summary>A unit test provider for xUnit.net</summary> |
11 | 11 | <releaseNotes> |
| 12 | +• Support for ReSharper 10 (#82) |
12 | 13 | • Inherited tests not showing in results (#79) |
13 | 14 | • Theories can now be excluded by category (#89) |
14 | 15 | • Code completion, find usages, rename + navigation for MemberDataAttribute (#86) |
15 | 16 | • Updated to xunit 2.1. Can now use config in json, and disable AppDomains (#91) |
16 | | - |
17 | | -From previous builds: |
18 | | -• Find tests in static classes (#46) |
19 | | -• Support for ReSharper 9.2 (#63) |
20 | | -• Assert.IsType and Assert.IsAssignableFrom are no longer marked as pure methods (#69) |
21 | | -• Don't crash if we get badly formatted exception data from xunit1 (#50) |
22 | | -• Support for xunit 2.0 |
23 | | -• Rewritten the core runner to be more robust with multi-threading. Should fix issues with aborted or inconclusive tests (#44, #31) |
24 | | -• Updated external annotations for xunit 2.0 (#30) |
25 | | -• Read xunit 2.0 settings from config file (#40) |
26 | | -• Added logging for ReSharper 9 in internal mode |
27 | | -• Report diagnostic messages when 'xunit.diagnosticMessages' is set in config (#28) |
28 | | -• Report mismatched pre-release versions on failure (#23) |
29 | | -• Fixed crash working with xUnit.net 1.1 |
30 | | -• Fixed an issue (#9) to run individual methods, rather than all methods in the class |
31 | | -• Fixed an issue (#21) with Unicode characters in display names and data attributes |
32 | | -• Captures output from ITestOutputHelper |
33 | | -• Shadow copy cache clean up on abort |
34 | | -• Parallelisation re-enabled! |
35 | | - |
36 | | -Known issues: |
37 | | -• Live Templates for Theory use xunit1 namespace</releaseNotes> |
| 17 | +</releaseNotes> |
38 | 18 | <projectUrl>https://github.com/xunit/resharper-xunit</projectUrl> |
39 | 19 | <licenseUrl>https://raw.githubusercontent.com/xunit/resharper-xunit/xunit2/license.txt</licenseUrl> |
40 | 20 | <iconUrl>https://raw.githubusercontent.com/xunit/media/master/logo-512-transparent.png</iconUrl> |
41 | 21 | <copyright>Copyright 2015 Matt Ellis</copyright> |
42 | 22 | <requireLicenseAcceptance>false</requireLicenseAcceptance> |
43 | 23 | <dependencies> |
44 | | - <dependency id="Wave" version="[3.0]" /> |
| 24 | + <dependency id="Wave" version="[4.0]" /> |
45 | 25 | </dependencies> |
46 | 26 | <tags>resharper unittest xunit test</tags> |
47 | 27 | </metadata> |
|
0 commit comments