11 references to TryAddEventingSubscriber
Aspire.Hosting (1)
DistributedApplicationBuilder.cs (1)
383_innerBuilder.Services.TryAddEventingSubscriber<DevcontainerPortForwardingLifecycleHook>();
Aspire.Hosting.Azure (2)
Provisioning\AzureProvisionerExtensions.cs (2)
29builder.Services.TryAddEventingSubscriber<AzureResourcePreparer>(); 30builder.Services.TryAddEventingSubscriber<AzureProvisioner>();
Aspire.Hosting.Azure.AppContainers (1)
AzureContainerAppExtensions.cs (1)
45builder.Services.TryAddEventingSubscriber<AzureContainerAppsInfrastructure>();
Aspire.Hosting.Azure.AppService (1)
AzureAppServiceEnvironmentExtensions.cs (1)
29builder.Services.TryAddEventingSubscriber<AzureAppServiceInfrastructure>();
Aspire.Hosting.Docker (1)
DockerComposeEnvironmentExtensions.cs (1)
18builder.Services.TryAddEventingSubscriber<DockerComposeInfrastructure>();
Aspire.Hosting.Kubernetes (1)
KubernetesEnvironmentExtensions.cs (1)
18builder.Services.TryAddEventingSubscriber<KubernetesInfrastructure>();
CustomResources.AppHost (1)
TestResource.cs (1)
13builder.Services.TryAddEventingSubscriber<TestResourceLifecycle>();
HealthChecksSandbox.AppHost (1)
Program.cs (1)
11builder.Services.TryAddEventingSubscriber<TestResourceLifecycle>();
Stress.AppHost (1)
TestResource.cs (1)
14builder.Services.TryAddEventingSubscriber<TestResourceLifecycle>();
TestProject.AppHost (1)
TestProgram.cs (1)
92AppBuilder.Services.TryAddEventingSubscriber<EndPointWriterHook>();