1 write to Name
Aspire.Dashboard (1)
Model\ResourceViewModel.cs (1)
200
Name
= name;
8 references to Name
Aspire.Dashboard (8)
Components\Pages\ConsoleLogs.razor.cs (1)
404
(resource, command) => DashboardCommandExecutor.IsExecuting(resource.Name, command.
Name
),
Components\Pages\Resources.razor.cs (1)
577
(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)
213
return
Name
switch
224
return
Name
switch
ServiceClient\DashboardClient.cs (2)
725
CommandName = command.
Name
,
741
_logger.LogError(ex, "Error executing command \"{CommandName}\" on resource \"{ResourceName}\": {StatusCode}", command.
Name
, resourceName, ex.StatusCode);