Closed jzeferino closed 7 years ago
I think Cake addins must include all the needed assemblies in the package. Cake won't go through the package dependencies to add other assemblies.
But its a Cake thing? Guess I've seen .net librarys referencing other dependcies via package reference.
Yeah, a detail on Cake usage of packages. But I'm not 100% sure. Need to check.
On Apr 16, 2017 12:52, "jzeferino" notifications@github.com wrote:
But its a Cake thing? Guess I've seen .net librarys referencing other dependcies via package reference.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/jzeferino/Cake.ResxConverter/issues/1#issuecomment-294347770, or mute the thread https://github.com/notifications/unsubscribe-auth/ADyghV_O5QIrhR0SSX0WWCCysd76AkEfks5rwgELgaJpZM4M-fOv .
I've double checked this with the Cake team. All the dependencies should be contained in the addin package.
The Cake.ResxConverter .nuspec has references to the .dll dependencies. Could make sense to reference nuget packages instead.