2 references to ThrowIfNullOrEmpty
Aspire.Hosting.Azure.CosmosDB (2)
AzureCosmosDBContainerResource.cs (2)
72
set => ContainerProperties.Id =
ThrowIfNullOrEmpty
(value);
81
set => ContainerProperties.PartitionKeyPath =
ThrowIfNullOrEmpty
(value);