Posts
Sort by recent activity
v9 Lambda supplied to argument of Expression<...>
If I have a method whose parameters is an Expression<Func<...>> then Reflector is not decompiling the resultant expression tree back into the original lambda statement. Are expression decompiling ...
v9 Async method not decompiled
I'm getting the async state machine initialisation when viewing an async method instead of the code. This is a method sitting inside a class that inherits from Microsoft.AspNet.Identity.UserManage...
v9 still getting exception thrown from System.Web.Mvc
I have previously reported this exception Reflector throws when attempting to decompile
Assembly: System.Web.Mvc ( all versions since v3 )
Class: ControllerActionInvoker
Method: CreateActionResult
...
Upgraded to 6.8, now take 15-20 seconds to show disassembler
When the application loads for the first time the disassembler screen now takes 15-20 seconds to show for the first time. Windows grays the window, adds Not Responding to the title bar and I get t...