Skip to content

Commit 03701ba

Browse files
[master] Update dependencies from mono/linker (#44322)
* Update dependencies from https://github.com/mono/linker build 20201105.1 Microsoft.NET.ILLink.Tasks From Version 6.0.0-alpha.1.20527.2 -> To Version 6.0.0-alpha.1.20555.1 * Update dependencies from https://github.com/mono/linker build 20201105.2 Microsoft.NET.ILLink.Tasks From Version 6.0.0-alpha.1.20527.2 -> To Version 6.0.0-alpha.1.20555.2 * Disable new optimization for libraries mode (it cannot work in this mode) Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Marek Safar <marek.safar@gmail.com>
1 parent cecbbfb commit 03701ba

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

eng/Version.Details.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,9 +186,9 @@
186186
<Uri>https://github.com/dotnet/runtime</Uri>
187187
<Sha>38017c3935de95d0335bac04f4901ddfc2718656</Sha>
188188
</Dependency>
189-
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="6.0.0-alpha.1.20527.2">
189+
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="6.0.0-alpha.1.20555.2">
190190
<Uri>https://github.com/mono/linker</Uri>
191-
<Sha>57974c1f5790e6fb33f5fce161707be5cd86c4d3</Sha>
191+
<Sha>b8e2a581c7e1ebc1b98081aa7a5474521b7351f9</Sha>
192192
</Dependency>
193193
<Dependency Name="Microsoft.DotNet.XHarness.TestRunners.Xunit" Version="1.0.0-prerelease.20555.2">
194194
<Uri>https://github.com/dotnet/xharness</Uri>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
<!-- Docs -->
150150
<MicrosoftPrivateIntellisenseVersion>5.0.0-preview-20201009.2</MicrosoftPrivateIntellisenseVersion>
151151
<!-- ILLink -->
152-
<MicrosoftNETILLinkTasksVersion>6.0.0-alpha.1.20527.2</MicrosoftNETILLinkTasksVersion>
152+
<MicrosoftNETILLinkTasksVersion>6.0.0-alpha.1.20555.2</MicrosoftNETILLinkTasksVersion>
153153
<!-- ICU -->
154154
<MicrosoftNETCoreRuntimeICUTransportVersion>6.0.0-alpha.1.20526.1</MicrosoftNETCoreRuntimeICUTransportVersion>
155155
<!-- Mono LLVM -->

eng/illink.targets

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,8 @@
231231
<ILLinkArgs>$(ILLinkArgs) --skip-unresolved true</ILLinkArgs>
232232
<!-- keep interface implementations -->
233233
<ILLinkArgs>$(ILLinkArgs) --disable-opt unusedinterfaces</ILLinkArgs>
234+
<!-- keep any type check -->
235+
<ILLinkArgs>$(ILLinkArgs) --disable-opt unusedtypechecks</ILLinkArgs>
234236
</PropertyGroup>
235237
</Target>
236238

0 commit comments

Comments
 (0)