Forum member
Remco NCrunch Developer
7586 posts
Posts by Remco
-
Mass-Integration Testing
[quote=jezzsantos;7859]Thanks Remco, Spent all day exploring this. Learned a lot about ncrunch. Sadly, had to abandon the whole idea of integration testing using nCrunch as it does not yet support 'Cloud' projects, which is our case must be built in order for the integration tests to be run at a…
18 Oct 2015 10:55 UTC
-
"New version available" banner overlaps Visual Studio
[quote=abelb;7856]Hi Remco, Thanks for your answer. I wasn't aware of that setting, thanks. Typically, it sits in the bottom right of my screen. But now it started sitting in the middle of my screen and that, I think, is a (small) bug. To repro, what I did was connect remotely through TeamViewer,…
16 Oct 2015 20:21 UTC
-
'Additional Files To Include' adding Byte-order mark? (NCrunch 1.48)
Sorry for the delay in getting back to you here. I have a fixed build for you if you're interested in giving it a try: [url=http://downloads.ncrunch.net/NCrunch_Console_2.17.0.13.msi]http://downloads.ncrunch.net/NCrunch_Console_2.17.0.13.msi[/url] [url=http://downloads.ncrunch.net/NCrunch_Conso…
16 Oct 2015 02:47 UTC
-
"New version available" banner overlaps Visual Studio
Hi, thanks for sharing this. This little dialog is only really intended to give you a quick nudge when a new version becomes available. If its getting annoying or you don't want to see it again, you can switch it off in NCrunch's global configuration using the 'Check for updates' setting.
15 Oct 2015 21:43 UTC
-
Command line wont run tests in parallel
Thanks for sharing this. It looks like this solution hasn't had its NuGet references restored prior to being run by NCrunch. Note that the NCrunch console tool won't do this for you right now, although this would make sense as a [url=https://ncrunch.uservoice.com]feature request[/url]. If you'r…
15 Oct 2015 21:39 UTC
-
Mass-Integration Testing
Hi, The situation you've described is one of the primary problem areas NCrunch's distributed processing is intended to address, so I think it would be very much worth your time investigating this to see if you can make it work for you. The NCrunch solution itself has a total test running time …
13 Oct 2015 23:35 UTC
-
Build failing on signing (NCrunch bug when the key is outside of the project source?)
Yes!!! Nice analysis!!! :) So it would seem that the compiler process has some kind of issue where it tries to reference old files. This would make perfect sense, as NCrunch constantly destroys and creates workspaces as it goes. Most likely the problem surfaces as soon as you make a structural …
13 Oct 2015 22:49 UTC
-
Command line wont run tests in parallel
Thanks. Is there any chance you could capture a log from the execution run? If I can take a look through it, I might be able to work out why the tool is behaving in this way. Try running: ncrunch.exe -LogVerbosity Detailed > logfile.txt You can then compress the logfile.txt and [url=https…
12 Oct 2015 09:46 UTC
-
'Additional Files To Include' adding Byte-order mark? (NCrunch 1.48)
Got it. Thanks! I'll get back to you soon.
09 Oct 2015 21:26 UTC
-
'Additional Files To Include' adding Byte-order mark? (NCrunch 1.48)
[quote=simmdan;7837]Repro solution sent via the contact form, but I can't tell for sure if it got through or not because when I click "submit request" it works for a few minutes and then displays a page that says: Sorry! The page you tried to access does not exist. Click here to return to the …
09 Oct 2015 21:18 UTC
-
Command line wont run tests in parallel
Hi, thanks for sharing this issue. How are you identifying that it will only run one test at a time? Is this done by analysing the log file? Is the tool being run on the same machine being used for development, or are you using it on a build server?
09 Oct 2015 20:48 UTC
-
Uninstall NCRUNCH 1.42.12 for VS2012
The NCrunch installer is basically just an xcopy into the VS extensions directory. This means that if you can find a way to remove NCrunch from the list of installed programs in Windows (I think most versions of Windows have this feature somewhere), you'll then have a complete uninstall.
09 Oct 2015 20:46 UTC
-
NuGet Restore Error !
Hi, thanks for posting. Try including your NuGet packages directory in the AdditionalFilesToInclude solution-level setting ... i.e. '..\packages\**.*' Avoid including the bin\Debug directory as this will cause NCrunch's build to trigger unnecessarily when you build your projects in VS. It may…
09 Oct 2015 20:45 UTC
-
Ncrunch is infinitely building. No tests are starting.
Sorry, I'm at a loss to explain what in your environment could be causing this. I'd suggest continuing to work with the engine hosted in the IDE. There are no plans to remove this feature and there can be some benefits to running the engine this way.
09 Oct 2015 09:23 UTC
-
'Additional Files To Include' adding Byte-order mark? (NCrunch 1.48)
[quote=simmdan;7829]I will work on getting you a repro/sample file. In the meantime, though, it would be great if there were either some external channel which could be used to tell ncrunch the encoding of the file or even if there was just a way to tell ncrunch to not try to pick up the current in…
08 Oct 2015 23:56 UTC
-
Engine mode "Run all tests automatically" running tests when saving Javascript files
[quote=Brett;7827]Thanks that works! in the future can this be built in, or at least computer wide? You've stated you don't plan on making NCrunch work with JavaScript tests, so perhaps it should be built-in to exclude *.js and *.ts and maybe even .html and .css[/quote] At the moment, NCrunch d…
08 Oct 2015 20:14 UTC
-
An item with the same key has already been added
Sorry. Here is attempt number 2. This is a blind pitch - so I really hope it works ... [url=http://downloads.ncrunch.net/NCrunch_Console_2.17.0.9.msi]http://downloads.ncrunch.net/NCrunch_Console_2.17.0.9.msi[/url] [url=http://downloads.ncrunch.net/NCrunch_Console_2.17.0.9.zip]http://downloads.…
08 Oct 2015 04:09 UTC
-
'Additional Files To Include' adding Byte-order mark? (NCrunch 1.48)
Hi Danny, The problem encountered here is that Visual Studio doesn't provide any data about the actual encoding of the file you're working with. This makes it impossible for NCrunch to know exactly how to write the file into the workspace after it's been opened in the VS editor. NCrunch does …
07 Oct 2015 22:35 UTC
-
Engine mode "Run all tests automatically" running tests when saving Javascript files
Hi, Adding '*.js' to your 'Files Excluded From Auto Build' project-level configuration setting should resolve this - [url=http://www.ncrunch.net/documentation/reference_project-configuration_files-excluded-from-auto-build]http://www.ncrunch.net/documentation/reference_project-configuration_files-…
07 Oct 2015 22:30 UTC
-
An item with the same key has already been added
Thanks for sharing the binaries with me. I've managed to reproduce and fix the issue. You're welcome to give the fix a try if you like: [url=http://downloads.ncrunch.net/NCrunch_Console_2.17.0.8.msi]http://downloads.ncrunch.net/NCrunch_Console_2.17.0.8.msi[/url] [url=http://downloads.ncrunch.n…
07 Oct 2015 10:09 UTC