axodox / AxoCover

Nice and free .Net code coverage support for Visual Studio with OpenCover.
https://marketplace.visualstudio.com/items?itemName=axodox1.AxoCover
MIT License
249 stars 60 forks source link

Cannot build source #214

Open Jsparham777 opened 4 years ago

Jsparham777 commented 4 years ago

Hi,

I am trying to build the solution but cannot get the AxoCover.Native.vcx project to build. When I clone the repository, Visual Studio 2019 prompts me to re-target the Native project to the following:

I accept this change and set the configuration to x64. When I build the solution, the following errors are displayed:

CS1617  Invalid option '7.3' for /langversion; must be ISO-1, ISO-2, Default or an integer in range 1 to 6. AxoCover.Common C:\Users\j\Source\Repos\AxoCover\AxoCover.Common\CSC

CS1617  Invalid option '7.3' for /langversion; must be ISO-1, ISO-2, Default or an integer in range 1 to 6. AxoCover.Runner C:\Users\j\Source\Repos\AxoCover\AxoCover.Runner\CSC

CS0006  Metadata file 'C:\Users\j\Source\Repos\AxoCover\AxoCover.Common\bin\Debug\AxoCover.Common.dll' could not be found   AxoCover    C:\Users\j\Source\Repos\AxoCover\AxoCover\CSC

CS0006  Metadata file 'C:\Users\j\Source\Repos\AxoCover\AxoCover.Dependencies\bin\Debug\AxoCover.Dependencies.dll' could not be found   AxoCover    C:\Users\j\Source\Repos\AxoCover\AxoCover\CSC

CS0006  Metadata file 'C:\Users\j\Source\Repos\AxoCover\AxoCover.Runner\bin\Debug\AxoCover.Runner.exe' could not be found   AxoCover    C:\Users\j\Source\Repos\AxoCover\AxoCover\CSC

CS1617  Invalid option '7.3' for /langversion; must be ISO-1, ISO-2, Default or an integer in range 1 to 6. AxoCover.ReleaseTagger  C:\Users\j\Source\Repos\AxoCover\AxoCover.ReleaseTagger\CSC

CS0006  Metadata file 'C:\Users\jspar\Source\Repos\AxoCover\AxoCover\bin\Debug\AxoCover.dll' could not be found AxoCover.Tests  C:\Users\j\Source\Repos\AxoCover\AxoCover.Tests\CSC

LNK1104 cannot open file 'EasyHook64.lib'   AxoCover.Native C:\Users\j\source\repos\AxoCover\AxoCover.Native\LINK

What am I doing wrong?