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

Rollback Microsoft.VisualStudio.ComponentModelHost to version 14.0.0.0 #32

Closed rCartoux closed 6 years ago

rCartoux commented 6 years ago

Issue : Extension v1.9.6 not working in VS 2015 Community #31

rCartoux commented 6 years ago

I think I broke support for VS2015 with the test methods PR, sorry for that

I believe reverting ComponentModelHost to 14.0.0.0 will fix the issue, however I could not properly test it on VS2015

RandomEngy commented 6 years ago

Tested on VS 2015, looks like it works with the fix.