Forum member

Remco NCrunch Developer

7586 posts

Posts by Remco

  1. I want to set "Ignore this component completely" = true for a "SQL Server Database Project"

    [quote=sjkirk;8170]You can also see this problem with Xamarin projects. If you clone the repository at https://github.com/Perspex/Perspex you will see that ncrunch issues a warning about iOS/Android projects not being loaded and suggests using the NCrunch 'Ignore this component completely' configura…

  2. Visual Studio 2013 Code Window Horizontal Split Issue

    Hi! Sorry, I have found no feasible solution to this problem. At this stage, it appears unlikely it will be fixed.

  3. I want to set "Ignore this component completely" = true for a "SQL Server Database Project"

    [quote=kkallberg;8168]After a closer look it appears I was incorrect. In each solution there IS a reference to the database project. Sorry for the confusion. [/quote] Excellent. We've cornered every angle on this then. NCrunch is loading the project because it considers it to be a dependency…

  4. I want to set "Ignore this component completely" = true for a "SQL Server Database Project"

    Thanks. Do you see this in a new, blank solution with a single database project? For some reason, it seems that the IDE isn't reporting the database project in the same way that it is for me. This is a rather troubling inconsistency.

  5. Jenkins CI association

    [quote=emanuelvarga;8162]Ok, the coverage part would not be possible, ok, for that there is sonar that provides a lot of customizations.[/quote] The nice thing about using NCrunch in your CI is that you get build, test and coverage results all in one step. If you use a different product for code…

  6. I want to set "Ignore this component completely" = true for a "SQL Server Database Project"

    Approximately how large is your solution, and what is your normal startup time? (i.e. in seconds, minutes with NCrunch enabled). Also, do you have any projects that are referencing the database project?

  7. Malware Detected ???

    [quote=ThatGuyDuncan;8156].zip is blocked too. >>>sigh<<<[/quote] Sorry, I've done all I can from my side :(

  8. I want to set "Ignore this component completely" = true for a "SQL Server Database Project"

    Thanks for sharing this problem. I've just done some testing around it, and this is the behaviour I'm observing: - The first time a database project is added to a solution, NCrunch will detect the new project and attempt to build it. It will also be in the configuration window. - If a solution…

  9. Jenkins CI association

    [quote=emanuelvarga;8154]I'm also interested in running the command line from jenkins. Even though you can easily any command with ease from it, I was wondering if there is any way of being able to use ncrunch only for the testing / reporting part. I would prefer to use our in-house system for gen…

  10. Malware Detected ???

    I've made a submission to McAfee's detection dispute service. Apparently this takes 4-6 weeks before they consider the submission. I've also submitted the installed files through their false positive submission system. As a software author, this is unfortunately the limit of what I'm able to do. …

  11. Can no longer enable NCrunch - VS 2015

    Probably this was being caused by a faulty component that was replaced by the windows update. Thanks for letting me know that you're back up and running!

  12. Malware Detected ???

    Hi, Thanks for sharing this. It's things like this that really ruffle my feathers ... This is a false positive caused by a bad scanning tool. You can confirm this by using the online scanner at [url=https://www.virustotal.com]https://www.virustotal.com[/url], which runs the file through 53…

  13. Can no longer enable NCrunch - VS 2015

    At the moment I'm not sure how these Git related errors could be related to the inability of VS to be able to spawn a new process. Do you have any other versions of VS installed that you can try running NCrunch on? Something else worth trying: 1. Browse to the NCrunch install directory (usual…

  14. Build fails with custom analyzers

    Hi, If I understand this correctly, this should just be a matter of including the stylecop.json file in the project, or using the 'Additional files to include' setting - [url=http://www.ncrunch.net/documentation/considerations-and-constraints_implicit-file-dependencies]http://www.ncrunch.net/docu…

  15. Can no longer enable NCrunch - VS 2015

    Something else I'd suggest checking (especially if you've done a manual install) is that Windows is not blocking the installed files. Check the file properties for C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\Extensions\Remco Software\NCrunch for Visual Studio 2015\nCrunch.Engi…

  16. Can no longer enable NCrunch - VS 2015

    Can you check in the Windows Event Viewer to see if there are any errors being kicked up by the NCrunch process when it initialises? Is temporarily disabling your virus scanner an option? This would at least allow us to rule it out.

  17. Can no longer enable NCrunch - VS 2015

    Thanks for submitting the log file. There is a very interesting exception here: System.InvalidOperationException: No process is associated with this object. at System.Diagnostics.Process.EnsureState(State state) at System.Diagnostics.Process.EnsureState(State state) at System.Diagnos…

  18. Can no longer enable NCrunch - VS 2015

    Hi, thanks for sharing this issue. Does the bug report option still work for you? If you can submit a bug report, I can examine the log to see what's happened here. Does this happen for all solutions? Also it's worth trying to run "C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common…

  19. Possible performance issue for Git repositories

    [quote=MatthewSteeples;8133]Hi Remco, Thanks for addressing part of this in the latest version by adding a config value for the cache storage path. Is it possible to make it so that this field accepts environment variables at some point and absolute paths? It doesn't seem that happy when I try an…

  20. Error executing tests

    I haven't yet found a way to reproduce this problem, but the code involved has been redesigned. I hope that NCrunch v2.19 should solve this for you - [url=http://www.ncrunch.net/download]http://www.ncrunch.net/download[/url].