1 instantiation of AppHostProjectContext
aspire (1)
Commands\RunCommand.cs (1)
215
context = new
AppHostProjectContext
7 references to AppHostProjectContext
aspire (4)
Commands\RunCommand.cs (1)
177
AppHostProjectContext
? context = null;
Projects\DotNetAppHostProject.cs (1)
200
public async Task<int> RunAsync(
AppHostProjectContext
context, CancellationToken cancellationToken)
Projects\GuestAppHostProject.cs (1)
338
public async Task<int> RunAsync(
AppHostProjectContext
context, CancellationToken cancellationToken)
Projects\IAppHostProject.cs (1)
193
Task<int> RunAsync(
AppHostProjectContext
context, CancellationToken cancellationToken);
Aspire.Cli.Tests (3)
Commands\NewCommandTests.cs (1)
1726
public Task<int> RunAsync(
AppHostProjectContext
context, CancellationToken cancellationToken)
Commands\SecretCommandTests.cs (1)
118
public Task<int> RunAsync(
AppHostProjectContext
context, CancellationToken cancellationToken) => throw new NotSupportedException();
TestServices\TestAppHostProjectFactory.cs (1)
146
public Task<int> RunAsync(
AppHostProjectContext
context, CancellationToken cancellationToken)