-
The setup in my controller is super-simple (_container is really CosmosClient instance call to .GetContainer):
```
[HttpGet]
[EnableQuery]
public async Task Get()
{
return _containe…
-
It would be nice to have support for working directly with the Cosmos DB LINQ provider as opposed to working with the EF provider as EF does not generate valid SQL in many situations.
-
Image version: b05a7af77243
.NET CosmosDB version 3.41.0
**Describe the bug**
Unable to create or read databases using the SDK and CosmosDb emulator by following steps at
https://learn.microsoft…
-
I am using the library to spin up a CosmosDb emulator.
The problem with this CosmosDb emulator is that it takes a while until it's ready to be used, so I need a good mechanism to wait.
I have trie…
-
Version 3.41.0
**Describe the bug**
Unable to create or read databases using the SDK and CosmosDb emulator by following steps at
https://learn.microsoft.com/en-us/azure/cosmos-db/how-to-develop-e…
-
**Describe the bug**
I am unable to run any windows containers on my PC. A colleague gets the same behaviour.
**To Reproduce**
I get the following error:
“`docker: Error response from daemon:…
-
**Describe the bug**
I have two macbooks pro with m1 and m3 chips and i can't run an emulator inside atheParallels Dekstop 19.3 with windows 11
**To Reproduce**
Steps to reproduce the behavior:
…
-
Where to start...
I've been trying for a full day to create a Azure function using F# and I've finally managed to do so after following many tutorials (outdated or up to date, but with bugs) and ap…
-
I would like to be able to run tests while offline, or in a CI environment that is offline.
I would also like to be able to develop locally on my laptop while offline.
For most other data stores, …
-
Trying to get an understanding of what the local development story is. RabbitMQ for example can be installed on a dev machine, or run as a Docker container. If I have development/build images that nee…