Open Jericho opened 6 years ago
I've created an initial code change https://github.com/sergeyzwezdin/magic-chunks/pull/65 to migrate from 0.23.0 to 0.26.1 which should reduce cake.build errors (they then become warnings) when people use the latest editions of cake.
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.