16 references to AddKeyedContainer
Aspire.Microsoft.Azure.Cosmos (2)
AspireMicrosoftAzureCosmosExtensions.cs (2)
59/// <see cref="CosmosDatabaseBuilder.AddKeyedContainer(string)"/> for each container. 124/// <see cref="CosmosDatabaseBuilder.AddKeyedContainer(string)"/> for each container.
Aspire.Microsoft.Azure.Cosmos.Tests (11)
AspireMicrosoftAzureCosmosExtensionsTests.cs (11)
421databaseBuilder.AddKeyedContainer("container1"); 457.AddKeyedContainer("container1") 458.AddKeyedContainer("container2"); 488.AddKeyedContainer("container1"); 509.AddKeyedContainer("container1"); 541.AddKeyedContainer("container1"); 574.AddKeyedContainer("container1") 575.AddKeyedContainer("container2"); 613.AddKeyedContainer("users") 614.AddKeyedContainer("orders"); 616.AddKeyedContainer("products");
CosmosEndToEnd.ApiService (3)
Program.cs (3)
12.AddKeyedContainer("entries") 13.AddKeyedContainer("users") 14.AddKeyedContainer("user-todo");