Ship Roslyn code refactoring as NuGet package
问题 When installing the .NET Compiler Platform SDK you get Visual Studio templates for creating an "Analyzer with Code Fix (NuGet + VSIX)" and a "Code Refactoring (VSIX)". Why isn't there a template for shipping a code refactoring with NuGet (like "Code Refactoring (NuGet + VSIX)")? Is it even possible to add a code refactoring provider from a NuGet package (by creating the NuGet package manually)? Doesn't it make sense to install a code refactoring provider on a project per project basis? EDIT: