Skip to content

Commit 3866a81

Browse files
committed
Fix
1 parent e4841db commit 3866a81

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "6.0.100",
3+
"version": "6.0.428",
44
"rollForward": "patch",
55
"allowPrerelease": false
66
}

src/Microsoft.VisualStudio.Extensibility.Testing.Xunit.Shared/Threading/IdeTestCase.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ public override async Task<RunSummary> RunAsync(IMessageSink diagnosticMessageSi
8484
{
8585
#if USES_XUNIT_3
8686
return await new IdeTestCaseRunner(SharedData, VisualStudioInstanceKey).Run(this, Array.Empty<IXunitTest>(), messageBus, aggregator, cancellationTokenSource, displayName, SkipReason, ExplicitOption.Off, constructorArguments);
87+
#else
88+
return await new IdeTestCaseRunner(SharedData, VisualStudioInstanceKey, this, DisplayName, SkipReason, constructorArguments, TestMethodArguments, messageBus, aggregator, cancellationTokenSource).RunAsync();
8789
#endif
8890
}
8991
}

0 commit comments

Comments
 (0)