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

Use package's NormalizedVersion to create support requests #9285

Merged
merged 1 commit into from Oct 27, 2022

Conversation

drewgillies
Copy link
Contributor

@drewgillies drewgillies commented Oct 27, 2022

@drewgillies drewgillies requested a review from a team as a code owner October 27, 2022 07:29
@drewgillies drewgillies changed the base branch from main to dev October 27, 2022 07:30
@drewgillies drewgillies force-pushed the dg-sr-normalizedversion branch 2 times, most recently from fc8e834 to 45d1baa Compare October 27, 2022 11:01
return string.Empty;
}

return string.IsNullOrEmpty(package.NormalizedVersion) ? Normalize(package.Version) : package.NormalizedVersion;
Copy link
Member

Choose a reason for hiding this comment

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

Can we query the DB and see if this case happens at all? Even when I first joined the team I remember seeing NormalizedVersion populated every time we need it.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Have just queried. This case doesn't exist.

@drewgillies drewgillies merged commit ac65151 into dev Oct 27, 2022
@drewgillies drewgillies deleted the dg-sr-normalizedversion branch October 27, 2022 21:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants