AArnott / CodeGeneration.Roslyn

Assists in performing Roslyn-based code generation during a build.
Microsoft Public License
408 stars 60 forks source link

feat: Add PluginMetapackage.Sdk #205

Closed amis92 closed 4 years ago

amis92 commented 4 years ago

As demonstrated in samples/MetapackageSample, this Sdk enables easy creation of plugin metapackage for generator creators:

It's a game changer for generator creators, because without touching any nuspec or using complicated .targets, or having multi-step builds, they can easily produce NuGet packages that in turn make their consumer's experience nice and simple.

garyng commented 4 years ago

Is this on nuget already? The nuget link on readme is 404 though..

amis92 commented 4 years ago

Is this on nuget already? The nuget link on readme is 404 though..

It is not yet published. I'm still working on it. Please follow ("watch") releases on this repo to keep track :)