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/6.0.1xx-preview7] Update dependencies from dotnet/msbuild #19399

Conversation

dotnet-maestro[bot]
Copy link
Contributor

@dotnet-maestro dotnet-maestro bot commented Jul 29, 2021

This pull request updates the following dependencies

From https://github.com/dotnet/msbuild

  • Subscription: d57aec97-10d9-4d9e-38fc-08d93c0c1995
  • Build: 20210730.1
  • Date Produced: 7/30/2021 7:12 AM
  • Commit: b6e7d6051a3c3f595bfa11bd3b2749c0c8cc7f3c
  • Branch: refs/heads/main

…0729.3

Microsoft.Build.Localization , Microsoft.Build
 From Version 17.0.0-preview-21378-03 -> To Version 17.0.0-preview-21379-03
@dotnet-issue-labeler
Copy link

I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label.

…0729.4

Microsoft.Build.Localization , Microsoft.Build
 From Version 17.0.0-preview-21378-03 -> To Version 17.0.0-preview-21379-04
…0730.1

Microsoft.Build.Localization , Microsoft.Build
 From Version 17.0.0-preview-21378-03 -> To Version 17.0.0-preview-21380-01
@AR-May
Copy link
Member

AR-May commented Jul 30, 2021

Looking at it.
It seems like build 20210729.3 reverts MSBuild PRs for which test adjustments were made by @ladipro in PR #19089.
These failures hopefully will be fixed when we revert these adjustments too.

@marcpopMSFT
Copy link
Member

we've finalized the preview 7 build at this point so closing this PR.

@dotnet-maestro dotnet-maestro bot deleted the darc-release/6.0.1xx-preview7-2f6184a0-d0fa-4e08-aa6e-71218c219c86 branch July 30, 2021 23:55
MiYanni pushed a commit that referenced this pull request Apr 25, 2024
…es" for devenv only (#19399)

Fixes: [AB#2014670](https://devdiv.visualstudio.com/DevDiv/_workitems/edit/2014670)

### Description

A change was made in 8.0.2xx to register MSBuildSdkResolver for NGEN (#17732), against both devenv.exe and MSBuild.exe. Later a bug was found in the way MSBuild.exe loads the resolver so the change was reverted in 8.0.3xx (#19112). However, because the change had a measurable positive perf effect, the revert was effectively a regression for devenv.exe and got flagged so by PerfDDRITs.

This PR is a re-do of the original change, only this time with MSBuild.exe omitted, i.e. we're NGENing the resolver only for the default architecture of devenv.exe.

### Customer Impact

Startup perf regression, about 5% more methods JITted in scenarios measured by Visual Studio PerfDDRITs.

### Regression

Yes, perf regression in VS 17.10.

### Risk 

Low
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants