Nelson Nobre

Results 3 issues of Nelson Nobre

The idea is to have the countries information stored in a HashTable data structure, allowing us to reduce the lookup operation from O(n) to O(1). E.g: ```c# Country country =...

How to ensure the CosmosDB emulator:vnext-preview API is ready? I'm using this configuration: ```bash docker run -d -p 8081:8081 -e ENABLE_EXPLORER:false mcr.microsoft.com/cosmosdb/linux/azure-cosmos-emulator:vnext-preview ``` I disabled the Explorer because this setup...

bug
cosmosEmulatorVnextPreview

## What does this PR do? This PR updates the CosmosDb image to the new version Microsoft is working on [Linux-based emulator (preview)](https://learn.microsoft.com/en-gb/azure/cosmos-db/emulator-linux) [GitHub Repository](https://github.com/Azure/azure-cosmos-db-emulator-docker) ## Why is it important?...

enhancement
module