Forum member
arkiaconsulting
43 posts
Posts by arkiaconsulting
-
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