Jacob Viau

Results 138 comments of Jacob Viau

The ETag is available in the "_etag" property from the content returned by CosmosDB. Albeit, I have not tested with just a byte array response, but json serialization directly with...

Ah right - didn't notice the document is wrapped in a `CosmosCacheSession` from this repo. The etag would be on that object (if you added a property that would deserialize...

@liliankasem yes, I plan on merging it in soon. Was just waiting for the current release to be cut. But that has been done so I will update this PR...

@CooperLink - can you take a look at this issue?

Thanks @CooperLink. Is it safe to close this issue as by design?

@theiszeduard supporting strongly typed events would be a nice feature to have. I am not sure I want to add it to the type signature though, as it doesn't add...

@theiszeduard I'll leave the issue open as a reminder to open another issue with a strongly-typed event handling design. Personally, what I have done is just override `OnEvent(OrchestrationContext context, string...

Oh my bad - you need to override `RaiseEvent`, not `OnEvent`.

Closing as `RaiseEvent` should work with my example

My concern with this is we are introducing a silent behavior change between debug sessions of the same application. In a complex environment this could lead to very subtle issues....