5 references to KnownProperties
aspire (5)
src\Shared\Model\ResourceSourceViewModel.cs (5)
14properties.TryGetValue(KnownProperties.Project.Path, out var projectPath) && 21properties.TryGetValue(KnownProperties.Tool.Package, out var toolPackage) && 27if (properties.TryGetValue(KnownProperties.Executable.Path, out var executablePath) && 33if (properties.TryGetValue(KnownProperties.Container.Image, out var containerImage) && 39if (properties.TryGetValue(KnownProperties.Resource.Source, out var source) &&