-
Notifications
You must be signed in to change notification settings - Fork 5.3k
[main] Source code updates from dotnet/dotnet #122911
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/dotnet #122911
Conversation
[[ commit created by automation ]]
Updated Dependencies: Microsoft.CodeAnalysis, Microsoft.CodeAnalysis.Analyzers, Microsoft.CodeAnalysis.CSharp, Microsoft.Net.Compilers.Toolset (Version 5.3.0-1.25619.109 -> 5.3.0-2.26055.102) Microsoft.CodeAnalysis.NetAnalyzers, Microsoft.DotNet.ApiCompat.Task, Microsoft.NET.Workload.Emscripten.Current.Manifest-11.0.100.Transport (Version 11.0.100-alpha.1.25619.109 -> 11.0.100-alpha.1.26055.102) Microsoft.DotNet.Arcade.Sdk, Microsoft.DotNet.Build.Tasks.Archives, Microsoft.DotNet.Build.Tasks.Feed, Microsoft.DotNet.Build.Tasks.Installers, Microsoft.DotNet.Build.Tasks.Packaging, Microsoft.DotNet.Build.Tasks.TargetFramework, Microsoft.DotNet.Build.Tasks.Templating, Microsoft.DotNet.Build.Tasks.Workloads, Microsoft.DotNet.CodeAnalysis, Microsoft.DotNet.GenAPI, Microsoft.DotNet.GenFacades, Microsoft.DotNet.Helix.Sdk, Microsoft.DotNet.PackageTesting, Microsoft.DotNet.RemoteExecutor, Microsoft.DotNet.SharedFramework.Sdk, Microsoft.DotNet.XliffTasks, Microsoft.DotNet.XUnitExtensions (Version 11.0.0-beta.25619.109 -> 11.0.0-beta.26055.102) Microsoft.DotNet.Cecil (Version 0.11.5-alpha.25619.109 -> 0.11.5-alpha.26055.102) Microsoft.DotNet.XUnitAssert, Microsoft.DotNet.XUnitConsoleRunner (Version 2.9.3-beta.25619.109 -> 2.9.3-beta.26055.102) Microsoft.NET.Sdk.IL, Microsoft.NETCore.App.Ref, Microsoft.NETCore.ILAsm, runtime.native.System.IO.Ports, System.Reflection.Metadata, System.Reflection.MetadataLoadContext, System.Text.Json (Version 11.0.0-alpha.1.25619.109 -> 11.0.0-alpha.1.26055.102) NuGet.Frameworks, NuGet.Packaging, NuGet.ProjectModel, NuGet.Versioning (Version 7.3.0-preview.1.12009 -> 7.3.0-preview.1.5602) System.CommandLine (Version 3.0.0-alpha.1.25619.109 -> 3.0.0-alpha.1.26055.102)
|
Caution 🛑 Conflict detectedA conflict was detected when trying to update this PR with changes from https://github.com/dotnet/dotnet/tree/67ecf9e85940271afc2728753b09789c64bfecf2. The conflicts in the following files need to be manually resolved so that automated codeflow can resume for this PR:
ℹ️ To resolve the conflict, please follow these steps:
💡 You may consult the FAQ for more information or tag @dotnet/prodconsvcs for assistance. |
|
Caution 🛑 Conflict detectedA conflict was detected when trying to update this PR with changes from https://github.com/dotnet/dotnet/tree/896160ec9eb0fdb1c019f698b39fa0923c9a316c. The conflicts in the following files need to be manually resolved so that automated codeflow can resume for this PR:
ℹ️ To resolve the conflict, please follow these steps:
💡 You may consult the FAQ for more information or tag @dotnet/prodconsvcs for assistance. |
Diff: https://github.com/dotnet/dotnet/compare/896160ec9eb0fdb1c019f698b39fa0923c9a316c..896160ec9eb0fdb1c019f698b39fa0923c9a316c From: dotnet/dotnet@896160e To: dotnet/dotnet@896160e The following files had conflicts that were resolved by a user: - Directory.Build.targets
|
I resolved the conflict but the package pruning error from before the error is still there |
|
Changes LGTM. That error might be due to @ericstj's package pruning workaround that he put into runtime. |
|
This is bringing in the SDK with KnownFrameworkReference items for .NET 11. That means a number of workarounds put in place for retargeting can be removed. The pruning one is just the very first we hit (since it happens in restore). I think all that work happened in VMR for the last runtime flow. I recommend we wait for backflow rather than re-implementing here. @ViktorHofer / @lewing -- do you agree? |
|
Let's wait for backflow of dotnet/dotnet@4522825 |
it won't backflow automatically since there was a conflict |
|
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. |
|
This is blocking #123045 |
|
#123100 replaces this |
Note
This is a codeflow update. It may contain both source code changes from
the VMR
as well as dependency updates. Learn more here.
This pull request brings the following source code changes
From https://github.com/dotnet/dotnet
Updated Dependencies
Associated changes in source repos
Diff the source with this PR branch