azure-docs icon indicating copy to clipboard operation
azure-docs copied to clipboard

Inconsistency

Open DavidKlempfner opened this issue 2 years ago • 2 comments

"Do not use ToList() on DocumentClient.CreateDocumentQuery(...) which uses blocking calls to synchronously drain the query. Use AsDocumentQuery() to drain the query asynchronously." This is under a list of items titled "Do not". The other items don't start with "Do not" so this last one is inconsistent and reads strangely if you read the title of the list first. I think this should be rewritten to: "Use ToList() on DocumentClient.CreateDocumentQuery(...). This uses blocking calls to synchronously drain the query. Use AsDocumentQuery() to drain the query asynchronously instead."


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

DavidKlempfner avatar Nov 11 '22 03:11 DavidKlempfner

@DavidKlempfner Thanks for your feedback! We will investigate and update as appropriate.

SaibabaBalapur-MSFT avatar Nov 11 '22 04:11 SaibabaBalapur-MSFT

Hi @StefArroyo,

Could you please look into this document update request. Thanks.

shaktisingh-msft avatar Nov 11 '22 04:11 shaktisingh-msft

Hello @DavidKlempfner,

We have updated the language of this item in the list to better fit the other items.

The change should be live later today.

seesharprun avatar Nov 21 '22 18:11 seesharprun