Bump ICSharpCode.Decompiler from 9.1.0.7988 to 11.0.0.9375 - #11120
Open
dependabot[bot] wants to merge 1 commit into
Open
dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
--- updated-dependencies: - dependency-name: ICSharpCode.Decompiler dependency-version: 11.0.0.9375 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/nuget/main/ICSharpCode.Decompiler-11.0.0.9375
branch
from
August 25, 2026 09:02
b38dec3 to
f791f1f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pinned ICSharpCode.Decompiler at 11.0.0.9375.
Release notes
Sourced from ICSharpCode.Decompiler's releases.
11.0
The major news item of this release cycle is us porting ILSpy from WPF to Avalonia. With this port, ILSpy is now available on Linux and Mac in addition to Windows. Do note that there is no longer a WPF frontend, it was entirely removed in favor of the new Avalonia one.
Aside from this already major UI work, a few other long-standing UI features from our wish list made it into ILSpy:
A second focus area was improving the ilspycmd story for agentic development. Download numbers for our dotnet tool took off in the last quarter of 2025, and agents like Claude are the reason for that (downloads are now exceeding 70k/week). Given we are using Claude as well, we found a few areas lacking that needed improvement, especially to save on token spend:
Together with list/extract embedded resources, decompile BAML to XAML which shipped in 10.1, we now have a good set of optimized options for the most common scenarios in skills and tool calling available for you.
A part of this initiative was hardening:
The third pillar of this release is fixing long-standing annoyances and in general investing in tech debt, eg fuzzing our decompiler engine with NuGet packages. A lot (!) of the changes detailled in the release notes for preview 1 and rc deal with exactly those many small to big improvements.
Finally, we'd like to point out one retirement: the VS2017/2019 add-in has been removed, we continue to support VS2022-2026.
What is new since RC?
For a full list of changes click here.
This release is based on .NET 10.0. Please make sure that you have it installed on your machine beforehand.
Note for Mac users: see https://github.com/icsharpcode/ILSpy/wiki/Build-Artifacts#running-the-macos-artifact because the ILSpy.app is neither signed nor notarized.
11.0-rc
This release is based on .NET 10.0. Please make sure that you have it installed on your machine beforehand.
Note for Mac users: see https://github.com/icsharpcode/ILSpy/wiki/Build-Artifacts#running-the-macos-artifact because the ILSpy.app is neither signed nor notarized.
New Features
User Interface
Enhancements
Testing / Infrastructure
Contributions
IProjectFileWriterimplementations — @ds5678, thank you!Bug Fixes
... (truncated)
11.0-preview1
This release is based on .NET 10.0. Please make sure that you have it installed on your machine beforehand.
Note for Mac users: see https://github.com/icsharpcode/ILSpy/wiki/Build-Artifacts#running-the-macos-artifact because the ILSpy.app is neither signed nor notarized.
Avalonia Cross Platform Port
New Features
User Interface
Enhancements
... (truncated)
10.1.1
This release is based on .NET 10.0. Please make sure that you have it installed on your machine beforehand.
Bug Fixes
10.1
This release is based on .NET 10.0. Please make sure that you have it installed on your machine beforehand.
New Language Features
Enhancements
Bug fixes
For a full list of changes click here.
10.0.1
This release is based on .NET 10.0. Please make sure that you have it installed on your machine beforehand.
Bug fixes
Enhancements
For a full list of changes click here.
10.0
This release is based on .NET 10.0. Please make sure that you have it installed on your machine beforehand.
New Language Features
allows ref structconstraintextensionmembersInlineArraysUser Interface
Enhancements
CSharpConversions: General improvements, fixing various missing rules for C# up to version 9.ckfiniteIL opcode in decompilerWholeProjectDecompiler.CreateDecompilerprotected virtual to make the decompilation pipeline extensible.Contributions
TargetFrameworkandTargetServicesAPIs are now public (see #3501 by @nikitalita)inerroneously being applied tothis(see #3682 by @nikitalita)allows ref structconstraint (see #3537 by @jjonescz)IDecompilerTypeSystemrather than aDecompilerTypeSystemtoCSharpDecompiler(see #3529 by @lordmilko)DecompilerSettings.ExpandParamsArguments(see #3534 by @MSchmoecker)DecompilerSettings.AlwaysMoveInitializer: Always move initializer from static constructor to field initializer (see #3540 by @miloush)... (truncated)
10.0-preview3
This preview release is based on .NET 10.0. Please make sure that you have it installed on your machine beforehand.
Enhancements
Contributions
inerroneously being applied tothis(see #3682 by @nikitalita)Bug Fixes
For a full list of changes click here.
10.0-preview2
This preview release is based on .NET 10.0. Please make sure that you have it installed on your machine beforehand.
New Language Features
allows ref structconstraintextensionmembersEnhancements
CSharpConversions: General improvements, fixing various missing rules for C# up to version 9.ckfiniteIL opcode in decompilerUser Interface
Contributions
allows ref structconstraint (see #3537 by @jjonescz)IDecompilerTypeSystemrather than aDecompilerTypeSystemtoCSharpDecompiler(see #3529 by @lordmilko)DecompilerSettings.ExpandParamsArguments(see #3534 by @MSchmoecker)DecompilerSettings.AlwaysMoveInitializer: Always move initializer from static constructor to field initializer (see #3540 by @miloush)API Clean-up
UnresolvedUsingScopeResolvedUsingScopetoUsingScopeToTypeReference... (truncated)
10.0-preview1
This preview release is based on preview 6 of .NET 10.0. Please make sure that you have it installed on your machine beforehand.
New Language Features
InlineArraysEnhancements
WholeProjectDecompiler.CreateDecompilerprotected virtual to make the decompilation pipeline extensible.Contributions
Activator.CreateInstance<T>()tonew T()(see #3497 by @DoctorKrolic)TargetFrameworkandTargetServicesAPIs are now public (see #3501 by @nikitalita)flag(NUM)toflags(NUM)(see #3473 by @hez2010)Performance
Bug fixes
RuntimeHelpers.InitializeArrayis malformed.And many other fixes, for a full list click here.
ICSharpCode.Decompiler Assembly Changes (API diff)
Changed Types
ICSharpCode.Decompiler.DecompilerSettings
Clone() : DecompilerSettingsParamsCollections : boolUseObjectCreationOfGenericTypeParameter : boolInlineArrays : boolCheckForOverflowUnderflow : boolClone() : DecompilerSettings... (truncated)
Commits viewable in compare view.