Forum member

Remco NCrunch Developer

7586 posts

Posts by Remco

  1. Autofixture InlineAutoData attribute always causes NCrunch to mark existing tests as new

    Hi Adrian, This problem is caused by a technical limitation, so I guess you could say it's by design. This isn't to say that the design is a desirable outcome .. rather that there is nothing that can be done to 'fix' it. For NCrunch to correlate data between tests, it needs to be able to uniq…

  2. v2.24 not coping referenced assemblies

    Hi, thanks for sharing this issue. Is there any pattern around which assets aren't being copied? Are these the referenced assemblies themselves, or are they resource/content files from the referenced projects? v2.24 introduced a targeted fix to solve an issue with 'Link' content resources that …

  3. Font is italic now

    [quote=SeriousM;9034]one thing I also changed was installing the VS2015 SP3 hotfix (vs14-kb3165756) that was released a few days ago (suggested by the vs2015 ide), maybe this is the problem?[/quote] I wouldn't rule out this hotfix - I haven't yet had the chance to exhaustively test how VS behaves…

  4. Font is italic now

    I've just done some experimentation with the latest version of the Hack font to see if I can reproduce this issue. I haven't had any luck in getting it locked into italic, but I am seeing some very strange behaviour. If I select the font using the font dialog, clicking OK, then go back in, the…

  5. Exit Code 2 issue when connecting to grid nodes

    [quote=Phonesis;9031] In the AllResults.Html report the Build Results tab shows that no project was run and every project in solution is yellow / not run. [/quote] This seems like it may be the source of all the problems. Is your end-to-end run entirely dependent on remote grid nodes? If so,…

  6. Font is italic now

    Hi, There haven't been any changes to this area of the product in the last version. I think this may be a configuration UI issue. Is it possible that the font style is somehow being carried over from the previous selection? Can you establish any pattern around the style not being set correct…

  7. Exit Code 2 issue when connecting to grid nodes

    [quote=Phonesis;9026] Failures are reported in the HTML output but they are from previous runs so hard to determine if a particular test is the cause. No reference to a particular test failing in the build log either. It seems to load the files up ok, connect to grid nodes, then bomb out. But will …

  8. Exit Code 2 issue when connecting to grid nodes

    Hi, thanks for sharing this issue. The grid connectivity exception you're seeing above is a red herring. NCrunch will report grid connectivity issues into the log but it won't consider them to be errors for the purposes of the console tool exit codes. Connectivity issues with grid nodes can h…

  9. What triggers a build?

    Thanks for the sample project. In this case, NCrunch's build is being triggered by the derived files from the typescript auto generation. When you hit save, typescript is automatically running code over the .ts files to generate outputs. Because these outputs are included in your project file, …

  10. consuming generated xml documentation within tests

    Hi, thanks for posting! I have no personal experience with Swashbuckle, but my first guess would be to check that you have the pre/post build events enabled in NCrunch - [url=http://www.ncrunch.net/documentation/reference_project-configuration_run-pre-or-post-build-events]http://www.ncrunch.net/d…

  11. slow typing in VS2015

    [quote=piero;9016] Hi, my company's seat licensing expired earlier this month so I can't upgrade to this version to rectify this issue. This bug has been open for 7 months so there has been adequate time to resolve this during our licensing period, to meet SLA expectations. Can you arrange some …

  12. Can't build on grid node

    [quote=xiaomingtu;9017]Thanks Remco! I copied one project to the grid node and use MSBuild to build it directly. It succeeds. Then I enabled the log and try to reproduce the problem but it all works fine from then on. Even if I have disabled logging, it works now. No idea what happened.[/quote] W…

  13. InvalidProjectFileException on load

    Hi, Thanks for sharing this issue. When NCrunch builds your project, it does so via the MSBuild API. The manner in which this happens affects some of the global build properties and prevents them from being evaluated very early when working with the project. This means the values just aren't…

  14. What triggers a build?

    [quote=MikeWard;9011] When I delete js\out\bundle.js NCrunch builds/tests.[/quote] Are you making use of the 'Additional files to include' setting at all? Do you know if there are any other references to this file through your project structure? A good way to test whether NCrunch is still in…

  15. Get/set project-level config/platform at the solution level

    Hi, thanks for posting. At the moment, there isn't any built in feature that will let you do this. However, the new config engine currently in development is expected to allow you to set config settings at different levels (i.e. global, solution, project) and have them inherit downwards. You …

  16. NCrunch is not seeing some tests

    Thanks for confirming! Is the NRE something you can reproduce consistently?

  17. Include compile warning code/id in output?

    [url=http://www.ncrunch.net/download]v2.24[/url] has just been released with warning codes now included in the build output text.

  18. Inconclusive tests sometimes not treated as passing

    (Un)fortunately, there were a few other things that needed to be fixed in NCrunch rather urgently, so [url=http://www.ncrunch.net/download]v2.24[/url] has just been released with a fix for this issue.

  19. Console tool reports "weird" Build Results

    [url=http://www.ncrunch.net/download]v2.24[/url] has just been released with an extra return code (exitcode 5) for when the tool runs end to end without executing every known test.

  20. NCrunch Engine crashing

    [url=http://www.ncrunch.net/download]v2.24[/url] has just been released with a fallback to improve handling of the above cache corruption issue. Unfortunately, I still haven't been able to reproduce the issue itself, but at least NCrunch should now be able to recover itself and work normally (with …