Forum member

NeilMacMullen

55 posts

Posts by NeilMacMullen

  1. Warning when trying to build .net standard projects on grid server

    Thanks Michael, will give that a try. Just curious what is actually going on to cause this warning though - is .net core only being installed per-user rather than per-machine?

  2. Warning when trying to build .net standard projects on grid server

    Haven't just set up a grid server, it seems to be building code and running tests successfully but emits these warnings for projects that target .net standard... [quote] <Project name> : Unable to build .NET Core/Standard under the local system account "NET Core and NET Standard projects can'…

  3. serious typing lag when running NCrunch in VS2019

    Thanks Remco. I'll definitely take a look at the distributed processing. :-)

  4. serious typing lag when running NCrunch in VS2019

    [quote]>Intellisense tends to be quite hungry in general. [/quote] Indeed and I have Resharper installed which doesn't help! Nevertheless... [quote]>Can you confirm whether this is better when NCrunch is disabled? [/quote] Alas, it is -I can definitely say that enabling Ncrunch affects key…

  5. serious typing lag when running NCrunch in VS2019

    I was just about to post about this bug but saw this thread. The 3.30.0.1 build definitely seems to help massively in getting back to the original performance but I think I can still detect a little lag - particularly noticeable as a slight delay when waiting for the Intellisense window to pop up a…

  6. Is there any particular trick to getting DllImport to work?

    Just answering my own question.... Setting "Pre-load all assembly references into test environment" to TRUE seems to have resolved this.

  7. Is there any particular trick to getting DllImport to work?

    In my continuing quest to "test all the things" I have set up a managed C++ class library/dll which is being called from a C# Unit-test project. The test code looks a bit like this.... [code=csharp] public static class Caller { [DllImport("lib.dll")] static ext…

  8. VS2019 - test output panel doesn't scroll correctly

    Super job - sorted! Thanks for such a quick fix :-)

  9. VS2019 - test output panel doesn't scroll correctly

    This may be related to VS2019 per-monitor DPI issues. I have a test that outputs around 50 lines of text (using Console.Writeline). The output panel of the Ncrunch Tests pane does not correctly render the scrollbar to allow these to be seen. I.e. it shows the scrollbar as being at the bottom of…

  10. Support for VS 2019?

    @michaelkroes Actually there is one odd effect I've just noticed. If I look at the list of build errors in the "Ncrunch Tests" window and mouse-over the file/line link, the mouse cursor changes to a tiny dot! It's not clear if this is a super-small arrow cursor but clicking the link still works …

  11. Support for VS 2019?

    Just downloaded and installed this. I have a laptop with a 3000x2000 main display and two extern 1920x1200 monitors. The previous release just showed blank windows for Ncrunch but this version seems to be working well. Great progress - thanks! :-)

  12. VS2019 - can't enable and exception thrown from "Tests" menu

    Works perfectly - thank you! :-)

  13. VS2019 - can't enable and exception thrown from "Tests" menu

    Obviously I understand this is an experimental build but if it helps... On one of my machines, the "Enable" option for Ncrunch is grayed out. I've tried reinstalling Ncrunch and have also gone through the solution removing all legacy ".ncrunchproject" files, the working folder and anything else …

  14. Unable to ignore projects of unknown type

    Excellent- will give this a try.

  15. Unable to ignore projects of unknown type

    My solution contains a number of setup (vdproj) projects. Ncrunch is unable to load these and gives a warning and suggestion to mark these as ignored. Unfortunately, the ncrunch configuration dialog doesn't show these projects in the solution list so there's no way to ignore them! Is there any way …