Forum member

arkiaconsulting

43 posts

Posts by arkiaconsulting

  1. 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 !

  2. Building precompiled C# Azure Function fails

    A workaroud: see here: https://forum.ncrunch.net/yaf_postst2767_Azure-Function---build-issue.aspx

  3. 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 &quot;$(TargetDir)bin\$(TargetName).*&quot; &quot…