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 crash when pTargetMD is null #110652

Merged

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Dec 12, 2024

Backport of #110650 to release/9.0-staging

/cc @thaystg

Customer Impact

  • Customer reported
  • Found internally

It was found internally, it's crashing while debugging an app. It was caused by a backport recently merged: #110438, it's not shipped yet and it's important to fix it before shipping.

Regression

  • Yes
  • No

It was introduced here: #110334

Testing

We manually tested.

Risk

Low risk, only checking if a variable is null.

IMPORTANT: If this backport is for a servicing release, please verify that:

  • The PR target branch is release/X.0-staging, not release/X.0.

Package authoring no longer needed in .NET 9

IMPORTANT: Starting with .NET 9, you no longer need to edit a NuGet package's csproj to enable building and bump the version.
Keep in mind that we still need package authoring in .NET 8 and older versions.

Copy link
Contributor

Tagging subscribers to this area: @tommcdon
See info in area-owners.md if you want to be subscribed.

@tommcdon tommcdon added this to the 9.0.x milestone Dec 12, 2024
@jeffschwMSFT jeffschwMSFT added the Servicing-approved Approved for servicing release label Dec 13, 2024
@jeffschwMSFT
Copy link
Member

approved offline as this is a regression in a recent fix

Copy link
Member

@jeffschwMSFT jeffschwMSFT left a comment

Choose a reason for hiding this comment

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

lgtm

@jeffschwMSFT jeffschwMSFT modified the milestones: 9.0.x, 9.0.2 Dec 13, 2024
@thaystg thaystg merged commit 51fd1e2 into release/9.0-staging Dec 13, 2024
89 of 92 checks passed
@jkotas jkotas deleted the backport/pr-110650-to-release/9.0-staging branch December 29, 2024 15:49
@github-actions github-actions bot locked and limited conversation to collaborators Jan 29, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants