cake-contrib / Cake.AddinDiscoverer

Tool to aid with discovering information about Cake Addins
MIT License
5 stars 6 forks source link

Addins Audit mark libraries marked with both net5.0 and nettandard2.0 with :x: #176

Closed AdmiringWorm closed 3 years ago

AdmiringWorm commented 3 years ago

When the AddinDiscoverer runs the audit process on cake addins to gather whether they are following the recommended guidelines or not, it marks any Addin library with an :x: if they include a supported framework reference to net50.

There is a general recommendation to target this framework in the guidelines (https://cakebuild.net/docs/extending/addins/best-practices#net-target-version) optionally. Additionally, this should probably be marked as compatible instead.

https://github.com/cake-contrib/Home/blob/e98250bb26f6f3ea5281ead5bf49f9ac271f1edf/Audit_for_Cake_1.0.0.md