Forum member

nkcraddock

4 posts

Posts by nkcraddock

  1. Last build successful, rebuilding (forever)

    I did some more hunting with procmon and noticed this event over and over as well: 10:20:02.9745792 AM nCrunch.BuildHost.x86.exe 6972 IRP_MJ_CREATE \\ourdomain.net\users\Users-N\NCraddock Desired Access: Generic Read, Disposition: Open, Options: Synchronous IO Non-Alert, Non-Directory File, Attri…

  2. Last build successful, rebuilding (forever)

    So I watched in procmon and each build did do a SetBasicInformationFile on the nuget packages.config file with: CreationTime: 0 LastAccessTime: 0 LastWriteTime: 0 ChangeTime: 0 FileAttributes: N Do you think this would trigger NCrunch to build? I can't seem to get it to stop doing that. I …

  3. Last build successful, rebuilding (forever)

    Thanks! This is what I suspected. I inherited this project recently and have looked through all the project configuration and can't find anything that looks like it would be triggering this, but I appreciate your confirmation that this is the likely culprit. I'll push forth.

  4. Last build successful, rebuilding (forever)

    I set up NCrunch on my project and it queued up all my projects to build and it's stuck on the first one. It just rebuilds it over and over without ever moving on. There are no errors displayed. The project is my domain entities project and only depends on Iesi.Collections and a couple of Fram…