Skip to content

Commit

Permalink
Merge pull request #494 from stakx/docs
Browse files Browse the repository at this point in the history
Add hyperlink to my own `AsyncInterceptor` package to documentation page
  • Loading branch information
jonorossi committed May 1, 2020
2 parents 0d12f9c + 7af48e4 commit db192c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/dynamicproxy-async-interception.md
Expand Up @@ -281,6 +281,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)

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.

* The above examples have shown cases where a "stale" invocation object has its `ReturnValue` repeatedly set, even though only the first value might be observed by calling code. It is however possible that invocation objects are recorded somewhere, and could be inspected later on. Other parties might then observe a `ReturnValue` that does not reflect what the original caller got.
Expand Down

0 comments on commit db192c0

Please sign in to comment.