Cosmonaut icon indicating copy to clipboard operation
Cosmonaut copied to clipboard

🌐 A supercharged Azure CosmosDB .NET SDK with ORM support

Results 29 Cosmonaut issues
Sort by recently updated
recently updated
newest added

It's been observed that the FindAsync method will ignore the entity type when used in a shared collection and it will return a value cast as the CosmosStore object type.

bug
low priority

It would be nice to include the default TTL setting when creating collections. The TTL field on a document is not acknowledged if the collection does not have TTL enabled

low priority

We're trying to refactor our Cosmos entity models to allow them to be reused over numerous projects / applications. One of the big problems introduced was that the entities are...

enhancement

When attempting to use the Raw SQL for the following query: `select * from c order by c.id asc` it does not match on the `c` identifier because there is...

low priority

Once the 2.x Bulk Executor library gets a stable release it will be added into the CosmonautClient and possible the CosmosStore itself.

enhancement

Can support be added for proxy authentication? Version 2.2.1 of Azure.DocumentDB allows for specifying an `HttpClientHandler` in the `DocumentClient` constructor , through which proxy settings can be set so that...

blocked

Typically applications only require one TelemetryConfiguration instance with one set of ITelemetryInitializer but we have a few cases where we have multiple configurations running within a single application. This problem...

Hey Guys, I was investigating Cosmonaut for a multi-tenanted system. Basically I was looking to override the CosmosStore to use the visitor pattern to ensure that queries always include a...

question

Hi! We would love to have a property LastUpdatedDate being set on the entity on every Create and Update configured directly in the store. Down the road, this type of...

feature request