1 write to Name
Aspire.Dashboard (1)
Model\ResourceViewModel.cs (1)
196
Name
= name;
8 references to Name
Aspire.Dashboard (8)
Components\Pages\ConsoleLogs.razor.cs (1)
368
(resource, command) => DashboardCommandExecutor.IsExecuting(resource.Name, command.
Name
),
Components\Pages\Resources.razor.cs (1)
545
(resource, command) => DashboardCommandExecutor.IsExecuting(resource.Name, command.
Name
),
Model\DashboardCommandExecutor.cs (2)
37
var executingCommandKey = (resource.Name, command.
Name
);
47
{ TelemetryPropertyKeys.CommandName, new AspireTelemetryProperty(TelemetryPropertyValues.GetCommandNameTelemetryValue(command.
Name
)) },
Model\ResourceViewModel.cs (2)
209
return
Name
switch
220
return
Name
switch
ResourceService\DashboardClient.cs (2)
549
CommandName = command.
Name
,
565
_logger.LogError(ex, "Error executing command \"{CommandName}\" on resource \"{ResourceName}\": {StatusCode}", command.
Name
, resourceName, ex.StatusCode);