-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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/5.0-preview6] Update dependencies from dotnet/winforms #3082
[release/5.0-preview6] Update dependencies from dotnet/winforms #3082
Conversation
…00602.7 Microsoft.Private.Winforms From Version 5.0.0-preview.6.20280.1 -> To Version 5.0.0-preview.6.20302.7 Dependency coherency updates Microsoft.Win32.Registry,System.CodeDom,System.Configuration.ConfigurationManager,System.Diagnostics.EventLog,System.DirectoryServices,System.Drawing.Common,System.Reflection.MetadataLoadContext,System.Security.AccessControl,System.Security.Cryptography.Xml,System.Security.Permissions,System.Security.Principal.Windows,System.Windows.Extensions,Microsoft.NETCore.Platforms,System.IO.Packaging,Microsoft.NETCore.ILDAsm,Microsoft.NETCore.ILAsm,System.Resources.Extensions,Microsoft.NETCore.App.Internal From Version 5.0.0-preview.6.20279.7 -> To Version 5.0.0-preview.6.20302.4 (parent: Microsoft.Private.Winforms
Auto-Merge StatusThis pull request has not been merged because Maestro++ is waiting on the following merge policies.
|
…00602.8 Microsoft.Private.Winforms From Version 5.0.0-preview.6.20280.1 -> To Version 5.0.0-preview.6.20302.8 Dependency coherency updates Microsoft.Win32.Registry,System.CodeDom,System.Configuration.ConfigurationManager,System.Diagnostics.EventLog,System.DirectoryServices,System.Drawing.Common,System.Reflection.MetadataLoadContext,System.Security.AccessControl,System.Security.Cryptography.Xml,System.Security.Permissions,System.Security.Principal.Windows,System.Windows.Extensions,Microsoft.NETCore.Platforms,System.IO.Packaging,Microsoft.NETCore.ILDAsm,Microsoft.NETCore.ILAsm,System.Resources.Extensions,Microsoft.NETCore.App.Internal From Version 5.0.0-preview.6.20279.7 -> To Version 5.0.0-preview.6.20302.5 (parent: Microsoft.Private.Winforms
Strange. Any idea what the problem might be here @fabiant3? |
Auto-Merge StatusThis pull request has not been merged because Maestro++ is waiting on the following merge policies.
|
@rladuca identified the change (dotnet/runtime#36715) that caused the failure. |
@jkoritzinsky: Could you take a look? |
Auto-Merge StatusThis pull request has not been merged because Maestro++ is waiting on the following merge policies.
|
In dotnet/runtime#36715 we've removed support for the built-in WinRT types and being able to load WinRT types into the runtime directly. We now require users to use C#/WinRT or the new projection system to support WinRT types. For your particular scenario, you should be able to directly P/Invoke to |
Auto-Merge StatusThis pull request has not been merged because Maestro++ is waiting on the following merge policies.
|
What about the following: That seems to be the equivalent of: Line 205 in 7511538
Is that a reasonable assumption? |
Yes, that is correct. |
Auto-Merge StatusThis pull request has been merged because the following merge policies have succeeded.
|
…00605.2 Microsoft.Private.Winforms From Version 5.0.0-preview.6.20280.1 -> To Version 5.0.0-preview.6.20305.2 Dependency coherency updates Microsoft.Win32.Registry,System.CodeDom,System.Configuration.ConfigurationManager,System.Diagnostics.EventLog,System.DirectoryServices,System.Drawing.Common,System.Reflection.MetadataLoadContext,System.Security.AccessControl,System.Security.Cryptography.Xml,System.Security.Permissions,System.Security.Principal.Windows,System.Windows.Extensions,Microsoft.NETCore.Platforms,System.IO.Packaging,Microsoft.NETCore.ILDAsm,Microsoft.NETCore.ILAsm,System.Resources.Extensions,Microsoft.NETCore.App.Internal From Version 5.0.0-preview.6.20279.7 -> To Version 5.0.0-preview.6.20304.6 (parent: Microsoft.Private.Winforms
…00606.1 Microsoft.Private.Winforms From Version 5.0.0-preview.6.20280.1 -> To Version 5.0.0-preview.6.20306.1 Dependency coherency updates Microsoft.Win32.Registry,System.CodeDom,System.Configuration.ConfigurationManager,System.Diagnostics.EventLog,System.DirectoryServices,System.Drawing.Common,System.Reflection.MetadataLoadContext,System.Security.AccessControl,System.Security.Cryptography.Xml,System.Security.Permissions,System.Security.Principal.Windows,System.Windows.Extensions,Microsoft.NETCore.Platforms,System.IO.Packaging,Microsoft.NETCore.ILDAsm,Microsoft.NETCore.ILAsm,System.Resources.Extensions,Microsoft.NETCore.App.Internal From Version 5.0.0-preview.6.20279.7 -> To Version 5.0.0-preview.6.20305.6 (parent: Microsoft.Private.Winforms
…2156a1-97a6-431d-a1a1-edbf6805d7cb
This pull request updates the following dependencies
Coherency Updates
The following updates ensure that dependencies with a CoherentParentDependency
attribute were produced in a build used as input to the parent dependency's build.
See Dependency Description Format
From https://github.com/dotnet/winforms