8000 Home · p10tyr/PrestoCoverage Wiki · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Piotr Kula edited this page Mar 28, 2019 · 1 revision

Contribution

Standard policies apply for contribution, fork, commit, PR. Thanks!

Building Solution

  1. To get the project building you need Visual Studio 2017 15.8 Pro as a minimum.
  2. Make sure to have Extensions Feature installed. Or after opening Solution it should ask you to install the missing feature.
  3. You will need to manually add/fix the references to Microsoft.VisualStudio.TestWindow.Extensibility; which for my machine can be found under C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE\CommonExtensions\Microsoft\TestWindow for the two DLL's Microsoft.VisualStudio.TestWindow.Coreand Microsoft.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.
  4. Restore packages and build solution
Clone this wiki locally
0