• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..24-Aug-2018-

.github/H24-Aug-2018-8663

analyzer/H24-Aug-2018-579466

cecil/H03-May-2022-53,11739,597

common/Mono.Options/H24-Aug-2018-1,8141,425

corebuild/H03-May-2022-3,5722,723

linker/H24-Aug-2018-15,73811,973

monobuild/H24-Aug-2018-2114

tuner/H24-Aug-2018-5,1273,630

.editorconfigH A D24-Aug-201867 54

.gitattributesH A D24-Aug-2018178 97

.gitignoreH A D24-Aug-2018397 3322

.gitmodulesH A D24-Aug-201873 43

Contributing.mdH A D24-Aug-20182.8 KiB7455

LICENSEH A D24-Aug-20181 KiB2016

NuGet.ConfigH A D24-Aug-2018502 118

README.mdH A D24-Aug-2018512 127

code_of_conduct.mdH A D24-Aug-20182.3 KiB5139

linker.slnH A D24-Aug-201810.4 KiB131129

netci.groovyH A D24-Aug-20181.3 KiB4940

README.md

1# IL linker
2
3The linker is a tool one can use to only ship the minimal possible IL code and metadata that a set of
4programs might require to run as opposed to the full libraries.
5
6It is used by the various Xamarin products to extract only the bits of code that are needed to run
7an application on Android, iOS and other platforms.
8
9### Build & Test Status
10
11[![Build Status](https://jenkins.mono-project.com/buildStatus/icon?job=test-linker-mainline)](https://jenkins.mono-project.com/job/test-linker-mainline/)
12