Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: icsharpcode/ILSpy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.1
Choose a base ref
...
head repository: icsharpcode/ILSpy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.1.1
Choose a head ref
  • 9 commits
  • 14 files changed
  • 2 contributors

Commits on Sep 16, 2023

  1. Fix #3051: "InvalidOperationException: Stack empty" when decompiling …

    …reference assembly with empty method bodies
    dgrunwald authored and siegfriedpammer committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    bd77617 View commit details
    Browse the repository at this point in the history
  2. Fix #2397: Introduced calls to Unsafe.Read or Unsafe.Write when we wo…

    …uld otherwise cause "Cannot declare a pointer to a managed type T" errors.
    dgrunwald authored and siegfriedpammer committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    7ce6ded View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    58b72f3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d355b40 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c04dff7 View commit details
    Browse the repository at this point in the history
  6. Fix #3056: WriteParameterReference was using the wrong parameter defi…

    …nition in static methods.
    siegfriedpammer committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    0cdac3f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d25980b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4de9775 View commit details
    Browse the repository at this point in the history
  9. Set version to 8.1.1

    siegfriedpammer committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    cf4f68b View commit details
    Browse the repository at this point in the history
Loading