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