1 write to _executionContext
aspire (1)
Commands\InitCommand.cs (1)
81_executionContext = executionContext;
2 references to _executionContext
aspire (2)
Commands\InitCommand.cs (2)
108initContext.SelectedSolutionFile = await _solutionLocator.FindSolutionFileAsync(_executionContext.WorkingDirectory, cancellationToken); 507var templatePackages = await channel.GetTemplatePackagesAsync(_executionContext.WorkingDirectory, ct);