Forum member
Kaerwek
23 posts
Posts by Kaerwek
-
Functionality breaking down since license expired?
Hi, My Ncrunch license expired during the summer. Now I've found, that if I debug with NCrunch, local variables fail to be evaluated: [img]https://i.imgur.com/2TIInf3.png[/img] I guess I should renew my license to hopefully get that fixed. Probably would. But I wonder, is it typical tha…
31 Oct 2019 14:49 UTC
-
Some windows open up zoomed and completely misplaced
I only have ReSharper, NCrunch and Select Next Occurrence. Don't really suspect any of those.
20 Apr 2018 12:44 UTC
-
Some windows open up zoomed and completely misplaced
It's multi monitor dependant. Also apparently happens when I load a solution. The temporary information widgets appear zoomed in and slightly off. Probably not solely NCrunch related.
20 Apr 2018 10:21 UTC
-
Some windows open up zoomed and completely misplaced
Hi, NCrunch version 3.14.0.1. Some popup type windows appear zoomed and out of place, e.g. the configuration dropdowns: https://pasteboard.co/HhspAdt.png Anything I can do to solve or is it a bug? Sure looks like one.
20 Apr 2018 07:52 UTC
-
NCrunch Tests window fails to update its icons
It sure seems much more stable now. It seems to refresh the statuses correctly, haven't checked it very deeply, but earlier every now and then it seemed to report things wrong.
15 Feb 2018 14:04 UTC
-
NCrunch Tests window fails to update its icons
The [DataRow(typeof(Color)] case works now! Thanks. Did you do you attempt to do something about that other issue? I'll keep an eye out for if the symbols not updating issue starts appearing again.
15 Feb 2018 09:36 UTC
-
NCrunch Tests window fails to update its icons
I submitted another bug report. One of those cases where I write multiple tests after each other, and at some point NCrunch just fails to properly update the status of some of the tests. The test clearly passes, at least in Debug mode, but it has Dark green breadcrumb, Green timer symbol, and sta…
13 Feb 2018 15:05 UTC
-
NCrunch Tests window fails to update its icons
Yes, the tests pass fine in the CI builds.
13 Feb 2018 11:59 UTC
-
NCrunch Tests window fails to update its icons
So... Color is System.Windows.Media.Color. The rest of the interfaces are our own.
13 Feb 2018 06:50 UTC
-
NCrunch Tests window fails to update its icons
[DataTestMethod] [DataRow(typeof(bool), typeof(ICheckboxPropertyViewModel))] [DataRow(typeof(Color), typeof(IColorPropertyViewModel))] [DataRow(typeof(float), typeof(IStepperPropertyViewModel))] [DataRow(typeof(int), typeof(IStepperPropertyViewModel))] [DataR…
13 Feb 2018 06:49 UTC
-
NCrunch Tests window fails to update its icons
Oh and I keep having the Processing Queue window open. Most often it's empty, i.e. once it's done, I never see any outright failing lines there.
12 Feb 2018 07:22 UTC
-
NCrunch Tests window fails to update its icons
I restarted Visual Studio, and put the "Use CPU Architecture" from "Autodectect" to "x64". It seems that on Restart of Visual Studio, the icon issue disappeared. I think it's related to the habit of mine to let the machine just idle on lock at all times. I'll keep an eye out for that for now.
12 Feb 2018 07:19 UTC
-
NCrunch Tests window fails to update its icons
Huh?! NCrunch is sure enabled. I can do all the normal stuff I do without any issue.
12 Feb 2018 06:58 UTC
-
NCrunch Tests window fails to update its icons
And this happens irrespective how I run tests. Both when NCrunch runs because of impacted tests, and both when I right click that test group and Run Tests.
09 Feb 2018 13:36 UTC
-
NCrunch Tests window fails to update its icons
Hi, Tests run, pass or fail, and nothing left in Processing Queue, yet Ncrunch Test window fails to update with correct Symbol. All points to that NCrunch is finished with it's work, but I still see the darned Timer symbol: [IMG]http://i64.tinypic.com/50h1fa.png[/IMG] Ncrunch version 3.12.0…
09 Feb 2018 12:34 UTC
-
DataTestMethod with Enumerators fail in NCrunch
Just installed newest version, 3.12.0.15, and can confirm that by having UseDynamicAnalysis, the tests no longer fail. Thanks Remco!
14 Dec 2017 08:32 UTC
-
DataTestMethod with Enumerators fail in NCrunch
It's later compared against this in a switch statement, and as it's passed as an pure integer, it fails the switch case: case VectorEffect x: return $"'{x.GetString()}'";
07 Nov 2017 09:02 UTC
-
DataTestMethod with Enumerators fail in NCrunch
Hi, Got it installed and working, however the issue, Datarow with enums don't work still. I confirmed that I'm running now 3.12.0.4. But I still see these failing tests. And entering debugger mode, I see the integer as input still. // // Summary: // Svg vector effect publ…
07 Nov 2017 09:00 UTC
-
DataTestMethod with Enumerators fail in NCrunch
Oh, and I only grabbed what I thought I needed, the NCrunch_VS2017_3.12.0.4.zip.
07 Nov 2017 08:06 UTC
-
DataTestMethod with Enumerators fail in NCrunch
Thanks Remco, I Unblocked the nCrunch.VSIntegration2017.dll file, in order to get Visual Studio to load NCrunch properly without causing an exception. However, I'm seeing this for every project in the NCrunch Tests tab: nCrunch.TaskRunner.Ipc.IpcConnectionClosedException: The connection ha…
07 Nov 2017 08:05 UTC