Daily Usage Issues

New console window opens on every save operation in VS

Started by stanac on 2,210 views

I'm not sure if this is the right place for this type of issue.

I have upgraded today to NCrunch_VS2019_4.8.0.3, whenever I change some code in VS and save, new console window opens for a second, window has dotnet.exe path in title.

After disabling ncrunch this is not happening on save.
Hi thanks for reporting this.

Can you give some more insight into your project structure? Do you perhaps have a Azure Functions project?
Hi, thank you for quick response.

Yes I was working on code related to an azure function.

Here is function project info, if it helps.

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<AzureFunctionsVersion>v3</AzureFunctionsVersion>
</PropertyGroup>

Function is using two other projects, both are netstandard2.0

We've added initial support for AzureFunctions only very recently. I just checked with our test project, this doesn't trigger a window being shown.

Is there a way for you to reproduce this in a sample project?

In the mean time if none of your test projects depend on the Functions project you could disable the project: https://www.ncrunch.net/documentation/reference_project-configuration_ignore-this-component-completely
I will disable the project, thank you.

I am not sure how to make reproducible code, if I mange to, I will post it on github.

Post a reply

Log in to reply.