2 instantiations of AppHostServerSession
aspire (1)
Projects\AppHostServerSession.cs (1)
487new AppHostServerSession(
Aspire.Cli.Tests (1)
Projects\AppHostServerSessionTests.cs (1)
552new(
23 references to AppHostServerSession
aspire (6)
Projects\AppHostServerSession.cs (4)
456$"{nameof(AppHostServerSession)} has not been started. Call {nameof(StartAsync)} first."); 461/// <see cref="AppHostServerSession"/> instances. The factory injects the ambient 469private readonly ILogger<AppHostServerSession> _logger; 472public AppHostServerSessionFactory(IEnvironment environment, ILogger<AppHostServerSession> logger, ProfilingTelemetry profilingTelemetry)
Projects\IAppHostServerProject.cs (1)
111/// returned task completes. <see cref="AppHostServerSession"/> awaits this call while holding its
Projects\IAppHostServerSession.cs (1)
69/// <see cref="AppHostServerSession"/> instances; tests inject a factory that returns a fake session.
Aspire.Cli.Tests (17)
Projects\AppHostServerSessionTests.cs (16)
38await using var session = CreateSession( 65await using var session = CreateSession( 103await using var session = CreateSession( 119var session = CreateSession( 136await using var session = CreateSession( 163var session = CreateSession( 176await using var session = CreateSession( 190await using var session = CreateSession( 237await using var session = CreateSession( 281await using var session = CreateSession( 321await using var session = CreateSession( 353var session = CreateSession( 383await using var session = CreateSession( 436var session = CreateSession( 543private static AppHostServerSession CreateSession( 557NullLogger<AppHostServerSession>.Instance,
TestServices\FakeSucceedingAppHostServerProject.cs (1)
12/// <see cref="IAppHostServerSessionFactory"/>) that bypasses <see cref="AppHostServerSession"/>,