-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[main] Update dependencies from dotnet/runtime #28865
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] Update dependencies from dotnet/runtime #28865
Conversation
…1102.12 Microsoft.Extensions.DependencyModel , Microsoft.NET.HostModel , Microsoft.NETCore.App.Host.win-x64 , Microsoft.NETCore.App.Ref , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.DotNetHostResolver , Microsoft.NETCore.Platforms , System.CodeDom , System.Reflection.MetadataLoadContext , System.Resources.Extensions , System.Security.Cryptography.ProtectedData , System.Text.Encoding.CodePages , VS.Redist.Common.NetCore.SharedFramework.x64.8.0 , VS.Redist.Common.NetCore.TargetingPack.x64.8.0 From Version 8.0.0-alpha.1.22551.9 -> To Version 8.0.0-alpha.1.22552.12
Notification for subscribed users from https://github.com/dotnet/runtime:@dnr-codeflow Action requested: Please take a look at this failing automated dependency-flow pull request's checks; failures may be related to changes which originated in your repo.
|
|
@agocke all the builds are broken with something like the following... Was a 7 input being confused for 8? Can you take a look? |
|
Looking. Not sure what could possible cause this wide of a break. |
|
OK, I think this is a real product break. @ViktorHofer any suggestions on who could help on the libraries team? I think the issue here is that there's been a major version bump of some components, but not a TFM bump in certain areas. What I'm seeing with Microsoft.Extensions.DependencyModel is that the new version is 8.0, which is fine, but it references framework dependencies that are also 8.0, and it's in the net7.0 directory. I think that's wrong. Right now when we try to build in the SDK we're building for net7.0, so we grab the latest binaries for net7.0, but still use the framework as provided by global.json. That means we're compiling using the net7.0 RC framework. If new packages aren't compatible with those binaries, they will break, and I think that's correct. We shouldn't be doing things like major version bumps without also bumping the TFM. |
…1104.1 Microsoft.Extensions.DependencyModel , Microsoft.NET.HostModel , Microsoft.NETCore.App.Host.win-x64 , Microsoft.NETCore.App.Ref , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.DotNetHostResolver , Microsoft.NETCore.Platforms , System.CodeDom , System.Reflection.MetadataLoadContext , System.Resources.Extensions , System.Security.Cryptography.ProtectedData , System.Text.Encoding.CodePages , VS.Redist.Common.NetCore.SharedFramework.x64.8.0 , VS.Redist.Common.NetCore.TargetingPack.x64.8.0 From Version 8.0.0-alpha.1.22551.9 -> To Version 8.0.0-alpha.1.22554.1
|
adding @ericstj as well |
cc @carlossanlop who authored the assembly version change Here's The work item that tracks updating dotnet/runtime to .NET 8. When I did the same work last year, I combined everything into a single PR. We wanted to split the work into separate changes this time, to make it easier to review them.
I haven't yet looked at the build failures, but the above error tells me that something still references the 7.0.0.0 version of System.Runtime. |
|
Spoke with @ericstj about this offline and we will revert the assembly version change for now in runtime until we have the tfm update ready. |
…1104.7 Microsoft.Extensions.DependencyModel , Microsoft.NET.HostModel , Microsoft.NETCore.App.Host.win-x64 , Microsoft.NETCore.App.Ref , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.DotNetHostResolver , Microsoft.NETCore.Platforms , System.CodeDom , System.Reflection.MetadataLoadContext , System.Resources.Extensions , System.Security.Cryptography.ProtectedData , System.Text.Encoding.CodePages , VS.Redist.Common.NetCore.SharedFramework.x64.8.0 , VS.Redist.Common.NetCore.TargetingPack.x64.8.0 From Version 8.0.0-alpha.1.22551.9 -> To Version 8.0.0-alpha.1.22554.7
…1105.3 Microsoft.Extensions.DependencyModel , Microsoft.NET.HostModel , Microsoft.NETCore.App.Host.win-x64 , Microsoft.NETCore.App.Ref , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.DotNetHostResolver , Microsoft.NETCore.Platforms , System.CodeDom , System.Reflection.MetadataLoadContext , System.Resources.Extensions , System.Security.Cryptography.ProtectedData , System.Text.Encoding.CodePages , VS.Redist.Common.NetCore.SharedFramework.x64.8.0 , VS.Redist.Common.NetCore.TargetingPack.x64.8.0 From Version 8.0.0-alpha.1.22551.9 -> To Version 8.0.0-alpha.1.22555.3
…1106.2 Microsoft.Extensions.DependencyModel , Microsoft.NET.HostModel , Microsoft.NETCore.App.Host.win-x64 , Microsoft.NETCore.App.Ref , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.DotNetHostResolver , Microsoft.NETCore.Platforms , System.CodeDom , System.Reflection.MetadataLoadContext , System.Resources.Extensions , System.Security.Cryptography.ProtectedData , System.Text.Encoding.CodePages , VS.Redist.Common.NetCore.SharedFramework.x64.8.0 , VS.Redist.Common.NetCore.TargetingPack.x64.8.0 From Version 8.0.0-alpha.1.22551.9 -> To Version 8.0.0-alpha.1.22556.2
|
@ViktorHofer @ericstj @carlossanlop can we get an update on our plan to revert the versioning change? Thanks |
Here's the revert PR: dotnet/runtime#77899. Based on the latest information in the thread, I'm unsure if it can already be merged or not. cc @radical |
@ViktorHofer I merged it to unblock the other teams. @radical is OOF this week so I pinged @lewing and @steveisok for help with the additional WASM problem. Fortunately, all of the necessary infra changes in WASM were included in the original PR, so we're reverting them all together. |
…1107.12 Microsoft.Extensions.DependencyModel , Microsoft.NET.HostModel , Microsoft.NETCore.App.Host.win-x64 , Microsoft.NETCore.App.Ref , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.DotNetHostResolver , Microsoft.NETCore.Platforms , System.CodeDom , System.Reflection.MetadataLoadContext , System.Resources.Extensions , System.Security.Cryptography.ProtectedData , System.Text.Encoding.CodePages , VS.Redist.Common.NetCore.SharedFramework.x64.8.0 , VS.Redist.Common.NetCore.TargetingPack.x64.8.0 From Version 8.0.0-alpha.1.22551.9 -> To Version 8.0.0-alpha.1.22557.12
|
Rerunning due to ephemeral error: |
jeffschwMSFT
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.
lgtm
This pull request updates the following dependencies
From https://github.com/dotnet/runtime