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