-
Notifications
You must be signed in to change notification settings - Fork 232
[main] Source code updates from dotnet/runtime #4125
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
[main] Source code updates from dotnet/runtime #4125
Conversation
|
Caution 🚨 Action Required — Conflict detectedA conflict was detected when trying to update this PR with changes from build The conflicts in the following files need to be manually resolved:
ℹ️ To resolve the conflicts, please follow these steps:
💡 You may consult the FAQ for more information or tag @dotnet/prodconsvcs for assistance. |
Diff: https://github.com/dotnet/runtime/compare/ee0d069f937b187c1e79b958536c80dfb1f9ad6b..ee0d069f937b187c1e79b958536c80dfb1f9ad6b From: dotnet/runtime@ee0d069 To: dotnet/runtime@ee0d069 The following files had conflicts that were resolved by a user: - src/runtime/src/tasks/Crossgen2Tasks/Crossgen2Tasks.csproj - src/runtime/src/tasks/installer.tasks/installer.tasks.csproj - src/runtime/src/tasks/tasks.proj
|
Package pruning failures here too. cc @ericstj |
|
Yeah, already on it. Something brought back the workaround I deleted. |
|
I don't trust the content of this PR. It looks to be making changes that aren't part of the commit range dotnet/runtime@891c183...ee0d069 and those undo changes in #3873 |
ViktorHofer
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some of these changes are wrong as they are bringing back files that we deleted recently in the VMR. I.e. pruning.targets.
Diff: https://github.com/dotnet/runtime/compare/ee0d069f937b187c1e79b958536c80dfb1f9ad6b..043cba865ac0fb1ba8e021376eca8c552350671a From: dotnet/runtime@ee0d069 To: dotnet/runtime@043cba8 [[ commit created by automation ]]
|
Note PRs from original repository included in this codeflow update:
💡 You may consult the FAQ for more information or tag @dotnet/prodconsvcs for assistance. |
|
@premun PTAL. Service issue possibly. |
Diff: https://github.com/dotnet/runtime/compare/043cba865ac0fb1ba8e021376eca8c552350671a..3211693c5d1875116571962d5d0e3cf401148660 From: dotnet/runtime@043cba8 To: dotnet/runtime@3211693 [[ commit created by automation ]]
|
Something is up with the runtime codeflow (both ways), looking into it |
|
Would be nice to get this in as it might have a fix for what's causing the hang in dotnet/aspnetcore#65006 |
|
Important While this PR was open, the source repository has received code changes from this repository (an opposite codeflow merged). You can continue with one of the following options:
💡 You may consult the FAQ for more information or tag @dotnet/prodconsvcs for assistance. |
|
Might be better to reboot this PR as we had issues in the backflow and here. A new PR will clear the problems. |
Note
This is a codeflow update. It may contain both source code changes from
the source repo
as well as dependency updates. Learn more here.
This pull request brings the following source code changes
From https://github.com/dotnet/runtime
Diff the source with this PR branch