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

github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Boemer <sbomer@gmail.com>2018-03-07 14:53:30 +0300
committerMarek Safar <marek.safar@gmail.com>2018-03-07 14:53:30 +0300
commitfbe310a0c018ddcd701fe9ff91aa61ec6c026221 (patch)
treee87f47e332973654910621e283e2d5ee2a64246a /README.md
parent0db5f27164cbc2248f9b262fbf8a9d394d2c8601 (diff)
Add documentation for ILLink.Tasks (#279)
* Add documentation for ILLink.Tasks * Add caveats section
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index be887510e..d7c34548c 100644
--- a/README.md
+++ b/README.md
@@ -6,6 +6,8 @@ programs might require to run as opposed to the full libraries.
It is used by the various Xamarin products to extract only the bits of code that are needed to run
an application on Android, iOS and other platforms.
+It can also be used in the form of [ILLink.Tasks](corebuild/README.md) to reduce the size of .NET Core apps.
+
# [Analyzer](analyzer/README.md)
The analyzer is a tool to analyze dependencies which were recorded during linker processing and led linker to mark an item to keep it in the resulting linked assembly.