Forum member

arkiaconsulting

43 posts

Posts by arkiaconsulting

  1. MCP Server - WaitForEngineWorkCompleted times out

    About [b]GetTestsCoveringLine[/b], my agent cannot use it correctly. Here is what it says: [quote] **Root cause: an nCrunch MCP tool-contract defect, not a test coverage issue.** - `GetFileDetails` confirms that `RollbackBackups.razor.cs:280` is covered by one test. - `GetTestsCoveringLine` …

  2. MCP Server - WaitForEngineWorkCompleted times out

    Thanks for always kind support !

  3. MCP Server - WaitForEngineWorkCompleted times out

    For instance, it fails on the following test method: [code] [Fact(DisplayName = "GetRollbackOperations returns persisted rollback operations indexed by instance")] public async Task Test03() ... [/code]

  4. MCP Server - WaitForEngineWorkCompleted times out

    I observed 2 pitfalls in the way the agent is using RunTests. [b]RunTests[/b] To run a test, it first tries by method name [code]"fullNameRegex": "^My\\.Project\\.Namespace\\.TestClass\\.<test_method_name>$"[/code] but it get an error saying that no test were found. So it's forced to run GetTe…

  5. MCP Server - WaitForEngineWorkCompleted times out

    Thanks Remco, looks better. My agents says the bug is fixed ^^ Do we agree that the following response is expected, for instance when child projects do not build ? [code] {"CurrentState":"Idle","SolutionFilePath":"<redacted>","LoadedProjectCount":54,"BuildFailureCount":1,"ProcessedTaskCount"…

  6. MCP Server - WaitForEngineWorkCompleted times out

    Install in progress

  7. MCP Server - WaitForEngineWorkCompleted times out

    Hi @Remco, Question: how is it possible that this tool `WaitForEngineWorkCompleted` reports being Idle whereas some tasks are still processing/unprocessed ? [code] {"CurrentState":"Idle","SolutionFilePath":"<redacted>","LoadedProjectCount":54,"BuildFailureCount":0,"ProcessedTaskCount":46,"Tas…

  8. MCP Server - WaitForEngineWorkCompleted times out

    I think that I found the reason. When working with the console MCP, when the agent starts a new session, all the tests are launched which in my case is a long running task as I also have integration tests. So I changed the console tool configuration file adding the flag [quote]<TestsToExecuteAut…

  9. MCP Server - WaitForEngineWorkCompleted times out

    Hi, whatever the engine is busy or not, the AI agent call to `WaitForEngineWorkCompleted` times out. This happens either from within VS 2026 IDE integration, either from the console tool. [quote] System.Exception: An exception was thrown in the remote environment: System.Reflection.TargetI…

  10. MCP server

    Hi @Remco, thank you for this amazing work on the MCP server. Question: once the MCP server is running on http, how can a client use the secret/password to authenticate ?

  11. MCP server

    That would be a MASSIVE +1 !! Running tests the standard way is so slow. An agent that could benefit from NCrunch would greatly increase my productivity. @Remco: need to expose some APIs for MCP to consume ?

  12. NCrunch 5.15.0.4 crashes my VS 17.14.7 again and again and again...

    It looks like that the issue is solved. No more weird NCrunch window sizes, and the the trace output never disappeared. Thanks @Remco !

  13. NCrunch 5.15.0.4 crashes my VS 17.14.7 again and again and again...

    Thanks @Remco. I just installed this version and I'll test it during the next few days.

  14. NCrunch 5.15.0.4 crashes my VS 17.14.7 again and again and again...

    The laptop screen is 150% zoom. The 49" wide screen is 100%. I only use VS on the large screen (5120x1440) Changing the optimization setting doesn't change anything. I just noticed an interesting fact: by setting the pixel scale to 75% on the wide screen, I don't have any weird NCrunch compone…

  15. NCrunch 5.15.0.4 crashes my VS 17.14.7 again and again and again...

    The font is the default one "Courrier New, 8.25pt, 0" PS: I also noticed that sometimes, the trace output scroll bar takes about 90% of the width of the trace output pane

  16. NCrunch 5.15.0.4 crashes my VS 17.14.7 again and again and again...

    You're probably right. And I must mention that I'm not using VS onto the main laptop display, but on a separate wide screen.

  17. NCrunch 5.15.0.4 crashes my VS 17.14.7 again and again and again...

    Actually, the trace output content disappears as soon as I resize vertically the bottom pane of the ncrunch window. Side note: when I open VS, the bottom pane is not even visible. In order to make it appear, I must change the horizontal size of the ncrunch window. Worth mentioning that my ncru…

  18. NCrunch 5.15.0.4 crashes my VS 17.14.7 again and again and again...

    No freeze until this morning. But we lost the trace output. Relaunching VS make it appear again, but it becomes quickly empty.

  19. NCrunch 5.15.0.4 crashes my VS 17.14.7 again and again and again...

    Installed. I'll use it for 2 days and let you know.

  20. NCrunch 5.15.0.4 crashes my VS 17.14.7 again and again and again...

    I'll retry. I should attach the other VS instance to devenv.exe, right ?