dotnet / sign

Code Signing CLI tool supporting Authenticode, NuGet, VSIX, and ClickOnce
MIT License
447 stars 84 forks source link

Publish Sign.Core as a nuget package #644

Open jackmtpt opened 8 months ago

jackmtpt commented 8 months ago

Are there any plans to publish Sign.Core as a nuget package so that it can be consumed from other applications? We already have a custom tool to update/sign clickonce .application files and it would be great if we could simply call Sign.Core from it rather than needing to a) call the dotnet sign CLI or b) re-implement the AKV signing code ourselves.

dtivel commented 7 months ago

Currently, there are no plans to publish Sign.Core as a NuGet package. There are a lot of issues we'd need to work through before this becomes a viable option. We'd like to, but it's not a priority at this time.

Please upvote if this is important to you.

jackmtpt commented 7 months ago

Have you got a list of the issues that would need to be worked on? Is it something that you'd accept contributions for?