Forum member
Remco NCrunch Developer
7586 posts
Posts by Remco
-
View tests ordered by their test execution duration?
[quote=GreenMoose;9128]I believe I just found the answer, in "Test structure" combo select the "Test" option and then sort on the "Last execution time" column :)[/quote] This is exactly the intention. I doubt anyone would use the test only tree structure for anything else :) Another option is…
22 Aug 2016 12:57 UTC
-
Any plans to support .NET Core / ASP.Net 5 / UWP?
Hi Tim, My understanding is that the UWP platform is quite similar in structure to the original Windows Store platform. Certainly, it is the spiritual successor. The platform itself is tightly locked down at the O/S/Win32 level, which makes certain activities difficult or even impossible at r…
21 Aug 2016 12:56 UTC
-
Any plans to support .NET Core / ASP.Net 5 / UWP?
Hi Tim, Please see here for the latest information on .NET Core/DNX support - [url=https://ncrunch.uservoice.com/forums/245203-feature-requests/suggestions/8065623-support-dnx-projects]https://ncrunch.uservoice.com/forums/245203-feature-requests/suggestions/8065623-support-dnx-projects[/url]. …
21 Aug 2016 00:25 UTC
-
slow typing in VS2015
[quote=cottsak;9120]I think I'm having this too. I'm using VS15 update 3 and just installed NCrunch 2.26.0.1 My theory is that it's not VBCSCompiler.exe. When I am fast enough to switch to Task Manager, I see devenv.exe as the primary cause of the CPU usage. I've tried changing the CPU core assign…
19 Aug 2016 09:51 UTC
-
nCrunch.Core.Grid.Connectivity error
Hi Sheryl, Although the stack trace implies much complexity, this is actually a generic connection error. Because NCrunch compresses and encrypts the data in transit, a sudden loss in connection can cause the transferred data to lose its integrity. This in turn causes unexpected behaviour in …
18 Aug 2016 21:58 UTC
-
Cannot enable ncrunch with VS2015 on a valid license
Hi Chris, With several updates to both VS and the .NET framework since v2.19 was released, VS2015 support is a constant moving target. It isn't possible for me to warrant that an older release of NCrunch will be forwards compatible with all environments. If you'd like to put the issue through…
18 Aug 2016 21:52 UTC
-
Disable NCrunch
Hi Mike, There's nothing officially available that will let you automate this ... yet ... But I think it would be a good feature request for the upcoming SDK/API. The only thing I can think of at the moment would be to automate this through the UI, for example, send Ctrl+M, E to activate on an…
18 Aug 2016 12:10 UTC
-
Setting an Environment Parameter all grid nodes pick up
[quote=Phonesis;9113] Thanks Remco. We've ended up using a text file on a shared drive with a Browser value stored in it. The code checks for the value on setup and each grid node can access it. It's ok for our needs![/quote] Brilliant! Good thinking :)
18 Aug 2016 12:08 UTC
-
Setting an Environment Parameter all grid nodes pick up
Hi, thanks for posting! The environment variables are intended to be hard-coded to a grid client, and they are then present on any node that is doing work for this client. As such, if you are using this exclusively on your build server, it might be possible to create a custom NCrunch config file…
17 Aug 2016 19:55 UTC
-
Build failure in remote environment - assembly already loaded
Interestingly, adding this import to a test project on my end doesn't produce the problem, even though the import target clearly exists. I wonder if there may be a problem with a version of this particular build extension. I haven't seen it declared before in the manner that you've described above…
16 Aug 2016 11:37 UTC
-
Patches rather than upgrades
Hi, thanks for posting. This was, actually, the original design of the V1 licensing system. The idea was to roll features into the major versions, then do minor updates for fixes and some of the smaller compatibility improvements. Unfortunately, it turned out to be unnecessarily expensive to …
16 Aug 2016 10:43 UTC
-
Prevent ncrunch from loading a certain project.
Hi Henrik, Sorry for the bad user experience here. This is caused by a design oversight in the way that projects are being synchronised with Visual Studio. I hope to have a better solution to this soon ... But meanwhile, create a file adjacent to your project file with a 'ncrunchproject' ext…
15 Aug 2016 13:27 UTC
-
Build failure in remote environment - assembly already loaded
Thanks for the extra details! - Under the 'NCrunch' menu, there is an option for 'Submit bug report'. This captures a log of the most recent engine activity, which will include any build failures if you try it after the solution has been opened with NCrunch enabled. If you like, you can save th…
15 Aug 2016 13:24 UTC
-
Build failure in remote environment - assembly already loaded
Hi, thanks for sharing this issue. I haven't seen this issue before. I'll need a bit more information to help analyse it. - Does the problem seem to affect a specific project, or is it ALL of your projects? - Do you see this problem if you try to use NCrunch against a different solution? (yo…
15 Aug 2016 10:14 UTC
-
Troubleshoot intermittent failures
[quote=sheryl;9094]Hi Remco- I am in the process of troubleshooting intermittent failures.[/quote] Hi Sheryl, great to hear from you again! [quote=sheryl;9094] When tests are executed in distributed mode (non parallel) in different test nodes, sometimes the Pages load different or are slower…
11 Aug 2016 23:14 UTC
-
v2.25, tests fail, indicate file not present
Thanks for sharing the sample project. Using this, I've had a go at trying to build a use case to reproduce this issue. Unfortunately, it seems that no matter what I try, the file always seems to end up in the right place (assets\filename). There must be something I'm missing here. Is there an…
10 Aug 2016 22:34 UTC
-
Problems with testing static service
Hi, thanks for posting. If I understand this problem correctly, you wish to isolate each individual test within its own process, as the execution of a test will 'fix' this service into a state where it cannot be reinitialised inside the same test process and cannot be changed. Applying the [ur…
10 Aug 2016 11:51 UTC
-
v2.25, tests fail, indicate file not present
Hi, thanks for sharing this. v2.24 included a change in how copied resource files are handled. Prior to v2.24, NCrunch would attempt to infer where the file should be copied and it would copy the file itself using its own logic. This caused some problems with files using a 'Link' property or th…
09 Aug 2016 22:37 UTC
-
Convert Trial to full Licence (already purchased)
[quote=9swampy;9086] Reinstalled upgrading to 2.25.0.1 and the Licence Server option became available.[/quote] Thanks for confirming you found the solution to this. The license server connectivity options were introduced in v2.15.
09 Aug 2016 01:49 UTC
-
NCrunch Build error
[url=http://www.ncrunch.net/download]v2.25 has just been released[/url] including a fix for the duplicate resource copying exception described above. When NCrunch encounters this scenario, the first copied file will simply be ignored (as it would be overwritten by the second).
08 Aug 2016 05:08 UTC