Rank: Newbie
  Groups: Registered
 Joined: 11/27/2014(UTC) Posts: 8 Location: United States of America
  Thanks: 2 times Was thanked: 1 time(s) in 1 post(s)
  
 
     | 
    
        
            
	      
                Well, it looks like I'm spending a hell of a lot of time here:  https://github.com/xunit...TextReaderWriter.cs#L59
Call stack: Code:
 	System.Private.CoreLib.dll!System.Threading.Thread.Sleep(int millisecondsTimeout)	Unknown
 	xunit.v3.runner.utility.netcore.dll!Xunit.v3.BufferedTextReaderWriter.BufferedReader.Read() Line 59	C#
 	System.Private.CoreLib.dll!System.IO.TextReader.ReadLine()	Unknown
>	xunit.v3.runner.common.dll!Xunit.Runner.Common.ConsoleHelper.ReadLine() Line 71	C#
 	xunit.v3.runner.common.dll!Xunit.Runner.Common.ConsoleRunnerLogger.WaitForAcknowledgment() Line 106	C#
 	xunit.v3.runner.inproc.console.dll!Xunit.Runner.Common.RunnerLoggerExtensions.WriteMessage(Xunit.Runner.Common.IRunnerLogger runnerLogger, Xunit.Sdk.IMessageSinkMessage message) Line 27	C#
 	xunit.v3.runner.inproc.console.dll!Xunit.Runner.InProc.SystemConsole.ConsoleRunner.ListAssembly(Xunit.Runner.Common.XunitProjectAssembly assembly, Xunit.Runner.Common.IRunnerLogger logger) Line 312	C#
 	[Resuming Async Method]	
 	System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncTaskMethodBuilder<System.Threading.Tasks.VoidTaskResult>.AsyncStateMachineBox<Xunit.Runner.InProc.SystemConsole.ConsoleRunner.<ListAssembly>d__12>.ExecutionContextCallback(object s)	Unknown
 	System.Private.CoreLib.dll!System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, object state)	Unknown
 	System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncTaskMethodBuilder<System.Threading.Tasks.VoidTaskResult>.AsyncStateMachineBox<Xunit.Runner.InProc.SystemConsole.ConsoleRunner.<ListAssembly>d__12>.MoveNext(System.Threading.Thread threadPoolThread)	Unknown
 	System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncTaskMethodBuilder<System.Threading.Tasks.VoidTaskResult>.AsyncStateMachineBox<Xunit.Runner.InProc.SystemConsole.ConsoleRunner.<ListAssembly>d__12>.MoveNext()	Unknown
 	System.Private.CoreLib.dll!System.Threading.Tasks.AwaitTaskContinuation.RunOrScheduleAction(System.Runtime.CompilerServices.IAsyncStateMachineBox box, bool allowInlining)	Unknown
 	System.Private.CoreLib.dll!System.Threading.Tasks.Task.RunContinuations(object continuationObject)	Unknown
 	System.Private.CoreLib.dll!System.Threading.Tasks.Task<System.Threading.Tasks.VoidTaskResult>.TrySetResult(System.Threading.Tasks.VoidTaskResult result)	Unknown
 	System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncTaskMethodBuilder<System.Threading.Tasks.VoidTaskResult>.SetExistingTaskResult(System.Threading.Tasks.Task<System.Threading.Tasks.VoidTaskResult> task, System.Threading.Tasks.VoidTaskResult result)	Unknown
 	System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder.SetResult()	Unknown
 	[Completed] xunit.v3.runner.inproc.console.dll!Xunit.Runner.InProc.SystemConsole.ProjectAssemblyRunner.Discover(Xunit.Runner.Common.XunitProjectAssembly assembly, Xunit.v3.ITestPipelineStartup pipelineStartup, Xunit.Sdk.IMessageSink messageSink, Xunit.Sdk.IMessageSink diagnosticMessageSink, System.Collections.Generic.IList<(Xunit.Sdk.ITestCase TestCase, bool PassedFilter)> testCases) Line 101	C#
 	System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncTaskMethodBuilder<System.Threading.Tasks.VoidTaskResult>.AsyncStateMachineBox<Xunit.Runner.InProc.SystemConsole.ProjectAssemblyRunner.<Discover>d__11>.ExecutionContextCallback(object s)	Unknown
 	System.Private.CoreLib.dll!System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, object state)	Unknown
 	System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncTaskMethodBuilder<System.Threading.Tasks.VoidTaskResult>.AsyncStateMachineBox<Xunit.Runner.InProc.SystemConsole.ProjectAssemblyRunner.<Discover>d__11>.MoveNext(System.Threading.Thread threadPoolThread)	Unknown
 	System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncTaskMethodBuilder<System.Threading.Tasks.VoidTaskResult>.AsyncStateMachineBox<Xunit.Runner.InProc.SystemConsole.ProjectAssemblyRunner.<Discover>d__11>.MoveNext()	Unknown
 	System.Private.CoreLib.dll!System.Threading.Tasks.AwaitTaskContinuation.RunOrScheduleAction(System.Runtime.CompilerServices.IAsyncStateMachineBox box, bool allowInlining)	Unknown
 	System.Private.CoreLib.dll!System.Threading.Tasks.Task.RunContinuations(object continuationObject)	Unknown
 	System.Private.CoreLib.dll!System.Threading.Tasks.Task<System.Threading.Tasks.VoidTaskResult>.TrySetResult(System.Threading.Tasks.VoidTaskResult result)	Unknown
 	System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncTaskMethodBuilder<System.Threading.Tasks.VoidTaskResult>.SetExistingTaskResult(System.Threading.Tasks.Task<System.Threading.Tasks.VoidTaskResult> task, System.Threading.Tasks.VoidTaskResult result)	Unknown
 	System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder.SetResult()	Unknown
 	[Completed] xunit.v3.core.dll!Xunit.v3.InProcessFrontController.Find(Xunit.Sdk.IMessageSink messageSink, Xunit.Sdk.ITestFrameworkDiscoveryOptions options, System.Func<Xunit.Sdk.ITestCase, bool> filter, System.Type[] types, System.Func<Xunit.Sdk.ITestCase, bool, System.Threading.Tasks.ValueTask<bool>> discoveryCallback) Line 137	C#
 	System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncTaskMethodBuilder<System.Threading.Tasks.VoidTaskResult>.AsyncStateMachineBox<Xunit.v3.InProcessFrontController.<Find>d__11>.ExecutionContextCallback(object s)	Unknown
 	System.Private.CoreLib.dll!System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, object state)	Unknown
 	System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncTaskMethodBuilder<System.Threading.Tasks.VoidTaskResult>.AsyncStateMachineBox<Xunit.v3.InProcessFrontController.<Find>d__11>.MoveNext(System.Threading.Thread threadPoolThread)	Unknown
 	System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncTaskMethodBuilder<System.Threading.Tasks.VoidTaskResult>.AsyncStateMachineBox<Xunit.v3.InProcessFrontController.<Find>d__11>.MoveNext()	Unknown
 	System.Private.CoreLib.dll!System.Threading.Tasks.AwaitTaskContinuation.RunOrScheduleAction(System.Runtime.CompilerServices.IAsyncStateMachineBox box, bool allowInlining)	Unknown
 	System.Private.CoreLib.dll!System.Threading.Tasks.Task.RunContinuations(object continuationObject)	Unknown
 	System.Private.CoreLib.dll!System.Threading.Tasks.Task<System.__Canon>.TrySetResult(System.__Canon result)	Unknown
 	System.Private.CoreLib.dll!System.Threading.Tasks.TaskCompletionSource<object>.SetResult(object result)	Unknown
 	xunit.v3.core.dll!Xunit.v3.TestFrameworkDiscoverer<Xunit.v3.IXunitTestClass>.Find.AnonymousMethod__0(object _) Line 90	C#
 	System.Private.CoreLib.dll!System.Threading.QueueUserWorkItemCallback.Execute()	Unknown
 	System.Private.CoreLib.dll!System.Threading.ThreadPoolWorkQueue.Dispatch()	Unknown
 	System.Private.CoreLib.dll!System.Threading.PortableThreadPool.WorkerThread.WorkerThreadStart()	Unknown
 	[Async Call Stack]	
 	[Async] xunit.v3.runner.inproc.console.dll!Xunit.Runner.InProc.SystemConsole.ConsoleRunner.EntryPoint(System.IO.TextReader consoleReader, System.IO.TextWriter consoleWriter) Line 227	C#
 
  
            
             
         
     |