Forum member

jasonauk

3 posts

Posts by jasonauk

  1. 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…

  2. 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.

  3. 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