2 instantiations of AppHostServerSession
aspire (1)
Projects\AppHostServerSession.cs (1)
487
new
AppHostServerSession
(
Aspire.Cli.Tests (1)
Projects\AppHostServerSessionTests.cs (1)
552
new
(
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
469
private readonly ILogger<
AppHostServerSession
> _logger;
472
public 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)
38
await using
var
session = CreateSession(
65
await using
var
session = CreateSession(
103
await using
var
session = CreateSession(
119
var
session = CreateSession(
136
await using
var
session = CreateSession(
163
var
session = CreateSession(
176
await using
var
session = CreateSession(
190
await using
var
session = CreateSession(
237
await using
var
session = CreateSession(
281
await using
var
session = CreateSession(
321
await using
var
session = CreateSession(
353
var
session = CreateSession(
383
await using
var
session = CreateSession(
436
var
session = CreateSession(
543
private static
AppHostServerSession
CreateSession(
557
NullLogger<
AppHostServerSession
>.Instance,
TestServices\FakeSucceedingAppHostServerProject.cs (1)
12
/// <see cref="IAppHostServerSessionFactory"/>) that bypasses <see cref="
AppHostServerSession
"/>,