Forum member

mweller

6 posts

Posts by mweller

  1. xunit.v3.mtp-v2 update to v4.0.0 makes all tests to fail

    Afternoon, Confirming this on my side, with some extra detail that might save you some digging. Environment - NCrunch 5.20.0.2 (nCrunch.Module.XUnit3.dll, file version 5.20.0.2), VS 2026 Enterprise, Windows 11 - Test project targets net10.0 - xunit.v3 4.0.0, xunit.runner.visualstudio 4.0.0,…

  2. SDK-Style SQL Project Support Query

    [quote=Remco;18302]Hi, thanks for posting. Currently we have no specific support for this project type. However, it might still be possible to get it working. The project type seems to have its own build item type 'PreDeploy'. NCrunch won't recognise this on its own, but you can probably wor…

  3. SDK-Style SQL Project Support Query

    Good morning, Please could you advise whether NCrunch supports building the SQL Project files when using the SDK-style project definitions (the tooling is currently in preview). Our initial attempts seem to generate the following error: Scripts\Script.PreDeployment.sql (0, 0): A fatal parse…

  4. NCrunch Build Failure - Azure function c# Net5.0

    Thanks for the update. Testing using the VS2019_4.10.0.4 msi installer seems to have resolved the issue.

  5. NCrunch Build Failure - Azure function c# Net5.0

    In case it helps, the template we used as a Trigger function one. I have the following dotnet packages installed: .NET SDKs installed: 2.1.202 [C:\Program Files\dotnet\sdk] 2.1.524 [C:\Program Files\dotnet\sdk] 2.2.101 [C:\Program Files\dotnet\sdk] 2.2.402 [C:\Program Files\dotnet\…

  6. NCrunch Build Failure - Azure function c# Net5.0

    Good afternoon, Please could you advise how we can get NCrunch 4.9.0.8 to successfully build a C# Azure function project implemented in .NET 5.0 using Visual Studio 2019? We receive the following error: NCrunch: If you are experiencing problems in getting this project to build, have a look …