2 implementations of IAppHostServerSessionFactory
aspire (1)
Projects\AppHostServerSession.cs (1)
87
internal sealed class AppHostServerSessionFactory :
IAppHostServerSessionFactory
Aspire.Cli.Tests (1)
TestServices\TestAppHostServerSessionFactory.cs (1)
13
internal sealed class TestAppHostServerSessionFactory :
IAppHostServerSessionFactory
3 references to IAppHostServerSessionFactory
aspire (1)
Program.cs (1)
414
builder.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)
535
public Func<IServiceProvider,
IAppHostServerSessionFactory
> AppHostServerSessionFactory { get; set; } = (IServiceProvider serviceProvider) =>