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