Forum member

Kaerwek

23 posts

Posts by Kaerwek

  1. 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…

  2. Some windows open up zoomed and completely misplaced

    I only have ReSharper, NCrunch and Select Next Occurrence. Don't really suspect any of those.

  3. 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.

  4. 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.

  5. 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.

  6. 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.

  7. 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…

  8. NCrunch Tests window fails to update its icons

    Yes, the tests pass fine in the CI builds.

  9. NCrunch Tests window fails to update its icons

    So... Color is System.Windows.Media.Color. The rest of the interfaces are our own.

  10. 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…

  11. 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. 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.

  13. 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.

  14. 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.

  15. 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…

  16. 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!

  17. 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()}'";

  18. 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…

  19. DataTestMethod with Enumerators fail in NCrunch

    Oh, and I only grabbed what I thought I needed, the NCrunch_VS2017_3.12.0.4.zip.

  20. 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…