Damon Tivel

Results 16 comments of Damon Tivel

In a delay of plans, signed package verification during restore operations will remain disabled by default in .NET 6.0.400 SDK and .NET 7 RC1+ SDK on Linux. It was briefly...

[System.CommandLine automatically provides version functionality.](https://learn.microsoft.com/en-us/dotnet/standard/commandline/get-started-tutorial#version-output) ```text C:\>sign -? Description: Sign CLI Usage: sign [command] [options] Options: --version Show version information -?, -h, --help Show help and usage information Commands: code...

@CZEMacLeod, thanks for the feedback. As a workaround, I think you can override the `%TEMP%` environment variable just before running Sign CLI. The override only needs to be on the...

CC @clairernovotny Authenticode supports multiple signatures. It was planned that Sign CLI's default behavior was to append new signatures. However, last we checked a Windows API we use (`SignerSignEx3(...)`) did...

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...

These arguments are used for Authenticode and ClickOnce signing. If you aren't doing Authenticode or ClickOnce signing, it does seem weird for Sign CLI to require arguments anyway. The current...

@RonKoppelaar, thanks for the report. Sorry you're having this problem. @clairernovotny had an idea that there might be contention with an antivirus/malware scanner. Are you using a stock VM template?...

There should be a summary at the end which displays: * top-level files (containers or not) and their status (e.g.: signed or failed) * count of signed files * count...