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