16 references to AddKeyedContainer
Aspire.Microsoft.Azure.Cosmos (2)
AspireMicrosoftAzureCosmosExtensions.cs (2)
56/// <see cref="CosmosDatabaseBuilder.AddKeyedContainer(string)"/> for each container. 120/// <see cref="CosmosDatabaseBuilder.AddKeyedContainer(string)"/> for each container.
Aspire.Microsoft.Azure.Cosmos.Tests (11)
AspireMicrosoftAzureCosmosExtensionsTests.cs (11)
419databaseBuilder.AddKeyedContainer("container1"); 455.AddKeyedContainer("container1") 456.AddKeyedContainer("container2"); 486.AddKeyedContainer("container1"); 507.AddKeyedContainer("container1"); 539.AddKeyedContainer("container1"); 572.AddKeyedContainer("container1") 573.AddKeyedContainer("container2"); 611.AddKeyedContainer("users") 612.AddKeyedContainer("orders"); 614.AddKeyedContainer("products");
CosmosEndToEnd.ApiService (3)
Program.cs (3)
12.AddKeyedContainer("entries") 13.AddKeyedContainer("users") 14.AddKeyedContainer("user-todo");