In rider I'm coding tests using xunit. After adding or updating a inlinedata attribute how can I get Rider to update the available tests without running all tests.
please navigate to Rider Settings | Build, Execution, Deployment | Unit Testing | xUnit.net and set When running test discovery from artifacts, use: to Test Runner, then build your solution. Parametrized tests should be discovered and displayed in the Unit Test tree after that.
Hello,
please navigate to Rider Settings | Build, Execution, Deployment | Unit Testing | xUnit.net and set When running test discovery from artifacts, use: to Test Runner, then build your solution. Parametrized tests should be discovered and displayed in the Unit Test tree after that.
Let me know if this does not work for you.
Thanks this works!