3 references to Disabled
Aspire.Dashboard (3)
Mcp\AspireResourceMcpTools.cs (1)
168if (command.State == CommandViewModelState.Disabled)
Model\ResourceMenuBuilder.cs (1)
344IsDisabled = command.State == CommandViewModelState.Disabled || isCommandExecuting(resource, command)
ServiceClient\Partials.cs (1)
128ResourceCommandState.Disabled => CommandViewModelState.Disabled,