frostycpu / FinalesFunkeln

MIT License
42 stars 21 forks source link

Suddently unable to compile it again + msbuild logs(tested on 2 different computers) #5

Closed dragitz closed 8 years ago

dragitz commented 8 years ago

Hello! I had to format my pc for other reasons and now I can not compile it again (I must miss something) I did try to compile on a different computer but no success.

Here's the msbuild log: http://pastebin.com/guQtM9wv I have tried to reinstall my .net framework, downgrade it to 4.5, reinstall to 4.6, install the sdk. But sadly nothing could be done.

Console: http://i.imgur.com/tPatwf4.png

I did looked at the files that gave me the error and it's totally non sense, your files are perfect. I'm sure I'm missing something from the W7 reinstall.

Do you have any possible idea in mind? Thanks!

frostycpu commented 8 years ago

Looks like you're missing C# 6.0 support. E.g. this line has a syntax error public List<View> Views { get; } = new List<View>(); because getter only auto-properties where not allowed prior to C# 6. Hope this helps!

dragitz commented 8 years ago

Oh my~ Had to download an extra package, thank you master! :+1: