Forum member

RichardHauer

8 posts

Posts by RichardHauer

  1. Odd errors when using Net10 Preview 2 SDK

    The framework updates are always in November to coincide with .NetConf @Remco appreciate that you wouldn't have support for the Preview environment, all good. I was wondering, though, since I had set the SDK parameter to select the Net10 SDK in configuration, what else might be needed. In user-…

  2. Odd errors when using Net10 Preview 2 SDK

    Before I even start, I'm on version 5.11.0.1 - this might well be the issue. I'm working with libraries that are compiling to net10.0 preview 2. I have updated the SDK in nCrunch config for my solution to [b]10.0.100-preview.2.25164.34[/b] The projects seem to build OK, but when the tests start…

  3. Windows blocking is getting worse!

    Not only did Windows block the download, then it blocked the MSI from running at all, and even after manually installing it Windows is now blocking the [b]nCrunch.EngineHost48.x64.exe[/b] file when VS2022 starts up. I suppose this now makes it completely impossible to use? I will talk to corpora…

  4. NCrunch installation on VS2022 not picked up by VS2022 Preview

    Have been using VS2022 Preview without issue for a while. Updated this morning to 17.10.0 P4 which comes with a new Extensions management system. The little "N" in the bottom corner is not showing any more, nor is the window available from the Test menu. I went through the manual instructions (…

  5. Build fails with project reference outside solution root

    [quote=Remco;16573]Hi, thanks for sharing this issue. NCrunch itself actually doesn't care about the solution root. It's possible to have projects specified well outside the solution directory and the tool should be able to find them - but it's important that these project reference each other u…

  6. Build fails with project reference outside solution root

    Anecdotally - I created some "direction junction symlinks" to relocate the distant projects into a subfolder of the main solution, restarted VS and the nCrunch stack fully builds and runs now. So I guess if you found this, I created a folder inside the solution root called "_imports" but that's n…

  7. Build fails with project reference outside solution root

    I have a large number of repos that are normally built as nuGet packages, but from time-to-time it's practical to just attach projects together in a solution. This solution will contain ProjectReference includes that are outside the solution root (since they are from different repos). In VS this …

  8. Projects stuck in "Build Assembly - Pending" phase

    I have a fairly complex solution with about 60 projects in it. 2 of these - Azure Functions Projects - are stuck in a Pending state on the Build Assembly task. There's no output in the Trace Output window and I turned the build output logging to Diagnostic. I've restarted everything and delet…