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