Forum member
jasonauk
3 posts
Posts by jasonauk
-
MCP server
The MCP HTTP host exits if a client disconnects while a tool call is still running, taking every session with it. McpHttpServer.HandleRequest catches the HttpListenerException from writeJsonResponse correctly, but the recovery path faults: the write threw at OutputStream.Write before reaching Clo…
26 Aug 2026 02:28 UTC
-
Underscores are not visible in the NCrunch log window
Changing the font does resolve this issue. I was using Courier New 8.25, I changed this to Consolas 8.25 and it now prints the underscores.
10 Dec 2014 11:35 UTC
-
No feedback when exception thrown in TestCaseSource attribute method
Hello, When yielding test cases from a method referenced by the TestCaseSource attribute, if the method throws an exception no feedback is given saying that all the tests fail. The test is simply not recognised as a test to run (no coverage) Is this expected behaviour? Thanks, Jason
18 Mar 2014 16:07 UTC