Package Details: ilspycmd-git v10.0.preview2.r1.g4a29de5a4-1

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)

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:

NU1004: The packages lock file is inconsistent with the project dependencies so restore can't be run in locked mode. Disable the RestoreLockedMode MSBuild property or pass an explicit --force-evaluate option to run restore to update the lock file.

I fixed it by editing the PKGCONFIG during install, to add these lines to nuke the package.lock.json files:

rm "$srcdir/$_pkgname/ICSharpCode.ILSpyX/packages.lock.json"
rm "$srcdir/$_pkgname/ICSharpCode.ILSpyCmd/packages.lock.json"
rm "$srcdir/$_pkgname/ICSharpCode.Decompiler/packages.lock.json"
rm "$srcdir/$_pkgname/ICSharpCode.BamlDecompiler/packages.lock.json"
# Old lines for context:
cd "$srcdir/$_pkgname/ICSharpCode.ILSpyCmd"
dotnet build -c Release -r linux-x64 -o ../publish --no-self-contained

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