File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
test/test.xunit.runner.visualstudio/Utility Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 10
10
<Nerdbank_GitVersioning_Version >3.7.115</Nerdbank_GitVersioning_Version >
11
11
<NSubstitute_Version >5.3.0</NSubstitute_Version >
12
12
<TunnelVisionLabs_ReferenceAssemblyAnnotator_Version >1.0.0-alpha.160</TunnelVisionLabs_ReferenceAssemblyAnnotator_Version >
13
- <xunit_analyzers_Version >1.22 .0</xunit_analyzers_Version >
14
- <xunit_v3_Version >2 .0.3 </xunit_v3_Version >
13
+ <xunit_analyzers_Version >1.23 .0</xunit_analyzers_Version >
14
+ <xunit_v3_Version >3 .0.0 </xunit_v3_Version >
15
15
<xunit_Version >2.9.3</xunit_Version >
16
16
</PropertyGroup >
17
17
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ public static ITestCaseDiscovered TestCaseDiscovered(
21
21
string ? testClassSimpleName = "test-class-simple-name" ,
22
22
string ? testClassUniqueID = "test-class-id" ,
23
23
string testCollectionUniqueID = "test-collection-id" ,
24
+ int ? testMethodArity = null ,
24
25
int ? testMethodMetadataToken = null ,
25
26
string ? testMethodName = "test-method" ,
26
27
string [ ] ? testMethodParameterTypes = null ,
@@ -43,6 +44,7 @@ public static ITestCaseDiscovered TestCaseDiscovered(
43
44
TestClassSimpleName = testClassSimpleName ,
44
45
TestClassUniqueID = testClassUniqueID ,
45
46
TestCollectionUniqueID = testCollectionUniqueID ,
47
+ TestMethodArity = testMethodArity ,
46
48
TestMethodMetadataToken = testMethodMetadataToken ,
47
49
TestMethodName = testMethodName ,
48
50
TestMethodParameterTypesVSTest = testMethodParameterTypes ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json" ,
3
- "version" : " 3.1.1 " ,
3
+ "version" : " 3.1.2 " ,
4
4
"nuGetPackageVersion" : {
5
5
"semVer" : 2.0
6
6
},
You can’t perform that action at this time.
0 commit comments