dotnet / sign

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

Added extension method that replaces FormatMessage in the two command classes. #693

Closed dlemstra closed 3 weeks ago

dlemstra commented 3 weeks ago

This avoids the code duplication of the FormatMessage method. This is a first step in removing some of the duplication of the AzureKeyVaultCommand and CertificateStoreCommand that is also needed by a new TrustedSigningCommand.