Open Jericho opened 6 years ago
Hello @jzeferino,
Since 0.25.0 cake uses a in-process nuget client, which allows loading package dependencies (https://cakebuild.net/docs/fundamentals/default-configuration-values#in-process-nuget-installation). For the changes on this addin we have two options:
1) Keep bundling the ResxConverter.Core
and ResxConverter.Mobile
assemblies with the addin.
loaddependencies=true
. See example on Cake.Email
: https://github.com/cake-contrib/Cake.Email.What do you think?
Thanks for the info. I would prefer the option 2. This is related with what you've said in #4? correct?
Ok, lets go with option 2. Not sure what you meant by "what you've said in #4"...
My mistake sorry. I mean https://github.com/jzeferino/ResxConverter/pull/28.
Then yes, but for the CLI I think that possible use cases don't include resolution of nuget package deps, so bundling all the assemblies sounds better.
We performed a follow up automated audit of your Cake addin and found that some (or all) issues previously identified have not been resolved.
We strongly encourage you to make the modifications previously highlighted.
Apologies if this is already being worked on, or if there are existing open issues, this issue was created based on what is currently published for this package on NuGet.
This comment was created by a tool: Cake.AddinDiscoverer version 3.12.1
We performed an automated audit of your Cake addin and found that it does not follow all the best practices.
We encourage you to make the following modifications:
.csproj
should have a line similar to this:<PackageReference Include="Cake.Core" Version="0.28.0" PrivateAssets="All" />
.csproj
should have a line like this:<PackageIconUrl>https://cdn.rawgit.com/cake-contrib/graphics/a5cf0f881c390650144b2243ae551d5b9f836196/png/cake-contrib-medium.png</PackageIconUrl>
.Apologies if this is already being worked on, or if there are existing open issues, this issue was created based on what is currently published for this package on NuGet.org and in the project on github.