cake-contrib / Cake_Git

Cake AddIn that extends Cake with Git features using LibGit2 and LibGit2Sharp

Home Page:https://cakebuild.net/extensions/cake-git

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Recommended changes resulting from automated audit

Jericho opened this issue · comments

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:

  • Your addin should target netstandard2.0 at a minimum. Optionally, your addin can also multi-target net46.
  • The nuget package for your addin should use the cake-contrib icon. Specifically, your addin's .csproj should have a line like this: <PackageIconUrl>https://cdn.jsdelivr.net/gh/cake-contrib/graphics/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.

This issue was created by a tool: Cake.AddinDiscoverer version 3.12.1

We performed a follow up automated audit of your Cake addin and found that the issues we previously identified have been resolved. Thank you!

Please be aware that some of the recommendations we made in our last audit (which took place in June 2018) have changed. For instance, we now recommend that addins use Cake 0.33.0 (rather than 0.28.0) and also, due to the announced demise of the rawgit CDN, we ask that you use a new icon URL.

All this to say that a future automated audit may create a new issue if you haven't already addressed these new recommendations.