1 implementation of Subscribe
Aspire.Hosting (1)
74 references to Subscribe
Aspire.Hosting (26)
Aspire.Hosting.Azure.Sql (1)
Aspire.Hosting.EntityFrameworkCore (2)
Aspire.Hosting.Maui (6)
Aspire.Hosting.Maui.Tests (1)
Aspire.Hosting.Tests (33)
Eventing\DistributedApplicationBuilderEventingTests.cs (16)
27builder.Eventing.Subscribe<DummyEvent>(async (@event, ct) =>
34builder.Eventing.Subscribe<DummyEvent>((@event, ct) =>
59builder.Eventing.Subscribe<DummyEvent>(async (@event, ct) =>
66builder.Eventing.Subscribe<DummyEvent>(async (@event, ct) =>
91builder.Eventing.Subscribe<DummyEvent>(async (@event, ct) =>
98builder.Eventing.Subscribe<DummyEvent>(async (@event, ct) =>
124builder.Eventing.Subscribe<DummyEvent>(async (@event, ct) =>
133builder.Eventing.Subscribe<DummyEvent>((@event, ct) =>
211builder.Eventing.Subscribe<BeforeResourceStartedEvent>((e, ct) =>
236builder.Eventing.Subscribe<BeforeStartEvent>((e, ct) =>
244builder.Eventing.Subscribe<AfterEndpointsAllocatedEvent>((e, ct) =>
252builder.Eventing.Subscribe<AfterResourcesCreatedEvent>((e, ct) =>
281builder.Eventing.Subscribe<AfterEndpointsAllocatedEvent>((e, ct) => Task.CompletedTask);
396builder.Eventing.Subscribe<AfterResourcesCreatedEvent>((e, ct) =>
492builder.Eventing.Subscribe<IDistributedApplicationEvent>((_, _) => Task.CompletedTask));
504builder.Eventing.Subscribe<AbstractDummyEvent>((_, _) => Task.CompletedTask));
Aspire.Playground.Tests (1)
CustomResources.AppHost (1)
HealthChecksSandbox.AppHost (1)
Stress.AppHost (1)
TestProject.AppHost (1)