sign
sign copied to clipboard
Code Signing CLI tool supporting Authenticode, NuGet, VSIX, and ClickOnce
Hi. I'm wondering if this tool can be added as an option for integrating Trusted Signing here: https://learn.microsoft.com/en-us/azure/trusted-signing/how-to-signing-integrations
Hi Up to 40MB seems to work, but then i included a further tool and sign code trusted-signing C:\prod\Oss\CxxSonarQubeRunner\BuildDrop\Pck\CxxSonarQubeRunner.3.6.1.nupkg -tse https://neu.codesigning.azure.net -tsa ACCOUNT -tscp PROFILE --timestamp-url http://timestamp.acs.microsoft.com --timestamp-digest SHA256 --file-digest...
**Is your feature request related to a problem? Please describe.** The contents of CAB files aren't signed. **Describe the solution you'd like** The contents of CAB files should be treated...
* Add guidelines around `IDisposable` ownership transfer. See analyzer rules [`dispose_ownership_transfer_at_constructor`](https://learn.microsoft.com/dotnet/fundamentals/code-analysis/code-quality-rule-options#dispose_ownership_transfer_at_constructor) and [`dispose_ownership_transfer_at_method_call`](https://learn.microsoft.com/dotnet/fundamentals/code-analysis/code-quality-rule-options#dispose_ownership_transfer_at_method_call)
**Is your feature request related to a problem? Please describe.** Currently, `dotnet sign` explicitly targets Windows x64. This presents a problem when needing to run the tool from Windows arm64...
After working on https://github.com/dotnet/sign/pull/773 for some time, it's clear that Sign CLI's ClickOnce signing algorithm needs improvement.
We have a folder with multiple Office add-ins, each with a `vsto` and `manifest` file. Attempting to sign one `vsto`, e.g. `Hello.World.OutlookAddIn.vsto` throws ``` fail: Sign.Core.ISigner[0] Sequence contains more than...
Fixes #880
See https://github.com/dotnet/sign/issues/842. This PR adds a specification for changes to the ClickOnce signing algorithm. The goal is to make ClickOnce signing simpler, more correct, more efficient, and easier to maintain...
**Describe the bug** Sign CLI does not support signing PowerShell XAML files. [This](https://github.com/PowerShell/PowerShell/blob/2f4f585e7fe075f5c1669397ae738c554fa18391/src/System.Management.Automation/security/SecurityManager.cs#L97-L106) shows the file extensions for which PowerShell verifies signatures. Attempting to sign a simple XAML file results...