C# 6 Compiler Errors
On this project: https://ci.appveyor.com/project/mthamil/plantumlstudio, I have updated everything to .NET 4.6 and have used C# 6 syntax. I updated the build environment to Visual Studio 2015. However, it is failing with compiler errors, clearly because of the new syntax. Any idea what is wrong?
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
| ? | Show this help |
|---|---|
| ESC | Blurs the current field |
Comment Form
| r | Focus the comment reply box |
|---|---|
| ^ + ↩ | Submit the comment |
You can use Command ⌘ instead of Control ^ on Mac

Support Staff 1 Posted by Feodor Fitsner on 26 Aug, 2015 04:57 PM
If your project build step is set to "MSBuild" make sure .sln file has
# Visual Studio 14header (not# Visual Studio 2013); otherwise AppVeyor will force MSBuild 12.0.https://github.com/mthamil/PlantUMLStudio/blob/master/PlantUmlStudi...
2 Posted by matthamilton on 26 Aug, 2015 05:35 PM
Can't believe I missed that. I figured VS would automatically change it. Thanks!
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 01:59 AM.