2 implementations of IAppHostServerSessionFactory
aspire (1)
Projects\AppHostServerSession.cs (1)
86internal sealed class AppHostServerSessionFactory : IAppHostServerSessionFactory
Aspire.Cli.Tests (1)
TestServices\TestAppHostServerSessionFactory.cs (1)
12internal sealed class TestAppHostServerSessionFactory : IAppHostServerSessionFactory
3 references to IAppHostServerSessionFactory
aspire (1)
Program.cs (1)
207builder.Services.AddSingleton<IAppHostServerSessionFactory, AppHostServerSessionFactory>();
Aspire.Cli.Tests (2)
TestServices\TestAppHostServerSessionFactory.cs (1)
10/// Test implementation of <see cref="IAppHostServerSessionFactory"/> that returns a failure result.
Utils\CliTestHelper.cs (1)
405public Func<IServiceProvider, IAppHostServerSessionFactory> AppHostServerSessionFactory { get; set; } = (IServiceProvider serviceProvider) =>