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

2
3 comments

Currently there is no such functionality.

0
Avatar
Permanently deleted user

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.

0

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

0

Please sign in to leave a comment.