1 implementation of Subscribe
Aspire.Hosting (1)
51 references to Subscribe
Aspire.Cli.Tests (1)
Aspire.Hosting (14)
Aspire.Hosting.Azure (2)
Aspire.Hosting.Azure.AppContainers (1)
Aspire.Hosting.Azure.AppService (1)
Aspire.Hosting.Azure.CosmosDB (1)
Aspire.Hosting.Azure.Functions (1)
Aspire.Hosting.Azure.PostgreSQL (1)
Aspire.Hosting.Azure.Redis (2)
Aspire.Hosting.Docker (1)
Aspire.Hosting.Kubernetes (1)
Aspire.Hosting.Tests (20)
Eventing\DistributedApplicationBuilderEventingTests.cs (12)
23builder.Eventing.Subscribe<DummyEvent>(async (@event, ct) =>
30builder.Eventing.Subscribe<DummyEvent>((@event, ct) =>
55builder.Eventing.Subscribe<DummyEvent>(async (@event, ct) =>
62builder.Eventing.Subscribe<DummyEvent>(async (@event, ct) =>
87builder.Eventing.Subscribe<DummyEvent>(async (@event, ct) =>
94builder.Eventing.Subscribe<DummyEvent>(async (@event, ct) =>
120builder.Eventing.Subscribe<DummyEvent>(async (@event, ct) =>
129builder.Eventing.Subscribe<DummyEvent>((@event, ct) =>
207builder.Eventing.Subscribe<BeforeResourceStartedEvent>((e, ct) =>
232builder.Eventing.Subscribe<BeforeStartEvent>((e, ct) =>
240builder.Eventing.Subscribe<AfterEndpointsAllocatedEvent>((e, ct) =>
248builder.Eventing.Subscribe<AfterResourcesCreatedEvent>((e, ct) =>
AspireWithNode.AppHost (1)
CustomResources.AppHost (1)
HealthChecksSandbox.AppHost (1)
Stress.AppHost (1)
TestProject.AppHost (1)