James Skimming

Results 45 comments of James Skimming

@brunoblank I've brought this discussion, along with a couple of other's into issue #60, I'd like to see if a slightly broader discussion can be had first, though that doesn't...

Thanks for the comments @brunoblank & @stakx. > thank you @JSkimming for asking for my opinion... I appreciate it The more, the merrier :smiley: > I am happy to draw...

Also, @stakx if you're interested, I'd be happy to have you join the collaborators.

Hi @samuelpsfung, thanks for taking the time to jump in. It is appreciated. When I raised this ticket, we had just released PR #54 to fix a longstanding issue with...

Hi @samuelpsfung You are correct and have identified a [comment](54#issuecomment-480953342) outlining the problem. In the following exact circumstances, `AsyncInterceptorBase` is **unsafe**. 1. You intercept a synchronous method. 2. You make...

@SuperJMN I don't use **DynamicProxy** for retry, I use [Polly](https://github.com/App-vNext/Polly) instead. Does your retry code work for synchronous calls, and using **DynamicProxy** directly without using this library?

@SuperJMN I asked if it works for synchronous calls. I'm trying to understand if this is a constraint of **DynamicProxy** or this library. Though as I said, I don't use...

@SuperJMN I'm afraid I don't have the time to perform an investigation at the moment. I may have a look at a later date, but I'm afraid I cannot commit...

It's a great idea. I've not tried it before but maybe we could use [BenchmarkDotNet](https://github.com/dotnet/BenchmarkDotNet "BenchmarkDotNet Repository"). Scott Hanselman [blogged](https://www.hanselman.com/blog/BenchmarkingNETCode.aspx "Benchmarking .NET code") about it a couple of years ago....

@weitzhandler I'm not familiar with how to target multiple frameworks in a class library, certainly not DNX. Do you know how? If you submit a PR the build system, AppVeyor,...