msbuild icon indicating copy to clipboard operation
msbuild copied to clipboard

[main] Update dependencies from dotnet/roslyn

Open dotnet-maestro[bot] opened this issue 3 years ago • 9 comments

This pull request updates the following dependencies

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

  • Subscription: 848bf81b-14ec-482f-6736-08da008bd46a
  • Build: 20220804.1
  • Date Produced: August 4, 2022 9:28:21 AM UTC
  • Commit: 83ae84b2a99a0bb1cb83525db21d467b99fd0159
  • Branch: refs/heads/release/dev17.4-vs-deps

dotnet-maestro[bot] avatar Jul 18 '22 12:07 dotnet-maestro[bot]

Should get a review from someone else before merging, since I made the last change.

Forgind avatar Aug 02 '22 22:08 Forgind

Can you explain why you made that change? It looks like the PR was green.

rainersigwald avatar Aug 03 '22 14:08 rainersigwald

It wasn't. That check is lying.

Forgind avatar Aug 03 '22 15:08 Forgind

From jaredpar: This is the first time MSBuild has used a compiler that has the new mtehod group to delegate caching feature. That changed the behavior of this line:

SendDataDelegate transportDelegate = PacketProcessor;

Prior to this version this was always a delegate allocation, now though it's a cached delegate conversion. That means the transportDelegate is cached here and likely keeping what you expected to be collected in memory

Forgind avatar Aug 03 '22 15:08 Forgind

Great info to put in the commit message . . .

rainersigwald avatar Aug 03 '22 15:08 rainersigwald

I'm assuming it will be squashed anyway, so my commit message would disappear. You're right that it'll be good to include in the squash message.

Forgind avatar Aug 03 '22 15:08 Forgind

I would not recommend squashing this, since it required an update to our code.

rainersigwald avatar Aug 03 '22 15:08 rainersigwald

/azp run

rokonec avatar Aug 08 '22 21:08 rokonec

Azure Pipelines successfully started running 1 pipeline(s).

azure-pipelines[bot] avatar Aug 08 '22 21:08 azure-pipelines[bot]