You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 12, 2017. It is now read-only.
Copy file name to clipboardExpand all lines: resharper/nuget/xunitcontrib-rs92.nuspec
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3,16 +3,17 @@
3
3
<metadata>
4
4
<id>CitizenMatt.Xunit</id>
5
5
<title>xUnit.net Test Support for ReSharper 9</title>
6
-
<version>2.2.7</version>
6
+
<version>2.2.9</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.0 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 9.2 (#63)
13
-
• Assert.IsType and Assert.IsAssignableFrom are no longer marked as pure methods (#69)
12
+
• Find tests in static classes (#46)
14
13
15
14
From previous builds:
15
+
• Support for ReSharper 9.2 (#63)
16
+
• Assert.IsType and Assert.IsAssignableFrom are no longer marked as pure methods (#69)
16
17
• Don't crash if we get badly formatted exception data from xunit1 (#50)
17
18
• Support for xunit 2.0
18
19
• Rewritten the core runner to be more robust with multi-threading. Should fix issues with aborted or inconclusive tests (#44, #31)
0 commit comments