RandomEngy / UnitTestBoilerplateGenerator

An extension for Visual Studio that generates a unit test boilerplate from a given class, setting up mocks for all dependencies. Supports NUnit, Visual Studio Test, XUnit and many mock frameworks.
https://marketplace.visualstudio.com/items?itemName=RandomEngy.UnitTestBoilerplateGenerator
MIT License
64 stars 17 forks source link

Jetbrains Rider support #26

Closed PeterKneale closed 2 years ago

PeterKneale commented 2 years ago

Current behavior

Supports Visual Studio

Desired behavior

Supports Visual Studio and Rider

This is a very useful extension, could it be extended to support JetBrains Rider, same functionality, but just adapted to the Rider plugin ecosystem in addition to the Visual Studio Extension ecosystem.

Thanks!

RandomEngy commented 2 years ago

I won't be doing that work as I am busy with too many other projects and I don't use Rider. You are welcome to give it a shot.

PeterKneale commented 2 years ago

Fair enough 👍