core icon indicating copy to clipboard operation
core copied to clipboard

Getting UnauthorizedAccessException on NamedPipeClientStream.TryConnect when using booster

Open Jand42 opened this issue 5 months ago • 0 comments

Reproduce:

  • Run ./build CI-Release
  • Modify and build a project from VS

Seems like the WS-Stop target is somehow to blame, aggressively killing pipe will mess with its discoverability later. Still not clear on the details. But here is a working plan to reduce headaches:

  • run the WS-Stop build step only for core (also, modify to kill the booster that's running from under current directory only)
  • fall back to Standalone build for any unexpected failure
  • for core only, testing if restarting the booster one more time automatically at the end of the FAKE build process resolve development annoyances on core itself

Jand42 avatar Jun 24 '25 13:06 Jand42