Expected: Should see the Roslyn project templates for Analyzer + Code Fix, Code Refactoring etc.
Actual: Roslyn templates are missing in the UI
FWIW, Roslyn Syntax Visualizer extension from the installed Roslyn SDK seems to work fine. Only the project templates appear to be missing.
@Pilchie @srivatsn - I'm not sure which team is responsible for the Roslyn SDK so I've added both Area-Analyzers and Area-IDE.
Also FYI @jmarolf.
While we are fixing the above issue it probably makes sense to also do the work to deploy the Roslyn SDK by default as part of VS SDK (i.e. make it so that we don't need a bread crumb in the VS new project dialog to download the Roslyn SDK. We can leverage the new setup engine for this.
Never mind - this was happening because I had the target framework drop down in the new project dialog set to .NET Framework 4
instead of .NET Framework 4.5.2
. The templates appear if I set the drop down to .NET Framework 4.5.2
(the default).
Most helpful comment
Never mind - this was happening because I had the target framework drop down in the new project dialog set to
.NET Framework 4
instead of.NET Framework 4.5.2
. The templates appear if I set the drop down to.NET Framework 4.5.2
(the default).