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]: Make sure that trimming works #144

Closed wgnf closed 10 months ago

wgnf commented 1 year ago

Description of the feature/enhancement

Trimming can be a tricky thing. Because of that we have to make sure that everything still works when this has been trimmed.

When adding <IsTrimmable>true</IsTrimmable> to the projects, the compiler will already analyze certain things and give warnings.

Additional Information

No response

wgnf commented 10 months ago

Solved on release branch release/2.1