davidwengier / SourceGeneratorTemplate

A basic template for writing a C# source generator
181 stars 29 forks source link

[Suggestion] Refactor to make it distributable as a dotnet template on nuget #9

Open frankhaugen opened 1 year ago

frankhaugen commented 1 year ago

Great little project, but I had to spend some time with some Regex-ing in Visual Studio Code to get this to a "template" stage, (my project name and namespaces etc.).

It would be cool to make this a proper template that is distributed through nuget so its command-line installable

I am working on some templates and I might just do some copypasting and send a PR in your direction if you are interested? (No promises, this would be a side-project to my side-project that's sprung out of my not-work-project #scopecreep 😆 )