0

If a code base (C#) is already being coded under VS2012, can VS2015 also be used on the same code/solution/projects without changing or corrupting it?

thanks!

A.G.
  • 2,089
  • 3
  • 30
  • 52
  • It should be able to. However, there's a very easy way to *test* this. Open the code in VS2015, make a change, build, test, etc. Then look at the local changes for source control. Has anything other than the change you made in the code been modified in any way? – David Nov 17 '15 at 16:48

1 Answers1

1

Yes, Visual Studio 2012 C# projects can be opened in VS2015 and vice versa. I have been using both alongside each other for several months.

Check out this related question and the official guide on MSDN to portability and upgrading. In short, not all project types are supported, but for C# everything is fine.

Community
  • 1
  • 1
Alex Walker
  • 2,337
  • 1
  • 17
  • 32