dotnet / sign

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

Have a setting to disable call to mage or add more parameters #682

Closed klamfeldt closed 3 weeks ago

klamfeldt commented 2 months ago

Is your feature request related to a problem? Please describe. When signing files some properties are updated with wrong value by mage. I.ex. then signing dev.application and dev.dll.manifest the property codebase is set to, for our case, un incorrect value.

Describe the solution you'd like Either have a flag disabling call to mage or perhaps better add parameters to sign that are forwarded to the mage-call

Describe alternatives you've considered We have to call mage again for only the application file and then resign the application file again

dtivel commented 1 month ago

@klamfeldt, thanks for the report.

Can you provide more detail?

dtivel commented 3 weeks ago

Please reactivate if you have more information.