cake-contrib / Cake.Recipe

:page_with_curl: A set of convention based Cake scripts
https://cake-contrib.github.io/Cake.Recipe
MIT License
70 stars 53 forks source link

Support Cake 2.0.0 (THIS IS A TEST. PLEASE IGNORE) #978

Closed Jericho closed 1 year ago

Jericho commented 1 year ago

In order for Cake.Recipe to be compatible with Cake version 2.0.0, each and every referenced addin must support Cake 2.0.0. This issue will be used to track the full list of addins referenced in Cake.Recipe and whether or not they support Cake 2.0.0. When all referenced addins are upgraded to support Cake 2.0.0, we will automatically submit a PR to upgrade Cake.Recipe. In the mean time, this issue will be regularly updated when addins are updated with Cake 2.0.0 support.

Referenced Addins:

Jericho commented 1 year ago

@gep13 As I mentioned in Slack, Cake.Coverlet when from supporting Cake 1.0 to Cake 3.0 and skipped Cake 2.0. The next version of AddinDiscoverer that I'm working on does not know how to handle this scenario. I suggest that AddinDisco should simply add a comment similar to Cake.Coverlet skipped support for Cake 2.0.0. Therefore there is no need to upgrade this reference. (as you can observe above). Let me know what you think.