Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion eng/Subsets.props
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,6 @@
<ItemGroup Condition="$(_subset.Contains('+tools.illink+'))">
<ProjectToBuild Include="$(ToolsProjectRoot)illink\src\linker\Mono.Linker.csproj" Category="tools" />
<ProjectToBuild Include="$(ToolsProjectRoot)illink\src\ILLink.Tasks\ILLink.Tasks.csproj" Category="tools" />
<ProjectToBuild Include="$(ToolsProjectRoot)illink\src\analyzer\analyzer.csproj" Category="tools" />
<ProjectToBuild Include="$(ToolsProjectRoot)illink\src\ILLink.RoslynAnalyzer\ILLink.RoslynAnalyzer.csproj" Category="tools" />
<ProjectToBuild Include="$(ToolsProjectRoot)illink\src\linker\ref\Mono.Linker.csproj" Category="tools" />
<ProjectToBuild Include="$(ToolsProjectRoot)illink\src\tlens\tlens.csproj" Category="tools" />
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's this? I don't think I've ever seen tlens before

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've never used it myself, seems like another one we could delete.

Expand Down
4 changes: 0 additions & 4 deletions src/tools/illink/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ The [IL Trimmer](src/linker/README.md) is the developer's tool that can be used

The trimmer is always enabled for all size sensitive .NET workloads like Blazor WebAssembly, Xamarin or .NET mobile and can be manually enabled for other project types. The default apps trimming setting can be further customized by using a number of [msbuild properties](https://learn.microsoft.com/dotnet/core/deploying/trimming-options).

## Dependencies Analyzer

The [analyzer](src/analyzer/README.md) is a tool to analyze dependencies which were recorded during trimmer processing. It tracks details about reasons and connection between elements to keep it in the resulting linked assembly. It can be used to better understand the dependencies between different types and members to help further reduce the linked output.

## Trimming Lens

The [tlens](src/tlens/README.md) is another tool for developers which can be used to explore ways to reduce the size of trimmed apps or exploring libraries readiness for trimming. The tool produces a recommendation where the compiled source could be improved to produce even smaller outputs when trimmed using the trimmer.
Expand Down
1 change: 0 additions & 1 deletion src/tools/illink/illink.slnx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<Platform Name="x86" />
</Configurations>
<Folder Name="/analyzer/">
<Project Path="src/analyzer/analyzer.csproj" />
<Project Path="src/ILLink.CodeFix/ILLink.CodeFixProvider.csproj" />
<Project Path="src/ILLink.RoslynAnalyzer/ILLink.RoslynAnalyzer.csproj" />
</Folder>
Expand Down
230 changes: 0 additions & 230 deletions src/tools/illink/src/analyzer/ConsoleDependencyGraph.cs

This file was deleted.

Loading
Loading