1 write to Output
Aspire.EndToEnd.Tests (1)
tests\Shared\TemplatesTesting\CommandResult.cs (1)
23Output = output;
6 references to Output
Aspire.EndToEnd.Tests (6)
tests\Shared\TemplatesTesting\AspireProject.cs (4)
123if (res.Output.Contains("Restore failed", StringComparison.OrdinalIgnoreCase) || 124res.Output.Contains("Post action failed", StringComparison.OrdinalIgnoreCase)) 126throw new ToolCommandException($"`dotnet new {cmdString}` . Output: {res.Output}", res); 469containerName = res.Output;
tests\Shared\TemplatesTesting\CommandResult.cs (2)
37if (!string.IsNullOrEmpty(Output)) 39_ = message.AppendLine(CultureInfo.InvariantCulture, $"{Environment.NewLine}Standard Output:{Environment.NewLine}{Output}");