Skip to content
Prev Previous commit
Next Next commit
Merge branch 'main' into copilot/fix-6fb67a15-0888-4c5f-92fa-da32b350…
…1b3c
  • Loading branch information
mitchdenny authored Jul 6, 2025
commit 81bd67d4bcce1db6e56adcc94de7aaaf567969e3
3 changes: 2 additions & 1 deletion src/Aspire.Cli/Commands/RunCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,10 @@
{
topGrid.AddRow(Text.Empty, new Markup($"[link]{codespacesUrlWithLoginToken}[/]"));
}
topGrid.AddRow(Text.Empty, Text.Empty);
topGrid.AddRow(new Align(new Markup($"[bold green]{logsLocalizedString}[/]:"), HorizontalAlignment.Right), new Text(logFile.FullName));
grid.AddRow(new Text(string.Empty), new Text(string.Empty));

Check failure on line 188 in src/Aspire.Cli/Commands/RunCommand.cs

View check run for this annotation

Azure Pipelines / dotnet.aspire (Build Linux)

src/Aspire.Cli/Commands/RunCommand.cs#L188

src/Aspire.Cli/Commands/RunCommand.cs(188,13): error CS0103: (NETCORE_ENGINEERING_TELEMETRY=Build) The name 'grid' does not exist in the current context

Check failure on line 188 in src/Aspire.Cli/Commands/RunCommand.cs

View check run for this annotation

Azure Pipelines / dotnet.aspire (Build Linux)

src/Aspire.Cli/Commands/RunCommand.cs#L188

src/Aspire.Cli/Commands/RunCommand.cs(188,13): error CS0103: (NETCORE_ENGINEERING_TELEMETRY=Build) The name 'grid' does not exist in the current context

Check failure on line 188 in src/Aspire.Cli/Commands/RunCommand.cs

View check run for this annotation

Azure Pipelines / dotnet.aspire (Build Linux)

src/Aspire.Cli/Commands/RunCommand.cs#L188

src/Aspire.Cli/Commands/RunCommand.cs(188,13): error CS0103: (NETCORE_ENGINEERING_TELEMETRY=Build) The name 'grid' does not exist in the current context
grid.AddRow(new Text(string.Empty), new Markup(RunCommandStrings.PressCtrlCToStopAppHost));

Check failure on line 189 in src/Aspire.Cli/Commands/RunCommand.cs

View check run for this annotation

Azure Pipelines / dotnet.aspire (Build Linux)

src/Aspire.Cli/Commands/RunCommand.cs#L189

src/Aspire.Cli/Commands/RunCommand.cs(189,13): error CS0103: (NETCORE_ENGINEERING_TELEMETRY=Build) The name 'grid' does not exist in the current context

Check failure on line 189 in src/Aspire.Cli/Commands/RunCommand.cs

View check run for this annotation

Azure Pipelines / dotnet.aspire (Build Linux)

src/Aspire.Cli/Commands/RunCommand.cs#L189

src/Aspire.Cli/Commands/RunCommand.cs(189,13): error CS0103: (NETCORE_ENGINEERING_TELEMETRY=Build) The name 'grid' does not exist in the current context
grid.AddRow(new Markup("[bold green]Logs[/]:"), new Text(logFile.FullName));

_ansiConsole.Write(topPadder);

Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.