Closed danielwertheim closed 5 years ago
:white_check_mark: Build Couchbase.Extensions 128 completed (commit https://github.com/couchbaselabs/Couchbase.Extensions/commit/945e5c79fc by @danielwertheim)
Hi @danielwertheim -
Thanks for the submission. Wouldn't the caller of SetAsync just await the Task returned by the method?
-Jeff
As it's not used in a disposable member eliding should probably be fine and let the consumer ensure he/she configures... Seen to code consistency, I guess RefreshAsync should elide as well then?
It's merged, Thanks!
Stumbled upon one member in the cache that elides the call instead of using await and async as the other members do. Not really sure if it's by design or if it should be consistent.