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