The open-source .NET assembly browser and decompiler!

ILSpy

ILSpy 8.2.0.7535

  -  4.29 MB  -  Open Source

Sometimes latest versions of the software can cause issues when installed on older devices or devices running an older version of the operating system.

Software makers usually fix these issues but it can take them some time. What you can do in the meantime is to download and install an older version of ILSpy 8.2.0.7535.


For those interested in downloading the most recent release of ILSpy or reading our review, simply click here.


All old versions distributed on our website are completely virus-free and available for download at no cost.


We would love to hear from you

If you have any questions or ideas that you want to share with us - head over to our Contact page and let us know. We value your feedback!

  • ILSpy 8.2.0.7535 Screenshots

    The images below have been resized. Click on them to view the screenshots in full size.

    ILSpy 8.2.0.7535 Screenshot 1
  • ILSpy 8.2.0.7535 Screenshot 2
  • ILSpy 8.2.0.7535 Screenshot 3
  • ILSpy 8.2.0.7535 Screenshot 4
  • ILSpy 8.2.0.7535 Screenshot 5

What's new in this version:

New Language Features:
- C# 7.1 Pattern matching with generics
- C# 8.0 Recursive patterns
- C# 9.0 Relational patterns
- C# 9.0 not patterns
- C# 10.0 static abstract members in interfaces
- C# 11.0 switch on (ReadOnly)Span

Enhanced:
- add support for the NUGET_PACKAGES environment variable

Performance:
- Avoid processing already-transformed blocks by introducing - BlockTransformContext.IndexOfFirstAlreadyTransformedInstruction, which allows us to track already transformed instructions after a block has been merged into another by ConditionDetection.
- Add NextSetBit operation to BitSet to avoid looking at every store bit individually in - ReachingDefinitionsVisitor.GetStores()
- Fix ILVariableEqualityComparer.GetHashCode
- Improve performance of CSharpResolver.LookupSimpleNameOrTypeName in cases with a large number of local variables
- Eliminate recursion in some parts of the decompiler engine
ILSpy UI: -- sub-optimal use of StringBuilder when constructing tree-node labels

Fixed:
- Handler blocks of exception filter blocks do not have a header
- unaligned.stobj cannot be transformed into inline assignment
- extension methods named Add were skipping some checks in AccessPathElement.IsMethodApplicable.
- MetadataModule.ResolveEntity() returning null for System.IntPtr when C# 11 native integers are enabled
- VS2017-2019 addin didn't properly match subdirectory structure of 2022 addin
- Missing type information in lambda expressions