Visual Studio 2015

Visual Studio 2015
Version of Visual Studio
Dev14 icon.png
VS2015 StartPage.png
Version14.0[a]
CodenameDev14
Latest build14.0.25123.00 (Update 3)
Released2015-07-20
Support end2025-10-14
Replaces
Visual Studio 2013
Replaced by
Visual Studio 2017

Visual Studio 2015 (codenamed Dev14) is the tenth major release of Visual Studio, released on 20 July 2015. It replaces legacy .NET compilers with "Roslyn", which also introduces code suggestions. It also supports JSON files and can grab a schema list from Schema Store. It also replaces the previous Visual Studio editions, apart from Community, with Professional and Enterprise. It is the last version to work on Windows 8. This version of Visual Studio comes bundled by default with Microsoft Visual C++ version 19.0x, and is the first to use the backwards-compatible UCRT (Universal C Runtime) runtime libraries.

Changes[edit | edit source]

Roslyn[edit | edit source]

Thanks to Roslyn, Visual Studio 2015 shows code refactoring suggestions

This release, in favor of replacing legacy .NET compilers, introduces Roslyn; an open-source .NET compiler. With this change also comes code refactoring suggestions, which can be anything from code refactors to unused declarations.

JSON editor[edit | edit source]

This release also introduces native JSON support, including JSON schemas from Schema Store.

List of known builds[edit | edit source]

RTM[edit | edit source]

Update 3[edit | edit source]

Gallery[edit | edit source]

Notes[edit | edit source]

  1. Version 13 was skipped due to triskaidekaphobia concerns.

External links[edit | edit source]