Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

Recommended changes resulting from automated audit #3

Open
4 tasks
Jericho opened this issue Apr 20, 2019 · 0 comments
Open
4 tasks

Recommended changes resulting from automated audit #3

Jericho opened this issue Apr 20, 2019 · 0 comments

Comments

@Jericho
Copy link

Jericho commented Apr 20, 2019

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:

  • You are currently referencing Cake.Core 0.23.0. Please upgrade to 0.33.0
  • The Cake.Core reference should be private. Specifically, your addin's .csproj should have a line similar to this: <PackageReference Include="Cake.Core" Version="0.33.0" PrivateAssets="All" />
  • 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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant