ilspycmd 9.0.0.7833-preview3
This is a prerelease version of ilspycmd.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet tool install --global ilspycmd --version 9.0.0.7833-preview3
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local ilspycmd --version 9.0.0.7833-preview3
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=ilspycmd&version=9.0.0.7833-preview3&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package ilspycmd --version 9.0.0.7833-preview3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
ilspycmd .NET Tool
To install:
dotnet tool install --global ilspycmd
Help output (ilspycmd --help):
ilspycmd: 8.2.0.7535
ICSharpCode.Decompiler: 8.2.0.7535
dotnet tool for decompiling .NET assemblies and generating portable PDBs
Usage: ilspycmd [options] <Assembly file name(s)>
Arguments:
Assembly file name(s) The list of assemblies that is being decompiled. This argument is mandatory.
Options:
-v|--version Show version of ICSharpCode.Decompiler used.
-h|--help Show help information.
-o|--outputdir <directory> The output directory, if omitted decompiler output is written to standard out.
-p|--project Decompile assembly as compilable project. This requires the output directory option.
-t|--type <type-name> The fully qualified name of the type to decompile.
-il|--ilcode Show IL code.
--il-sequence-points Show IL with sequence points. Implies -il.
-genpdb|--generate-pdb Generate PDB.
-usepdb|--use-varnames-from-pdb Use variable names from PDB.
-l|--list <entity-type(s)> Lists all entities of the specified type(s). Valid types: c(lass), i(nterface), s(truct), d(elegate), e(num)
-lv|--languageversion <version> C# Language version: CSharp1, CSharp2, CSharp3, CSharp4, CSharp5, CSharp6, CSharp7, CSharp7_1, CSharp7_2,
CSharp7_3, CSharp8_0, CSharp9_0, CSharp10_0, Preview or Latest
Allowed values are: CSharp1, CSharp2, CSharp3, CSharp4, CSharp5, CSharp6, CSharp7, CSharp7_1, CSharp7_2,
CSharp7_3, CSharp8_0, CSharp9_0, CSharp10_0, CSharp11_0, Preview, Latest.
Default value is: Latest.
-r|--referencepath <path> Path to a directory containing dependencies of the assembly that is being decompiled.
--no-dead-code Remove dead code.
--no-dead-stores Remove dead stores.
-d|--dump-package Dump package assemblies into a folder. This requires the output directory option.
--nested-directories Use nested directories for namespaces.
--disable-updatecheck If using ilspycmd in a tight loop or fully automated scenario, you might want to disable the automatic update
check.
Remarks:
-o is valid with every option and required when using -p.
Examples:
Decompile assembly to console out.
ilspycmd sample.dll
Decompile assembly to destination directory (single C# file).
ilspycmd -o c:\decompiled sample.dll
Decompile assembly to destination directory, create a project file, one source file per type.
ilspycmd -p -o c:\decompiled sample.dll
Decompile assembly to destination directory, create a project file, one source file per type,
into nicely nested directories.
ilspycmd --nested-directories -p -o c:\decompiled sample.dll
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
| Version | Downloads | Last Updated |
|---|---|---|
| 10.0.1.8346 | 73,557 | 4/27/2026 |
| 10.0.0.8330 | 76,437 | 4/6/2026 |
| 10.0.0.8323-preview3 | 381 | 3/25/2026 |
| 10.0.0.8282-preview2 | 1,207 | 12/30/2025 |
| 10.0.0.8079-preview1 | 985 | 7/24/2025 |
| 9.1.0.7988 | 278,276 | 4/22/2025 |
| 9.0.0.7889 | 31,466 | 1/19/2025 |
| 9.0.0.7876-RC | 252 | 1/6/2025 |
| 9.0.0.7833-preview3 | 531 | 11/10/2024 |
| 9.0.0.7660-preview2 | 755 | 6/9/2024 |
| 9.0.0.7618-preview1 | 395 | 4/1/2024 |
| 8.2.0.7535 | 76,678 | 11/6/2023 |
| 8.1.1.7464 | 5,049 | 9/16/2023 |
| 8.1.0.7455 | 3,873 | 8/3/2023 |
| 8.0.0.7345 | 12,467 | 5/21/2023 |
| 8.0.0.7339-rc1 | 406 | 5/14/2023 |
| 8.0.0.7313-preview4 | 415 | 4/3/2023 |
| 8.0.0.7246-preview3 | 1,185 | 12/4/2022 |
| 8.0.0.7106-preview2 | 610 | 7/30/2022 |
| 8.0.0.7007-preview1 | 531 | 4/20/2022 |
Loading failed