roslyn-sdk
roslyn-sdk copied to clipboard
Add source generator project template
There is already templates for analyzers and refactorings. I think a template for generators should also be there.
https://github.com/dotnet/roslyn-sdk/tree/main/src/VisualStudio.Roslyn.SDK/Roslyn.SDK/ProjectTemplates/CSharp https://github.com/dotnet/roslyn-sdk/tree/main/src/VisualStudio.Roslyn.SDK/Roslyn.SDK/ProjectTemplates/VisualBasic
It should include a unit testing project as well.
I have the template mostly complete, but I really want #884 merged first so it can be properly tested.
@sharwell Any updates?