Toni Solarin-Sodara
Toni Solarin-Sodara
Hi @dtkujawski, Pose doesn't support ignoring methods. Will consider including this feature in the next major release
@ashGHub, I believe shimming asynchronous methods should be the same as normal methods. Have you tried this and did it throw an error?
Because of how delegates are setup the runtime is interpreting your replacement delegate as `void` by default. I suggest you try returning a dummy `Task` value. If you really need...
Pose cannot currently shim extension methods
Hi @k-schneider, currently revisiting the feature list for Pose and will add this to the backlog
@Dreamwalker666 on second thought I think this might be supported just not very obvious. Can you paste a snippet of your code?
Shimming a class is definitely something that'll be convenient. However, I foresee some limitations with said approach based on my implementation. E.g all methods of `ShimMyClass` will have to be...
I don't see a reason why it can't be done. But as you rightly mentioned, it's out of scope of this project
I doubt Pose will be able to support UAP because UAP doesn't have code generation capabilities using `Reflection.Emit`
@ilengyel I'm working on reproducing this