Skip to content
Draft
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 @@ -535,7 +535,6 @@
<ProjectToBuild Include="$(ToolsProjectRoot)illink\src\ILLink.Tasks\ILLink.Tasks.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" />
<ProjectToBuild Include="$(ToolsProjectRoot)illink\src\ILLink.CodeFix\ILLink.CodeFixProvider.csproj" Category="tools" />
</ItemGroup>

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).

## 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.

## Source Code Analyzer

Another tool available for developers is implemented as [Roslyn Analyzer](src/ILLink.RoslynAnalyzer) which runs on source code and warns developers about code patterns and APIs which are problematic when building code which could be used with trimmed apps.
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 @@ -23,5 +23,4 @@
<Project Path="src/ILLink.Shared/ILLink.Shared.shproj" />
<Project Path="src/ILLink.Tasks/ILLink.Tasks.csproj" />
<Project Path="src/linker/Mono.Linker.csproj" />
<Project Path="src/tlens/tlens.csproj" />
</Solution>
93 changes: 0 additions & 93 deletions src/tools/illink/src/tlens/README.md

This file was deleted.

61 changes: 0 additions & 61 deletions src/tools/illink/src/tlens/TLens.Analyzers/Analyzer.cs

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading