docs icon indicating copy to clipboard operation
docs copied to clipboard

service start with code signing .NET Framework 4.8

Open trivalik opened this issue 1 year ago • 0 comments

Describe the issue or suggestion

I signed a .NET Framework 4.8 executeable and run that as as service. The startup runs into timeout, so we had to set <generatePublisherEvidence enabled="false"/>. to fix the timeout during service startup.

That means that the sentence "In the .NET Framework 4 and later, this element has no effect on assembly load times." is not correct.

https://github.com/dotnet/docs/blob/4f7d70b28b5b98f5b61bfed093d5b1a5ba9852ad/docs/framework/configure-apps/file- schema/runtime/generatepublisherevidence-element.md

trivalik avatar Aug 27 '24 05:08 trivalik