Downloads:
323,719
Downloads of v 4.0-alpha1:
379
Last Update:
23 Jul 2018
Package Maintainer(s):
Software Author(s):
- SharpDevelop Team
Tags:
ilspy foss dotnet assembly decompilerILSpy
This is a prerelease version of ILSpy.
- 1
- 2
- 3
4.0-alpha1 | Updated: 23 Jul 2018
Downloads:
323,719
Downloads of v 4.0-alpha1:
379
Maintainer(s):
Software Author(s):
- SharpDevelop Team
ILSpy 4.0-alpha1
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=4.0-alpha1 --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="'4.0-alpha1'" --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="'4.0-alpha1'" --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: '4.0-alpha1'
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 '4.0-alpha1'
options '--prerelease'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller ilspy
{
Name = "ilspy"
Version = "4.0-alpha1"
Source = "INTERNAL REPO URL"
chocoParams = "--prerelease"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'ilspy':
ensure => '4.0-alpha1',
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.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved as a trusted package on 23 Jul 2018.
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
$ErrorActionPreference = 'Stop'
$shortcutPath = Join-Path $([Environment]::GetFolderPath([System.Environment+SpecialFolder]::CommonPrograms)) 'ILSpy.lnk'
if (Test-Path $shortcutPath) {
Remove-Item $shortcutPath
}
Log in or click on link to see number of positives.
- System.Threading.Tasks.Dataflow.dll (ac55053d9eec) - ## / 68
- System.Collections.Immutable.dll (a8e9ce5d4db1) - ## / 70
- System.ValueTuple.dll (158a18599e8d) - ## / 69
- System.Reflection.Metadata.dll (652ded0ce5e1) - ## / 67
- System.Composition.AttributedModel.dll (04d8eb1419e0) - ## / 67
- System.Composition.Convention.dll (0bd24c729772) - ## / 67
- System.Composition.Hosting.dll (7a26e95e0f75) - ## / 67
- System.Composition.Runtime.dll (c419e3d51f9e) - ## / 67
- System.Composition.TypedParts.dll (2c609bed3bbd) - ## / 67
- Humanizer.dll (40dff6faebcc) - ## / 66
- ICSharpCode.AvalonEdit.dll (058f38f33f3f) - ## / 68
- Microsoft.VisualStudio.Composition.dll (0efb7e78d64f) - ## / 67
- Microsoft.VisualStudio.Validation.dll (4670907e3e5f) - ## / 69
- ICSharpCode.TreeView.dll (1f09699b96c3) - ## / 66
- Microsoft.DiaSymReader.Native.amd64.dll (95f301012ed0) - ## / 70
- Microsoft.DiaSymReader.Native.x86.dll (f21da9fb831a) - ## / 72
- ilspy.4.0-alpha1.nupkg (f467fb4b3c16) - ## / 61
- ILSpy_binaries_4.0.0.4226-alpha1.zip (2d37813b248f) - ## / 61
- ICSharpCode.Decompiler.dll (53f8399bd9ad) - ## / 67
- ILSpy.BamlDecompiler.Plugin.dll (4e2cf1f3c4b5) - ## / 67
- ILSpy.exe (9d6a53698591) - ## / 66
- Microsoft.DiaSymReader.dll (7ef0b5d7a7b9) - ## / 65
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
-
- 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.