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