1 write to Exception
Aspire.Cli.Tests (1)
Commands\RunCommandTests.cs (1)
4930Exception = exception,
3 references to Exception
aspire (3)
Commands\RunCommand.cs (3)
1290var message = string.IsNullOrEmpty(entry.Exception) 1292: $"{entry.Message}{Environment.NewLine}{entry.Exception}"; 1388Exception = entry.Exception,