Forum member
hhoangnl
6 posts
Posts by hhoangnl
-
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.
27 Jan 2023 15:51 UTC
-
macOS and IpcConnectionClosedException
It does work with .NET Framework projects, though. Just not with .NET 6 and 7.
25 Jan 2023 21:18 UTC
-
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).
25 Jan 2023 10:08 UTC
-
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…
24 Jan 2023 13:03 UTC
-
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…
06 Feb 2020 09:48 UTC
-
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…
07 Jan 2020 10:47 UTC