Features that have a checkmark are complete and available for download in the CI build.
These are the changes to each version that has been released on the official Visual Studio extension gallery.
- Support for dependency properties from other IoC frameworks
- Add an option for what folder to add the test class to
2017-04-25
- Added support for Ninject and Grace property injection
- We no longer try to make mock objects for unmockable structs like DateTime
- Fixed an issue where we would mis-identify an NUnit project as a Visual Studio Test project
- Fixed an issue where tests were being created with some non-CLRF lines
2017-02-26
- Added support for mocking generic interfaces.
2017-01-30
- Switched to a template-based system, allowing users to change the generated code from the settings screen.
- Added support for NSubstitute
2016-10-23
- Fixed issue with detecting test and mock frameworks on UWP projects with project.json.
- Fixed issue with classes with simple type constructor parameters; those are now filled in with "TODO".
- Test project list is now alphabetically sorted.
2016-09-25
- Added support for NUnit
- Added support for SimpleStubs mocking framework
- Added settings storage to remember last picked project
2016-09-13
- Updated to run mockRepository.VerifyAll() in a cleanup method
2016-09-01
- Appropriate using statements are now brought in automatically
2016-08-25
- Fixed mixed \r\n and \n on generated code, now only generates \r\n.
2016-08-25
- Initial release
- Support for Moq, constructor injection and Unity dependency injection