Damon Tivel

Results 16 comments of Damon Tivel

As of now, the Azure Code Signing timestamping service (http://timestamp.acs.microsoft.com) no longer includes a V1 attribute certificate which caused parsing problems (and NU3003) in NuGet clients using System.Security.Cryptography.Pkcs 5.0.0 -...

@clairernovotny, want to write one for this purpose?

Q: Can we narrow Sign CLI's TFM to Windows to prevent installation of the global tool on Linux and macOS? A: No. The [net6.0-windows TFM exists](https://learn.microsoft.com/en-us/dotnet/standard/frameworks#net-5-os-specific-tfms); however, attempting to use...

See https://github.com/dotnet/sign/issues/576#issuecomment-1416503295

We have 2 places ([here](https://github.com/dotnet/sign/blob/7b32935c42c720d96ceee799980a7f5ec2d2c296/src/Sign.Core/Signer.cs#L86) and [here](https://github.com/dotnet/sign/blob/7b32935c42c720d96ceee799980a7f5ec2d2c296/src/Sign.Core/SignatureProviders/ClickOnceSignatureProvider.cs#L78))that use `Parallel.ForEachAsync(...)` [Documentation](https://learn.microsoft.com/en-us/dotnet/api/system.threading.tasks.paralleloptions.maxdegreeofparallelism?view=net-7.0#remarks) says: > A positive property value limits the number of concurrent operations to the set value. If it is -1,...

@erdembayar, thanks for the feedback. It will not be overlooked. I'm going to move this PR to draft state, as I think @clairernovotny mistakenly published it too early.