1 instantiation of AfterResourcesCreatedEvent
Aspire.Hosting (1)
Orchestrator\ApplicationOrchestrator.cs (1)
318
var afterResourcesCreatedEvent = new
AfterResourcesCreatedEvent
(_serviceProvider, _model);
7 references to AfterResourcesCreatedEvent
Aspire.Cli.Tests (1)
Hosting\CliOrphanDetectorTests.cs (1)
108
builder.Eventing.Subscribe<
AfterResourcesCreatedEvent
>((e, ct) => {
Aspire.Hosting (2)
ApplicationModel\AfterResourcesCreatedEvent.cs (1)
20
/// Subscribe to the <see cref="
AfterResourcesCreatedEvent
"/> event and resolve the distributed application model.
Orchestrator\ApplicationOrchestrator.cs (1)
318
var
afterResourcesCreatedEvent = new AfterResourcesCreatedEvent(_serviceProvider, _model);
Aspire.Hosting.Tests (4)
Eventing\DistributedApplicationBuilderEventingTests.cs (1)
248
builder.Eventing.Subscribe<
AfterResourcesCreatedEvent
>((e, ct) =>
OperationModesTests.cs (3)
24
builder.Eventing.Subscribe<
AfterResourcesCreatedEvent
>((e, ct) => {
53
builder.Eventing.Subscribe<
AfterResourcesCreatedEvent
>((e, ct) => {
82
builder.Eventing.Subscribe<
AfterResourcesCreatedEvent
>((e, ct) => {