I read about local function definition in c# 7 version and I want to use in visual studio express 2013. how can I enable this.Please help me. thank in advance.
Asked
Active
Viewed 410 times
-2
-
4What is the reason you cannot upgrade to a newer Visual Studio version? – UnholySheep Jan 15 '18 at 12:32
-
Also the instructions listed here might work for you: https://stackoverflow.com/questions/39461407/how-to-use-c7-with-visual-studio-2015 – UnholySheep Jan 15 '18 at 12:33
-
if I upgrade to visual studio 2017, does it support visual studio express 2013 Code – user9116565 Jan 15 '18 at 12:38
-
1You can install both versions alongside each other and find out. – Jerodev Jan 15 '18 at 12:38
-
1I don't see any reason why your C# code should stop working after upgrading – UnholySheep Jan 15 '18 at 12:40
-
@user9116565 yes, it does support older code bases. – Jakub Jankowski Jan 15 '18 at 14:05
1 Answers
-1
You should upgrade to Visual Studio 2017. I've been porting the same code since Visual Studio 2002 (C# 1.0) and the cases where it failed to compile are very rare!

Zyo
- 1,934
- 21
- 25