From c1d64a28ee3ce1127e6b181b3ac8f69acc2d661c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 5 Feb 2026 00:03:58 +0000 Subject: [PATCH 1/2] Initial plan From 386cf1c24e041ed4faa8973dd2f8aa5cf5d618b0 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 5 Feb 2026 00:05:34 +0000 Subject: [PATCH 2/2] Remove inaccurate .NET Framework 4 note from generatePublisherEvidence documentation Co-authored-by: meaghanlewis <10103121+meaghanlewis@users.noreply.github.com> --- .../file-schema/runtime/generatepublisherevidence-element.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/framework/configure-apps/file-schema/runtime/generatepublisherevidence-element.md b/docs/framework/configure-apps/file-schema/runtime/generatepublisherevidence-element.md index c40a93307e858..9ccbc3302fa3d 100644 --- a/docs/framework/configure-apps/file-schema/runtime/generatepublisherevidence-element.md +++ b/docs/framework/configure-apps/file-schema/runtime/generatepublisherevidence-element.md @@ -54,10 +54,7 @@ Specifies whether the runtime creates ev ## Remarks -> [!NOTE] -> In the .NET Framework 4 and later, this element has no effect on assembly load times. - - The common language runtime (CLR) tries to verify the Authenticode signature at load time to create evidence for the assembly. However, by default, most applications do not need evidence. Standard CAS policy does not rely on the . You should avoid the unnecessary startup cost associated with verifying the publisher signature unless your application executes on a computer with custom CAS policy, or is intending to satisfy demands for in a partial-trust environment. (Demands for identity permissions always succeed in a full-trust environment.) +The common language runtime (CLR) tries to verify the Authenticode signature at load time to create evidence for the assembly. However, by default, most applications do not need evidence. Standard CAS policy does not rely on the . You should avoid the unnecessary startup cost associated with verifying the publisher signature unless your application executes on a computer with custom CAS policy, or is intending to satisfy demands for in a partial-trust environment. (Demands for identity permissions always succeed in a full-trust environment.) > [!NOTE] > We recommend that services use the `` element to improve startup performance. Using this element can also help avoid delays that can cause a time-out and the cancellation of the service startup.