-
Notifications
You must be signed in to change notification settings - Fork 1.1k
[main] Update dependencies from dotnet/runtime #6683
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 #6683
Conversation
…0211.1 Microsoft.Windows.Compatibility , Microsoft.Win32.SystemEvents , Microsoft.Win32.Registry.AccessControl , Microsoft.NETCore.Platforms , Microsoft.NETCore.ILDAsm , Microsoft.NETCore.ILAsm , Microsoft.NETCore.App.Runtime.win-x64 , System.Diagnostics.PerformanceCounter , System.Diagnostics.EventLog , System.Configuration.ConfigurationManager , System.CodeDom , runtime.win-x86.Microsoft.NETCore.ILAsm , System.DirectoryServices , System.Drawing.Common , System.Security.Cryptography.Pkcs , System.Resources.Extensions , System.Reflection.MetadataLoadContext , System.IO.Packaging , runtime.win-x64.Microsoft.NETCore.ILAsm , Microsoft.NET.Sdk.IL , Microsoft.Internal.Runtime.WindowsDesktop.Transport , Microsoft.NETCore.App.Ref , System.Security.Cryptography.Xml , System.Security.Cryptography.ProtectedData , System.Security.Permissions , System.Windows.Extensions , System.Threading.AccessControl , System.Text.Json , System.Text.Encodings.Web , VS.Redist.Common.NetCore.SharedFramework.x64.7.0 From Version 7.0.0-preview.2.22109.10 -> To Version 7.0.0-preview.2.22111.1
ghost
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.
Go, you big red fire engine!
|
@JeremyKuhne , seems like there is an extra enforcement in marshaling directives use in latest runtime. Can you help check these failures with possible fix? Fix can be pushed to the same PR. |
|
@AaronRobinsonMSFT, @jkoritzinsky any idea on why this would throw now? We generate this definition from tlbimp: Here is the disassembled view of it: [ComImport]
[TypeLibType(TypeLibTypeFlags.FHidden | TypeLibTypeFlags.FDual | TypeLibTypeFlags.FDispatchable)]
[Guid("618736E0-3C3D-11CF-810C-00AA00389B71")]
public interface IAccessible
{
//
// Summary:
// The Accessibility.IAccessible interface and all of its exposed members are part
// of a managed wrapper for the Component Object Model (COM) IAccessible interface.
//
// Returns:
// An object.
[DispId(-5000)]
object accParent
{
[MethodImpl(MethodImplOptions.InternalCall)]
[DispId(-5000)]
[TypeLibFunc(TypeLibFuncFlags.FHidden)]
[return: MarshalAs(UnmanagedType.IDispatch)]
get;
} |
|
I've repro'd the issue locally. This is fallout from dotnet/runtime#64279. I'm working on a fix now. |
…0211.16 Microsoft.Windows.Compatibility , Microsoft.Win32.SystemEvents , Microsoft.Win32.Registry.AccessControl , Microsoft.NETCore.Platforms , Microsoft.NETCore.ILDAsm , Microsoft.NETCore.ILAsm , Microsoft.NETCore.App.Runtime.win-x64 , System.Diagnostics.PerformanceCounter , System.Diagnostics.EventLog , System.Configuration.ConfigurationManager , System.CodeDom , runtime.win-x86.Microsoft.NETCore.ILAsm , System.DirectoryServices , System.Drawing.Common , System.Security.Cryptography.Pkcs , System.Resources.Extensions , System.Reflection.MetadataLoadContext , System.IO.Packaging , runtime.win-x64.Microsoft.NETCore.ILAsm , Microsoft.NET.Sdk.IL , Microsoft.Internal.Runtime.WindowsDesktop.Transport , Microsoft.NETCore.App.Ref , System.Security.Cryptography.Xml , System.Security.Cryptography.ProtectedData , System.Security.Permissions , System.Windows.Extensions , System.Threading.AccessControl , System.Text.Json , System.Text.Encodings.Web , VS.Redist.Common.NetCore.SharedFramework.x64.7.0 From Version 7.0.0-preview.2.22109.10 -> To Version 7.0.0-preview.2.22111.16
…0212.5 Microsoft.Windows.Compatibility , Microsoft.Win32.SystemEvents , Microsoft.Win32.Registry.AccessControl , Microsoft.NETCore.Platforms , Microsoft.NETCore.ILDAsm , Microsoft.NETCore.ILAsm , Microsoft.NETCore.App.Runtime.win-x64 , System.Diagnostics.PerformanceCounter , System.Diagnostics.EventLog , System.Configuration.ConfigurationManager , System.CodeDom , runtime.win-x86.Microsoft.NETCore.ILAsm , System.DirectoryServices , System.Drawing.Common , System.Security.Cryptography.Pkcs , System.Resources.Extensions , System.Reflection.MetadataLoadContext , System.IO.Packaging , runtime.win-x64.Microsoft.NETCore.ILAsm , Microsoft.NET.Sdk.IL , Microsoft.Internal.Runtime.WindowsDesktop.Transport , Microsoft.NETCore.App.Ref , System.Security.Cryptography.Xml , System.Security.Cryptography.ProtectedData , System.Security.Permissions , System.Windows.Extensions , System.Threading.AccessControl , System.Text.Json , System.Text.Encodings.Web , VS.Redist.Common.NetCore.SharedFramework.x64.7.0 From Version 7.0.0-preview.2.22109.10 -> To Version 7.0.0-preview.2.22112.5
jkoritzinsky
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.
The fix has been consumed and this PR is green.

This pull request updates the following dependencies
From https://github.com/dotnet/runtime
Microsoft Reviewers: Open in CodeFlow