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