1 write to Result
Aspire.Dashboard (1)
ServiceClient\Partials.cs (1)
276
Result
= Result is not null ? new ResourceCommandResultViewModel
8 references to Result
Aspire.Dashboard (8)
Model\DashboardCommandExecutor.cs (8)
192
if (response.
Result
is not null)
203
PrimaryAction = response.
Result
is not null ? CreateViewResponseNotificationAction(loc, command, response) : null
206
if (response.
Result
?.DisplayImmediately == true)
240
if (response.
Result
is not null)
251
PrimaryAction = response.
Result
is not null ? CreateViewResponseNotificationAction(loc, command, response) : null
254
if (response.
Result
?.DisplayImmediately == true)
369
var fixedFormat = response.
Result
!.Format switch
380
Value = response.
Result
.Value,