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 5.0.2.5153 to 6.0.0.5836 #144

Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps ICSharpCode.Decompiler from 5.0.2.5153 to 6.0.0.5836.

Release notes

Sourced from ICSharpCode.Decompiler's releases.

ILSpy 6.0

Major Changes of Note

  • ILSpy 6.0 sports a multi-tab docking interface
  • ILSpy 6.0 comes with a new Metadata Explorer
  • ILSpy 6.0 has new icons for high-DPI support
  • ILSpy 6.0 requires at least .NET 4.7.2 (v5.0 required .NET 4.6.2)

New Language Features

  • C# 8.0: Indexing and Slices (Ranges)
  • C# 7.0: Changes to syntactic disambiguation of generic identifiers
  • C# 7.3 pattern-based fixed statement
  • C# 8.0 Default Interface Methods
  • C# 8.0 Async streams (currently not covering await foreach)
  • C# 8.0 await using
  • C# 8.0 Readonly members
  • Decompile calli instructions using C# 9.0 function pointer syntax
  • Improved support for Unsafe intrinsics
  • Support for generic and static local functions

UI Improvements

  • Docking and multi tab support (see #1725 and #1801)
  • Metadata Explorer (see https://github.com/icsharpcode/ILSpy/wiki/Metadata-Explorer)
  • Assembly list dropdown in toolbar, enhanced assembly list management
  • Show target frameworks next to the assembly version in the tree-view
  • Using the middle mouse button to click on tree nodes and links will open the decompilation result in a new tab.
  • "Select PDB" context menu: allows to change the PDB file resolved by ILSpy or pick one from a different location
  • Added a "Debug Metadata Explorer" node for portable PDBs
  • Use XAML for icons (high DPI)
  • New icons (based on VS 2017 icon pack) (#1704 thanks to @Rpinski)
  • RichText Tooltips (#1654)
  • Add "Open with ILSpy" entry to the Windows Explorer context menu on exe and dll files (via Options/Misc)
  • Empty metadata tables can now be hidden from the tree view
  • Folding for XAML output (thanks to @jogibear9988)
  • Add "Reset to defaults" in Options dialog
  • Dynamic assembly list generation for target framework

Improvements & Bugfixes

  • Project export: Added an option to allow SDK-style format for project files. (#2031 by @dymanoid)
  • Solution and project decompilation: Add missing ProjectTypeGuids
  • Add search features (thanks to @miloush and @sailro)
  • #1498: Remove Fusion API usage: Use standard file enumeration instead. This should enable us to use the GAC even with restricted access, as only the LIST permission is required.
  • Fix DotNetCorePathFinder to properly support netstandard2.1
  • Fix multi-module support
  • Updated links to MS Docs (#2030 by @AustinWise)
  • Improve ReduceNestingTransform by considering nested containers (#1880 by @Chicken-Bones)
  • Analyzers: Added "Implements interface"-Analyzer (#2028 by @dymanoid)
  • Analyzer follow type forwarders (#1846 by @yyjdelete)
  • The decompiler now supports Scalar Replacement Of Aggregates, which by default only works on display-classes and display-structs. There is an option to make it affect all instances and uses of plain types containing fields only. NOTE: It is still in preview stage. You can activate it when using a debug build.
  • Added support for null-propagation on unconstrained generic expressions
  • Added support for [module: NullablePublicOnly]
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 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot requested a review from a team July 8, 2020 00:13
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jul 8, 2020
@glennawatson glennawatson merged commit f4124d6 into main Jul 9, 2020
@glennawatson glennawatson deleted the dependabot/nuget/ICSharpCode.Decompiler-6.0.0.5836 branch July 9, 2020 05:38
@reactiveui reactiveui locked as resolved and limited conversation to collaborators Nov 26, 2021
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant