Viktor Voropaev

- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 4
-
Viktor Voropaev created a post, Exclude files generated by Source Generators from Find Usings
I don't care about the code files generated by C# Source Generators and I don't want to see them when I click Find Usages. Is there a way to exclude them? I know you can exclude stuff in Editor > F... -
Viktor Voropaev created a post, AnsweredUnit test runner: How to figure out which tests I just ran?
Let's say I have tests A and B. I run test A, wait for it to finish. Now I run test B, wait for it to finish too. Note that I'm starting the tests from the editor by clicking the gutter icon and se... -
Viktor Voropaev created a post, Directory diff to other commit
Our workflow is pretty standard: start a feature branch of the main branch, code the feature, show all the changes to a colleague, merge feature branch into the main branch. For code review we typi... -
Viktor Voropaev created a post, AnsweredExclude a folder from Search Everywhere/Go to File
We have a folder with auto-generated JS. It's not included in .csproj, it's ignored in VCS (Mercurial). R# is not suggesting files from the folder in any of Go to commands. Rider does, both in Go t...