Implemented interface member:
property
Resource
Aspire.Hosting.Eventing.IDistributedApplicationResourceEvent.Resource
3 references to Resource
Aspire.Hosting (3)
Devcontainers\DevcontainerPortForwardingLifecycleHook.cs (2)
33
foreach (var endpoint in @event.
Resource
.Annotations.OfType<EndpointAnnotation>())
47
$"{@event.
Resource
.Name}-{endpoint.Name}");
Orchestrator\ApplicationOrchestrator.cs (1)
308
await PublishResourceEndpointUrls(@event.
Resource
, cancellationToken).ConfigureAwait(false);