Forum member
Remco NCrunch Developer
7586 posts
Posts by Remco
-
Use at compile time to report coverage per cs file?
You'll want to [url=http://www.ncrunch.net/documentation/tools_console-tool]take a look at this handy tool[/url] :)
18 Jun 2016 03:22 UTC
-
Can't get a required file into _ncrunchreferences
[quote=CreepyGnome;8858]Well its not my code, but a private API written by another group in the company. The XML file is required to be in the same directory as the executing application and the DLL that requires it. This made me think that NCrunch is launching the unit tests from _ncrunchreferenc…
18 Jun 2016 03:20 UTC
-
F# Xamarin.iOS library project fails to build (Cecil exception)
Hi, thanks for sharing this issue. I'm sorry, but at the moment, Xamarin and .NET core are not yet supported by NCrunch. There are plans to implement support for .NET Core when this platform is eventually stabilised, and from there it will be possible to assess the feasibility of supporting Xa…
17 Jun 2016 23:45 UTC
-
Use at compile time to report coverage per cs file?
[quote=samJones;8852]ncrunch rocks![/quote] Thanks! :) [quote=samJones;8852] One of our goals is to set up the build system/CI system to have a list of units and required coverage level per unit. E.g. fileA.cs, 100 fileB.cs, 90 fileC.cs, 95 etc So as we get coverage addressed (usin…
17 Jun 2016 23:41 UTC
-
Can't get a required file into _ncrunchreferences
Hi, _ncrunchreferences is an artificial directory created by NCrunch for the sole purpose of housing static reference assemblies that are needed to build a user project. This directory isn't used for assemblies created from your projects or for storing copied resource files. Copied resources sh…
17 Jun 2016 23:35 UTC
-
Pricing
Hi Kieran, Thanks for our interest in NCrunch! I am sorry to hear that you find the price too high. Unfortunately, I do not have plans to lower it in the near future. However, I would urge you to consider the benefits of the product. When used correctly, it should provide value far in excess …
17 Jun 2016 11:51 UTC
-
How to get files referenced by cs included by ncrunch?
Hi, If I understand this problem correctly, it should be possible for us to fix this fairly easily. NCrunch builds shadow copies of your projects when it builds them, called 'workspaces'. These workspaces can be viewed by right-clicking a project in the Tests Window and choosing Advanced->Bro…
16 Jun 2016 22:58 UTC
-
NCrunch 2.23.0.2 continually prompts me to 'Save As' any open source files
Hi, If I were to guess, I would say that there is a process holding a lock on your source files. There is nothing in NCrunch that would do this directly, but because NCrunch runs your tests and builds, and leaves test/build processes around after execution has completed, it's possible that use…
16 Jun 2016 22:47 UTC
-
Binaries Not Built while trying to execute test case
Hi Anees, Just click the 'Submit bug report' option under the NCrunch VS menu.
16 Jun 2016 07:15 UTC
-
Binaries Not Built while trying to execute test case
Hi Anees, There is no built in limit on the maximum number of projects NCrunch can handle. It is regularly used with much more projects than 50. These are the possible things I can think of that may cause this to happen: 1. At least one of the projects has a 'Required capabilities' NCrunch p…
14 Jun 2016 23:15 UTC
-
Binaries Not Built while trying to execute test case
Hi Anees, Thanks for sharing this issue. Are there any warnings or build errors being shown by the engine? Would you be able to submit a bug report? The log file may be able to tell me if this is the result of an internal problem.
14 Jun 2016 11:50 UTC
-
NCrunch not running and not showing bulbs with Azure project
I'm sorry to hear that. Let me know if you want any help with troubleshooting the ReflectionTypeLoadException. I'd suggest trying [url=http://www.ncrunch.net/documentation/troubleshooting_compatibility-mode]compatibility mode[/url] for this to see if it indicates a setting that might help.
13 Jun 2016 23:33 UTC
-
NCrunch not running and not showing bulbs with Azure project
NCrunch changes the build system so that your solution is built in pieces - one project at a time. This involves considerable dependency management. NCrunch needs to be aware of every reference from a project at the time it loads this project, and it needs to be able to control how these depende…
10 Jun 2016 23:19 UTC
-
NCrunch. Make reference for all projects in workspace to a particular folder with nuget libraries.
Try including just the compiler executables using the additional files to include. Often Nuget packages contain a considerable amount of other material that just isn't needed for the building of projects.
09 Jun 2016 23:07 UTC
-
NCrunch. Make reference for all projects in workspace to a particular folder with nuget libraries.
Hi Vlad, Understood. Are your projects able to build without the Nuget directory being included in your additional files to include? NCrunch's auto detection of Nuget packages has been improved fairly recently. If you need this for a certain package, it may be enough to simply include only tha…
09 Jun 2016 22:57 UTC
-
NCrunch not running and not showing bulbs with Azure project
Hi, NCrunch finds projects in two ways: 1. By having the project reported as open by Visual Studio (usually means that it needs to be listed as inside your solution in the solution explorer) 2. By searching in the <ProjectReference> dependencies of each project that has been found This means…
09 Jun 2016 22:38 UTC
-
NCrunch. Make reference for all projects in workspace to a particular folder with nuget libraries.
Hi, Unfortunately not. This is because of the way that NCrunch needs to isolate project workspaces from each other. If there were a construction that were specific to a solution and not to a project, then this would result in shared files across workspaces which is something the engine is desig…
09 Jun 2016 22:30 UTC
-
NCrunch "Additional files to include" can't see all files in directory
Hi, Thanks for sharing this. This is very, very strange. The popup dialog used by NCrunch is the same standard OS file/directory selector used by almost every other application on the windows system (via System.Windows.Forms.OpenFileDialog). From my understanding, I believe it is integrated …
08 Jun 2016 23:15 UTC
-
Way to see configuration difference to standard configuration
Hi, The best way I can think of would be to create a new blank solution/project and change one of the true/false config settings to something else, then back again. You'll then have a set of config files containing only the default settings. You could then diff these against your other config f…
06 Jun 2016 23:31 UTC
-
Where should I put Microsoft.Web.Mvc.Build.dll ?
Hi, This looks like NCrunch is having difficulty automatically resolving this build task file (see [url=http://www.ncrunch.net/documentation/considerations-and-constraints_implicit-file-dependencies]http://www.ncrunch.net/documentation/considerations-and-constraints_implicit-file-dependencies[/ur…
06 Jun 2016 23:26 UTC