From eb4516176d47895897ae2a0e723342be14a4685d Mon Sep 17 00:00:00 2001 From: wswind <18399096+wswind@users.noreply.github.com> Date: Thu, 4 Mar 2021 17:02:13 +0800 Subject: [PATCH] Update dynamicproxy-async-interception.md --- docs/dynamicproxy-async-interception.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/dynamicproxy-async-interception.md b/docs/dynamicproxy-async-interception.md index fea0584c34..348d4a3fdc 100644 --- a/docs/dynamicproxy-async-interception.md +++ b/docs/dynamicproxy-async-interception.md @@ -282,6 +282,8 @@ private async Task InterceptAsync(IInvocation invocation) * [Castle.Core.AsyncInterceptor](https://www.nuget.org/packages/Castle.Core.AsyncInterceptor) (third-party, despite the Castle Project's package namespace) * [stakx.DynamicProxy.AsyncInterceptor](https://www.nuget.org/packages/stakx.DynamicProxy.AsyncInterceptor) + + * [Lightwind.AsyncInterceptor](https://www.nuget.org/packages/Lightwind.AsyncInterceptor/) If you are the author of a generally useful async interception helper library, and would like to add your library to the above list, feel free to submit a PR.