Remove inaccurate .NET Framework 4 note from generatePublisherEvidence documentation#51521
Merged
meaghanlewis merged 2 commits intomainfrom Feb 6, 2026
Merged
Conversation
…e documentation Co-authored-by: meaghanlewis <10103121+meaghanlewis@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update warning note on .NET 4 generatePublisherEvidence
Remove inaccurate .NET Framework 4 note from generatePublisherEvidence documentation
Feb 5, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR removes an inaccurate note from the <generatePublisherEvidence> element documentation that claimed the element has no effect on assembly load times in .NET Framework 4 and later. The issue reporter documented real-world evidence of 30-40 second delays in .NET 4.7 applications that were resolved by using this configuration element, directly contradicting the note. The removal resolves an internal contradiction where the document both claimed the element had no effect and recommended its use for service startup performance.
Changes:
- Removed the incorrect NOTE stating the element has no effect in .NET Framework 4 and later
- Retained all other documentation, including the recommendation for services to use this element
meaghanlewis
approved these changes
Feb 5, 2026
gewarren
approved these changes
Feb 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The documentation contained a note claiming
<generatePublisherEvidence>has no effect on assembly load times in .NET Framework 4+. This contradicts both user-reported behavior (30-40s delays prevented by this setting in .NET 4.7 apps behind HTTP proxies) and the document's own recommendation to use this element for service startup performance.Changes
The documentation now presents consistent information without conflicting statements about the element's effectiveness.
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.
Internal previews