Forum member

michaelkroes

306 posts

Posts by michaelkroes

  1. Rider keyboard shortcuts not working when NCrunch Tests control has focus

    Hi thanks for reporting this issue. I'm adding a task on the board. Due to the nature in which we embed our tool windows into Rider this might be a difficult one to solve. Michael

  2. Rider: "Split right" requires Rider restart to get coverage markers back

    Thanks for reporting this. We've got a task on the board to try and handle Split editors better. It looks like it should be possible.

  3. NCrunch doesn't detect new files in subdirectories in test projects

    Hi, I've got a new build available that fixes the problem when I test it. Since this was a timing issue / race condition; would you mind testing the build? [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_5.4.0.1.msi]NCrunch_Console_5.4.0.1.msi[/url] [url=https://s3.amazo…

  4. Rider: Rider's gutter "hint" icon hiding NCrunch coverage marker

    Thanks for testing and reporting all the Rider issues! We're aware of this issue and ideally we'd like to be able to create our own column. This doesn't look to be possible currently. We've got a question outstanding with JetBrains about this. When we find a workable solution we'll implement it…

  5. Rider: "Log to output window", where?

    Thanks for the report. The setting doesn't have any effect currently (or ever), our logs are now integrated with the Rider logs. I'm adding a task on the board to determine what we should do with this. The log can still be accessed by going to the Rider Help menu -> Diagnostic Tools -> Show L…

  6. Rider: Cannot resize NCrunch Tests window

    Hi, thanks for reporting this. I can confirm that this happens for me too in that specific circumstance. It doesn't have to be Find Usages, but any other tool window will trigger the same behavior. I'm not sure yet what is causing this. I've put a task on our board to figure this out.

  7. Rider: Pin covering test (shortcut) pins all tests in fixture

    Thanks for testing and reporting back! I've created a task for us to look into this.

  8. NCrunch doesn't detect new files in subdirectories in test projects

    Hi Martin, Thanks for the video. I did have the same workflow, so that's not it. But the sample solution does give me the same behavior. My current suspicion is either the project type or the target framework. I'll look into fixing this, thanks for the help and I'll let you know when a fix is ava…

  9. NCrunch doesn't detect new files in subdirectories in test projects

    Hi, Thanks for testing and using our NCrunch under Rider and reporting the feedback! I use this method of creating new files a lot myself. I just tested it and I can't get it to fail on my end. I've tried both alt+enter and ctrl+shift+r to move the class to a different file. I also tried the r…

  10. NCrunch 5.1 Feedback

    Thanks for taking the time to test and provide feedback. [quote=Jholbrouck;17073]Hi, some feedback about NCrunch 5.1: In Rider: The Risk/Progress bar is not working, I can't get it to show. [/quote] This is on our backlog to fix. [quote=Jholbrouck;17073]Hi, some feedback about NCrunc…

  11. RDI error in v5.0.0.2

    Hi thanks for taking the time to test RDI and reporting the issue you encountered. We appreciate the feedback! Is there a way for you to reproduce this in a small unit test?

  12. Error "No RDI storage path configuration specified"

    Thanks for getting back to us so quickly! Thanks for the feedback, please do let us know if you notice anything else.

  13. Two Bug Reports concerning Specflow

    Hi, I missed in your initial comment that you were using net 4.8. I made a speculative fix for German exceptions under netcore/net5+. That does mean there is something else going on. Out tests for German exceptions are still passing. I tried copying your exception into our test, this fails. Howev…

  14. Two Bug Reports concerning Specflow

    I've looked into the exception reporting by SpecFlow. The sequence in which SpecFlow executes and reports test results plays a significant role in this situation. SpecFlow follows a sequential execution model, where it runs the steps in the order they appear within a scenario. However, when a step f…

  15. WPF projects don't compile anymore when dotnet7 is installed

    Hi! we've had a look at the net7 release candidate and the problem you reported persists. We've create a new build to address this problem. If you're interested you can try this build below: [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_4.15.0.1.msi]NCrunch_Console_4.15.0…

  16. Performance Issues

    You can do that via the Instrument Output Assembly configuration. See: https://www.ncrunch.net/documentation/reference_project-configuration_instrument-output-assembly

  17. Performance Issues

    Hi thanks for posting. NCrunch instruments the code while running the tests. There are certain areas where this can cause problems. The instrumentation can be suppressed in these areas by using comments. The block can be started with the comment //ncrunch: no coverage start and ended with //n…

  18. TeamCity Timeline incorrectly sized for the window

    Hi, The report you send helped a lot. I've made the changes suggested by you and verified that they work on nodes that are running simultaneous tests. This will be released in the next version. Thanks for the bug report and help in fixing this.

  19. TeamCity Timeline incorrectly sized for the window

    I'm looking in to this. Would you be able to send the full report via the contact form?

  20. Problem building project using VS2022 Preview

    For me this project doesn't work on VS2019 either. This is caused by the preview SDK. Microsoft has made some changes that will trigger the msbuild cli to use the preview SDK when not run under visual studio if it's installed. See [url=https://forum.ncrunch.net/yaf_postst3134_Apphost-exe-was-not-fou…