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