Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump ICSharpCode.Decompiler from 8.1.1.7464 to 8.2.0.7535 #199

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2023

Bumps ICSharpCode.Decompiler from 8.1.1.7464 to 8.2.0.7535.

Release notes

Sourced from ICSharpCode.Decompiler's releases.

ILSpy 8.2

ILSpy 8.x is based on .NET 6.0. All artifacts except the self-contained distribution are built framework-dependent, which means .NET 6.0.2 or later must be installed prior to starting ILSpy.

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<char>

Contributions

Enhancements

  • #3090: add support for the NUGET_PACKAGES environment variable
  • Fixed some quirks in our search: #3064, #3065 and #3038

Performance

  • #3075: 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.
  • #3075: Add NextSetBit operation to BitSet to avoid looking at every store bit individually in ReachingDefinitionsVisitor.GetStores()
  • #3075: Fix ILVariableEqualityComparer.GetHashCode
  • #3075: Improve performance of CSharpResolver.LookupSimpleNameOrTypeName in cases with a large number of local variables.
  • #3075: Eliminate recursion in some parts of the decompiler engine
  • ILSpy UI: #3057 - sub-optimal use of StringBuilder when constructing tree-node labels

Bug fixes

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

And many other fixes, for a full list click here.

NuGet Release 3.0.2 (3.0.1)

The release 3.0.2 has two improvements for downstream consumers of ICS.Decompiler:

For 3.0.1, there was only one improvement: GetCecil visibility, see icsharpcode/ILSpy#1028

Binaries are on NuGet.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Dec 1, 2023
@dependabot dependabot bot force-pushed the dependabot/nuget/ICSharpCode.Decompiler-8.2.0.7535 branch from c579f8b to 947e017 Compare December 3, 2023 05:08
@dependabot dependabot bot force-pushed the dependabot/nuget/ICSharpCode.Decompiler-8.2.0.7535 branch from 947e017 to b8a5b91 Compare December 17, 2023 09:02
@ChrisPulman
Copy link
Member

@dependabot rebase

@ChrisPulman ChrisPulman enabled auto-merge (squash) December 21, 2023 20:38
Bumps [ICSharpCode.Decompiler](https://github.com/icsharpcode/ILSpy) from 8.1.1.7464 to 8.2.0.7535.
- [Release notes](https://github.com/icsharpcode/ILSpy/releases)
- [Changelog](https://github.com/icsharpcode/ILSpy/blob/master/releasebuild.bat)
- [Commits](https://github.com/icsharpcode/ILSpy/commits)

---
updated-dependencies:
- dependency-name: ICSharpCode.Decompiler
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/nuget/ICSharpCode.Decompiler-8.2.0.7535 branch from b8a5b91 to 8843b85 Compare December 21, 2023 20:39
@ChrisPulman ChrisPulman merged commit 4d3160c into main Dec 21, 2023
1 check passed
@ChrisPulman ChrisPulman deleted the dependabot/nuget/ICSharpCode.Decompiler-8.2.0.7535 branch December 21, 2023 20:50
Copy link

github-actions bot commented Jan 5, 2024

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 5, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant