-
Notifications
You must be signed in to change notification settings - Fork 1.1k
[release/9.0] Update dependencies from dotnet/runtime #11916
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/9.0] Update dependencies from dotnet/runtime #11916
Conversation
…0819.2 Microsoft.Internal.Runtime.WindowsDesktop.Transport , Microsoft.NET.Sdk.IL , Microsoft.NETCore.App.Ref , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.ILAsm , Microsoft.NETCore.ILDAsm , Microsoft.NETCore.Platforms , Microsoft.Win32.Registry.AccessControl , Microsoft.Win32.SystemEvents , runtime.win-x64.Microsoft.NETCore.ILAsm , runtime.win-x86.Microsoft.NETCore.ILAsm , System.CodeDom , System.ComponentModel.Composition , System.ComponentModel.Composition.Registration , System.Configuration.ConfigurationManager , System.Data.Odbc , System.Data.OleDb , System.Diagnostics.EventLog , System.Diagnostics.PerformanceCounter , System.DirectoryServices , System.DirectoryServices.AccountManagement , System.DirectoryServices.Protocols , System.Formats.Nrbf , System.IO.Hashing , System.IO.Packaging , System.IO.Ports , System.Management , System.Reflection.Context , System.Reflection.MetadataLoadContext , System.Resources.Extensions , System.Runtime.Caching , System.Runtime.Serialization.Formatters , System.Security.Cryptography.Pkcs , System.Security.Cryptography.ProtectedData , System.Security.Cryptography.Xml , System.Security.Permissions , System.ServiceModel.Syndication , System.ServiceProcess.ServiceController , System.Speech , System.Text.Encoding.CodePages , System.Text.Encodings.Web , System.Text.Json , System.Threading.AccessControl , System.Windows.Extensions , VS.Redist.Common.NetCore.SharedFramework.x64.9.0 From Version 9.0.0-rc.1.24414.5 -> To Version 9.0.0-rc.1.24419.2
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.
Go, you big red fire engine!
|
Error:
Updating the test to remove any assertions and only a simple call to method
@AaronRobinsonMSFT We have tests that are invoking methods on |
|
@lonitra I recently did some work in this area, see dotnet/runtime#105965. This wasn't supposed to be in .NET 9, so that is odd. I must have muddled when it was inserted. Let me do a check today. |
|
I've not debugged this yet, but since this single set of narrow test cases I'm dubious my changes are related. My changes were more impacting and if they cause issues it would likely be systemic. I will debug shortly though. |
|
The issue is the following two blocks of code: https://github.com/dotnet/runtime/blob/65141b6f40e4352bfa0da33f0b019c28c1beb28a/src/coreclr/vm/methodtable.cpp#L484-L518 With dotnet/runtime#105965, |
|
@lonitra This has been fixed with dotnet/runtime#106677. |
|
Closing as this seems to contain changes from runtime main branch |
This pull request updates the following dependencies
From https://github.com/dotnet/runtime
Microsoft Reviewers: Open in CodeFlow