1 implementation of DcpResourceKind
Aspire.Hosting (1)
Dcp\AppResource.cs (1)
26public string DcpResourceKind => TDcpResource.ObjectKind;
5 references to DcpResourceKind
Aspire.Hosting (5)
Dcp\DcpExecutor.cs (5)
1134using var activity = ProfilingTelemetry.StartResourceStop(_configuration, resourceReference.ModelResource, appResource.DcpResourceKind, appResource.DcpResourceName); 1177throw new InvalidOperationException($"Unexpected resource type: {appResource.DcpResourceKind}"); 1202using var activity = ProfilingTelemetry.StartResourceStart(_configuration, resourceReference.ModelResource, appResource.DcpResourceKind, appResource.DcpResourceName, resourceType); 1206_logger.LogDebug("Starting {ResourceType} '{ResourceName}'.", appResource.DcpResourceKind, resourceReference.DcpResourceName); 1254throw new InvalidOperationException($"Unexpected resource type: {appResource.DcpResourceKind}");