MSBuild.ILMerge.Task
1.0.3-rc2
See the version list below for details.
dotnet add package MSBuild.ILMerge.Task --version 1.0.3-rc2
NuGet\Install-Package MSBuild.ILMerge.Task -Version 1.0.3-rc2
<PackageReference Include="MSBuild.ILMerge.Task" Version="1.0.3-rc2" />
<PackageVersion Include="MSBuild.ILMerge.Task" Version="1.0.3-rc2" />
<PackageReference Include="MSBuild.ILMerge.Task" />
paket add MSBuild.ILMerge.Task --version 1.0.3-rc2
#r "nuget: MSBuild.ILMerge.Task, 1.0.3-rc2"
#addin nuget:?package=MSBuild.ILMerge.Task&version=1.0.3-rc2&prerelease
#tool nuget:?package=MSBuild.ILMerge.Task&version=1.0.3-rc2&prerelease
New users: please use 1.0.5-rc1 for now.
MS Dynamics CRM users: merging in Microsoft.Xrm.Sdk may crash your plugin, exclude it from the merge with Copy Local=false.
MSBuild ILMerge task allows you to use the famous ILMerge utility (ILMerge nuget package, see https://research.microsoft.com/en-us/people/mbarnett/ILMerge.aspx) in automated builds and/or Visual Studio 2012 projects.
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.
Learn more about Target Frameworks and .NET Standard.
-
- ilmerge (>= 2.13.307)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on MSBuild.ILMerge.Task:
Package | Downloads |
---|---|
Art.Gaia
ART&MIS Base, Comon, Document, Image, Helper and Extensions |
|
Qubit.Xrm.Framework.Package
Packaging solution for CRM 365 Customizations |
|
AdvancedPlugin
A helpful set of base plugins and extensions for them. |
|
Bizapp.CRMDynamicsPlugin
Lib para Criação de Plugins para o Dynamics CRM 365 |
GitHub repositories (25)
Showing the top 20 popular GitHub repositories that depend on MSBuild.ILMerge.Task:
Repository | Stars |
---|---|
NYAN-x-CAT/AsyncRAT-C-Sharp
Open-Source Remote Administration Tool For Windows C# (RAT)
|
|
scottlerch/HostsFileEditor
Easily edit and manage the hosts file for Windows
|
|
nea/MarkdownViewerPlusPlus
A Notepad++ Plugin to view a Markdown file rendered on-the-fly
|
|
qwqdanchun/DcRat
A simple remote tool in C#.
|
|
structuremap/structuremap
A Dependency Injection/Inversion of Control tool for .NET
|
|
litedb-org/LiteDB.Studio
A GUI tool for viewing and editing documents for LiteDB v5
|
|
vdemydiuk/mtapi
MetaTrader API (terminal bridge)
|
|
JamesCooteUK/SharpSphere
.NET Project for Attacking vCenter
|
|
wh0amitz/KRBUACBypass
UAC Bypass By Abusing Kerberos Tickets
|
|
nettitude/SharpSocks
Tunnellable HTTP/HTTPS socks4a proxy written in C# and deployable via PowerShell
|
|
wh0amitz/S4UTomato
Escalate Service Account To LocalSystem via Kerberos
|
|
NYAN-x-CAT/Mass-RAT
Basic Multiplatform Remote Administration Tool - Xamarin
|
|
werasik2aa/Huawei-Unlock-Tool
Unlock bootloader / FRP Huawei
|
|
tjhrulz/WebNowPlaying
A NowPlaying like plugin for rainmeter built for getting music info from websites
|
|
EncodeGroup/UAC-SilentClean
New UAC bypass for Silent Cleanup for CobaltStrike
|
|
pkb1s/SharpAllowedToAct
Computer object takeover through Resource-Based Constrained Delegation (msDS-AllowedToActOnBehalfOfOtherIdentity)
|
|
SirMangler/PrimeHack-Updater
An Updater for PrimeHack
|
|
we1h0/ElegyRAT-C-Sharp
Open-Source Remote Administration Tool For Windows C# (Be Based On AsyncRAT)
|
|
spaceflint7/bluebonnet
Implementation of the .NET platform on top of the Java Virtual Machine
|
|
Grinchiest/SantaRat
A remote access trojan to use against Santa's laptop!
|
Version | Downloads | Last updated |
---|---|---|
2.0.0-pre501 | 20,826 | 8/10/2021 |
1.1.3 | 522,471 | 2/13/2020 |
1.0.5 | 651,093 | 7/11/2016 |
Updated to look for ILMerge also in the tools subfolder of its package. Support now ILMergeTransitive flag for transitive merge.