Where can I find Roslyn project templates for VS 2015?

I found this question , but the accepted answer does not contain two working links. If you click on them, you will see something like:

This item has not been published yet. If you are the owner of this project, log in to your account with the appropriate account.

So my question. Where can I find installers for Roslyn project templates for VS 2015?

+5
source share
1 answer

I believe you are looking for the .Net Compiler Platform SDK: https://visualstudiogallery.msdn.microsoft.com/2ddb7240-5249-4c8c-969e-5d05823bcb89

You may also need to install the Visual Studio 2015 SDK: https://msdn.microsoft.com/en-us/library/bb166441(v=vs.140).aspx

You can also download the SDK.Net Compiler Platform SDK from Visual Studio:

enter image description here

+10
source

All Articles