decompiling async / await framework code
scott_m
Posts: 3 New member
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
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