cake-contrib / Cake.AddinDiscoverer

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

Invalid Cake.Recipe upgrade recommendation when a referenced recipe contains cake-version.yml #222

Closed Jericho closed 1 year ago

Jericho commented 1 year ago

The upgrade recommendation logic does not take into consideration the possibility of a given version of a referenced recipe containing cake-version.yml while previous version of the same referenced recipe do not contain this yml file.

Case in point: Cake.Issues.Recipe version 2.0.0 contains the yml file but previous versions of this recipe do not.

The consequence of this problem is that AddinDisco recommends that we upgrade some #load references when we should not. See here for an example.