Forum member

MaxGuernsey

12 posts

Posts by MaxGuernsey

  1. License invalid despite meeting all visible criteria

    [quote=Remco;15214]Hi Max, Can you contact me through the [url=https://www.ncrunch.net/support/contact]contact form[/url] and attach a screenshot of your license dialog with the error showing? Thanks![/quote] Yeah.

  2. License invalid despite meeting all visible criteria

    My machine crashed and I'm having to reinstall everything. I installed NCrunch 4.6 and got an error message that my license key doesn't cover that version. So I uninstalled NCrunch and installed the correct version. Now, when I try to activate, I just see "The specified license key is invalid"…

  3. Configuration Advice

    I've added a user voice entry for this: https://ncrunch.uservoice.com/forums/245203-feature-requests/suggestions/40202503-opt-in-option-for-selection-of-which-problems-are

  4. Configuration Advice

    There has been a misunderstanding. Working with my source code in its pre-built state - exactly what you have now - is what I want. The feature I will be requesting (through the proper channel) is that there be two modes for selecting which projects are monitored and which are ignored. - Opt-out…

  5. Configuration Advice

    Hi, My solution has many projects in it with a sophisticated network of dependencies. Certain technology choices I've made seem to be making builds very slow by thwarting incremental build times. However, these technologies are encapsulated in assemblies I don't need to build in order to run m…

  6. Performance Decays

    I've uncovered something that is helpful to me and might be helpful to you, @Remco. https://github.com/Azure/Azure-Functions/issues/789 I actually think that incident is ill-named and the original name (it builds every time) is more appropriate. It's not just that you can't incrementally build…

  7. Performance Decays

    There aren't very many assemblies in this project, so I'm not sure that selection of which assembly to build can be an issue. That said, it makes me wonder how fast I can build and test with one of the other runners from a completely clean start. If it's slow, I suppose it could be like you sa…

  8. Performance Decays

    Yes. I'll grab that the next time I have a chance.

  9. Performance Decays

    No, that is not the bulk. The bulk is the build. The most recent run took 33 seconds. The major costs were as follows: * Building the main binary: ~ 7 seconds * Building the test binary: ~7 seconds * Building a dependency binary: ~ 6 seconds * Executing tests: ~10 seconds Of the build slownes…

  10. Performance Decays

    So this actually did help but not enough. I had messed with my filters and accidentally dropped the unconditional exclusion of tests marked as slow from executing on my machine. That allowed me to cut the seven-second test-execution time down, significantly. However, of the 30 seconds I have to w…

  11. Performance Decays

    Do you mean this? https://www.ncrunch.net/documentation/reference_global-configuration_track-engine-performance I think I don't need to do anything, anymore, right?

  12. Performance Decays

    After enough usage, it seems like the performance of NCrunch starts to wither. Right now, Resharper can build and test in a second. NCrunch takes nearly a minute. Is there a way to refresh my NCrunch instance so I can get the original performance and fall in love with it all over, again?