ilspycmd 8.0.0.7246-preview3

This is a prerelease version of ilspycmd.
There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global ilspycmd --version 8.0.0.7246-preview3
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local ilspycmd --version 8.0.0.7246-preview3
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=ilspycmd&version=8.0.0.7246-preview3&prerelease
                    
nuke :add-package ilspycmd --version 8.0.0.7246-preview3
                    

ilspycmd .NET 6.0 Tool

To install:

dotnet tool install ilspycmd -g

Help output (ilspycmd ---help):

ilspycmd: 8.0.0.7007
ICSharpCode.Decompiler: 8.0.0.7007

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 information.
  -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_0,
                                   CSharp7_1, CSharp7_2, CSharp7_3, CSharp8_0, CSharp9_0, CSharp_10_0 or 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 assembiles into a folder. This requires the output directory option.
  --nested-directories             Use nested directories for namespaces.

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 Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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.0.8079-preview1 477 7/24/2025
9.1.0.7988 16,858 4/22/2025
9.0.0.7889 15,721 1/19/2025
9.0.0.7876-RC 153 1/6/2025
9.0.0.7833-preview3 328 11/10/2024
9.0.0.7660-preview2 401 6/9/2024
9.0.0.7618-preview1 303 4/1/2024
8.2.0.7535 45,849 11/6/2023
8.1.1.7464 3,693 9/16/2023
8.1.0.7455 2,811 8/3/2023
8.0.0.7345 9,751 5/21/2023
8.0.0.7339-rc1 291 5/14/2023
8.0.0.7313-preview4 300 4/3/2023
8.0.0.7246-preview3 959 12/4/2022
8.0.0.7106-preview2 471 7/30/2022
8.0.0.7007-preview1 393 4/20/2022
7.2.1.6856 30,207 4/4/2022
7.2.0.6844 2,354 2/28/2022
7.2.0.6839-preview4 352 2/7/2022
7.2.0.6791-preview3 407 12/9/2021
7.2.0.6702-preview2 348 11/8/2021
7.1.0.6543 28,866 5/30/2021
7.0.0.6488 1,294 4/28/2021
7.0.0.6485-rc2 397 4/18/2021
7.0.0.6472-rc1 386 4/8/2021
7.0.0.6372-preview3 379 2/28/2021
7.0.0.6291-preview2 422 1/11/2021
6.2.0.6124 4,235 9/24/2020
6.2.0.6118-preview2 471 9/18/2020
6.2.0.6062-preview1 450 8/31/2020
6.1.0.5902 1,128 7/28/2020
6.0.0.5836 902 7/7/2020
6.0.0.5830-rc1 464 6/29/2020
6.0.0.5800-preview4 464 6/17/2020
6.0.0.5671-preview3 505 4/18/2020
6.0.0.5559-preview2 563 1/8/2020
6.0.0.5420-preview1 1,400 12/2/2019
5.0.2 3,028 11/2/2019
5.0.1.5145 1,029 10/7/2019
5.0.0.5124 959 9/19/2019
5.0.0-rc1 514 9/9/2019
5.0.0-preview4 563 8/12/2019
5.0.0-preview3 572 7/8/2019
5.0.0-preview2 585 5/12/2019
5.0.0-preview1 651 3/10/2019
4.0.0 3,524 1/16/2019
3.8.0 1,481 1/5/2019
3.5.0 988 12/16/2018
3.0.0 1,669 8/13/2018
2.0.0 1,420 8/1/2018
1.0.0 1,367 7/23/2018