Search Criteria
Package Details: ilspycmd-git v10.0.preview2.r1.g4a29de5a4-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/ilspycmd-git.git (read-only, click to copy) |
|---|---|
| Package Base: | ilspycmd-git |
| Description: | .NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform! (git version) |
| Upstream URL: | https://github.com/icsharpcode/ILSpy |
| Licenses: | MIT |
| Submitter: | Fijxu |
| Maintainer: | Fijxu |
| Last Packager: | Fijxu |
| Votes: | 1 |
| Popularity: | 0.010908 |
| First Submitted: | 2023-06-15 18:52 (UTC) |
| Last Updated: | 2026-01-09 19:37 (UTC) |
Dependencies (5)
- dotnet-runtime (dotnet-runtime-2.2AUR, dotnet-runtime-3.0AUR, dotnet-runtime-2.1AUR, dotnet-runtime-preview-binAUR, dotnet-runtime-binAUR)
- powershellAUR (powershell-binAUR, powershell-preview-binAUR, powershell-gitAUR, powershell-lts-binAUR)
- dotnet-host (dotnet-host-rc-binAUR, dotnet-host-preview-binAUR, dotnet-host-preview-binAUR, dotnet-host-binAUR, dotnet-host-binAUR) (make)
- dotnet-sdk (dotnet-sdk-2.2AUR, dotnet-sdk-2.2-vs2017AUR, dotnet-sdk-3.0AUR, dotnet-sdk-2.1AUR, dotnet-sdk-preview-binAUR, dotnet-sdk-binAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
Latest Comments
minerharry commented on 2026-04-12 04:17 (UTC)
as found by @DHouck, the current global.json in ILSpy seems to be demanding dotnet version >11.0 [which just released]. I tested it on dotnet 10 by changing global.json and it worked fine but that might not be stable. Arch hasn't released packages for dotnet 11 yet though. In the meantime, maybe add a patch which downgrades global.json to dotnet 10?
Fijxu commented on 2026-01-09 19:38 (UTC)
@gdorn: Fixed, thanks!
gdorn commented on 2026-01-04 20:06 (UTC)
Broken, generating this error:
I fixed it by editing the PKGCONFIG during install, to add these lines to nuke the package.lock.json files:
DHouck commented on 2025-07-08 04:50 (UTC)
This seems broken as of three days ago; it wants a newer version of the .Net framework than is available. I donʼt know if thatʼs fixable on your end, but it seems worth knowing.
Fijxu commented on 2023-11-01 17:11 (UTC)
Fixed.
vibjelo commented on 2023-10-31 19:37 (UTC)
Should declare dependency on pwsh (powershell, https://aur.archlinux.org/packages/powershell), otherwise build fails