Forum member

michaelkroes

306 posts

Posts by michaelkroes

  1. Problem building project using VS2022 Preview

    Thanks, I'll have a look.

  2. Problem building project using VS2022 Preview

    Hi, Thanks for taking the time to report the error. Would you mind trying to set the [url=https://www.ncrunch.net/documentation/reference_project-configuration_build-process-cpu-architecture]build process CPU architecture[/url] to x64? If that doesn't solve it I'd appreciate the minimal proje…

  3. Large solution - Visual Studio 2019

    You can submit a bug via NCrunch menu. Either by using the visual studio menu bar (top level or under the Extensions menu) or by right clicking the NCrunch icon in the lower right corner. There's a submit bug report option there.

  4. Project Level Parallelism

    Hi thanks for posting! You can try setting the Serial Attribute on the tests, or the whole assembly. A bit more information can be found here: https://www.ncrunch.net/documentation/reference_runtime-framework_serial-attribute Please let me know if this doesn't solve your problem.

  5. buildTime and other elapsed time fields in RawResults.xml start at 12 hours

    I've reproduced and fixed this and it will be included in the next release. We don't know yet when this will be out, do you require a preview build that contains a fix for this?

  6. buildTime and other elapsed time fields in RawResults.xml start at 12 hours

    Hi! Thanks for reporting this issue. I’ll have a look and see if I can reproduce it on our end. I’ll let you know how it goes.

  7. NCrunch Build Failure of Unit Test Project

    Hi Sam, Another thing to consider is deleting your nuget cache directory and restoring all the packages again. Occasionally this can get corrupt.

  8. Enable NCrunch is disabled

    Hi, I'm sorry this problem is persisting for you. Would you mind trying to close all VS instances and deleting the globalconfig.crunch.v3.xml file which is located here: C:\Users\[USER]\AppData\Roaming\NCrunch

  9. Visual studio preview 16.9.4 breakage

    Hi All, I've been trying to reproduce this but no luck yet. Could any of you commit a small test project to github (or a zip file somewhere) that reproduces this for you? Michael

  10. New console window opens on every save operation in VS

    We've added initial support for AzureFunctions only very recently. I just checked with our test project, this doesn't trigger a window being shown. Is there a way for you to reproduce this in a sample project? In the mean time if none of your test projects depend on the Functions project you…

  11. New console window opens on every save operation in VS

    Hi thanks for reporting this. Can you give some more insight into your project structure? Do you perhaps have a Azure Functions project?

  12. System.Diagnostics.Contracts cause all related tests to fail

    We have a configuration setting for code contracts: https://www.ncrunch.net/documentation/reference_project-configuration_allow-static-code-contract-checks However, this doesn't work properly with netcore. We'll add a task to our backlog to investigate this further. In the mean time I'm looking for …

  13. System.Diagnostics.Contracts cause all related tests to fail

    Hi, I just tried to reproduce this and see the same issue even with the latest release. It looks like the test process is being terminated early. This needs a bit more investigation.

  14. System.Diagnostics.Contracts cause all related tests to fail

    Hi thanks for posting! Are you perhaps using net5.0? If so there's a know issue that was solved with the build that was released yesterday. Could you try using that one? We also have another build that solves a few other issues related to the new logging system that was implemented. It shou…

  15. Failure to Export OpenCover file

    Thanks for taking the time to report this. We've added a task to the backlog to get this fixed.

  16. NCrunch window losing icons

    Could you try changing the setting under VS Options => Environment => General => Optimize rendering for screens with different pixel densities? If you untick this and restart VS, does the problem still occur? Can you also submit a bug report via the NCrunch menu when the icons are invisible? Mayb…

  17. NCrunch window losing icons

    Is the other monitor with the different scaling factor the primary monitor?

  18. NCrunch window losing icons

    Hi sorry you’re getting this error. I’ve got a couple of questions: Is your UI scaling set to 100% ? Is this a multi monitor setup with different scaling across the monitors? Is this via RDP?

  19. Optimized Instrumentation does not work with Avalonia.

    Would you mind trying the build below? [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_4.7.0.2.msi]NCrunch_Console_4.7.0.2.msi[/url] [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_4.7.0.2.zip]NCrunch_Console_4.7.0.2.zip[/url] [url=https://s3.amazonaws.co…

  20. NCrunch cannot compile my project whereas VS can

    We're still looking into this. In the mean time as a workaround setting Copy referenced assemblies to workspace to True for CQELight.DAL.EFCore.Integration.Tests makes it compile and run tests.