5 references to AddContainer
Aspire.Hosting.Azure.CosmosDB (1)
AzureCosmosDBExtensions.cs (1)
421IEnumerable<string> partitionKeyPathCollection => builder.AddContainer(name, partitionKeyPathCollection, containerName),
Aspire.Hosting.Azure.Tests (3)
PublicApiTests\CosmosDBPublicApiTests.cs (3)
482var action = () => cosmos.AddContainer(name, partitionKeyPaths!); 494var action = () => cosmos.AddContainer(name, partitionKeyPaths); 508var action = () => cosmos.AddContainer(name, partitionKeyPaths);
CosmosEndToEnd.AppHost (1)
AppHost.cs (1)
12var userToDo = db.AddContainer("user-todo", ["/userId", "/id"], "UserTodo");