MSBuild ILMerge task allows you to use the famous ILMerge utility (ILMerge nuget package, see http://research.microsoft.com/en-us/people/mbarnett/ILMerge.aspx) in automated builds and/or Visual Studio 2019 projects.
It is similar to the ILMerge.MSBuild.Tasks nuget package, originally published by...
More information
The ASP.NET Merge tool (Aspnet_merge.exe) enables you to combine and manage assemblies that are created by the ASP.NET Compilation (Aspnet_compiler.exe) tool.
Adds ILMerge to Visual Studio 2013/2017 or automated builds. This Task is intended to work right out of the box however an optional configuration file can be used to cover virtually all ILMerge properties including the list of assemblies to be merged and output directory.
ILMerge.MSBuild.Tasks' is a fork of ilmerge-tasks:
ILMerge Tasks for MSBuild but with the SetTargetPlatform
(""v4,C:\Windows\Microsoft.NET\Framework\v4.0.30319"") parameter.
ILMerge.Tools repackages Microsoft's ILMerge into a NuGet package that includes the original files in the tools directory instead of as content. The files included in this package are the identical files that are included in the official ILMerge NuGet package of the same version.
ILMerge is a...
More information
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...
More information
LibZ is an alternative to ILMerge. It allows to distribute your applications or libraries as single file with assemblies embedded into it or combined together into container file. This package contains: command-line tool. Please refer to project homepage if unsure which packages you need.
A simple hook of the AssemblyResolve event along with automatic creation and population of an Assembly Resource with referenced assemblies. Magical, ILMerge-like behaviour, without the merge!
This is the tool used to copy/compress assemblies using LZMA. This tool is to create the embedded resources that
DiminishDependencies bootstrap source needs to dynamically decompress and load at runtime.
An alternative option to ILMerge, this small set of public domain source code
is packaged for you to bootstrap an exe to load embedded LZMA compressed dlls
dependencies(or even your original exe if you want to compress it too) to end
up with a single smaller merged exe.