Downloads:
323,719
Downloads of v 7.2-preview4:
107
Last Update:
07 Feb 2022
Package Maintainer(s):
Software Author(s):
- SharpDevelop Team
Tags:
ilspy foss dotnet assembly decompiler- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
ILSpy
This is a prerelease version of ILSpy.
- 1
- 2
- 3
7.2-preview4 | Updated: 07 Feb 2022
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
323,719
Downloads of v 7.2-preview4:
107
Maintainer(s):
Software Author(s):
- SharpDevelop Team
ILSpy 7.2-preview4
This is a prerelease version of ILSpy.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by SharpDevelop Team. The inclusion of SharpDevelop Team trademark(s), if any, upon this webpage is solely to identify SharpDevelop Team goods or services and not for commercial purposes.
- 1
- 2
- 3
This Package Contains an Exempted Check
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
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:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
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://community.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: (additional options)
choco download ilspy --internalize --version=7.2-preview4 --pre --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade ilspy -y --source="'INTERNAL REPO URL'" --version="'7.2-preview4'" --prerelease [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="'INTERNAL REPO URL'" --version="'7.2-preview4'" --prerelease
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install ilspy
win_chocolatey:
name: ilspy
version: '7.2-preview4'
source: INTERNAL REPO URL
state: present
allow_prerelease: yes
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'ilspy' do
action :install
source 'INTERNAL REPO URL'
version '7.2-preview4'
options '--prerelease'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller ilspy
{
Name = "ilspy"
Version = "7.2-preview4"
Source = "INTERNAL REPO URL"
chocoParams = "--prerelease"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'ilspy':
ensure => '7.2-preview4',
install_options => ['--prerelease'],
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved as a trusted package on 07 Feb 2022.
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/v7.2-preview4/ILSpy_binaries_7.2.0.6839-preview4.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: 8D5D7FE4AFEB6D8275B2F1E1FCDAB649232ECF951D06EBBA76ED0427808685D0
File 'LICENSE.txt' is obtained from:
https://github.com/icsharpcode/ILSpy/blob/master/doc/license.txt
$ErrorActionPreference = 'Stop'
$shortcutPath = Join-Path $([Environment]::GetFolderPath([System.Environment+SpecialFolder]::CommonPrograms)) 'ILSpy.lnk'
if (Test-Path $shortcutPath) {
Remove-Item $shortcutPath
}
md5: 4EF6F7640903D52C028055C746421B58 | sha1: E3EAD20116AC9F80BE811E3796D0F617A403D305 | sha256: 8D5D7FE4AFEB6D8275B2F1E1FCDAB649232ECF951D06EBBA76ED0427808685D0 | sha512: 683619CDFDEF033FCCF539D16CD12125FAC3038CD47B560A12063595D03EC7452B772FCDB306D2FE0063048996E2B392C2A85C5F53D95E4C9282DA624641A12C
Log in or click on link to see number of positives.
- System.Reflection.TypeExtensions.dll (1d863f8a0468) - ## / 66
- System.Numerics.Vectors.dll (1d3ef8698281) - ## / 73
- System.Buffers.dll (accccfbe45d9) - ## / 73
- System.Memory.dll (8e76318e8b06) - ## / 75
- Microsoft.VisualStudio.Validation.dll (66f771f334f4) - ## / 65
- System.Runtime.CompilerServices.Unsafe.dll (3cadcb6b8a73) - ## / 70
- System.Collections.Immutable.dll (646d3b52a489) - ## / 70
- System.Reflection.Metadata.dll (46451e1168dd) - ## / 75
- System.Threading.Tasks.Dataflow.dll (aeb4d43fd572) - ## / 65
- Microsoft.Win32.Registry.dll (e9a9d281c1a7) - ## / 73
- System.Security.AccessControl.dll (1fda491eebdb) - ## / 74
- System.Security.Principal.Windows.dll (b4d8e15adc23) - ## / 73
- OSVersionHelper.dll (35b741153678) - ## / 67
- System.Composition.AttributedModel.dll (2ad7944c8597) - ## / 68
- System.Composition.Convention.dll (7114af19b894) - ## / 67
- System.Composition.Hosting.dll (c8f4e1aa0f34) - ## / 67
- System.Composition.Runtime.dll (2a54b348f0bb) - ## / 67
- System.Composition.TypedParts.dll (b31c264bd7f0) - ## / 67
- Mono.Cecil.dll (f66f97866433) - ## / 70
- Iced.dll (38ca0a5e0504) - ## / 66
- ILCompiler.Reflection.ReadyToRun.dll (8bbcf1e33623) - ## / 65
- Mono.Cecil.Mdb.dll (411f8ed8c497) - ## / 68
- Mono.Cecil.Pdb.dll (447ede1984bb) - ## / 67
- Mono.Cecil.Rocks.dll (2e2623319bdc) - ## / 66
- Microsoft.VisualStudio.Composition.dll (c1b5b01559a0) - ## / 67
- Microsoft.VisualStudio.Composition.NetFxAttributes.dll (fc1676c7fa71) - ## / 66
- ilspy.7.2-preview4.nupkg (cf8f46e90f51) - ## / 63
- ILSpy_binaries_7.2.0.6839-preview4.zip (8d5d7fe4afeb) - ## / 58
- AvalonDock.dll (31cf50437574) - ## / 65
- AvalonDock.Themes.VS2013.dll (7d16da5d4d19) - ## / 67
- DataGridExtensions.dll (2490a5773769) - ## / 68
- ICSharpCode.AvalonEdit.dll (941d014ff268) - ## / 67
- ICSharpCode.Decompiler.dll (8f51efeedd01) - ## / 66
- ICSharpCode.TreeView.dll (43293ea13e0f) - ## / 68
- ILSpy.BamlDecompiler.Plugin.dll (75c29c47de90) - ## / 67
- ILSpy.exe (95e83bf062e8) - ## / 67
- ILSpy.ReadyToRun.Plugin.dll (ea7cac12ac50) - ## / 66
- K4os.Compression.LZ4.dll (f2f0eba48d74) - ## / 70
- Microsoft.Xaml.Behaviors.dll (b864da9d8841) - ## / 67
- TomsToolbox.Essentials.dll (92ecb4ccaf83) - ## / 68
- TomsToolbox.ObservableCollections.dll (5fb203ff754b) - ## / 65
- TomsToolbox.Wpf.dll (fc267d1816c7) - ## / 67
- TomsToolbox.Wpf.Styles.dll (8660dccbfa31) - ## / 67
- ILSpy.ReadyToRun.Plugin.resources.dll (87ab19a8d8d1) - ## / 66
- ILSpy.resources.dll (ea46fe6acadf) - ## / 67
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.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
ILSpy 9.0.0-preview3 | 33 | Sunday, November 10, 2024 | Approved | |
ILSpy 9.0.0-preview2 | 207 | Sunday, June 9, 2024 | Approved | |
ILSpy 9.0.0-preview1 | 128 | Monday, April 1, 2024 | Approved | |
ILSpy 8.2.0 | 54453 | Monday, November 6, 2023 | Approved | |
ILSpy 8.1.1 | 7795 | Saturday, September 16, 2023 | Approved | |
ILSpy 8.1.0 | 5658 | Friday, August 4, 2023 | Approved | |
ILSpy 8.0.0.20230622 | 3899 | Thursday, June 22, 2023 | Approved | |
ILSpy 8.0 | 3170 | Monday, May 22, 2023 | Approved | |
ILSpy 8.0-rc1 | 69 | Monday, May 15, 2023 | Approved | |
ILSpy 8.0-preview4 | 480 | Monday, April 3, 2023 | Approved | |
ILSpy 8.0-preview3 | 258 | Sunday, December 4, 2022 | Approved | |
ILSpy 8.0-preview2 | 316 | Saturday, July 30, 2022 | Approved | |
ILSpy 8.0-preview1 | 204 | Wednesday, April 20, 2022 | Approved | |
ILSpy 7.2.1 | 40945 | Tuesday, April 5, 2022 | Approved | |
ILSpy 7.2 | 6065 | Monday, February 28, 2022 | Approved | |
ILSpy 7.2-rc | 109 | Monday, February 14, 2022 | Approved | |
ILSpy 7.2-preview4 | 107 | Monday, February 7, 2022 | Approved | |
ILSpy 7.2-preview3 | 165 | Thursday, December 9, 2021 | Approved | |
ILSpy 7.2-preview2 | 128 | Monday, November 8, 2021 | Approved | |
ILSpy 7.2-preview1 | 123 | Monday, October 11, 2021 | Approved | |
ILSpy 7.1 | 32326 | Monday, May 31, 2021 | Approved | |
ILSpy 7.0 | 5121 | Wednesday, April 28, 2021 | Approved | |
ILSpy 7.0-rc2 | 207 | Sunday, April 18, 2021 | Approved | |
ILSpy 7.0-rc1 | 153 | Thursday, April 8, 2021 | Approved | |
ILSpy 7.0-preview3 | 216 | Monday, March 1, 2021 | Approved | |
ILSpy 7.0-preview2 | 201 | Monday, January 11, 2021 | Approved | |
ILSpy 7.0-preview1 | 232 | Monday, November 16, 2020 | Approved | |
ILSpy 6.2.1 | 24180 | Monday, October 12, 2020 | Approved | |
ILSpy 6.2 | 3484 | Thursday, September 24, 2020 | Approved | |
ILSpy 6.2-preview2 | 184 | Friday, September 18, 2020 | Approved | |
ILSpy 6.2-preview1 | 199 | Monday, August 31, 2020 | Approved | |
ILSpy 6.1 | 8652 | Tuesday, July 28, 2020 | Approved | |
ILSpy 6.0 | 3545 | Tuesday, July 7, 2020 | Approved | |
ILSpy 6.0-rc1 | 182 | Monday, June 29, 2020 | Approved | |
ILSpy 6.0-preview4 | 238 | Wednesday, June 17, 2020 | Approved | |
ILSpy 6.0-preview3 | 412 | Saturday, April 18, 2020 | Approved | |
ILSpy 6.0-preview2 | 3447 | Tuesday, January 21, 2020 | Approved | |
ILSpy 6.0-preview1 | 299 | Monday, December 2, 2019 | Approved | |
ILSpy 5.0.2 | 29070 | Saturday, November 2, 2019 | Approved | |
ILSpy 5.0.1 | 4867 | Monday, October 7, 2019 | Approved | |
ILSpy 5.0 | 3843 | Thursday, September 19, 2019 | Approved | |
ILSpy 5.0-rc1 | 265 | Monday, September 9, 2019 | Approved | |
ILSpy 5.0-preview4 | 324 | Monday, August 12, 2019 | Approved | |
ILSpy 5.0-preview3 | 286 | Monday, July 8, 2019 | Approved | |
ILSpy 5.0-preview2 | 363 | Sunday, May 12, 2019 | Approved | |
ILSpy 5.0-preview1 | 430 | Sunday, March 10, 2019 | Approved | |
ILSpy 4.0.1 | 32628 | Friday, January 25, 2019 | Approved | |
ILSpy 4.0.0.20181231-beta3 | 302 | Monday, December 31, 2018 | Approved | |
ILSpy 4.0-beta3 | 294 | Sunday, December 16, 2018 | Approved | |
ILSpy 4.0-beta2 | 414 | Monday, August 13, 2018 | Approved | |
ILSpy 4.0-beta1 | 330 | Thursday, August 2, 2018 | Approved | |
ILSpy 4.0-alpha1 | 379 | Monday, July 23, 2018 | Approved | |
ILSpy 3.2.0 | 6575 | Sunday, July 1, 2018 | Approved | |
ILSpy 3.2-rc | 359 | Sunday, June 24, 2018 | Approved | |
ILSpy 3.2-beta | 354 | Monday, June 11, 2018 | Approved | |
ILSpy 3.1.0.20180317-beta1 | 442 | Saturday, March 17, 2018 | Approved | |
ILSpy 3.1 | 2186 | Wednesday, April 11, 2018 | Approved | |
ILSpy 3.1-beta1 | 400 | Thursday, March 15, 2018 | Approved | |
ILSpy 3.0.1.20180317 | 1223 | Saturday, March 17, 2018 | Approved | |
ILSpy 3.0.1 | 642 | Thursday, March 15, 2018 | Approved | |
ILSpy 2.4.0.1963 | 14383 | Sunday, June 5, 2016 | Approved | |
ILSpy 2.3.2 | 1094 | Tuesday, April 12, 2016 | Approved | |
ILSpy 2.3.1.1855 | 3044 | Monday, July 13, 2015 | Approved | |
ILSpy 2.3.0.1827 | 3970 | Tuesday, March 10, 2015 | Approved | |
ILSpy 2.2.0.1708 | 958 | Friday, February 20, 2015 | Approved | |
ILSpy 2.2.0.1707 | 566 | Wednesday, February 18, 2015 | Approved | |
ILSpy 2.2.0.1706 | 923 | Wednesday, January 21, 2015 | Approved | |
ILSpy 2.1.0.1000 | 3928 | Friday, November 2, 2012 | Approved | |
ILSpy 1.0.0.1000 | 920 | Wednesday, December 14, 2011 | Approved |
Copyright © SharpDevelop Team
-
- netfx-4.7.2 (≥ 4.7.2.0)
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.