Forum member

michaelkroes

306 posts

Posts by michaelkroes

  1. Crash in vs2017 engine dialog filter combo when other window steals focus

    Thanks for the report! I’ll have a look at this

  2. VS 2019 support

    Hi, I've created a new release. This fixes the installer issue. This release requires you to uninstall NCrunch for VS2019 and reinstall with the current installer. [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_VS2019_3.25.0.2.msi]NCrunch_VS2019_3.25.0.2.msi[/url] [url=https…

  3. Support for VS 2019?

    Hi, I've created a new release. This release might have a positive impact on the color scheme and empty windows. Would you mind testing it? If it still doesn't work I at least will have ruled out a couple of issues. If it still shows empty windows, would you mind submitting a bug report via the E…

  4. VS 2019 support

    [quote=Der-Albert.com;13203]Ok, But you should look at the installer issue. [/quote] Hi Albert, Thanks for testing and the detailed report. I was able to reproduce the installer issue and fix it. I missed one upgrade guid. I'm going to look into the grid issues and some other issues too…

  5. Support for VS 2019?

    Hi, We've released a dev build that should fix the blue theme issues. Would you mind giving that a try? [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_VS2019_3.25.0.1.msi]NCrunch_VS2019_3.25.0.1.msi[/url] [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_VS2019_3.25.0.…

  6. VS 2019 support

    Hi Twenzel, Thanks for taking the time to post this. I tried reproducing what you did. I haven't succeeded. I see that you have a solution open and that VS is complaining about us taking to long to start up... Could it be that you've caught it mid start up? If you restart VS by opening a solut…

  7. VS 2019 support

    Hi All, There's a new version out! [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_VS2019_3.25.0.1.msi]NCrunch_VS2019_3.25.0.1.msi[/url] [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_VS2019_3.25.0.1.msi.7z]NCrunch_VS2019_3.25.0.1.msi.7z[/url] [url=https://s3.amazona…

  8. Visual Studio 2019 optimized DPI rendering

    Hi!, Thanks for reporting this. I'll look into it!

  9. Could not locate the assembly "System.ValueTuple"

    Hi, Sadly there is no automatic way for us to support this. If you don't want to use the nuget package directly and want to use the $(SolutionDir) method inside your solution for this DLL you will need to set the "Additional files to include" setting. There you can select the DLL and it will …

  10. BUG: DynamicData does not work properly for StringExtensions

    Hi, I'm sorry these posts have slipped my attention. I will have a look at them. I'm glad that at least this is fixed. :) Michael

  11. Slow unit test runs forever

    Hi Alberto, Without more information it's hard for me to say where your tests are spending their time. What you could do is under NCrunch->Configuration set the "Track engine performance" to True. You then need to restart the IDE. This will give you an extra tab called Execution Steps in the …

  12. Slow unit test runs forever

    Hi, My guess here is that you are accessing a shared resource and also you have some file handling inside of your test. When you’ve debugged to an exception it would be good to inspect the call stack. This should hopefully give you a location that triggered the error. The callstack window is avai…

  13. Slow unit test runs forever

    Hi Alberto, There are two options. If you have a general idea where the issue is you could use System.Diagnostics.Debugger.Launch() inside your code. This will trigger a popup to which you can attach Visual Studio. You can also attach visual studio to any running process. The best way to do …

  14. Engine mode name edit not persisted if using Alt+O shortcut.

    Thanks again for posting this. I've posted a dev build that contains a fix for this: [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_3.24.0.2.msi]NCrunch_Console_3.24.0.2.msi[/url] [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_3.24.0.2.zip]NCrunch_Consol…

  15. BUG: DynamicData does not work properly for StringExtensions

    Hi, Thanks again for sharing this. If you'd like to get early access to this fix I've posted a new build: [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_3.24.0.2.msi]NCrunch_Console_3.24.0.2.msi[/url] [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_…

  16. ncrunch and parallels desktop not working since version 3.16

    The release is live with a fix for this.

  17. ncrunch and parallels desktop not working since version 3.16

    This is fixed in the next release of NCrunch, it will be released in the coming days. Thanks again for your help :)

  18. ncrunch and parallels desktop not working since version 3.16

    Thanks for the extra info! I can reproduce it now. I'll report back later about the issue.

  19. TimeLine.html is not escaping HTML for test name

    This is fixed in the upcoming release. Thanks again!

  20. TimeLine.html is not escaping HTML for test name

    Good catch! I'll have a look :)