wgnf / liz

liz (ˈlɪz) is a tool to extract license-information from your project/solution aimed on a fast and correct process. Whether it's via a dotnet-CLI-Tool, Cake-Addin or Nuke-Addon
MIT License
9 stars 0 forks source link

[FEAT]: Release Cake.ExtractLicenses as a package without dependencies #143

Open wgnf opened 1 year ago

wgnf commented 1 year ago

Description of the feature/enhancement

Currently consuments of Cake.ExtractLicenses in a Cake-Script have to use loaddependencies=true because Cake.ExtractLicenses has a dependency on the Liz.Core package. This is not ideal though.

I recently saw a way to create a package that includes all the dependencies it needs in the package itself.

It would be nice to have a look at this and see if this might work.

If this works, we might even be able to split up the Liz.Core project into smaller projects, like:

Additional Information

No response

wgnf commented 10 months ago

Have to look at this another time. This is not a priority now.