Options

decompiling async / await framework code

scott_mscott_m Posts: 3 New member
edited September 14, 2017 8:32PM in .NET Reflector Previous Versions
It seems like Reflector runs into issues decompiling framework code with async / await:

Microsoft.AspNetCore.Authentication.AuthenticationMiddleware::Invoke has lots of async / await usage but the decompiled result is garbled code that can't be stepped into.

Anyone else run into decompile issues with async / await code?

.NET Core 1.1
.NET Reflector 9.2
VS 2017 15.3.4
Tagged:

Comments

Sign In or Register to comment.