Lee White

Results 13 comments of Lee White

And, I'm unable to access the Azure Board reference (https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/2036316). Is that where this issue is being tracked?

@nohwnd saw your reply, with switch settings to force non-shared mode. It's not clear to me, where to set these, so I can include my older NET Framework targeted test...

In case it helps, my implementation is like this: ``` await client.Containers.GetContainerStatsAsync(containerid, new ContainerStatsParameters() { Stream = false }, new Progress(m => { ulong used_memory = 0; if(m.MemoryStats.Stats.TryGetValue("cache", out ulong...