Skip to content

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

Merged
ericstj merged 1 commit into
release/9.0-stagingfrom
backport/pr-110097-to-release/9.0-staging
Dec 17, 2024
Merged

[release/9.0-staging] Fix System.Reflection.Emit SetChecksum creating invalid pdb#110205
ericstj merged 1 commit into
release/9.0-stagingfrom
backport/pr-110097-to-release/9.0-staging

Conversation

@github-actions

@github-actionsgithub-actionsBot commented Nov 26, 2024

Copy link
Copy Markdown
Contributor

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.

@dotnet-policy-service

Copy link
Copy Markdown
Contributor

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

@stevehartersteveharter added the Servicing-consider Issue for next servicing release review label Nov 27, 2024
@stevehartersteveharter added this to the 9.0.x milestone Nov 27, 2024
@stevehartersteveharter self-assigned this Nov 27, 2024

@ericstjericstj left a comment

Copy link
Copy Markdown
Member

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.

@rbhandarbhanda modified the milestones: 9.0.x, 9.0.2Dec 10, 2024
@rbhandarbhanda added Servicing-approved Approved for servicing release and removed Servicing-consider Issue for next servicing release review labels Dec 10, 2024
@ericstj
ericstj merged commit 2690c5f into release/9.0-stagingDec 17, 2024
@jkotas
jkotas deleted the backport/pr-110097-to-release/9.0-staging branch December 29, 2024 15:49
@github-actionsgithub-actionsBot locked and limited conversation to collaborators Jan 29, 2025
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-System.Reflection.EmitServicing-approvedApproved for servicing release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@jeffhandley@ericstj@artl93@steveharter@rbhanda@tgjones