sign icon indicating copy to clipboard operation
sign copied to clipboard

CLI: replace old .NET Framework manifest-signing (ClickOnce) code with dotnet-mage

Open dtivel opened this issue 3 years ago • 0 comments

We shouldn't own copies of .NET Framework manifest-signing code (e.g.: mansign.cs and mansign2.cs). We should delete all this code and move to a solution that does this for us.

See https://learn.microsoft.com/en-us/visualstudio/deployment/clickonce-deployment-dotnet?source=recommendations&view=vs-2022#mageexe.

dotnet-mage is the newest incarnation of mage.exe. We should talk with that team about integrating it into sign CLI.

CC @clairernovotny

dtivel avatar Nov 22 '22 18:11 dtivel