Forum member

dlaughland

2 posts

Posts by dlaughland

  1. Azure Functions project causes a Console to be open every time NCrunch builds

    Good news! The folks at Microsoft just published v1.0.10 of the Microsoft.Net.SDK.Functions package to NuGet, which contains a fix for this issue.

  2. Azure Functions project causes a Console to be open every time NCrunch builds

    I'm having this issue too. The window is being created in the SDK at [url=https://github.com/Azure/azure-functions-vs-build-sdk/blob/077cdbc286f2adea236dbb8df9e3689234a99969/src/Microsoft.NET.Sdk.Functions.MSBuild/Tasks/GenerateFunctions.cs#L61]this point[/url], but there isn't a great point to over…