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

README.md « docs - github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 186c9bca08c5ede20aa0ffa060cf8d986c4774d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Documentation Index

This folder includes several documents that explain both high-level and low-level concepts about the IL trimmer and related tools.

## Official Docs
View the official trimming docs at [docs.microsoft.com](https://docs.microsoft.com/en-us/dotnet/core/deploying/trimming/trim-self-contained)

## Usage Docs
- [MSBuild Integration](illink-tasks.md)
- [Available Command Line Options](illink-options.md)
- [Error and Warning Codes](error-codes.md)
- [Data Formats](data-formats.md)
- [Authoring Custom Steps](custom-steps.md)

## Design Docs
- [Trimmer Steps Explained](design/steps-explained.md)
- [Reflection Handling](design/reflection-flow.md)