c# - How to use c#7 with Visual Studio 2015? -
i´ve heard lastest preview of visual studio 15 can configured play features of c#7, visual studio 2015?
how can use c#7 it?
you can replace compiler shipped visual studio c# 7-enabled version installing nuget package microsoft.net.compilers:
referencing package cause project built using specific version of c# , visual basic compilers contained in package, opposed system installed version.
there no indication can see on package page whether officially supported in visual studio 2015. not-thorough tests far indicate works not painlessly - c# 7 code compiles, underlined red squiggly line indicates syntax error: note need install nuget package system.valuetuple use new c# 7 value tuples features.
wiki
Comments
Post a Comment