Forum member

michaelkroes

306 posts

Posts by michaelkroes

  1. Build issues - cannot find version of tons of files

    Hi Rob, Sorry to keep you waiting, took a bit of time to investigate this. I've had a look at the sample project. When I unload the non test project and edit the project file I see the references there are specified like this: <Reference Include="Microsoft.Win32.Primitives, Version=4.0.2.0, Cu…

  2. Tests Window has all status colors instead of solid green

    Hi! Thanks for posting. This feature was introduced in the last release. https://blog.ncrunch.net/ There's a bug that caused all the colors to show during the engine initialization. This will be fixed in the upcoming release. In the current release however it should show the status of all the …

  3. Vs2019: Disable Alt+U shortcut somehow?

    Thanks for looking into this :)

  4. Vs2019: Disable Alt+U shortcut somehow?

    [quote=GreenMoose;13517][v3.27.0.3] However when I use the Alt+U shortcut in my test window, which is located on a secondary monitor, NCrunch's new Alt+U shortcut overrides the main menu and pops up the menu at a weird location (top right in my case). [/quote] I was wondering if the latest …

  5. VS2019 - test output panel doesn't scroll correctly

    I've created a new build for this, would you mind testing it and see if it fixes the issue on your setup? ----------------------------------------------------------------- Release notes for 3.28.0.3 since version v3.27.0.3 ----------------------------------------------------------------- Fix…

  6. VS2019 - test output panel doesn't scroll correctly

    Hi thanks for reporting this! This is due to the high dpi changes. I’ll look into it! Michael

  7. Crash in VS2019 with NCrunch 3.27

    Thanks for confirming that it works with 2017. [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_VS2019_3.28.0.1.msi]NCrunch_VS2019_3.28.0.1.msi[/url] This release should (hopefully) write logging to c:\temp. Could you mail those files to michael@ncrunch.net.

  8. Underscore in string creates accelerator in the code editor NCrunch tooltip text

    Thanks for being so helpful! This will be fixed in the next release.

  9. VS 2019 - line indicators disappear using dual screens after viewing GIT changes

    Hi thanks for reporting this! I can't seem to be able to reproduce this. Would you mind sending me a screenshot at michael at ncrunch dot net and submit a bug report via the NCrunch menu when the markers are gone?

  10. Underscore in string creates accelerator in the code editor NCrunch tooltip text

    Thanks for the update! I don't get the underscore under the next character, but I don't see the ampersand either. I'll will create a task for us to fix this!

  11. Crash in VS2019 with NCrunch 3.27

    Hi thanks for posting. Sorry this is happening. VS2019 handles loading of extensions pretty differently than under VS2017. All of this code is pretty new. Does this same solution work under VS2017 with NCrunch? Normally I would ask you to submit a bug report, but it seems you aren't gett…

  12. Underscore in string creates accelerator in the code editor NCrunch tooltip text

    I’ve tried reproducing this by setting my local to be similar to yours. I can’t get it to behave that way. Would it be possible for you to submit a small sample that behaves this way via email? You can send it to michael at ncrunch dot net.

  13. No way to navigate to stacktrace without mouse in exception details window

    This will be fixed in the next release

  14. "Error 1316. The specified account already exists." when installing for VS2019 with Chocolatey

    Glad it helped!

  15. Tests excluded by filter are considered to be ignored by Console tool

    A fix for this issue is now live. Thanks for the suggestion and the help!

  16. ncrunch 2019 Chocolatey installer doesn't seem to detect VS 2019

    I retried this on a clean machine. First without VS installed, using and elevated powershell and the command msiexec.exe /i R:\Installers\bin\NCrunch_VS2019_3.27.0.2.msi /l*v c:\temp\msilog.txt /qn. This told me in the log that VS wasn't installed (not surprising) After installing VS and running…

  17. NCrunch 3.26.0.4 support no more NUnit TestContext.Write(param:string)

    Hi thanks for posting! Which version of visual studio are you running?

  18. ncrunch 2019 Chocolatey installer doesn't seem to detect VS 2019

    No problem! It seems that we are finding VS2019 just fine. We also set the property that we've found it. The only reason why we might also report that we can't find it is that it somehow is already installed. I'll retry this again on a clean machine.

  19. ncrunch 2019 Chocolatey installer doesn't seem to detect VS 2019

    Did you run this via InTune? If so, would mind trying via msiexec /i C:\setup.msi /l*v C:\msilog.txt /qn. That's how I tested it, assuming that InTune used msiexec in the quiet mode.

  20. ncrunch 2019 Chocolatey installer doesn't seem to detect VS 2019

    Would you mind verifying that no version of NCrunch for Visual Studio 2019 is installed on the system and try again?