Forum member

Remco NCrunch Developer

7586 posts

Posts by Remco

  1. Branch Coverage

    Hi, We have no plans for this at the moment. You are welcome to [url=https://ncrunch.uservoice.com]vote for it on uservoice[/url] if you like.

  2. Load Failure

    Hi, thanks for sharing this issue. This looks to me like an install state issue. I think the build system is trying to wire in resources from two different versions of VS2019. Do you have the build tools installed on this machine? Or another version of VS?

  3. Package Reference no longer copied after being updated

    Hi, thanks for sharing these details. It's difficult for me to give you a straight answer here as I am unfortunately unfamiliar with the internal workings of this package, and the unfathomable complexity of the netcore dependency resolution system makes it impossible to easily assess the entire w…

  4. NCrunch was unable to retrieve a meaningful result from this test due to an unexpected error

    [quote=Albatross;15142]Changing the 'Use CPU Architecture' setting does mean that the tests in the test project now run. Unfortunately that does not solve the problem I have with the production issue as there are a couple of projects that need to run as 'x86' [/quote] Ok, this confirms that the …

  5. NCrunch was unable to retrieve a meaningful result from this test due to an unexpected error

    We need to try and establish the error that is causing the process to be terminated. What happens if you try and run all these tests with a debugger attached? Do you see any errors in the windows event viewer that yield useful information? Note that changing the build process CPU architectu…

  6. Specflow [BeforeTestRun] and [AfterTestRun] methods are being called multiple times

    [quote=samholder;15138] thanks for the input. And for an awesome tool (our test run time is down to ~30% of what is was now I've switched the integration tests to run on the grid :)) [/quote] That's an awesome result :) Keep pushing!

  7. Specflow [BeforeTestRun] and [AfterTestRun] methods are being called multiple times

    [quote=samholder;15131]Thanks. To be clear we are using xunit, not nunit. I think you are probably right, and I'll look into the underlying implementation a bit more to see if there are options there.[/quote] Sorry for the assumption. The mechanics are the same though.. any feature of a test fra…

  8. NCrunch was unable to retrieve a meaningful result from this test due to an unexpected error

    Hi, Thanks for sharing this problem. Technically, there shouldn't be anything in NCrunch that sets a cap on the number of tests allowed to run in one process. If your testing has confirmed that this problem is directly related to the number of tests in the batch, then this is probably a resou…

  9. Stuck pending tests in processing queue

    Can you check if [url=https://www.ncrunch.net/documentation/reference_global-configuration_tests-to-execute-on-this-machine]this setting[/url] is responsible? I also recommend turning on the 'Required Capabilities' column in the processing queue window just to be sure there isn't a capability dec…

  10. Problem with dotnet 5

    Can you check if you have your 'Instrumentation Mode' set to 'Optimised'?

  11. Specflow [BeforeTestRun] and [AfterTestRun] methods are being called multiple times

    Hi, thanks for sharing this issue. I think the problem here may stem from the manner in which BeforeTestRun and AfterTestRun are implemented in the underlying test framework. I haven't checked this, but I'm willing to bet this is probably implemented using NUnit's SetupFixture. SetupFixture w…

  12. Stuck pending tests in processing queue

    Hi, thanks for posting. Can you confirm whether the tests have a [url=https://www.ncrunch.net/documentation/reference_project-configuration_required-capabilities]required capability[/url] configured? This could cause them to not be executed if the machine does not have an equivalent compatibilit…

  13. System.InvalidProgramException: Common Language Runtime detected an invalid program.

    [quote=htssoftwares;15120]It works perfectly ! Thank you :-) [/quote] Excellent! Thanks :)

  14. System.InvalidProgramException: Common Language Runtime detected an invalid program.

    Thanks for the fast response! I think I know what's happening here. Can you set the 'Instrumentation Mode' solution-level setting to 'Optimised' to see if this solves the issue?

  15. System.InvalidProgramException: Common Language Runtime detected an invalid program.

    [quote=htssoftwares;15116] Thank you for your answer. I downloaded and installed the build 4.6.0.2, however, I still have this issue.[/quote] Thanks for coming back to me on this. Your feedback here sets off alarm bells for me, as I was so sure that we had fixed this problem in the build above…

  16. System.InvalidProgramException: Common Language Runtime detected an invalid program.

    Hi, thanks for sharing this issue. We have a fix pending for this that we're hoping to push late this week. You can use the dev build below if you need the fix earlier: [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_4.6.0.2.msi]NCrunch_Console_4.6.0.2.msi[/url] [url=http…

  17. Support for C# source generators?

    I think that most likely the problem here is going to be the cross-project interaction. This would break [url=https://www.ncrunch.net/documentation/considerations-and-constraints_project-atomicity]NCrunch's project atomicity constraints[/url]. Do you have any option for your code generation to b…

  18. Tests Not DIsplayed

    Thanks for confirming you've solved this, and for your explanation of the problem. From a UX perspective, it's useful to know this. I'm glad you're up and running again.

  19. InvalidOperationException with init properties

    Hi, we have a fix pending for this in the build here - [url=https://forum.ncrunch.net/yaf_postst3047_Problem-with-dotnet-5.aspx]https://forum.ncrunch.net/yaf_postst3047_Problem-with-dotnet-5.aspx[/url]

  20. Support for C# source generators?

    Does it make any difference if you turn on the 'Copy referenced assemblies to workspace' setting? Your success with generator will depend entirely on: - When the generation is performed - What is being generated - What dependencies the generation has You may need to delve into the generat…