Forum member
larsendaniel
14 posts
Posts by larsendaniel
-
Build failing on signing (NCrunch bug when the key is outside of the project source?)
Thanks Remco! We'll give that property a whirl. Definitely looking forward to 2.17 being released for VS2015 as well. Keep up the amazing work! :)
13 Oct 2015 23:02 UTC
-
Build failing on signing (NCrunch bug when the key is outside of the project source?)
@Remco I finally made a breakthrough on this! While in this error situation, I ran Process Monitor (ProcMon), and then touched a file so that the project tried to rebuild and then immediately failed. While digging through the ProcMon logs, I noticed an error that was only occurring anytime I hi…
13 Oct 2015 18:55 UTC
-
Build failing on signing (NCrunch bug when the key is outside of the project source?)
Yeah, today I was hitting this again and so tried disabling my anti-virus realtime scanner, but it didn't fix the problem. I've also made sure I've included the NCrunch workspace folder in my "ignore" list for the virus scanner. Also, I tried using Process Explorer to see if anything had a handl…
06 Oct 2015 22:19 UTC
-
Build failing on signing (NCrunch bug when the key is outside of the project source?)
Just as a quick update. I'm essentially giving up on this problem for now. The temporary workaround when it fails, is to wait for 15 minutes and then have NCrunch reload the project and try again. Works almost everytime. Very strange indeed.
01 Oct 2015 17:07 UTC
-
Build failing on signing (NCrunch bug when the key is outside of the project source?)
Ah, I suppose that is possible.
29 Sep 2015 21:48 UTC
-
Build failing on signing (NCrunch bug when the key is outside of the project source?)
I think the signing error is a red herring. I did notice today that the DLL in the $(OUT) directory was 0 bytes when NCrunch was hitting the error, which seems to indicate that the issue occurred before signing even started. And then when it succeeded (waited 15 minutes and retriggered NCrunch to …
29 Sep 2015 21:40 UTC
-
Build failing on signing (NCrunch bug when the key is outside of the project source?)
Oh, and yes, I've also tried adding the SNK to the solution and project directly. and moved the location of the SNK to the Src directory. Same result though.
28 Sep 2015 23:38 UTC
-
Build failing on signing (NCrunch bug when the key is outside of the project source?)
More like a magnet as you have described it. And I've tried moving it to a relative path, but still hitting the issue. As for disabling signing, I'm open to this option as a workaround if we can get it to work. I need to apply the option to most of my projects, since many of them are signed b…
28 Sep 2015 23:25 UTC
-
Build failing on signing (NCrunch bug when the key is outside of the project source?)
OK, I take that back. After waiting about 15 minutes and hitting "Reload and Rebuild selected component" suddenly made it succeed. There was definitely no change in anything else since I was out of my office and nothing was running. So yeah......hard to figure out what is wrong. Seems to point t…
28 Sep 2015 20:58 UTC
-
Build failing on signing (NCrunch bug when the key is outside of the project source?)
Thanks for the reply, Remco. I tried the steps that you suggested, but running msbuild on the generated NCrunch project within the workspace succeeds just fine. However it is still failing within NCrunch in VS. I've also been able to verify that sometimes it succeeds and sometimes it fails wi…
28 Sep 2015 20:18 UTC
-
Build failing on signing (NCrunch bug when the key is outside of the project source?)
Hmm, I've tried moving the snk into the source directory, and having a relative path to it, but still hitting this issue. Can not figure out what in the world is going on.
25 Sep 2015 23:51 UTC
-
Build failing on signing (NCrunch bug when the key is outside of the project source?)
The weird thing, is that even with this setup, sometimes it DOES work. So it might not have anything to do with the actual location of the SNK. :(
25 Sep 2015 23:36 UTC
-
Build failing on signing (NCrunch bug when the key is outside of the project source?)
My team has been running into this issue quite a bit lately, and it is blocking a lot of them from getting their Unit Tests running reliably. I'm not sure if it is caused by our recent upgrade to VS2015 or the latest version of NCrunch or what. The error we see is something like this: [quote]CS…
25 Sep 2015 23:23 UTC
-
tests failing with v2.14 (Debug.Write throws)
We have some tests that started failing when I upgraded to v2.14 this week. It looks passing a null object to Debug.Write now throws a NullReferenceException whereas it didn't before (confirmed with v2.13). I'm not sure if this is expected or not. Is it a bug with v2.14 or is Debug.Write expe…
07 Apr 2015 18:04 UTC