dnSpyEx / dnSpy

Unofficial revival of the well known .NET debugger and assembly editor, dnSpy
GNU General Public License v3.0
6.89k stars 453 forks source link

method was removed that is still referenced by this module. #12

Open ghost opened 3 years ago

ghost commented 3 years ago

Before clicking Submit new issue, try the latest build

ElektroKill commented 3 years ago

Hello, there are two reasons for why you are facing this issue.

  1. The optional parameters are not decompiled properly (should be fixed when ILSpy decompiler engine is updated)
  2. When you move around the parameters in a method you invalidate all the references to it in the entire file.

This will take some time to fix as updating ILSpy is not an easy task (https://github.com/dnSpyEx/dnSpy/issues/5).