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.
Only include valid method and theory elements as known children of a
class. Including invalid elements could confuse things - it's a known
child, but there's no task, so the dynamic element isn't executed.
Copy file name to clipboardExpand all lines: resharper/nuget/xunitcontrib.nuspec
+4-1
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,15 @@
3
3
<metadata>
4
4
<id>CitizenMatt.Xunit</id>
5
5
<title>xUnit.net Test Support for ReSharper 10</title>
6
-
<version>2.3.0</version>
6
+
<version>2.3.1</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
+
• Fixed issue with discovering theories at runtime
13
+
14
+
From previous releases:
12
15
• Support for ReSharper 10 (#82)
13
16
• Inherited tests not showing in results (#79)
14
17
• Theories can now be excluded by category (#89)
0 commit comments