3 references to CreateResourceSourceViewModel
Aspire.Dashboard (3)
Model\ResourceSourceViewModel.cs (3)
22
return
CreateResourceSourceViewModel
(Path.GetFileName(projectPath), projectPath, commandLineInfo);
27
return
CreateResourceSourceViewModel
(Path.GetFileName(executablePath), executablePath, commandLineInfo);
32
return
CreateResourceSourceViewModel
(containerImage, containerImage, commandLineInfo);