Info
Version: | 4.700.2 |
Author(s): | github.com/3F/coreclr |
Last Update: | Sunday, December 8, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/3F/coreclr |
NuGet Url: | https://www.nuget.org/packages/ILAsm |
Install
Install-Package ILAsm
dotnet add package ILAsm
paket add ILAsm
ILAsm Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
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
.