4 references to CreateResourceSourceViewModel
Aspire.Dashboard (4)
Model\ResourceSourceViewModel.cs (4)
22
return
CreateResourceSourceViewModel
(Path.GetFileName(projectPath), projectPath, commandLineInfo);
26
return
CreateResourceSourceViewModel
(toolPackage, toolPackage, commandLineInfo);
31
return
CreateResourceSourceViewModel
(Path.GetFileName(executablePath), executablePath, commandLineInfo);
36
return
CreateResourceSourceViewModel
(containerImage, containerImage, commandLineInfo);