Closed prilling closed 6 years ago
For some reason SimpleStubs/Roslyn things that the setter argument in this case is "handler" instead of "value"! I'll look more into it.
@prilling Can you try this again with 2.4.0?
I am unable to reproduce this at the moment, closing.. please reopen if you can reproduce.
When I add my own interface that inherits from IAsyncOperation, the generated code code compiles with the error "The name 'handler' does not exist in the current context".
From the following code that gets generated, the putter for Completed is trying to invoke with a parameter that does not exist (handler).