Forum member

Remco NCrunch Developer

7586 posts

Posts by Remco

  1. NCrunch on OneDrive

    Hi Dirk, Thanks for sharing this issue. If you create a new small sample project/solution that references v4.9.2 of Autofac, does this project build under NCrunch? And if so, after doing this, does your main solution start building?

  2. Can't See Tests with Nunit Category Attribute

    Hi Ed, The current implementation of NCrunch's search option is pretty limited. We've been looking at ways to expand this with some interesting syntax options but any changes here are still a long way out. Search will currently only work on test name. To find a test with a particular categor…

  3. ncrunch 2019 Chocolatey installer doesn't seem to detect VS 2019

    [quote=MatthewSteeples;13419] I'm assuming there's some custom code that runs as part of the MSI to determine where VS is installed?[/quote] The MSI makes a call to a COM component published by MS that is intended to help tools find installations of Visual Studio It's been our observation tha…

  4. Content files in dependent project not being copied to output

    Hi, thanks for posting! This is caused by NCrunch's project atomicity constraints. It's a common problem that is [url=https://www.ncrunch.net/documentation/considerations-and-constraints_project-atomicity]fairly well documented[/url] and there are [url=https://www.ncrunch.net/documentation/consi…

  5. Upgraded test projects to 4.7.2 - 0 tests discovered

    Are you able to try building a small NUnit 3.7.1 test project/solution on your machine? We need to see if this is specific to your environment or if its something in the solution. Assuming the test project works, we then need to figure out what the point of difference is between this project and y…

  6. Bug in setting ASPNETCORE_TEST_CONTENTROOT_ by NCrunch

    Could you try the build below to see if it resolves the problem? [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_3.27.0.1.msi]NCrunch_Console_3.27.0.1.msi[/url] [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_3.27.0.1.zip]NCrunch_Console_3.27.0.1.zip[/url]…

  7. System.NotImplementedException: GenericInst

    Nice work in narrowing this down. As you've correctly established, the problem here is the attribute reference to the enum in the generic class. I've had a go at implementing a fix for this, but the problem is a huge bombshell that seems to break everything. The current version of NCrunch perform…

  8. Bug in setting ASPNETCORE_TEST_CONTENTROOT_ by NCrunch

    Hi, thanks for sharing this issue. Can you confirm which version of NCrunch you're running? I vaguely remember this issue being reported before and I thought we'd fixed it.

  9. Upgraded test projects to 4.7.2 - 0 tests discovered

    Thanks for sending through the report. Looking through the logs, I wasn't able to find any significant issues reported by the engine, so we may need to dig a little deeper here. If you look in the processing queue window, do you see any tasks performed for 'Analyse Assembly'? Can you confirm wh…

  10. System.NotImplementedException: GenericInst

    Thanks for sharing this issue. It looks like you have an IL sequence in this assembly that is structured in a way NCrunch can't handle. So you've found a hole in our CIL handling. Looking at the stack, it seems you have a method making use of an attribute with an array argument containing a g…

  11. Build on Win10 test on Win7

    Sorry, I just re-read your question and realised that I misunderstood entirely what you were asking for. You are looking for something in NCrunch that will build projects on the win10 machine then automatically transfer the built artifacts to the other machines that can't build them. Unfortuna…

  12. Problem with Fakes

    The fix for this is now available in the [url=https://www.ncrunch.net/download]just-released v3.26[/url].

  13. Ncrunch used with SpecFlow

    The fix for this is now available in the [url=https://www.ncrunch.net/download]just-released v3.26[/url].

  14. Build on Win10 test on Win7

    Absolutely. Try this setting :) [url=https://www.ncrunch.net/documentation/reference_project-configuration_required-capabilities]Project required capabilities[/url]

  15. Upgraded test projects to 4.7.2 - 0 tests discovered

    Hi Kieren, Thanks for posting! Is there any chance you could submit a bug report after you've had the discovery run fail? Perhaps the log file may contain some useful clues.

  16. Engine not prioritizing ExclusivelyUses tests before non ditos?

    Right now there is no special consideration for ExclusivelyUsed resources when prioritising tests under the console tool. However, given that such a consideration would very likely give a boost to throughput in almost all situations, I feel that this would be worth adding. We'll see what we can …

  17. "New engine mode" not focusing new engine mode

    I've just now committed a code change to automatically select a new engine mode after it has been created in the UI. The UX really feels much better now. This will be included in the next build that goes out the door.

  18. Problem with Fakes

    [quote=UppSol;13363][quote=Remco;13336]Thanks for sharing this issue. As VS2019 is still very new, we haven't yet had a chance to integrate with MSFakes in it. We hope to implement this very soon. For now I recommend sticking with VS2017 if you need MSFakes with NCrunch.[/quote] Would be g…

  19. Licencing for different versions of Visual Studio

    Hi Jon, Apologies for the ambiguity. You don't need a new license for this. You can use the same license on all versions of VS. The licensing is per user, not per VS instance.

  20. Tests excluded by filter are considered to be ignored by Console tool

    Hi, thanks for posting. My understanding is that the latest version of NCrunch will always report excluded tests as 'Not run' rather than ignored. I think this was a change we introduced some time ago. Can you confirm that you are running the latest version? Is this something you can reproduce…