14 instantiations of AppHostInformation
Aspire.Cli.Tests (14)
Commands\AgentMcpCommandTests.cs (5)
159
AppHostInfo = new
AppHostInformation
229
AppHostInfo = new
AppHostInformation
306
AppHostInfo = new
AppHostInformation
422
AppHostInfo = new
AppHostInformation
508
AppHostInfo = new
AppHostInformation
Commands\DescribeCommandTests.cs (1)
344
AppHostInfo = new
AppHostInformation
Commands\LogsCommandTests.cs (1)
581
AppHostInfo = new
AppHostInformation
Commands\PsCommandTests.cs (2)
108
AppHostInfo = new
AppHostInformation
124
AppHostInfo = new
AppHostInformation
Mcp\AppHostConnectionSelectionLogicTests.cs (1)
75
appHostInfo: new
AppHostInformation
{ AppHostPath = appHostPath, ProcessId = processId, CliProcessId = null },
Mcp\ListAppHostsToolTests.cs (4)
48
var appHostInfo = new
AppHostInformation
80
var appHostInfo = new
AppHostInformation
112
var inScopeAppHostInfo = new
AppHostInformation
123
var outOfScopeAppHostInfo = new
AppHostInformation
22 references to AppHostInformation
aspire (16)
Backchannel\AppHostAuxiliaryBackchannel.cs (9)
34
AppHostInformation
? appHostInfo,
58
AppHostInformation
? appHostInfo,
74
public
AppHostInformation
? AppHostInfo { get; private set; }
159
var
appHostInfo = await rpc.InvokeAsync<
AppHostInformation
?>("GetAppHostInformationAsync").ConfigureAwait(false);
202
public async Task<
AppHostInformation
?> GetAppHostInformationAsync(CancellationToken cancellationToken = default)
208
var
appHostInfo = await rpc.InvokeWithCancellationAsync<
AppHostInformation
?>(
409
var
legacyInfo = await GetAppHostInformationAsync(cancellationToken).ConfigureAwait(false);
Backchannel\BackchannelJsonSerializerContext.cs (1)
44
[JsonSerializable(typeof(
AppHostInformation
))]
Backchannel\IAppHostAuxiliaryBackchannel.cs (1)
32
AppHostInformation
? AppHostInfo { get; }
Commands\AppHostLauncher.cs (1)
323
var
appHostInfo = result.Backchannel!.AppHostInfo;
Commands\PsCommand.cs (1)
133
var
info = connection.AppHostInfo;
Commands\StopCommand.cs (1)
219
var
appHostInfo = connection.AppHostInfo;
Projects\RunningInstanceManager.cs (2)
51
var
appHostInfo = backchannel.AppHostInfo;
93
public async Task<bool> MonitorProcessesForTerminationAsync(
AppHostInformation
appHostInfo, CancellationToken cancellationToken)
Aspire.Cli.Tests (6)
Mcp\ListAppHostsToolTests.cs (5)
48
var
appHostInfo = new AppHostInformation
80
var
appHostInfo = new AppHostInformation
112
var
inScopeAppHostInfo = new AppHostInformation
123
var
outOfScopeAppHostInfo = new AppHostInformation
174
private static AppHostAuxiliaryBackchannel CreateAppHostConnection(string hash, string socketPath,
AppHostInformation
appHostInfo, bool isInScope)
TestServices\TestAppHostAuxiliaryBackchannel.cs (1)
19
public
AppHostInformation
? AppHostInfo { get; set; }