MSBuild.AutoILMerge.Task
1.1.1
Fork of the MSBuild ILMerge task NuGet package, adding support for internalization of the merged assemblies.
Description from the original package:
It is similar to the ILMerge.MSBuild.Tasks nuget package, originally published by neoeinstein@gmail.com (that seems to be abandoned) with the following additional features:
- It supports all the latest ILMerge options;
- ILMerge.exe is discovered as package dependency;
- The .targets file overrides the CopyFilesToOutputDirectory build target, leaving the AfterBuild target free for further customizaton;
- It attempts to guess the reasonable merge order for the included assemblies and lets you to finetune it with a configuration file.
ILMerge.exe is not included into this package because its license prohibits redistribution. Referencing it as package dependency and loading it from its package location ensures that the latest ILMerge version is always used.
Install-Package MSBuild.AutoILMerge.Task -Version 1.1.1
dotnet add package MSBuild.AutoILMerge.Task --version 1.1.1
<PackageReference Include="MSBuild.AutoILMerge.Task" Version="1.1.1" />
paket add MSBuild.AutoILMerge.Task --version 1.1.1
Release Notes
Support internalization of merged assemblies.
Dependencies
-
- ilmerge (>= 2.14.1208)
GitHub Usage
This package is not used by any popular GitHub repositories.