Skip to content

Commit b7fcb49

Browse files
Fix build error: add missing System.Linq using directive
Fix compilation error on line 336 where OrderBy LINQ extension method was not accessible on AsyncEvent<TestContext> type. Co-authored-by: Tom Longhurst <thomhurst@users.noreply.github.com>
1 parent 47c70cb commit b7fcb49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

TUnit.Engine/Services/SingleTestExecutor.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
using System.Linq;
12
using System.Runtime.ExceptionServices;
23
using Microsoft.Testing.Platform.Extensions.Messages;
34
using Microsoft.Testing.Platform.TestHost;

0 commit comments

Comments
 (0)