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