Having troubles compiling C# 6 using MsBuild -


i need compile source code, i've contacted creator of code , told me this:

"you need roslyn compiler, since it's written in c# 6.0."

i've got roslyn compiler , can't manage make work and/or compile anything

i've tried use msbuild vs 2015 but, unfortunally, w/out success (as lot of compiling errors)

if wondering i'm trying compile,here's github https://github.com/frostycpu/finalesfunkeln

i hope can find solution :)

edit: here's screenshot of console:

[screenshot]

i'm using italian version of windows, if need translations ask me anything

my guess have piece of software on machine defined "platform" environment variable, "helpfully" setting "hpd". msbuild picks environment variable , trying build hpd platform not defined in solution.

the workaround build msbuild /p="any cpu". uninstall software or delete environment variable, obvious caveat knows software without that.


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -