8000 Remove modification of MSBuildAllProjects property by drewnoakes · Pull Request #2181 · dotnet/wpf · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Remove modification of MSBuildAllProjects property #2181

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

Merged

Conversation

drewnoakes
Copy link
Member

Since 16.0, MSBuild automatically prepends the most recently modified import to this property, so there's no need to ensure all imports do this themselves. In fact, doing so actively harms performance as this property's value becomes very large and processing it is expensive.

I assume this SDK does not need to support VS versions earlier than 16.0.

Since 16.0 MSBuild automatically prepends the most recently modified import to this property, so there's no need to ensure all imports do this themselves. In fact, doing so actively harms performance as this property's value becomes very large and processing it is expensive.

I assume this SDK does not need to support VS versions earlier than 16.0.
@ghost ghost requested review from vatsan-madhavan and rladuca November 12, 2019 11:18
@ghost ghost added the PR metadata: Label to tag PRs, to facilitate with triage label Nov 12, 2019
@ghost ghost requested a review from SamBent November 12, 2019 11:18
@vatsan-madhavan vatsan-madhavan merged commit 73107c2 into dotnet:master Nov 12, 2019
@drewnoakes drewnoakes deleted the dev/drnoakes/msbuild-all-projects branch November 12, 2019 22:09
@ghost ghost locked as resolved and limited conversation to collaborators Apr 14, 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.

4 participants
0