microsoft / 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, Moq and SimpleStubs.
MIT License
158 stars 51 forks source link

Load settings from file #52

Closed JessMcAnally closed 4 years ago

JessMcAnally commented 4 years ago

Added the ability to load settings from a file. Once loaded, these settings would persist for every solution.

msftclas commented 4 years ago

CLA assistant check
All CLA requirements met.

JessMcAnally commented 4 years ago

@RandomEngy updated and pushed.

RandomEngy commented 4 years ago

This has been released as part of v2.4.0. Thanks for the feature contribution!