2 references to FoundryLocalLifecycleService
Aspire.Hosting.Azure.Tests (1)
FoundryExtensionsTests.cs (1)
96Assert.Contains(app.Services.GetServices<global::Microsoft.Extensions.Hosting.IHostedService>(), service => service is FoundryLocalLifecycleService);
Aspire.Hosting.Foundry (1)
FoundryExtensions.cs (1)
232builder.ApplicationBuilder.Services.TryAddEnumerable(ServiceDescriptor.Singleton<IHostedService, FoundryLocalLifecycleService>());