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: screenshotnote need install nuget package system.valuetuple use new c# 7 value tuples features.


Comments

Popular posts from this blog

javascript - Thinglink image not visible until browser resize -

firebird - Error "invalid transaction handle (expecting explicit transaction start)" executing script from Delphi -

mongodb - How to keep track of users making Stripe Payments -