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