.NET SDK 3.0.0-beta3 changes (code from beta1 no longer working)

Thanks for trying. I’m don’t know what is different. I tried a couple different buckets with different known doc keys and always get the exception. I notice that when I hover over the bucketResult.Result in the debugger it has a “SupportsCollections” member which is showing as false. Is that anything meaningful? Also, the GetAsync call itself does not throw, but when I call documentResult.Wait() afterwards (as I was doing to allow the operation to complete) or if I immediately call documentResult.Result.ContentAs() (as you are doing) it will throw in either case.