Jürg Staub
Jürg Staub
NUnit 3.10.1, simple test case shown below. The IsComplete is called twice. ``` [TestFixture()] class MyTests { private int c = 0; [Test] public void TestConstraint() { var constraint =...
### Describe the bug We are sporadically seeing the following exception when connecting > 1 pipeclient with pipeClient.ConnectAsync() `System.InvalidOperationException: Connection failed: Returned by server pipeName is null at H.Pipes.PipeClient`1.GetConnectionPipeName(CancellationToken cancellationToken)...