ICSharpCode.Decompiler
                             
                            
                                10.0.0.8079-preview1
                            
                        
                            
                                
                                
                                    Prefix Reserved
                                
                            
                    
        
        
                                This is a prerelease version of ICSharpCode.Decompiler.
                            
    
                    dotnet add package ICSharpCode.Decompiler --version 10.0.0.8079-preview1
NuGet\Install-Package ICSharpCode.Decompiler -Version 10.0.0.8079-preview1
        
        
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
                    
    
    <PackageReference Include="ICSharpCode.Decompiler" Version="10.0.0.8079-preview1" />
        
        
For projects that support PackageReference, copy this XML node into the project file to reference the package.
                    
    
    <PackageVersion Include="ICSharpCode.Decompiler" Version="10.0.0.8079-preview1" />
<PackageReference Include="ICSharpCode.Decompiler" />
        
        
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
                    
    
    paket add ICSharpCode.Decompiler --version 10.0.0.8079-preview1
        
        
 The NuGet Team does not provide support for this client. Please contact its maintainers for support.
                    
    
    #r "nuget: ICSharpCode.Decompiler, 10.0.0.8079-preview1"
        
        
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
                    
    
    #:package ICSharpCode.Decompiler@10.0.0.8079-preview1
        
        
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
                    
    
    #addin nuget:?package=ICSharpCode.Decompiler&version=10.0.0.8079-preview1&prerelease
#tool nuget:?package=ICSharpCode.Decompiler&version=10.0.0.8079-preview1&prerelease
        
        
 The NuGet Team does not provide support for this client. Please contact its maintainers for support.
                    
    
    About
ICSharpCode.Decompiler is the decompiler engine used in ILSpy.
You can learn how to use it from the following samples/real-world applications:
- decompiler-nuget-demos.ipynb in the ILSpy repository. This shows the basics of using the NuGet.
- ILSpyCmd project in the ILSpy repository. This dotnet tool shows automation of whole assembly decompilation.
- ILSpy.Backend in the ILSpy Visual Studio Code Extension repository. This LSP shows listing / decompiling members.
- ILSpy itself. Complex, recommended only for advanced users and definitely not the place to get started.
| Product | Versions Compatible and additional computed target framework versions. | 
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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. | 
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. | 
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. | 
| .NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. | 
| MonoAndroid | monoandroid was computed. | 
| MonoMac | monomac was computed. | 
| MonoTouch | monotouch was computed. | 
| Tizen | tizen40 was computed. tizen60 was computed. | 
| Xamarin.iOS | xamarinios was computed. | 
| Xamarin.Mac | xamarinmac was computed. | 
| Xamarin.TVOS | xamarintvos was computed. | 
| Xamarin.WatchOS | xamarinwatchos was computed. | 
        
        Compatible target framework(s)
    
    
        
        Included target framework(s) (in package)
    
    Learn more about Target Frameworks and .NET Standard.
- 
                                                    .NETStandard 2.0- System.Collections.Immutable (>= 6.0.0)
- System.Reflection.Metadata (>= 6.0.0)
 
NuGet packages (70)
Showing the top 5 NuGet packages that depend on ICSharpCode.Decompiler:
| Package | Downloads | 
|---|---|
| Microsoft.DocAsCode.Metadata.ManagedReference Package Description | |
| Atc.XUnit Atc.XUnit is a collection of helper method for code compliance of documentation and tests. | |
| OmniSharp.Roslyn.CSharp Package Description | |
| Docfx.Dotnet Technical documentation tool with markdown, API docs for .NET, REST API and more. | |
| Stratis.SmartContracts.CLR Package Description | 
GitHub repositories (37)
Showing the top 20 popular GitHub repositories that depend on ICSharpCode.Decompiler:
| Repository | Stars | 
|---|---|
| dotnet/roslyn 
                                                            The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
                                                         | |
| tModLoader/tModLoader 
                                                            A mod to make and play Terraria mods. Supports Terraria 1.4 (and earlier) installations 
                                                         | |
| dotnet/docfx 
                                                            Static site generator for .NET API documentation.
                                                         | |
| waf/CSharpRepl 
                                                            A command line C# REPL with syntax highlighting – explore the language, libraries and nuget packages interactively.
                                                         | |
| dotnet/interactive 
                                                            .NET Interactive combines the power of .NET with many other languages to create notebooks, REPLs, and embedded coding experiences. Share code, explore data, write, and learn across your apps in ways you couldn't before.
                                                         | |
| dotnet/extensions 
                                                            This repository contains a suite of libraries that provide facilities commonly needed when creating production-ready applications.
                                                         | |
| ashmind/SharpLab 
                                                            .NET language playground
                                                         | |
| peachpiecompiler/peachpie 
                                                            PeachPie - the PHP compiler and runtime for .NET and .NET Core
                                                         | |
| dotnet/android 
                                                            .NET for Android provides open-source bindings of the Android SDK for use with .NET managed languages such as C#
                                                         | |
| tareqimbasher/NetPad 
                                                            A cross-platform C# editor and playground.
                                                         | |
| dahall/Vanara 
                                                            A set of .NET libraries for Windows implementing PInvoke calls to many native Windows APIs with supporting wrappers.
                                                         | |
| OmniSharp/omnisharp-roslyn 
                                                            OmniSharp server (HTTP, STDIO) based on Roslyn workspaces
                                                         | |
| icsharpcode/AvaloniaILSpy 
                                                            Avalonia-based .NET Decompiler (port of ILSpy)
                                                         | |
| badamczewski/PowerUp 
                                                            ⚡ Decompilation Tools and High Productivity Utilities ⚡
                                                         | |
| AElfProject/AElf 
                                                            An AI-enhanced cloud-native layer-1 blockchain network. 
                                                         | |
| DragoQCC/CrucibleC2 
                                                            A C# Command & Control framework 
                                                         | |
| stratisproject/StratisBitcoinFullNode 
                                                            Bitcoin full node in C#
                                                         | |
| dotnet/dotnet 
                                                            Home of .NET's Virtual Monolithic Repository which includes all the code needed to build the .NET SDK.
                                                         | |
| bdovaz/UnityNuGet 
                                                            Provides a service to install NuGet packages into a Unity project via the Unity Package Manager
                                                         | |
| praeclarum/FuGetGallery 
                                                            An alternative web UI for browsing nuget packages
                                                         | 
| Version | Downloads | Last Updated | 
|---|---|---|
| 10.0.0.8079-preview1 | 1,860 | 7/24/2025 | 
| 9.1.0.7988 | 73,991 | 4/22/2025 | 
| 9.0.0.7889 | 88,414 | 1/19/2025 | 
| 9.0.0.7876-RC | 402 | 1/6/2025 | 
| 9.0.0.7833-preview3 | 2,348 | 11/10/2024 | 
| 9.0.0.7660-preview2 | 11,416 | 6/9/2024 | 
| 9.0.0.7618-preview1 | 1,711 | 4/1/2024 | 
| 8.2.0.7535 | 469,992 | 11/6/2023 | 
| 8.1.1.7464 | 38,133 | 9/16/2023 | 
| 8.1.0.7455 | 17,726 | 8/3/2023 | 
| 8.0.0.7345 | 73,449 | 5/21/2023 | 
| 8.0.0.7339-rc1 | 9,664 | 5/14/2023 | 
| 8.0.0.7313-preview4 | 23,637 | 4/3/2023 | 
| 8.0.0.7246-preview3 | 98,659 | 12/4/2022 | 
| 8.0.0.7106-preview2 | 38,116 | 7/30/2022 | 
| 8.0.0.7007-preview1 | 4,150 | 4/20/2022 | 
| 7.2.1.6856 | 330,872 | 4/4/2022 | 
| 7.2.0.6844 | 70,848 | 2/28/2022 | 
| 7.2.0.6843-rc | 1,302 | 2/14/2022 | 
| 7.2.0.6839-preview4 | 1,247 | 2/7/2022 | 
| 7.2.0.6791-preview3 | 2,544 | 12/9/2021 | 
| 7.2.0.6702-preview2 | 1,204 | 11/8/2021 | 
| 7.2.0.6651-preview1 | 1,042 | 10/11/2021 | 
| 7.1.0.6543 | 811,523 | 5/30/2021 | 
| 7.0.0.6488 | 34,979 | 4/28/2021 | 
| 7.0.0.6485-rc2 | 1,055 | 4/18/2021 | 
| 7.0.0.6472-rc1 | 1,161 | 4/8/2021 | 
| 7.0.0.6372-preview3 | 3,503 | 2/28/2021 | 
| 7.0.0.6291-preview2 | 1,683 | 1/11/2021 | 
| 7.0.0.6225-preview1 | 5,397 | 11/16/2020 | 
| 6.2.1.6137 | 213,888 | 10/12/2020 | 
| 6.2.0.6124 | 41,171 | 9/24/2020 | 
| 6.2.0.6118-preview2 | 1,107 | 9/18/2020 | 
| 6.2.0.6062-preview1 | 1,422 | 8/31/2020 | 
| 6.1.0.5902 | 138,519 | 7/28/2020 | 
| 6.0.0.5836 | 28,887 | 7/7/2020 | 
| 6.0.0.5830-rc1 | 1,662 | 6/29/2020 | 
| 6.0.0.5800-preview4 | 4,063 | 6/17/2020 | 
| 6.0.0.5671-preview3 | 11,863 | 4/18/2020 | 
| 6.0.0.5559-preview2 | 1,819 | 1/8/2020 | 
| 6.0.0.5420-preview1 | 10,261 | 12/2/2019 | 
| 5.0.2.5153 | 203,955 | 11/2/2019 | 
| 5.0.1.5145 | 3,596 | 10/7/2019 | 
| 5.0.0.5124 | 10,094 | 9/19/2019 | 
| 5.0.0.5106-rc1 | 2,129 | 9/9/2019 | 
| 5.0.0.5066-preview4 | 3,191 | 8/12/2019 | 
| 5.0.0.4861-preview3 | 3,157 | 7/8/2019 | 
| 5.0.0.4793-preview2 | 25,422 | 5/12/2019 | 
| 5.0.0.4688-preview1 | 17,546 | 3/10/2019 | 
| 4.0.0.4521 | 180,239 | 1/16/2019 | 
| 4.0.0.4520-rc2 | 1,975 | 1/13/2019 | 
| 4.0.0.4509-rc1 | 2,019 | 1/5/2019 | 
| 4.0.0.4443-beta3 | 1,681 | 12/16/2018 | 
| 4.0.0.4319-beta2 | 3,506 | 8/13/2018 | 
| 4.0.0.4285-beta1 | 147,680 | 8/1/2018 | 
| 4.0.0.4226-alpha1 | 2,039 | 7/23/2018 | 
| 3.2.0.3856 | 182,530 | 7/1/2018 | 
| 3.2.0.3846-rc | 2,264 | 6/24/2018 | 
| 3.2.0.3809-beta | 1,986 | 6/11/2018 | 
| 3.1.0.3652 | 113,770 | 4/8/2018 | 
| 3.1.0.3645-rc | 2,856 | 3/28/2018 | 
| 3.1.0.3599-beta1 | 2,389 | 3/12/2018 | 
| 3.0.2.3465 | 13,931 | 1/24/2018 | 
| 3.0.1.3460 | 2,737 | 1/15/2018 | 
| 3.0.0.3447 | 3,332 | 12/18/2017 | 
| 3.0.0.3443 | 3,142 | 12/18/2017 | 
| 3.0.0.3403-beta4 | 64,790 | 12/4/2017 | 
| 3.0.0.3367-beta3 | 2,405 | 11/28/2017 | 
| 3.0.0.3365-beta3 | 2,388 | 11/27/2017 | 
| 3.0.0.3362-beta3 | 2,522 | 11/27/2017 | 
| 3.0.0.3287-beta2 | 2,218 | 11/6/2017 | 
| 3.0.0-beta1 | 14,154 | 10/23/2017 | 
| 3.0.0-alpha4 | 2,223 | 10/3/2017 | 
| 3.0.0-alpha3 | 2,311 | 9/18/2017 | 
| 3.0.0-alpha2 | 2,229 | 9/11/2017 | 
| 3.0.0-alpha1 | 2,589 | 9/4/2017 | 
| 2.3.1 | 25,868 | 7/13/2015 | 
| 2.3.0 | 16,293 | 4/26/2015 |