Forum member

hhoangnl

6 posts

Posts by hhoangnl

  1. macOS and IpcConnectionClosedException

    I managed to get nCrunch working by setting the nCrunch configuration of the unit test project to [b]x86[/b]. Both the [b]Autodetect [/b]and [b]x64 [/b] values were causing the IpcConnectionClosedException. Hope this helps others too.

  2. macOS and IpcConnectionClosedException

    It does work with .NET Framework projects, though. Just not with .NET 6 and 7.

  3. macOS and IpcConnectionClosedException

    Ah, I'm running Visual Studio Community 2022 (ARM 64-bit). The nCrunch processes are running on x64 architecture, though (according to the Task Manager).

  4. macOS and IpcConnectionClosedException

    I tried running nCrunch 4.15.0.4 on the following setup: - Macbook M1 Max - macOS - Parallels - Windows 11 VM - Visual Studio 2022 Community I get the following error even with the simplest code possible: [quote] An error occurred while analysing this project after it was built: NCrunch en…

  5. ASP.Net Core 3 ContentRoot?

    [quote=Remco;14320][quote=hhoangnl;14317]I have a similar issue. Upgrading a project from 2.2 to 3.1 causes all TestServer related unit tests to fail. However, they succeed in ReSharper's unit test tool.[/quote] Hi, thanks for sharing this problem. I'm having some difficulty reproducing it. Ar…

  6. ASP.Net Core 3 ContentRoot?

    I have a similar issue. Upgrading a project from 2.2 to 3.1 causes all TestServer related unit tests to fail. However, they succeed in ReSharper's unit test tool. Error 1: [quote]System.InvalidOperationException: The view 'Y' was not found. The following locations were searched: /Views/X/Y.csh…