Forum member
springjazzy
46 posts
Posts by springjazzy
-
Way to get executable compiled project? And some more questions...
I can sent you solution-example if you give me your e-mail. Anyway that problem encounters only in NCrunch test window.NCrunch Processing Queue and popup msg appearing when clicking red cross in code both are showing correct symbols. Only test window show incorrect symbols. Also that problem a…
08 Jun 2012 04:52 UTC
-
Way to get executable compiled project? And some more questions...
Thanks! It seems to work, though there is still some problem in outputting failed test results. All non-latin symbols turned into a mess - maybe some encoding problem in textarea displaying test results? If I copy/paste text into notepad i see nice readable russian text. Also hyperlink on error l…
07 Jun 2012 12:00 UTC
-
Way to get executable compiled project? And some more questions...
Thanks! Made it ) I see another problem with failing tests. If test fails: 1. I see absolutely no coverage details, though test fails on last line of test 2. I see some "abracadabra" message rather than meaningful Assert.AreEqual failed exception. If test succeeds - all is ok. I'll tran…
07 Jun 2012 09:54 UTC
-
Way to get executable compiled project? And some more questions...
Hi! I've noticed some problem with configurations in projects. For example we have: <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> ... <PlatformTarget>x86</PlatformTarget> ... </PropertyGroup> VS2010 creates folders like [b]obj\x86\Debug[/b], whil…
07 Jun 2012 04:58 UTC
-
Way to get executable compiled project? And some more questions...
Thanks for quick and informative reply! Considering problem #1, I removed instrumentation and set "Copy referenced assemblies to workspace". Now I see most of my dll's in workspace, but .exe still doesn't work. And the problem is that it is compiled as x64 application. How can I force NCrunch to …
06 Jun 2012 10:54 UTC
-
Way to get executable compiled project? And some more questions...
Hi! First of all - Thanks for NCrunch! I found that project while googling on increasing build performance. Thing is - we have a big solution with multiple projects, so building it takes time. We are using VS2010 and it is definitely not a building workspace. Also shadow accessors make build perform…
06 Jun 2012 05:54 UTC