Arthur Vickers
Arthur Vickers
@SetTrend It is your intention to map `Language` as an entity type mapped to its own table?
Note for team: we should do this for 9 to avoid a break afterwards.
@shvmgpt116 We were unable to agree on a final shape for the API surface.
I'll bring it up with the team.
Duplicate of #32738
Tried this, but the following code ~~just hangs~~ on `StartAsync`. ```C# var cosmosDbContainer = new CosmosDbBuilder() .WithImage("mcr.microsoft.com/cosmosdb/linux/azure-cosmos-emulator:latest") .Build(); await cosmosDbContainer.StartAsync(); ``` Turns out you have to have to wait many...
Next issue: ``` Unhandled exception. System.Net.Http.HttpRequestException: The SSL connection could not be established, see inner exception. ---> System.IO.IOException: Received an unexpected EOF or 0 bytes from the transport stream. at...
> This was a first-time only thing, right? As the container image needs to be downloaded? In later runs the image is cached so things should start up very fast....
Starting the emulator on my machine takes a similar amount of time, so if it starts the emulator when the test container starts, then that would be why.
Okay, I timed it, and my perception is a little off, but it's still very slow: - Starting the emulator on my machine: 2 mins 4 seconds. - Starting the...