You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Method DirectoryCopy is broken; there are code paths (e.g. sourceDirName.Length > 260) where the compiler-generated display class variable is accessed without ever being initialized --> compiler-generated code throws NullReferenceException.
That should never happen for compiler-generated display class variables. ILSpy needs to emit code that preserves the potential NullReferenceException, which means it needs to keep the display class around.
Possible a bug in whichever compiler was used to build this assembly?
Check() looks like something that we could fix in our transform. (it already decompiles cleanly if "Always inline local variables" is enabled)
ILSpy version 6.0.0.5450-preview1
goto method DirectoryCopy()
you'll see something like
https://www.sendspace.com/file/ol1dwq
The text was updated successfully, but these errors were encountered: