ILAsm 4.700.2
dotnet add package ILAsm --version 4.700.2
NuGet\Install-Package ILAsm -Version 4.700.2
<PackageReference Include="ILAsm" Version="4.700.2" />
paket add ILAsm --version 4.700.2
#r "nuget: ILAsm, 4.700.2"
// Install ILAsm as a Cake Addin #addin nuget:?package=ILAsm&version=4.700.2 // Install ILAsm as a Cake Tool #tool nuget:?package=ILAsm&version=4.700.2
IL Assembler (ILAsm) + IL Disassembler (ILDasm)
Custom version on .NET Core CLR (CoreCLR) 3.0
Target platforms: Win.x64 and Win.x86
4.700.2.0+4fde65a56
_ _ _ _ _ _
https://github.com/3F/coreclr
The MIT License (MIT)
Modified and has been prepared specialy for
https://github.com/3F/DllExport by GitHub/3F developer.
! To provide compatible converter of resources to obj COFF-format when assembling with ILAsm,
use /CVRES (/CVR) key.
```
~... /CVR=cvtres.exe
```
Related issue: https://github.com/3F/coreclr/issues/2
PDB files are available through GitHub Releases:
https://github.com/3F/coreclr/releases
MSBuild Properties for this package:
* $(ILAsm_RootPkg) - path to root folder of this package after install.
* $(ILAsm_PathToBin) - path to `\bin` folder., eg.: $(ILAsm_PathToBin)Win.x64\ilasm.exe
Custom use via GetNuTool
=======================================
gnt /p:ngpackages="ILAsm/4.700.2.0"
================== https://github.com/3F/GetNuTool
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
native | native is compatible. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on ILAsm:
Repository | Stars |
---|---|
3F/DllExport
.NET DllExport with .NET Core support (aka 3F/DllExport aka DllExport.bat)
|