CosmosDb.Net icon indicating copy to clipboard operation
CosmosDb.Net copied to clipboard

CosmosDB.Net is a library that helps development against an Azure Cosmos DB database - SQL or Graph. It is a wrapper over the latest stable official Azure Cosmos DB .NET SDK Version 3.0 as well as the...

Results 7 CosmosDb.Net issues
Sort by recently updated
recently updated
newest added

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.2 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.2 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...

dependencies

Currently every call to `ExecuteGremlin` or `ExecuteGremlinSingle` results in a new `GremlinClient` being created and disposed. This is a very expensive operation and in my use case where multiple gremlin...

When doing a graph query on an object that has properties with empty string values, the object is returned with nulls instead. This is confusing when doing updates as now...

Hi - I am trying to use the ExecuteGremlin command to fetch vertices from my Graph database. I thought everything was working splendidly but the Id is never returned. I...

I am in an enterprise environment and often am unable (especially during local development) to use `ConnectionMode.Direct` for Cosmos and have to use `ConnectionMode.Gateway` to get past firewall issues. Due...

I am simply trying to connect to my CosmosDB - Gremlin service. I put in the server URL but it will not connect. Where is this "Account Name" property displayed...