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

GetContentFileFolderRelativeToFramework allocates too much #12668

Closed
drewnoakes opened this issue Jun 20, 2023 · 0 comments · Fixed by NuGet/NuGet.Client#5252
Closed

GetContentFileFolderRelativeToFramework allocates too much #12668

drewnoakes opened this issue Jun 20, 2023 · 0 comments · Fixed by NuGet/NuGet.Client#5252
Labels
Functionality:Restore Priority:2 Issues for the current backlog. Tenet:Performance Performance issues Type:Bug
Milestone

Comments

@drewnoakes
Copy link

GetContentFileFolderRelativeToFramework allocates too many strings, enumerators and arrays. It can be made to allocate only the output string.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Functionality:Restore Priority:2 Issues for the current backlog. Tenet:Performance Performance issues Type:Bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants