Forum member

plillevold

11 posts

Posts by plillevold

  1. Unstable Test Generation

    Hi! Experienced this issue now with latest NCrunch v4.3.0.13, with NUnit 3.12. We are not using any of the Source attributes to dynamically generate tests (TestCaseSource, ValueSource, DatapointSource), only regular Test and TestCase tests. I noticed though that the issue occured right when I pass…

  2. Installed 3.12.0.15 but addin in Visual Studio 2017 claims 3.10.0.20

    Hi, seems that I'm not able to upgrade the actual addin in VS 2017: [url=https://imgur.com/a/DOHXj]NCrunch version mismatch[/url] I have tried uninstalling NCrunch and reinstalling it, but the addin is still stuck on v.3.10

  3. .NET framework 4.6.1

    Just a note on the "sticking with v4.6 on your test projects", this will require that your main projects are v4.6 as well, since v4.6 projects are not able to reference v4.6.1 projects.

  4. NullReferenceException when ncrunch commandline tool finishes

    Awesome, the new version completes without any complaints. Thanks for the quick resolution!

  5. NullReferenceException when ncrunch commandline tool finishes

    Hi! Trying out the NCrunch commandline tool. On one of my larger projects, the tool completes and reports are generated, but a NullReferenceException is reported from the reporting engine. Not sure what impact this have, though... ... [11:11:38.5771-Core-12] Successfully completed execution of…

  6. Content files not copied

    Whipped together a repro of the content problem: https://dl.dropbox.com/u/6133210/ContentCrunch.zip [b]Update[/b]: added one more test illustrating that content files in subfolders also does not get copied. And no, I guess this is not a repro of my problem, other than to illustrate that conten…

  7. Content files not copied

    Tested some more and here's some observations: Starting out [b]without[/b] the [Copy ref...] and [Additional files...] settings set. 1. Resynchronized the project and seeing failing tests since the content files are not copied to the unit test workspace 2. Turned on [Copy referenced assemblie…

  8. Content files not copied

    Hi! This may have been up for discussion already though I could not find any mention of it immediately. The problem is this: I have a test project T referencing code project A and code project B. B contains a set of files marked as Content, some with "Copy to Output Directory" set to Always C…

  9. devenv.exe high CPU usage

    Hm, after reinstalling NCrunch.Net I no longer see the excessive CPU usage. I consider the case closed :) For the record, here's my answers to those questions - How CPUs or CPU cores does your machine have and what is the processor model? Intel Core2 Duo 2.8GHz with 8GB memory and a 256GB SSD…

  10. devenv.exe high CPU usage

    Hi, thanks for the quick reply, and sorry for the late followup :) I followed your advice and uninstalled NCrunch, and I'm sorry to say that VS seems to behave nicely now.

  11. devenv.exe high CPU usage

    Hi! After using NCrunch some time I now experience constant 80-100% CPU usage on the devenv.exe process. This is regardless of NCrunch being enabled or disabled for the current project. Anyone else experiencing this? Since NCrunch is not a "true" VS add-in I'm not sure the "Disable NCrun…