Forum member
NeilMacMullen
55 posts
Posts by NeilMacMullen
-
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?
02 Oct 2019 12:28 UTC
-
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'…
02 Oct 2019 09:13 UTC
-
serious typing lag when running NCrunch in VS2019
Thanks Remco. I'll definitely take a look at the distributed processing. :-)
22 Aug 2019 10:34 UTC
-
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…
09 Aug 2019 18:15 UTC
-
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…
08 Aug 2019 19:15 UTC
-
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.
02 Jun 2019 15:07 UTC
-
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…
02 Jun 2019 15:02 UTC
-
VS2019 - test output panel doesn't scroll correctly
Super job - sorted! Thanks for such a quick fix :-)
11 May 2019 09:11 UTC
-
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 May 2019 11:53 UTC
-
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 …
01 May 2019 16:50 UTC
-
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! :-)
01 May 2019 15:16 UTC
-
VS2019 - can't enable and exception thrown from "Tests" menu
Works perfectly - thank you! :-)
02 Apr 2019 10:58 UTC
-
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 …
29 Mar 2019 11:11 UTC
-
Unable to ignore projects of unknown type
Excellent- will give this a try.
17 Dec 2016 14:39 UTC
-
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 …
15 Dec 2016 20:30 UTC