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)
157await eventing.PublishAsync(new BeforeResourceStartedEvent(resource, app.Services));
174await eventing.PublishAsync(new BeforeResourceStartedEvent(resource, app.Services));
192await eventing.PublishAsync(new BeforeResourceStartedEvent(resource, app.Services));
215await eventing.PublishAsync(new BeforeResourceStartedEvent(resource, app.Services));
242await eventing.PublishAsync(new BeforeResourceStartedEvent(resource, app.Services));
268await eventing.PublishAsync(new BeforeResourceStartedEvent(resource, app.Services));
289await eventing.PublishAsync(new BeforeResourceStartedEvent(resource, app.Services));
310await eventing.PublishAsync(new BeforeResourceStartedEvent(resource1, app.Services));
311await eventing.PublishAsync(new BeforeResourceStartedEvent(resource2, app.Services));
343await eventing.PublishAsync(new BeforeResourceStartedEvent(resource1, app.Services));
344await eventing.PublishAsync(new BeforeResourceStartedEvent(resource2, app.Services));
368var publishTask = eventing.PublishAsync(new BeforeResourceStartedEvent(resource, app.Services));
399await eventing.PublishAsync(new BeforeResourceStartedEvent(resource, app.Services));
426var publishTask1 = eventing.PublishAsync(new BeforeResourceStartedEvent(resource1, app.Services));
432await eventing.PublishAsync(new BeforeResourceStartedEvent(resource2, app.Services));
CustomResources.AppHost (3)
27 references to BeforeResourceStartedEvent
Aspire.Hosting (9)
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)