f135ta / SimpleProxy

Simple Proxy implementation for Net Core using Castle Dynamic Proxy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for async

efeker opened this issue · comments

Does this library support async methods?
Thanks

Not really, and that's a HUGE detriment to an otherwise excellent project. There is an open Pull Request that adds async support but it also changes the project from .Net Core to .Net Standard would break me. When I get some time I'm going to clone this repo and fix that. I need this for my project at work.

There are plans to implement support for Async. There's also a pull request outstanding - but as @stricq mentioned - it moves the code to NetStandard which I was REALLY trying to avoid.