Forum member
johnhamm
4 posts
Posts by johnhamm
-
Building asp.net core assembly taking 3 minutes in Ncrunch
[size=6]That worked - thank you! I had to add it to both of the targets. This was the final modification needed to the CSPROJ for Microsoft's asp.net core angular template: [/size] [list][*]<Target Name="DebugEnsureNodeEnv" BeforeTargets="Build" Condition="[h]'$(NCrunch)' != '1' And[/h] '$(Con…
10 May 2020 17:17 UTC
-
Building asp.net core assembly taking 3 minutes in Ncrunch
Ah - I am using Microsoft's "Angular" template. Although there's nothing explicitly defined in the CSPROJ's build events, the CSPROJ itself contains this markup: [code=xml]... <SpaRoot>ClientApp\</SpaRoot> ... <Target Name="DebugEnsureNodeEnv" BeforeTargets="Build" Condition=" '$(Configuration)…
10 May 2020 02:57 UTC
-
Building asp.net core assembly taking 3 minutes in Ncrunch
I purchased the 4.3.0.13 version of NCrunch and it's working great except for an odd processing time for one of my assembles (my asp.net core library). It takes 2 minutes 49 seconds every time I make a change to one of my tests before I get the results back. Below is the processing queue: [img]…
09 May 2020 13:02 UTC
-
Retain collapsed nodes of tree in Tests window
I have some branches of the Tests window collapsed (since they are ignored tests). However, it seems that NCrunch keeps autoexpanding the entire tree. Is there a way to change this behavior to where it keeps the collapsed nodes collapsed?
17 Apr 2020 18:36 UTC