1 write to Title
Aspire.Hosting (1)
Publishing\PublishingActivityProgressReporter.cs (1)
54Title = title;
5 references to Title
Aspire.Hosting (5)
Publishing\PublishingActivityProgressReporter.cs (5)
162CompletionState.Completed => $"{Title} completed successfully", 163CompletionState.CompletedWithWarning => $"{Title} completed with warnings", 164CompletionState.CompletedWithError => $"{Title} completed with errors", 165_ => $"{Title} completed" 393StatusText = step.Title,