Roslyn's end user preview is VSIX (a Visual Studio extension), but it replaces the compilers in the installation of the .NET Framework, so turning on csc.exe from the command line will start using Roslyn.
Is it possible to install Roslyn csc.exe on a computer without installing Visual Studio? How?
(Yes, Roslyn works with Visual Studio 2013 Express, so licensing is not a problem, but the disk space is IS. Even the Express version has a very large area compared to SharpDevelop.)
source share