-
I use this Libs to work with CosmosDB Emulator it only work on local host but not work with other server on local network. I has import cert of local server to local host and it has work with entity f…
-
When using raw sql the `order by` is case sensitive. Currently the library requires it to be lowercase.
I ran into this issue and it was not clear what was happening at the time until I started de…
-
Hello,
We're trying to use Cosmonaut in our multi-tenant application.
Each tenant has it's own collections, and such we need to be able to, during runtime, specify the collection name. Not only d…
-
**Issue Description**:
Most unique spacesuits are unwearable by the vox
**What did you expect to happen**:
I expected to be able to wear the clown EVA suit as a vox
After the space immu…
-
Currently, the aircraft in TS change their altitude through a full stop and hover up/down cycle depending on the elevation of the next tile. This is causing animation glitches and really weird behavio…
-
Hello,
Is there are .NET standard version of this library planned? We are currently using the Microsoft.Azure.DocumentDB.Core package, so the bulk update isn't compatible with the Core library.
…
-
All properties made their access with `cluster.get_cluster_index(caller_layer)` instead `cluster.get_cluster_index(property_layer)`.
In only never popped up in the tests, because they always use pr…
-
We're seeing behavior locally, that our object's datetimeoffset properties are saved as local datetimeoffsets (with an offset) to the database, instead of UTC datetimeoffsets (which is the behavior on…
-
I'd like to see what the linq generated sql call is costing me. In the cosmos sdk there is a `RequestCharge` property you can inspect. Does cosmonaut offer something similar?
If that's not an optio…
-
I am trying to use BulkExecutor and Cosmonaut. So I separated the bulk methods into its own class library and then I reference the dll of the project with BulkExecuter in it from the project that has …