Forum member

Remco NCrunch Developer

7586 posts

Posts by Remco

  1. XUnit - Theory not showing all inputs

    Hi, thanks for posting. This by design and is due to a technical limitation. See here for more details - [url=http://forum.ncrunch.net/yaf_postst1935_Seperate-parameterized-tests.aspx]http://forum.ncrunch.net/yaf_postst1935_Seperate-parameterized-tests.aspx[/url]. And here - [url=http://forum…

  2. "Enable NCrunch" menu item disabled in VS2012

    Thanks for sending through the bug report. The exception you're experiencing is below: System.Exception: An exception was thrown in the remote environment: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.FileNotFoundException:…

  3. Ignored projects are hidden and no way to unignore them

    [quote=piero;9351]In the NCrunch Configuration window, if I mark the project as ignore this component completely to true, it just vanishes from the configuration window. The project isn't unloaded in VS2015[/quote] Sorry, I have to ask if this happens for you also on a blank sample solution. I'm…

  4. Ignored projects are hidden and no way to unignore them

    Can you tell me a bit more about the situation where you're experiencing this? Are the projects also unloaded in the IDE? Can you reproduce it with a test solution?

  5. Ignored projects are hidden and no way to unignore them

    Hi, thanks for sharing this issue. Can you confirm which version of NCrunch you're running? I vaguely remember there being a similar issue to this in an older build that has since been fixed. It should be possible to reverse the ignore setting by editing the .ncrunchproject file while the sol…

  6. "Enable NCrunch" menu item disabled in VS2012

    Hi, Thanks for sharing this issue. Where I've seen this before, it's usually the result of an installation problem or something going wrong inside the IDE itself. Would you be able to submit a bug report via the NCrunch menu? The log file in the report may yield some clues as to what is ha…

  7. Exception occurred creating type... A valid license cannot be granted for the type...

    Great to hear! The licensing step must require the license file to be in the same directory as one of the reference assemblies. This makes sense. Leaving this setting enabled won't impact the performance of the engine, but you may have some issues with the reference assemblies being locked by t…

  8. Exception occurred creating type... A valid license cannot be granted for the type...

    Hi Joe, Let's try putting NCrunch in [url=http://www.ncrunch.net/documentation/troubleshooting_compatibility-mode]compatibility mode[/url] to see if this highlights a setting that might allow this build step to work. Out of interest, did the workaround suggested on the Mindscape website actual…

  9. Exception occurred creating type... A valid license cannot be granted for the type...

    Hi Joe, It's possible there is more to this build step than just searching for the licence file. Does turning on the 'Copy referenced assemblies to workspace' setting for the projects involved make any difference?

  10. Inconsistent dll versions resolution and binding redirects

    Before NCrunch can run tests for your projects, it needs to be able to build them in isolation. This involves copying all source files and dependencies of your projects into a separate area of the disk. The projects are each separated from their parent solution and isolated so that they can be b…

  11. Exception occurred creating type... A valid license cannot be granted for the type...

    Hi Joe, Thanks for sharing this issue. This looks like something that can be solved using the [url=http://www.ncrunch.net/documentation/reference_project-configuration_additional-files-to-include]additional files to include[/url] setting, including the license file so that NCrunch will copy it…

  12. Inconsistent dll versions resolution and binding redirects

    Hi, thanks for sharing this issue and providing the sample solution. Interestingly, the code sample seems to work correctly for me. The projects all build and the test passes successfully. I'm not sure if there is perhaps an intermittent pass/fail pattern here, though looking that the dependenc…

  13. Coverage markers indicate 0ms for await/async tests in NUnit

    [quote=GreenMoose;9328]Thanks for the reply. I understand the complexity of supporting this but IMHO the hotspot indicators in NCrunch is one of those "killer features" that stands out. Given that asynchronous programming is getting more mainstream (even [url=https://msdn.microsoft.com/en-us/data…

  14. Coverage markers indicate 0ms for await/async tests in NUnit

    Hi, thanks for posting! This is by design. It is due to the mechanics through which the await construction is implemented. When the .NET runtime hits the await, it actually runs the thread through to completion and sets up a continuation pointed back at the await. When the awaited call compl…

  15. NCrunch stays in Running (First time run)

    Hi, thanks for posting! Unfortunately the version of NCrunch you are using was released in August 2015, so it is already more than a year out of date. There have been numerous fixes since v2.16. It's quite likely the problem you're experiencing has already been resolved. I recommend upgrading …

  16. NUnit 3 and OneTimeSetUpAttribute

    Hi, this issue was resolved a very long time ago. Is it possible you're encountering a different issue entirely? Note that because of NCrunch's batching mechanics, it's possible that NUnit mechanisms to initialise an 'Assembly' prior to execute can be executed multiple times per process. See …

  17. "Run all visible tests" != "Run all tests" behavior

    [quote=SeriousM;9317] I know you hate this question but do you have an eta for that? [/quote] Because this isn't a serious problem, any fix for it will likely be rolled into the next release. The next expected release at the moment is V3 due in a few weeks time. [quote=SeriousM;9317] Is th…

  18. ncrunch console tool - Common Language Runtime detected an invalid program

    Hi, thanks for sharing this issue. This is caused by a compatibility issue between NCrunch's instrumentation and exception filters. A fix for this has been released in v2.27. Upgrading the console tool to the latest version should solve this problem.

  19. Satellite assemblies from nuget package

    [quote=CsabaFabian;9310] That is correct. It is an "implicit reference", inherited from the reference to the main localization assembly. But it's an implicit reference with well defined rules: https://msdn.microsoft.com/en-us/library/21a15yht(v=vs.110).aspx [/quote] Excellent. I wasn't aware o…

  20. Console Tool never exits

    Good to hear that the build isn't hanging now, though as you've mentioned, this doesn't completely add up. I have a feeling that we haven't seen the last of this problem. If you see the problem start appearing again, it may be worth trying to recreate it in a debug session so you can figure out …