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

Remove substring allocation from Baml2006Reader.Logic_GetFullXmlns #6271

Merged
merged 1 commit into from
Jun 3, 2022

Conversation

stephentoub
Copy link
Member

Description

When getting the assembly name, we can slice out the piece that's needed rather than allocating a substring.

Customer Impact

Unnecessary string allocations.

Regression

No

Testing

CI

Risk

Minimal

When getting the assembly name, we can slice out the piece that's needed rather than allocating a substring.
@stephentoub stephentoub requested a review from a team as a code owner March 17, 2022 16:11
@ghost ghost added the PR metadata: Label to tag PRs, to facilitate with triage label Mar 17, 2022
@ghost ghost requested review from dipeshmsft, singhashish-wpf and SamBent March 17, 2022 16:11
@dipeshmsft dipeshmsft self-assigned this May 5, 2022
@ghost ghost assigned stephentoub May 5, 2022
@dipeshmsft dipeshmsft added the 📭 waiting-author-feedback To request more information from author. label May 19, 2022
@stephentoub
Copy link
Member Author

@dipeshmsft, you marked this as needs-author-feedback, but I don't see a question; is there something you need?

@dipeshmsft
Copy link
Member

In the review I have left a comment.

@stephentoub
Copy link
Member Author

In the review I have left a comment.

I do not see it. Where? What does it say?

@dipeshmsft dipeshmsft removed the 📭 waiting-author-feedback To request more information from author. label May 20, 2022
@dipeshmsft dipeshmsft merged commit aff2a11 into dotnet:main Jun 3, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Jul 3, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
PR metadata: Label to tag PRs, to facilitate with triage
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants