1 write to SelectedSolutionFile
aspire (1)
Commands\InitCommand.cs (1)
108
initContext.
SelectedSolutionFile
= await _solutionLocator.FindSolutionFileAsync(_executionContext.WorkingDirectory, cancellationToken);
5 references to SelectedSolutionFile
aspire (5)
Commands\InitCommand.cs (5)
110
if (initContext.
SelectedSolutionFile
is not null)
113
InteractionService.DisplayMessage("information", string.Format(CultureInfo.CurrentCulture, InitCommandStrings.SolutionDetected, initContext.
SelectedSolutionFile
.Name));
128
var solutionFile = initContext.
SelectedSolutionFile
!;
566
public string SolutionName => Path.GetFileNameWithoutExtension(
SelectedSolutionFile
!.Name);
571
public DirectoryInfo SolutionDirectory =>
SelectedSolutionFile
!.Directory!;