[master] Update dependencies from mono/linker#14925
Merged
dotnet-maestro[bot] merged 11 commits intoDec 15, 2020
Merged
Conversation
Microsoft.NET.ILLink.Tasks From Version 6.0.0-alpha.1.20608.3 -> To Version 6.0.0-alpha.1.20610.1
Microsoft.NET.ILLink.Tasks From Version 6.0.0-alpha.1.20608.3 -> To Version 6.0.0-alpha.1.20611.1
Microsoft.NET.ILLink.Tasks From Version 6.0.0-alpha.1.20608.3 -> To Version 6.0.0-alpha.1.20611.2
Contributor
|
@sbomer this PR is blocked because of the XML descriptor breaking change. The failing test is Then there is second problem which looks like is caused by the automatic removal of default ctors for serializable types. @vitek-karas This shows up in runtime update as well dotnet/runtime#45926 and it looks like we are missing annotations somewhere. |
Contributor
|
Fixed the second problem by reverting the change |
Microsoft.NET.ILLink.Tasks From Version 6.0.0-alpha.1.20608.3 -> To Version 6.0.0-alpha.1.20611.3
sbomer
added a commit
to sbomer/sdk
that referenced
this pull request
Dec 11, 2020
Avoids modifying other assemblies in embedded XML, in response to dotnet/linker#1675. This will unblock dependency flow in dotnet#14925.
sbomer
added a commit
to sbomer/sdk
that referenced
this pull request
Dec 11, 2020
Avoids modifying other assemblies in embedded XML, in response to dotnet/linker#1675. This will unblock dependency flow in dotnet#14925.
Merged
Microsoft.NET.ILLink.Tasks From Version 6.0.0-alpha.1.20608.3 -> To Version 6.0.0-alpha.1.20611.4
Microsoft.NET.ILLink.Tasks From Version 6.0.0-alpha.1.20608.3 -> To Version 6.0.0-alpha.1.20614.1
Microsoft.NET.ILLink.Tasks From Version 6.0.0-alpha.1.20608.3 -> To Version 6.0.0-alpha.1.20614.2
Microsoft.NET.ILLink.Tasks From Version 6.0.0-alpha.1.20608.3 -> To Version 6.0.0-alpha.1.20614.3
Microsoft.NET.ILLink.Tasks From Version 6.0.0-alpha.1.20608.3 -> To Version 6.0.0-alpha.1.20614.4
sbomer
added a commit
that referenced
this pull request
Dec 14, 2020
* Fix illink test Avoids modifying other assemblies in embedded XML, in response to dotnet/linker#1675. This will unblock dependency flow in #14925. * Avoid deconstructing KeyValuePair Not implemented in .NET Framework
Microsoft.NET.ILLink.Tasks From Version 6.0.0-alpha.1.20608.3 -> To Version 6.0.0-alpha.1.20614.5
Microsoft.NET.ILLink.Tasks From Version 6.0.0-alpha.1.20608.3 -> To Version 6.0.0-alpha.1.20615.1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates the following dependencies
From https://github.com/mono/linker