thumbmunkeys

Results 1 comments of thumbmunkeys

I think the error is here: ` public async Task CheckExistsAsync(string name, CancellationToken cancellationToken) {` ` var result = await _wrappedFolder.GetItemAsync(name).AsTaskNoThrow(cancellationToken);` ConfigureAwait(false) is missing