Forum member

BKStrelioff

23 posts

Posts by BKStrelioff

  1. How can we test the new C# 8.0/Experimental features?

    I did see some problems after I installed the C# 8.0 preview ( https://roslyninfra.blob.core.windows.net/compilers/nonnull/Roslyn_Nullable_References_Preview_11152017.zip ) While MSBuild and ReSharper parsed (with warning, but no errors) interface return type specifications such as Ass…

  2. How can we test the new C# 8.0/Experimental features?

    In particular, the nullable support. ReSharper allows specification of language version per-project, is there anything similar for NCrunch (and for a better experience support for a solution-wide default that can be overridden for particular projects were needed)? There is also command-line suppo…

  3. .NET 4.7.1 Support

    Thanks for quick add ot 4.7.1 support. No problems installing or using so far (5.12.0.15)

  4. NDepend support

    Has there been progress towards NCrunch providing data in a format that NDepend can consume? There was some discussion back in 2014 ( http://forum.ncrunch.net/yaf_postst1166_NDepend-Code-Coverage.aspx ), but I'm not sure where that went. Thanks.

  5. VS2012 update 2 seems to break NCrunch (on some systems)

    Okay, I zip'd and ship'd the working source tree from the "good" system to the "broken" system and things now work. So maybe I have something NCrunch related checked in (or missing) from TFS. Regardless, I think this is a setup/config issue, and not a real NCrunch problem.

  6. VS2012 update 2 seems to break NCrunch (on some systems)

    I am trying to verify that the code is the same on all systems -- there may be a difference in what TFS is downloading as "current". This seems to have left some lingering Fakes libraries/references on the problematic system.

  7. VS2012 update 2 seems to break NCrunch (on some systems)

    1) Just one solution (so far) on just one system (so far). Same solution works fine on other system(s) 2) Every time for all unit tests 3) It seems to happen on the first test in a cycle, and then blocks others. If I explicitly rerun any individual test, it seems to fail. It looks like during aut…

  8. VS2012 update 2 seems to break NCrunch (on some systems)

    I tried NCrunch 1.44, 1.45.11, and 1.45.12 with no real luck on one of my systems, but the other one seems to work okay. What I see is the nCrunch.TestHost.x86.exe has stopped working,CheckOnline, Close, or Debug popup. Problem signature: Problem Event Name: APPCRASH Application Name: nC…

  9. 1.45.12 -- Windows detected that this program did not run correctly

    Well into a VS/test session, the Program Compatibility Assistant popup appeared indicating nCrunch.TestHost.x86.exe as the program. I Had just opened up NCrunch Configuration and was starting to change some settings (log to output) around this time, and while tests were running. While copying & p…

  10. NCrunch fails for tests using VS2012 Fakes

    For example, the following tests pass when run under NUnit, but fail under NCrunch: #region usings using System; using System.Fakes; using System.IO; using System.Net; using System.Net.Fakes; using System.Text; using Microsoft.QualityTools.Testing.Fakes; using Microsoft.VisualStudio.T…

  11. Load failure: nCrunchTemp_{guid}.user' is denied

    Update: I manually delete the file in question, but a new one is created everytime NCrunch does a build. Note that everytime the timestamp is 2.28.2013 16:00, which does match come dates of other files in the folder. But the machine clock is the current date & time. ALso, each time I trigger an N…

  12. Load failure: nCrunchTemp_{guid}.user' is denied

    The file in question dates back to 28 FEB 2013, so I am not sure why it is being accessed. System.UnauthorizedAccessException: Access to the path 'F:\webteam-bks\BatchJobs\Trunk\Email\Cdw.BusinessObjects.SecondaryProcessor\nCrunchTemp_c9110d12-c7fe-4518-9d57-7cadad3c63f4.user' is denied. Ser…

  13. 1.45 crashes VS2012 and VS2010

    Ok for system A, I went back to old-school for the install. I rebooted everytime a change was made and things appear to be working for 2010/2012 with 1.45. I have not tried 2008 yet since I don't use that release very often. I am not sure what may habe been going bad. I will try the same on syste…

  14. 1.45 crashes VS2012 and VS2010

    Some follow-up. While uninstalling NCrunch I noticed that the "Company" name was slightly different for the 2010 & 2012 bersions -- not sure this matters, just FYI. After I uninstalled on A, 2012 & 2010 still failed to come up cleanlu. But after I did a reboot they did come up, albeit without any…

  15. 1.45 crashes VS2012 and VS2010

    I have installed the latest bits on 2 systems, both with VS2012 Ultimate and VS2010 Ultimate. On System A, both VS programs crash/stopimmediateley during startup -- they do not get past the splash screen. On System B, they get past the splash screen, but encounter an error and show the popup a…

  16. "Clean" operations should remove ncrunch files (such as cache ...)

    Most of the solutions I work with lately have 50-150 projects, and I like to self-archive by taking a 7z (or even just copy) the main folder. It takes more time and space if all the binaries and nrcunch files are included. Maybe add a "Clean" menu item to NCrunch as an intermediate step, or have Di…

  17. Which NCrunch files/folders should be checked in and controlled by change control?

    I will explore some more, but one of the problems I have encountered is that the systems I use have different numbers of processors, to eh configuration of NCrunch vs VisualStudio is not portable. Have you considered something like ReSharper has, where there are 3 levels of setting -- System, Soluti…

  18. NCrunch seems to get confused sometimes during frequent typing

    About once a day, NCrunch seems to get stuck in "build failure" when I either copy&paste some code that introduces source errors, or do some kidns of edits (seem to be associated with introducing use of attributes or something requiring a new using or project dependency). It appears that NCrunch cap…

  19. Which NCrunch files/folders should be checked in and controlled by change control?

    Also, are the NCrunch file contents dependend upon, or associated with, the version of VS being used? I use both VS2010 and VS2012 for the same solution under TFS, so I am not sure what can be safely under source control and what cannot at this time. Thanks.

  20. "Clean" operations should remove ncrunch files (such as cache ...)

    Doine a "Clean" in VisualStudio does not seem to remove the NCrunch data files. I think it should. Even through this might trigger a NCrunch rebuild (which should be deferrable via a config setting), I would prefer that cleanup be done.