C# 6.0
Hi there
My build is currently failing. We have recently upgraded to VS 2015 which uses c# 6.0. I can see from the build log that the build service can not build the code below (which uses syntax in the new c# 6.0, released on July 20th 2015). When will the server support the new c# 6.0, and/or how do I change my current build to use the new c# 6.0).
public DeviceAlbumItem(PhotoSource source, StorageFolder folder)
: base(source, folder?.Path)
{
this.Folder = folder;
}
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 17 Aug, 2015 03:16 PM
Hi Stuart,
Please take a look at this post: http://www.appveyor.com/blog/2015/08/02/visual-studio-2015-rtm
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 01:59 AM.