Implemented interface member:
property
Resource
Aspire.Hosting.Eventing.IDistributedApplicationResourceEvent.Resource
6 references to Resource
Aspire.Hosting (2)
Orchestrator\ApplicationOrchestrator.cs (2)
93
var waitForDependenciesTask = _notificationService.WaitForDependenciesAsync(@event.
Resource
, cts.Token);
103
@event.
Resource
.Name,
Aspire.Hosting.Maui (2)
Utilities\MauiAndroidEnvironmentAnnotation.cs (1)
51
var resource = @event.
Resource
;
Utilities\MauiiOSEnvironmentAnnotation.cs (1)
51
var resource = @event.
Resource
;
Aspire.Hosting.Tests (2)
Eventing\DistributedApplicationBuilderEventingTests.cs (2)
183
Assert.NotNull(e.
Resource
);
210
Assert.NotNull(e.
Resource
);