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