Paciv

Results 3 issues of Paciv

With a class like this in the assembly (no namespace): `[SetUpFixture]class AssemblyInitialize { }` running the command: `dotnet test TestAssembly.dll -- NUnit.Where='test=AssemblyInitialize'` Run all the tests in the assembly, instead...

confirm

When the timeout is shorter than the time TcpClient.ConnectAsync takes to throw The task.Wait returns before the end of the task, then dispose the Tcpclient before the end of its...