Steve887
Steve887
@ArnaudB88 did you ever resolve this? I ran into the same issue today needing the HttpContext inside my cache object. Tried a bunch of options with no effect.
It's more general than that. Mocking IRequestAdapter seems quite difficult and unintuitive. It would be better to mock the Patch or Get directly. For example, if I mocked IRequestAdapter how...
Resurrecting this issue. I was looking into creating a PR for this but found some things it would be good to get some background on the reasoning for. The `GetDescription`...
I have the same issue. I've looked in the logs and the plugins are being found and their names read correctly, but there are not errors present in the log,...
> Before taking a look at your repro, it's well-known that SqlClient has some severe memory/performance issues with reading large binary columns asynchronously ([dotnet/SqlClient#593](https://github.com/dotnet/SqlClient/issues/593)), so that could explain the memory...
@ajcvickers Hi, tried adding this and memory behaviour is similar. In fact total memory is actually higher. 
@ajcvickers is there any more information I can provide for this one?
@satviktechie1986 Setting `AsSplitQuery` does result in normal memory usage. However, in our actual app this isn't really a good solution as we have many queries across the app, and we...
@satviktechie1986 again, this wouldn't work for our actual app as we have too many queries to realistically select just the required columns
@roji I'm overseas at the moment and can't double check, but I'm sure my original repro zip file had seed data in it that would setup a sql local dB...