Forum member

Remco NCrunch Developer

7586 posts

Posts by Remco

  1. Reallocating NCrunch License

    Hi, thanks for posting. It should be possible to simply provide the existing licence code to the new developer. They can enter in into the software and all should be well. Don't forget to also remove the licence code from the previous developer's machine.

  2. Tests not distributed evenly across grid nodes

    Thanks for posting. Looking at the timeline report, my best guess is that this is being caused by the batching of tests. In this instance, we have 5 nodes but only 3 test tasks, so two nodes are left without a task. Do these tests have any long running code in a fixture setup routine, or are th…

  3. Risk/Progress bar not remembering width.

    We'd like to fix this, but presently we don't know what's causing it. We can't seem to reproduce it. If you have any ideas on what might be triggering it, we'd love to hear them. Are any of your other NCrunch tool windows affected in the same way?

  4. exception running tests on the grid

    [quote=samholder;14473]I'll try and do this but not super easy as lots of machines to update, and happens infrequently. Will this speculative fix be included in the main NCrunch release? It might be easier to schedule the update at some later date with a released version[/quote] Yes. We have som…

  5. Unstable Test Generation

    I recommend setting your Log Verbosity to detailed, then examining and comparing the trace logs that can be extracted from the discovery and test execution tasks inside the processing queue. When NCrunch reports this issue, it does so by comparing test counts. So it will discover all the tests…

  6. Unstable Test Generation

    [quote=ericschmidt;14468]You listed TestCaseSource, ValueSource or DataPointSource, but could using regular TestCase also lead to this? I am currently writing tests for a parser object and started getting this error as well but I'm only using the TestCase attribute and there's no dynamic generation …

  7. ExclusivelyUses functionality when building

    Is there perhaps an option to include the tool inside your project space so it gets copied to the workspace and doesn't clash with itself? Sorry I'm just trying to help fish for ideas.

  8. Project Incorrectly Identified As Test Project.

    Thanks for posting! I'm glad you like NCrunch! NCrunch identifies test projects by their assembly references. For example, if your project has a reference to NUnit.Framework, it will be considered an NUnit test project. If you disable the appropriate test framework in the project settings un…

  9. ExclusivelyUses functionality when building

    We don't presently have any feature in NCrunch that allows you to manage the concurrency of the project build or analysis tasks. Generally when this sort of problem appears the approach we usually take is to try and find a way to fix the build so that concurrency is not an issue. How critical is…

  10. Uwp library: This assembly is built by a runtime newer than the currently loaded runtime and cannot

    Sorry, we don't support UWP projects - [url=https://www.ncrunch.net/support/frameworks]https://www.ncrunch.net/support/frameworks[/url] The closest we came to this was the old support we had for Windows Store Apps many years ago. This was pulled out after it became impossible to maintain. I don…

  11. NCrunch.Framework 4.0.0.1 missing reference to Framework dll?

    Hi, thanks for sharing this issue. I can't seem to reproduce this on my side... 4.0.0.1 with .NET Core 3.1 seems to both reference and compile ok. Is there any chance you could send us a test solution that can reproduce this?

  12. Cannot build on Grid Node with dotnet core 3.1 project

    Hi, thanks for sharing this issue. The error that you are receiving is caused by the primary build target referenced by the .proj file not being present in its expected location. Probably, the issue here is some kind of inconsistency in the toolset being used between the grid node server and you…

  13. Troubleshooting build of non-SDK style project using PackageReference

    Thanks for providing the extra detail. It looks to me like you're encountering this issue: [url=https://forum.ncrunch.net/yaf_postst2498_-NET-Core-2-0-Support-with-re-located-build-folder.aspx]https://forum.ncrunch.net/yaf_postst2498_-NET-Core-2-0-Support-with-re-located-build-folder.aspx[/url] …

  14. Post Build Event exitcode 3

    Hi Dirk, Thanks for sharing this issue. The 'Run post-build events' configuration setting can be a little misleading, and we've recently updated the documentation to reflect this. Basically, this setting only control build events that are specified using the MSBuild Properties. It will not s…

  15. Troubleshooting build of non-SDK style project using PackageReference

    Hi Kaleb, Thanks for sharing this issue in such detail. NCrunch should normally detect the project.assets.json file (along with its related 'obj' files) and copy this into the workspace with some minor manipulation. How are your projects structured in regards to project.assets.json? Is the f…

  16. Type or namespace does not exist when Instrumentation Mode is Optimized and using Shared Project

    Hi, thanks for sharing this issue. Shared projects essentially get rolled into the same assemblies once the compiler is done with them, so probably there is a code structure involved here that the compiler is creating that the new optimised mode just doesn't know how to handle. Is there any ch…

  17. Reset/Clear coverage easily?

    [quote=GreenMoose;14416]It seems to have worked out fine, but.. After toggling the "Instrument output assembly" option at solution level, the starting point indicator of tests do not seem to re-appear, not even after I run the tests and I can no longer use shortcut "pin covering tests to test window…

  18. Cannot change font to Jetbrains Mono

    Off the top of my head, I can't say why this is happening at the moment. The handling of fonts is very 'under the hood' of the platform, so I'm not sure why this wouldn't work. We'll take a look and see if we can construct a more informed answer. It may be related to a property of the font itself…

  19. Reset/Clear coverage easily?

    Hi, thanks for posting. We don't have any feature built in that can specifically do this right now. The closest thing I can think of would be to turn off the 'Instrument output assembly' setting at a solution level, wait for the engine to reset, then turn it back on again.

  20. Console Tool: How to run only certain projects?

    [quote=Regenhardt;14407] Edit: We're on console tool 3.30.0.1[/quote] Can you confirm whether this happens for you with the latest version? (v4.2). We've seen quite a bit of development since 3.30, including a whole major version bump.