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