Forum member

johnhamm

4 posts

Posts by johnhamm

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

  2. 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)…

  3. 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]…

  4. 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?