cake-contrib / Cake.AddinDiscoverer

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

Cake.Recipe usage is not being detected as expected #207

Closed Jericho closed 2 years ago

Jericho commented 2 years ago

The discoverer in incorrectly reporting that none of the addins are using Cake.Recipe.

This is due to a bug in the CheckUsingCakeRecipeStep class where we fail to rewind a stream before attempting to read the content of a .cake file. This makes it seam like the file is empty and therefore no recipe reference is detected.