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