Forum member
Remco NCrunch Developer
7586 posts
Posts by Remco
-
RunAll does not work
Ok, it might not seem that way, but this is actually really great news. It means that we have a chance of fixing this! There is a specific test (or group of tests) that is causing this. We need to know which test it is and why it's special. It should be possible to find it by running the tes…
21 Dec 2016 11:30 UTC
-
RunAll does not work
Thanks for sending through the bug report. It looks like NCrunch's data model for your solution has somehow been corrupted. It isn't clear to me how this has happened, but I'd be very interested in learning more about it if you can find a way to reproduce it. Deleting your NCrunch cache file (s…
21 Dec 2016 10:08 UTC
-
NCrunch 3 ignores CPU architecture config and overwrites it
[quote=ghelyar;9620] I opened the dummy solution 10 times and it loaded correctly each time.[/quote] Thanks! Please do let me know if you see this problem again.
21 Dec 2016 10:02 UTC
-
NCrunch 3 ignores CPU architecture config and overwrites it
With the solution you've provided, I've managed to isolate and resolve an issue where closing and re-opening the same solution within the same IDE session would cause NCrunch to neglect to correctly load project configuration. I'm not entirely sure if this is the same issue you originally reporte…
21 Dec 2016 07:12 UTC
-
Not identical at IL-level
Would you be interested in trying the build below? It includes a fix targeted to address the above problem. [url=http://downloads.ncrunch.net/NCrunch_Console_3.3.0.1.msi]http://downloads.ncrunch.net/NCrunch_Console_3.3.0.1.msi[/url] [url=http://downloads.ncrunch.net/NCrunch_Console_3.3.0.1.zip]…
21 Dec 2016 07:08 UTC
-
Not identical at IL-level
Interesting. This looks like a new feature - [url=https://msdn.microsoft.com/en-us/library/system.runtime.compilerservices.callerfilepathattribute(v=vs.110).aspx]https://msdn.microsoft.com/en-us/library/system.runtime.compilerservices.callerfilepathattribute(v=vs.110).aspx[/url]. It wasn't on my…
20 Dec 2016 23:25 UTC
-
Not identical at IL-level
Hi, thanks for sharing this issue. NCrunch's IL-level impact detection works by generating a sequence of hashes from the assembly built for each project. The detection has no knowledge of language or syntax, and works only using the generated IL codes from the assembly. So all it really knows…
20 Dec 2016 22:12 UTC
-
NCrunch 3 ignores CPU architecture config and overwrites it
Thanks!! I'd really like to take a look at the sample solution you've made. You're welcome to [url=https://www.ncrunch.net/support/contact]submit it through the contact form[/url] if you like. I'll take a look at the data you've sent through and will get back to you. It looks like there may be …
20 Dec 2016 11:54 UTC
-
NCrunch 3 ignores CPU architecture config and overwrites it
[quote=ghelyar;9607] I'll give it a go. [/quote] Thanks! I'm keen to hear how this goes. [quote=ghelyar;9607] Where can I find the log file once it happens? [/quote] The bug report dialog has an option to export the log to disk. From here, you can open the ZIP and read its contents (a…
20 Dec 2016 08:07 UTC
-
Impossible to get rid of NCrunch finding referenced file in wrong cached location
The 'Run impacted tests automatically, others manually' overrides this setting by setting it to True. It's default is False. The setting controls the fading of the coverage markers and the presence of the question marks in the Tests Window. It's purely cosmetic - it doesn't change the actual be…
20 Dec 2016 04:53 UTC
-
Impossible to get rid of NCrunch finding referenced file in wrong cached location
[quote=abelb;9602] So, my [i]vision ;)[/i] on this is that on each rebuild, no rerun tests keep the same icon, same color but a slightly troubled (darker / greyish) color.[/quote] You may already be aware of this setting, but I thought I'd point it out just in case - [url=http://www.ncrunch.net/…
19 Dec 2016 23:22 UTC
-
NCrunch does not recognize changed config files, when the change happens outside Visual Studio
NCrunch doesn't track this yet, but I've been thinking hard about adding it. Because config settings are immediately written to file as soon as they're changed in the IDE, it should be safe for NCrunch to immediately load any changes made on the file system without needing to prompt the user. I'll…
19 Dec 2016 22:15 UTC
-
Impossible to get rid of NCrunch finding referenced file in wrong cached location
Ok, skimming over this, I think I've identified a couple issues that need to be looked at: - Changing project settings doesn't affect test impact state when in some cases perhaps it should - Renaming a project to a different name and back again doesn't consistently trigger test execution I th…
19 Dec 2016 22:04 UTC
-
NCrunch 3 ignores CPU architecture config and overwrites it
Sorry, this problem is quite elusive (I haven't recreated it yet), so I'll need to ask a few more questions: - What is your 'Engine hosting strategy' global configuration setting set to? I.e. is NCrunch hosted in the IDE or in a Satellite Process? - If you create a simple dummy solution with ju…
19 Dec 2016 21:52 UTC
-
Selecting test categories using console tool
Hi Barry, Thanks for posting! Under NCrunch V2, it is only possible to do this using engine modes. This is because the test filters themselves can be attached only to the engine modes. It's possible to choose an engine mode using the '/E' parameter (try '/?' for more information on how to d…
19 Dec 2016 21:43 UTC
-
NCrunch 3 ignores CPU architecture config and overwrites it
Hi, thanks for sharing this issue. A few questions to try and work out what's happening here: - Does NCrunch give you any errors in the Tests Window about your settings failing to load? - Are you using the simplified configuration mode? (identified with the checkbox on the configuration windo…
19 Dec 2016 10:59 UTC
-
Impossible to get rid of NCrunch finding referenced file in wrong cached location
[quote=abelb;9583]EDIT AGAIN: sorry, after the latest restart of VS the error is gone completely now[/quote] Rats. If you see it again, please do push it through the bug reporter.
19 Dec 2016 06:57 UTC
-
Impossible to get rid of NCrunch finding referenced file in wrong cached location
Hi, Thanks for sharing this issue. Are you able to reproduce it then send me a bug report right after it happens? The report might yield something to help narrow this down. I find it very strange that this error points to the same location between sessions. The 16416 in the file path is d…
19 Dec 2016 06:55 UTC
-
NCrunch 3 Test Impact Detection does not work at all
[quote=DeltaEngine;9582] - Okay, I will leave performance tracking on and will inspect it more in the future, I always through it slows NCrunch down. [/quote] The original intention was that it would be possible to leave it off so that there would be no performance impact with the measurement. …
19 Dec 2016 06:47 UTC
-
NCrunch 3 Test Impact Detection does not work at all
This is really great, thanks for sharing this information! I can offer you a few tips here. - The performance tracking will start tracking from the point that the test enters the processing queue. Tests are usually queued in one of two ways; either by manually selecting them for execution, or…
18 Dec 2016 22:42 UTC