Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Rozenfeld <erozen@microsoft.com>2018-02-28 03:28:00 +0300
committerEugene Rozenfeld <erozen@microsoft.com>2018-03-10 03:12:36 +0300
commit69953f61937e585df3bdd83a1d09fc45cbc2d396 (patch)
treef28d0cb7a816e70ca056133a581b9012d63d95cb /external
parentca64ba94a8f19f2b5d8afc2f178af32e576f4852 (diff)
Updates for ILLink integration.
1. Update ILLink.Tasks version. 2. Embed ILLinkTrim.xml as an assembly resource. The linker knows how to process embedded xml files. This will ensure that the types, methods, and fields specified in ILLinkTrim.xml won't be removed when customers run ILLink on shipped assemblies. 3. Add --skip-unresolved true so that the linker is tolerant to missing assembly references. 4. Remove the option that hard-coded netstandard by name. 5. ClearInitLocals is now exposed as a parameter of ILLInk task. Use it instead of specifying the plugin option in ILLinkArgs. I verified that the set of things removed by the linker didn't change.
Diffstat (limited to 'external')
-rw-r--r--external/ILLink/ILLink.depproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/ILLink/ILLink.depproj b/external/ILLink/ILLink.depproj
index 54c6be1833..bf04674646 100644
--- a/external/ILLink/ILLink.depproj
+++ b/external/ILLink/ILLink.depproj
@@ -9,7 +9,7 @@
<NugetRuntimeIdentifier>$(ToolRuntimeRID)</NugetRuntimeIdentifier>
<RidSpecificAssets>true</RidSpecificAssets>
<ILLinkTasksPackageId>illink.tasks</ILLinkTasksPackageId>
- <ILLinkTasksPackageVersion>0.1.4-preview-1421602</ILLinkTasksPackageVersion>
+ <ILLinkTasksPackageVersion>0.1.5-preview-1461378</ILLinkTasksPackageVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="$(ILLinkTasksPackageId)">