Hello,
I'm using NUnit 3 and the latest VS 2019 (16.5.5).
If I add a new Test-Method with "t", CodeRush expands the shortcut correctly, but after some time of working in the IDE the test-icon left of [Test] is not shown any longer (see screenshot 1). I can't reproduce why it stops working, but it happens after some time. Even if I restart VS, the Icon is not there.
Then I try to run all Tests in that unit and click on the test-icon at [TestFicture]. All tests are running as expected and now the icon is shown. But if I delete that Test-Method, the icon remains (see screenshot 2).
Never had that problems before…
It seems, I can reproduce this behaviour:
When I start VS and expand a new Test-Method, everything is working as expected and the icon is shown.
Then I build the solution and after that any newly expanded Test-Method has no icon. Icons of all the other test-methods are visible.
I have to restart VS and the method is expanded with an icon again. But if I do a build, the icon is missing in any new test-method.
If have created and attached a small TestApp with which I can reproduce this behavior.
Add a new test-method and the icon is shown.
Build the solution.
Then add a new test-method and there is no icon.
Hi Michael,
Thank you for reaching out to us and sharing the code sample with the steps to reproduce.
I have managed to reproduce the described problem on my side and passed this issue to our developers for further research. We will update the thread once we have any results.
Hi Igor,
Thank you. I'm glad, that you managed to reproduce this issue, which is a little bit annoying for me.
I marked this ticket as public.
Hi Michael,
You're welcome.
Hi Igor,
Sorry for being impatient, but because of this bug in CodeRush 20.1.3 I was forced to downgrade to 19.2.9 and run into another problem.
With Visual Studio 16.6 IntelliRush inserts a linebreak when selecting an item (https://supportcenter.devexpress.com/ticket/details/t886841
There is a working hotfix for 20.1.3 but unfortunately not for 19.2.9. Can you help?
Hi Michael,
Sure. I've just published the hotfix for v19.2 as well. You can download the patched v19.2 build on the T886841 page in the Fixed In section.
Hi Igor,
Thank you! I'm really impressed. Great News! Already installed it and IntelliRush works as expected.