-
Notifications
You must be signed in to change notification settings - Fork 6
Home
Piotr Kula edited this page Mar 28, 2019
·
1 revision
Standard policies apply for contribution, fork, commit, PR. Thanks!
Building Solution
- To get the project building you need Visual Studio 2017 15.8 Pro as a minimum.
- Make sure to have Extensions Feature installed. Or after opening Solution it should ask you to install the missing feature.
- You will need to manually add/fix the references to
Microsoft.VisualStudio.TestWindow.Extensibility;
which for my machine can be found underC:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE\CommonExtensions\Microsoft\TestWindow
for the two DLL'sMicrosoft.VisualStudio.TestWindow.Core
andMicrosoft.VisualStudio.TestWindow.Interfaces
You wont find these in the Assemblies GAC because these are MEF type Extensions that Visual Studio loads up as plugins. I use them to make life easier to detect when a user has run and completed testing. - Restore packages and build solution