33 instantiations of BeforeResourceStartedEvent
Aspire.Hosting (3)
Aspire.Hosting.Azure (1)
Aspire.Hosting.DevTunnels (2)
Aspire.Hosting.Kafka.Tests (1)
Aspire.Hosting.Maui.Tests (1)
Aspire.Hosting.MySql.Tests (3)
Aspire.Hosting.Redis.Tests (3)
Aspire.Hosting.Tests (16)
RequiredCommandAnnotationTests.cs (15)
156await eventing.PublishAsync(new BeforeResourceStartedEvent(resource, app.Services));
173await eventing.PublishAsync(new BeforeResourceStartedEvent(resource, app.Services));
191await eventing.PublishAsync(new BeforeResourceStartedEvent(resource, app.Services));
214await eventing.PublishAsync(new BeforeResourceStartedEvent(resource, app.Services));
241await eventing.PublishAsync(new BeforeResourceStartedEvent(resource, app.Services));
267await eventing.PublishAsync(new BeforeResourceStartedEvent(resource, app.Services));
288await eventing.PublishAsync(new BeforeResourceStartedEvent(resource, app.Services));
309await eventing.PublishAsync(new BeforeResourceStartedEvent(resource1, app.Services));
310await eventing.PublishAsync(new BeforeResourceStartedEvent(resource2, app.Services));
342await eventing.PublishAsync(new BeforeResourceStartedEvent(resource1, app.Services));
343await eventing.PublishAsync(new BeforeResourceStartedEvent(resource2, app.Services));
367var publishTask = eventing.PublishAsync(new BeforeResourceStartedEvent(resource, app.Services));
398await eventing.PublishAsync(new BeforeResourceStartedEvent(resource, app.Services));
425var publishTask1 = eventing.PublishAsync(new BeforeResourceStartedEvent(resource1, app.Services));
431await eventing.PublishAsync(new BeforeResourceStartedEvent(resource2, app.Services));
CustomResources.AppHost (3)
26 references to BeforeResourceStartedEvent
Aspire.Hosting (8)
Aspire.Hosting.Azure (1)
Aspire.Hosting.DevTunnels (2)
Aspire.Hosting.Kafka (1)
Aspire.Hosting.Maui (4)
Aspire.Hosting.MySql (1)
Aspire.Hosting.MySql.Tests (2)
Aspire.Hosting.Redis (1)
Aspire.Hosting.Redis.Tests (3)
Aspire.Hosting.Tests (3)