Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release/9.0-staging] Fix System.Reflection.Emit SetChecksum creating invalid pdb #110205

Open
wants to merge 1 commit into
base: release/9.0-staging
Choose a base branch
from

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Nov 26, 2024

Backport of #110097 to release/9.0-staging

Fixes #110096.

/cc @steveharter @tgjones

Customer Impact

  • Customer reported

This is preventing the use of PDBs with source document checksums that allow, for example, the source .cs file to be verified it has not been altered.

Regression

  • Yes
  • No

This code was introduced in v9 in this PR which had the bug.

Testing

This PR added the test.

Risk

Low. The fix is straightforward and one LOC.

Copy link
Contributor

Tagging subscribers to this area: @dotnet/area-system-reflection-emit
See info in area-owners.md if you want to be subscribed.

@steveharter steveharter added the Servicing-consider Issue for next servicing release review label Nov 27, 2024
@steveharter steveharter added this to the 9.0.x milestone Nov 27, 2024
@steveharter steveharter self-assigned this Nov 27, 2024
@steveharter steveharter requested a review from ericstj November 27, 2024 16:06
Copy link
Member

@ericstj ericstj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thank you for including in the test.

@steveharter steveharter requested a review from artl93 November 27, 2024 18:55
@rbhanda rbhanda modified the milestones: 9.0.x, 9.0.2 Dec 10, 2024
@rbhanda rbhanda added Servicing-approved Approved for servicing release and removed Servicing-consider Issue for next servicing release review labels Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants