Forum member
arkiaconsulting
34 posts
Posts by arkiaconsulting
-
Can no longer build after VS2022 17.14.0 Preview 3.0 update
Hi Remco, thanks for your quick reply. I just re-upgraded VS2022 to 17.14.0 Preview 3.0 and installed your NCrunch version above. I tested the example solution I uploaded above, and a more real life solution as well. I can confirm it now works normally. Side note: many thanks for your work …
22 Apr 2025 05:53 UTC
-
Can no longer build after VS2022 17.14.0 Preview 3.0 update
Hi Remco, just sent the sample solution using the contact form.
20 Apr 2025 14:10 UTC
-
Can no longer build after VS2022 17.14.0 Preview 3.0 update
Hi Remco, I downgraded VS in order to work. I'll send a sample solution on week-end.
18 Apr 2025 13:24 UTC
-
Can no longer build after VS2022 17.14.0 Preview 3.0 update
After upgrading VS2022 to the latest version (17.14.0 Preview 3), NCrunch is unable to build the project. It's failing at the very first project down the dependency tree, with the following: [quote] The type 'IMyType' in 'D:\NCrunchWorkspace\48952\5\shared\Domain\Commands\IMyType.cs' conflicts w…
17 Apr 2025 07:20 UTC
-
Cannot build Azure Function having reference to Microsoft.Azure.Functions.Worker.Sdk 1.17.3
Thanks @Remco. I just tested with the 5.10.0.1 with success. As I side note, I also tested this NCrunch version with the version 1.17.0 of the Microsoft.Azure.Functions.Worker.Sdk package, and I got the following build error: [quote] ..\..\..\..\program files\microsoft visual studio\2022\p…
27 Jul 2024 17:09 UTC
-
Cannot build Azure Function having reference to Microsoft.Azure.Functions.Worker.Sdk 1.17.3
@Remco. Thanks ! done
25 Jul 2024 06:38 UTC
-
Cannot build Azure Function having reference to Microsoft.Azure.Functions.Worker.Sdk 1.17.3
Ncrunch is unable to build an Azure Function (net 8 isolated) when it references Microsoft.Azure.Functions.Worker.Sdk with version 1.17.3 or 1.17.4. Here is the error: [quote] C:\Program Files\dotnet\sdk\8.0.400-preview.0.24324.5\Sdks\Microsoft.NET.Sdk\targets\Microsoft.PackageDependencyResolution…
24 Jul 2024 12:25 UTC
-
Stuck at "ncrunch engine is initialising"
Even better workaround: you may disable the preview feature: [quote]Use the project cache to speed solution load[/quote]. That way, the file [quote]***.metadata.v2[/quote] under the folder [quote].vs/ProjectEvaluation[/quote] (which is actually the reason why nCrunch is unable to load) doesn't ge…
01 May 2022 09:36 UTC
-
Stuck at "ncrunch engine is initialising"
Looks like there is a workaround: - Close VS - Remove the `.vs` hidden solution folder - re-launch VS And nCrunch is back (tested on 17.2.0 Preview 2.0)
22 Mar 2022 13:33 UTC
-
Stuck at "ncrunch engine is initialising"
[quote=arkiaconsulting;16033]Now working in 17.2.0 Preview 2.0[/quote] Actually, it's been working for one day only... :-(
22 Mar 2022 13:23 UTC
-
Stuck at "ncrunch engine is initialising"
Now working in 17.2.0 Preview 2.0
18 Mar 2022 13:34 UTC
-
Problems with Visual Studio 2022
Thanks Remco, I confirm that this is resolved in 4.11.0.2. PS: It's always a pleasure to pay for an NCrunch license !
03 Nov 2021 09:09 UTC
-
Building precompiled C# Azure Function fails
A workaroud: see here: https://forum.ncrunch.net/yaf_postst2767_Azure-Function---build-issue.aspx
01 Dec 2019 20:25 UTC
-
Azure Function : build issue
I succeeded in having a Function App build within NCrunch by adding the following to the Function csproj: <Target Name="NCrunchBuild" AfterTargets="_GenerateFunctionsPostBuild" Condition=" '$(Configuration)' == 'Debug' "> <Exec Command="xcopy /y "$(TargetDir)bin\$(TargetName).*" "…
30 Nov 2019 16:41 UTC