Forum member
Remco NCrunch Developer
7586 posts
Posts by Remco
-
Build fails for typescript files
Absolutely. By default, NCrunch already runs the build with full diagnostic output as long as you have the 'Log Verbosity' global configuration setting set to 'Detailed'. If you turn on the 'Log to output window' configuration setting, this output will be placed in the VS output window. You can…
24 Feb 2014 10:50 UTC
-
Distributed tests
Hi, thanks for sharing this issue! NCrunch doesn't have any known limit in terms of the number of files, although more files do place additional load on the build process. If you leave the node alone for a long time (i.e. overnight), does it eventually build the project? Does this project m…
22 Feb 2014 00:29 UTC
-
NCrunch for JavaScript?
Hi Uriah - Sorry. The parsing and execution of JavaScript is not currently supported by NCrunch. As far as I know, the only way to make NCrunch run JavaScript tests is by introducing a .NET wrapper that can call into a JavaScript command line executable.
21 Feb 2014 23:25 UTC
-
Performance issue with *very* long test arguments
Hi John - Thanks for sharing this issue. The change would be due to the new Tree Grid control used to render test names in the Tests Window. The long name must have given it a bit of extra work to handle! I'll see if there's a way to improve the handling of this. Thanks again for bringing it …
20 Feb 2014 10:59 UTC
-
Build fails for typescript files
Thanks. I'm at a bit of a loss in trying to understand why this is failing inside the NCrunch process. I've checked the process for culture overrides and found nothing. I think the best course of action would be to wait and see what the TypeScript team can recommend before trying to progress furt…
20 Feb 2014 08:25 UTC
-
NCrunch 2.1 Fails To Build - ASPRUNTIME error
Right - I think this all makes sense now! The Ninject.Extensions.Conventions assembly must be referenced by a dependency of the web project. It's then being loaded dynamically by the web project.. so it's basically an implicit reference. It may be enough to simply add a reference from the web…
19 Feb 2014 23:17 UTC
-
Build fails for typescript files
Hi, thanks for sharing this issue. An important thing to check here would be whether or not the issue is related to the way your application is arranged inside the NCrunch workspace, or whether it is tied to the NCrunch build environment. There's a fairly simple way we can do this. Try follow…
19 Feb 2014 23:07 UTC
-
Feedback for distributed tests
That's great, thanks for the feedback! I've seen the 'Transferring files to node' get stuck before too. It's a very rare issue ... used to be much more frequent, so I think there are potentially several things that can cause this. Hopefully sometime soon it will occur in a way that allows me to…
19 Feb 2014 23:02 UTC
-
The system cannot find the file specified
You're welcome :) Thanks for all your help.
19 Feb 2014 22:55 UTC
-
White color for passing tests?
Hi Lasse - V2 introduced a new colour auto-correction feature which was intended to make it easier to manage marker colours while switching colour schemes in the IDE. Not all people seem to find this helpful, so a new configuration feature will be added to control this in the next minor releas…
19 Feb 2014 07:11 UTC
-
The system cannot find the file specified
Thanks for the analysis! I've managed to reproduce and resolve the issue. A new build is available if you'd like to try it: [url=http://downloads.ncrunch.net/NCrunch_GridNodeServer_2.5.0.7.msi]http://downloads.ncrunch.net/NCrunch_GridNodeServer_2.5.0.7.msi[/url] [url=http://downloads.ncrunch.n…
19 Feb 2014 06:16 UTC
-
Project References lost in Ncrunch Generated Project File
I think you did manage to highlight a serious usability issue though :) This is not the first time a support request has been raised because of the 'Ignore this project completely' flag. It tends to create obscure build errors. I've also noticed that the configuration window wasn't showing the …
19 Feb 2014 02:07 UTC
-
Project References lost in Ncrunch Generated Project File
Thanks for the code sample! I had a good look at this one ... tore it to pieces, couldn't figure out why it wasn't working even though it was almost identical to several test cases I have for the same situation. Then I noticed that the second 'Core' project has the 'Ignore this project complet…
19 Feb 2014 00:11 UTC
-
Just installed 1.48 and got a "Unable to find assembly Gallio"
Hi Markus - Make sure that the files you've installed don't have any security restrictions that would prevent Visual Studio from reading them. The 'devenv.exe /setup' call is used by all packages to load themselves into Visual Studio. If this call doesn't work, it's possible that there is ano…
18 Feb 2014 23:01 UTC
-
Just installed 1.48 and got a "Unable to find assembly Gallio"
Hi, thanks for sharing this issue. Can you try uninstalling the product and reinstalling it manually? This is usually a symptom of a corrupt installation. You can download the ZIP from [url=http://www.ncrunch.net/download]here[/url] and the manual installation instructions are [url=http://www.n…
18 Feb 2014 10:53 UTC
-
The system cannot find the file specified
The copying of content files takes into account the project dependency tree, which means that if your main project depends on any other projects that contain content files, then these contents files will also be copied. Does your main project depend on any other projects in your solution? Perhaps …
18 Feb 2014 03:15 UTC
-
The system cannot find the file specified
One thought just occurred to me that might help in narrowing this down quickly. The 2.5.0.3 change involved just the copying of content files. These are files marked with the <Content> tag inside the project XML files. I'm not sure how many projects you have in the space of your application, bu…
17 Feb 2014 23:05 UTC
-
The system cannot find the file specified
I can only wish it was that simple :( Windows' handling of Store Apps is essentially a black box. The only way to initialise them from user code is through a little known and poorly documented API that spawns the process outside the usual Win32 methods, with very stringent security constraints and …
17 Feb 2014 23:01 UTC
-
The system cannot find the file specified
Ok - that confirms that the COR_PROFILER issue is benign. Good that you've cleaned it up, but I guess it hasn't solved the app container issue, so something else is amiss. The change in the 2.5.0.3 build basically just copies content files from the projects being referenced by your test project.…
17 Feb 2014 07:37 UTC
-
The system cannot find the file specified
It's difficult to rule out what other software may change on your machine, but I'm fairly certain that Jetbrains' products don't make use of NCover under the hood. NCrunch also doesn't touch it. I'd remove this environment variable as it's likely to create problems on your system. The COR_PROFILE…
16 Feb 2014 22:31 UTC