sachabruttin / CosmosDbExplorer

A nice client explorer for Azure Cosmos DB
https://www.bruttin.com/CosmosDbExplorer/
MIT License
107 stars 27 forks source link

fix cannot open document with missing partition key #108

Closed Tentacule closed 1 year ago

Tentacule commented 1 year ago

When reading a document if it fails with a NotFound exception, a retry is done using PartitionKey.None as partitionKey.

It allows opening documents with missing partitionKey.