You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Authenticode verification is currently unavailable on .NET Core, which prevents us from verifying multiple file types (e.g., .dll and .ps1) on macOS and Linux. We need to devise a workaround for this limitation.
One potential solution is to use osslsigncode. Another option is to skip checking these files on .NET Core, publish the skipped files, and then process them in a subsequent run of SignCheck using .NET Framework.
The text was updated successfully, but these errors were encountered:
Authenticode verification is currently unavailable on .NET Core, which prevents us from verifying multiple file types (e.g., .dll and .ps1) on macOS and Linux. We need to devise a workaround for this limitation.
One potential solution is to use
osslsigncode
. Another option is to skip checking these files on .NET Core, publish the skipped files, and then process them in a subsequent run of SignCheck using .NET Framework.The text was updated successfully, but these errors were encountered: