commandline icon indicating copy to clipboard operation
commandline copied to clipboard

Requirements to build the solution

Open lukefan6 opened this issue 9 years ago • 2 comments

I forked and cloned this repository and tried to build the solution with Visual Studio 2015 but failed on all three branches.

Is there a contributing guide or something like system requirements so I can try developing or testing on my local environment?

lukefan6 avatar Nov 07 '16 16:11 lukefan6

Can you try running build.cmd in the root of the master branch? Dependencies are managed by paket and I'm not sure it integrates too well with VS. Once the dependencies are there, you should be able to build in VS too.

nemec avatar Nov 09 '16 18:11 nemec

@lukefan6 I cannot build the repo as is, either, whether it be in Visual Studio or via build.cmd. I have a set of changes that allow local builds then reverse them before creating a pull request. Commit ec0cfd028a4ed95ba91c72545654cb767d232cd2 contains changes to allow it to build locally in Visual Studio 2015. Commit 129cfda6a128570f9033909e048a13f4fb341b19 reverses these changes to allow CI again. Be careful to re-add any files to the projects after applying either. Not ideal but it will get you working.

anthonylangsworth avatar Nov 16 '16 10:11 anthonylangsworth