4 references to AddContainer
Aspire.Hosting.Azure.Tests (3)
PublicApiTests\CosmosDBPublicApiTests.cs (3)
484var action = () => cosmos.AddContainer(name, partitionKeyPaths!); 496var action = () => cosmos.AddContainer(name, partitionKeyPaths); 510var action = () => cosmos.AddContainer(name, partitionKeyPaths);
CosmosEndToEnd.AppHost (1)
Program.cs (1)
13var userToDo = db.AddContainer("user-todo", ["/userId", "/id"], "UserTodo");