How to create c# unit testing file and run test file?
Answered
In idea, there is navigate > test, if test file doesn't exist, it will popup to ask me whether should i create new test, in rider I cannot find navigate > test, so how to create c# unit testing file
Please sign in to leave a comment.
Currently there is no such functionality.
Would it be viable to write a Rider plugin that would add this functionality? ie. does the rider plugin infrastructure have the right plugs to do allow doing something like this.
James,
According to Rider developer team, writing such a plugin is next to impossible. I'd suggest upvoting the corresponding feature request: https://youtrack.jetbrains.com/issue/RSRP-34142