7 references to Container
Aspire.Dashboard (7)
Components\Controls\ResourceDetails.razor.cs (6)
90new KnownProperty(KnownProperties.Container.Image, Loc[Resources.Resources.ResourcesDetailsContainerImageProperty]), 91new KnownProperty(KnownProperties.Container.Id, Loc[Resources.Resources.ResourcesDetailsContainerIdProperty]), 92new KnownProperty(KnownProperties.Container.Command, Loc[Resources.Resources.ResourcesDetailsContainerCommandProperty]), 93new KnownProperty(KnownProperties.Container.Args, Loc[Resources.Resources.ResourcesDetailsContainerArgumentsProperty]), 94new KnownProperty(KnownProperties.Container.Ports, Loc[Resources.Resources.ResourcesDetailsContainerPortsProperty]), 170if (summaryValue.Key == KnownProperties.Container.Id)
Model\ResourceViewModelExtensions.cs (1)
44return resource.TryGetCustomDataString(KnownProperties.Container.Image, out containerImage);