Welcome to the Chocolatey Community Package Repository! The packages found in this section of the site are provided, maintained, and moderated by the community.
Moderation
Every version of each package undergoes a rigorous moderation process before it goes live that typically includes:
- Security, consistency, and quality checking
- Installation testing
- Virus checking through VirusTotal
- Human moderators who give final review and sign off
More detail at Security and Moderation.
Organizational Use
If you are an organization using Chocolatey, we want your experience to be fully reliable. Due to the nature of this publicly offered repository, reliability cannot be guaranteed. Packages offered here are subject to distribution rights, which means they may need to reach out further to the internet to the official locations to download files at runtime.
Fortunately, distribution rights do not apply for internal use. With any edition of Chocolatey (including the free open source edition), you can host your own packages and cache or internalize existing community packages.
Disclaimer
Your use of the packages on this site means you understand they are not supported or guaranteed in any way. Learn more...

Downloads:
84,038
Downloads of v 6.0-preview1:
0
Last Update:
02 Dec 2019
Package Maintainer(s):
Software Author(s):
- SharpDevelop Team
Tags:
ilspy foss dotnet assembly decompiler
ILSpy
This is a prerelease version of ILSpy.
Downloads:
84,038
Downloads of v 6.0-preview1:
0
Maintainer(s):
Software Author(s):
- SharpDevelop Team
Edit Package
To edit the metadata for a package, please upload an updated version of the package.
Chocolatey's Community Package Repository currently does not allow updating package metadata on the website. This helps ensure that the package itself (and the source used to build the package) remains the one true source of package metadata.
This does require that you increment the package version.
This Package Contains an Exempted Check
1 Test Passing and 1 Exempted Test
Validation Testing Passed
Verification Testing Exempt:
Requires a system reboot.
To install ILSpy, run the following command from the command line or from PowerShell:
To upgrade ILSpy, run the following command from the command line or from PowerShell:
To uninstall ILSpy, run the following command from the command line or from PowerShell:
NOTE: This applies to both open source and commercial editions of Chocolatey.
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://chocolatey.org/api/v2. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
- Download the Package Download
- Follow manual internalization instructions
-
Package Internalizer (C4B)
- Run
choco download ilspy --internalize --source=https://chocolatey.org/api/v2
(additional options) - Run
choco push --source="'http://internal/odata/repo'"
for package and dependencies - Automate package internalization
- Run
3. Enter your internal repository url
(this should look similar to https://chocolatey.org/api/v2)
4. Choose your deployment method:
choco upgrade ilspy -y --source="'STEP 3 URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade ilspy -y --source="'STEP 3 URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Ensure ilspy installed
win_chocolatey:
name: ilspy
state: present
version: 6.0-preview1
source: STEP 3 URL
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
Coming early 2020! Central Managment Reporting available now! More information...
chocolatey_package 'ilspy' do
action :install
version '6.0-preview1'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: ilspy,
Version: 6.0-preview1,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller ilspy
{
Name = 'ilspy'
Ensure = 'Present'
Version = '6.0-preview1'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'ilspy':
provider => 'chocolatey',
ensure => '6.0-preview1',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install ilspy version="6.0-preview1" source="STEP 3 URL"
See docs at https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.chocolatey.html.
5. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved as a trusted package on 03 Dec 2019.
ILSpy is the open-source .NET assembly browser and decompiler.
Features
- Decompilation to C#
- Whole-project decompilation (csproj, not sln!)
- Search for types/methods/properties (substring)
- Hyperlink-based type/method/property navigation
- Base/Derived types navigation, history
- BAML to XAML decompiler
- Extensible via plugins (MEF)
- Check out the language support status
The following MIT license applies to ILSpy, NRefactory and ICSharpCode.Decompiler.
Mono.Cecil also uses the MIT license (Copyright JB Evain).
AvalonEdit and SharpTreeView use LGPL, which can be found in the LGPL.txt file.
ILSpy.BamlDecompiler uses the MS-PL, which can be found in the MS-PL.txt file.
MIT license:
Copyright (c) 2011-2014 AlphaSierraPapa for the SharpDevelop team
Permission is hereby granted, free of charge, to any person obtaining a copy of this
software and associated documentation files (the "Software"), to deal in the Software
without restriction, including without limitation the rights to use, copy, modify, merge,
publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons
to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or
substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE
FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
Package can be verified like this:
1. Go to
x32: https://github.com/icsharpcode/ILSpy/releases/download/v6.0-preview1/ILSpy_binaries_6.0.0.5420-preview1.zip
to download the installer.
2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'
checksum32: 2747052E2849E0FBDD4168555BEA551B1C84846EB06B40A892CCDB69F6C07BC8
File 'LICENSE.txt' is obtained from:
https://github.com/icsharpcode/ILSpy/blob/master/doc/license.txt
$ErrorActionPreference = 'Stop'
$toolsDir = Split-Path -Parent $MyInvocation.MyCommand.Definition
# *** Automatically filled ***
$fileType = 'zip'
$packageArgs = @{
packageName = 'ilspy'
destination = $toolsDir
}
# *** Automatically filled ***
$packageArgs.file = Get-Item ("$toolsDir\*.{0}" -f $fileType)
Get-ChocolateyUnzip @packageArgs
Remove-Item $packageArgs.file -ErrorAction SilentlyContinue
New-Item "$toolsDir\ilspy.exe.gui" -Type File -Force | Out-Null
$shortcutPath = Join-Path $([Environment]::GetFolderPath([System.Environment+SpecialFolder]::CommonPrograms)) 'ILSpy.lnk'
if (-not (Test-Path $shortcutPath)) {
Install-ChocolateyShortcut -ShortcutFilePath $shortcutPath -TargetPath "$toolsDir\ilspy.exe"
}
$ErrorActionPreference = 'Stop'
$shortcutPath = Join-Path $([Environment]::GetFolderPath([System.Environment+SpecialFolder]::CommonPrograms)) 'ILSpy.lnk'
if (Test-Path $shortcutPath) {
Remove-Item $shortcutPath
}
md5: 95C9B80F2698C0D9BC7D2CF91FC9972B | sha1: 4E47B27DC619F3E55F8084E69F0B44BE1691B6EB | sha256: 2747052E2849E0FBDD4168555BEA551B1C84846EB06B40A892CCDB69F6C07BC8 | sha512: D948C77C30F020EFB8C01549113FD95A5C96B237EC70CE3207F63EFD85F0E5744C5CC2F32EC15D0403EDCE9525659117F10AF406413F8A3C9A289B79AD100AB2
- System.Threading.Tasks.Dataflow.dll (c5eb013bcab8) - ## / 65 - Log in or click on link to see number of positives
- System.Reflection.TypeExtensions.dll (1d863f8a0468) - ## / 70 - Log in or click on link to see number of positives
- Humanizer.dll (40dff6faebcc) - ## / 69 - Log in or click on link to see number of positives
- Microsoft.VisualStudio.Validation.dll (4670907e3e5f) - ## / 71 - Log in or click on link to see number of positives
- System.Collections.Immutable.dll (2f05a2c489c2) - ## / 70 - Log in or click on link to see number of positives
- System.Reflection.Metadata.dll (2e180767f141) - ## / 69 - Log in or click on link to see number of positives
- Mono.Cecil.dll (046435e64474) - ## / 69 - Log in or click on link to see number of positives
- Mono.Cecil.Mdb.dll (66fb9c6f5d95) - ## / 69 - Log in or click on link to see number of positives
- Mono.Cecil.Pdb.dll (5bd7a0e22492) - ## / 70 - Log in or click on link to see number of positives
- Mono.Cecil.Rocks.dll (02f3141e5ab9) - ## / 69 - Log in or click on link to see number of positives
- OSVersionHelper.dll (359d9bd8cf0a) - ## / 68 - Log in or click on link to see number of positives
- ICSharpCode.AvalonEdit.dll (e597d9dd3e6b) - ## / 68 - Log in or click on link to see number of positives
- ilspy.6.0-preview1.nupkg (0bdb89096eaf) - ## / 63 - Log in or click on link to see number of positives
- ILSpy_binaries_6.0.0.5420-preview1.zip (2747052e2849) - ## / 61 - Log in or click on link to see number of positives
- ICSharpCode.Decompiler.dll (22f674029a7e) - ## / 68 - Log in or click on link to see number of positives
- ICSharpCode.TreeView.dll (e54e096e177e) - ## / 70 - Log in or click on link to see number of positives
- ILSpy.BamlDecompiler.Plugin.dll (20387dba4766) - ## / 70 - Log in or click on link to see number of positives
- ILSpy.exe (10e6aea90237) - ## / 69 - Log in or click on link to see number of positives
- Microsoft.VisualStudio.Composition.dll (4955481b9590) - ## / 69 - Log in or click on link to see number of positives
- Microsoft.VisualStudio.Composition.NetFxAttributes.dll (acd5da3dafb2) - ## / 68 - Log in or click on link to see number of positives
- System.Composition.AttributedModel.dll (e8c3bbaf852a) - ## / 68 - Log in or click on link to see number of positives
- System.Composition.Convention.dll (0ea90ce42a83) - ## / 68 - Log in or click on link to see number of positives
- System.Composition.Hosting.dll (653dca013e9b) - ## / 67 - Log in or click on link to see number of positives
- System.Composition.Runtime.dll (cef510c35c1b) - ## / 69 - Log in or click on link to see number of positives
- System.Composition.TypedParts.dll (60dc09994a01) - ## / 69 - Log in or click on link to see number of positives
- Xceed.Wpf.AvalonDock.dll (b3ed23749f37) - ## / 69 - Log in or click on link to see number of positives
- ILSpy.resources.dll (0ce814665d86) - ## / 68 - Log in or click on link to see number of positives
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Version | Downloads | Last Updated | Status |
---|---|---|---|
ILSpy 6.0-preview1 | 0 | Monday, December 2, 2019 | Approved |
ILSpy 5.0.2 | 4397 | Saturday, November 2, 2019 | Approved |
ILSpy 5.0.1 | 4647 | Monday, October 7, 2019 | Approved |
ILSpy 5.0 | 3604 | Thursday, September 19, 2019 | Approved |
ILSpy 5.0-rc1 | 43 | Monday, September 9, 2019 | Approved |
ILSpy 5.0-preview4 | 88 | Monday, August 12, 2019 | Approved |
ILSpy 5.0-preview3 | 72 | Monday, July 8, 2019 | Approved |
ILSpy 5.0-preview2 | 106 | Sunday, May 12, 2019 | Approved |
ILSpy 5.0-preview1 | 102 | Sunday, March 10, 2019 | Approved |
ILSpy 4.0.1 | 32294 | Friday, January 25, 2019 | Approved |
ILSpy 4.0.0.20181231-beta3 | 88 | Monday, December 31, 2018 | Approved |
ILSpy 4.0-beta3 | 88 | Sunday, December 16, 2018 | Approved |
ILSpy 4.0-beta2 | 165 | Monday, August 13, 2018 | Approved |
ILSpy 4.0-beta1 | 108 | Thursday, August 2, 2018 | Approved |
ILSpy 4.0-alpha1 | 136 | Monday, July 23, 2018 | Approved |
ILSpy 3.2.0 | 6253 | Sunday, July 1, 2018 | Approved |
ILSpy 3.2-rc | 120 | Sunday, June 24, 2018 | Approved |
ILSpy 3.2-beta | 111 | Monday, June 11, 2018 | Approved |
ILSpy 3.1.0.20180317-beta1 | 200 | Saturday, March 17, 2018 | Approved |
ILSpy 3.1 | 1933 | Wednesday, April 11, 2018 | Approved |
ILSpy 3.1-beta1 | 167 | Thursday, March 15, 2018 | Approved |
ILSpy 3.0.1.20180317 | 1019 | Saturday, March 17, 2018 | Approved |
ILSpy 3.0.1 | 368 | Thursday, March 15, 2018 | Approved |
ILSpy 2.4.0.1963 | 14090 | Sunday, June 5, 2016 | Approved |
ILSpy 2.3.2 | 842 | Tuesday, April 12, 2016 | Approved |
ILSpy 2.3.1.1855 | 2799 | Monday, July 13, 2015 | Approved |
ILSpy 2.3.0.1827 | 3735 | Tuesday, March 10, 2015 | Approved |
ILSpy 2.2.0.1708 | 723 | Friday, February 20, 2015 | Approved |
ILSpy 2.2.0.1707 | 321 | Wednesday, February 18, 2015 | Approved |
ILSpy 2.2.0.1706 | 727 | Wednesday, January 21, 2015 | Approved |
ILSpy 2.1.0.1000 | 3693 | Friday, November 2, 2012 | Approved |
ILSpy 1.0.0.1000 | 669 | Wednesday, December 14, 2011 | Approved |
Copyright © SharpDevelop Team
-
- dotnet4.6.1 (≥ 4.6.01055.20170308)
Ground Rules:
- This discussion is only about ILSpy and the ILSpy package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or ILSpy, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.