-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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 mono/linker #57203
Conversation
Microsoft.NET.ILLink.Tasks From Version 6.0.100-preview.6.21409.3 -> To Version 6.0.100-preview.6.21411.1
I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label. |
cc @vitek-karas |
It looks like 7bf5cd4505d6c36f6c33984789e2a23b8837b6f1 broke the tool? |
same issue in dotnet/sdk#19655 |
Fix should be in dotnet/linker#2204. |
The fix has been merged to linker as dotnet/linker@272bd6d. It should get picked up by this PR soon. |
Microsoft.NET.ILLink.Tasks From Version 6.0.100-preview.6.21409.3 -> To Version 6.0.100-preview.6.21411.2
Now we're blocked by the sdk bump #57143 |
I can workaround this in the linker to force it to target preview 6 - @ViktorHofer please let me know if you want me to do that or if we will "Wait" for the runtime to catchup to arcade ;-) |
Let's wait as we need the SDK update anyway asap. |
|
Microsoft.NET.ILLink.Tasks From Version 6.0.100-preview.6.21409.3 -> To Version 6.0.100-preview.6.21411.3
/azp run |
/azp run runtime |
/azp run dotnet-linker-tests |
Azure Pipelines successfully started running 1 pipeline(s). |
Azure Pipelines successfully started running 1 pipeline(s). |
@sbomer - please take a look at the suppression added in System.Data.OleDb - as a small review. |
@vitek-karas Something seems off - I would have expected this suppression to silence the warning before your change: runtime/src/libraries/System.Data.OleDb/src/ILLink/ILLink.Suppressions.xml Lines 100 to 105 in 5817dc8
|
I completely missed that. Turns out it's was just not written correctly in the XML - so I fixed that (and reverted all my other changes related to this). |
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.
Interesting - I wonder why this wasn't hit in #56593 then.
This pull request updates the following dependencies
From https://github.com/mono/linker