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:
[x] You are currently referencing Cake.Common 0.26.1. Please upgrade to 0.28.0
[x] The Cake.Common reference should be private. Specifically, your addin's .csproj should have a line similar to this: <PackageReference Include="Cake.Common" Version="0.28.0" PrivateAssets="All" />
[x] Your addin should target netstandard2.0. Please note that there is no need to multi-target, netstandard2.0 is sufficient.
[x] There should be a YAML file describing your addin on the cake web site. Specifically, you should add a .yml file in this repo
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.
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.Common" Version="0.28.0" PrivateAssets="All" />
.yml
file in this repoApologies 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.