ILRepack.NETStandard
2.0.4
ILRepack is meant at replacing ILMerge / Mono.Merge.
The former being closed-source, impossible to customize, slow, resource consuming and many more. The later being deprecated, unsupported, and based on an old version of Mono.Cecil.
ILRepack is a utility that can be used to merge multiple .NET assemblies into a single assembly.
Install-Package ILRepack.NETStandard -Version 2.0.4
dotnet add package ILRepack.NETStandard --version 2.0.4
<PackageReference Include="ILRepack.NETStandard" Version="2.0.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ILRepack.NETStandard --version 2.0.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
See https://github.com/peters/il-repack/blob/master/CHANGELOG.md#v for release notes.
Dependencies
-
.NETCoreApp 2.1
- No dependencies.
-
.NETFramework 4.0
- No dependencies.
-
.NETStandard 2.0
- No dependencies.
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on ILRepack.NETStandard:
Repository | Stars |
---|---|
AvaloniaUI/Avalonia
A cross platform XAML framework for .NET
|