18 references to GetDisplayPath
Microsoft.TemplateEngine.Cli (1)
HostSpecificDataLoader.cs (1)
85file?.GetDisplayPath() ?? templateInfo.MountPointUri + templateInfo.HostConfigPlace);
Microsoft.TemplateEngine.Edge (1)
Settings\TemplateCache.cs (1)
315throw new FileNotFoundException($"Host file '{hostFile?.GetDisplayPath()}' does not exist.");
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (16)
RunnableProjectConfig.cs (1)
72Logger.LogWarning(LocalizableStrings.LocalizationModelDeserializer_Error_FailedToParse, localeConfigFile.GetDisplayPath());
RunnableProjectGenerator.cs (12)
79settings.Host.Logger.LogError(LocalizableStrings.Authoring_TemplateNotInstalled_Message, configFile?.GetDisplayPath(), ex.Message); 84settings.Host.Logger.LogError(LocalizableStrings.Authoring_TemplateNotInstalled_Message, configFile?.GetDisplayPath(), ex.Message); 89settings.Host.Logger.LogError(LocalizableStrings.Authoring_TemplateNotInstalled_Message, configFile?.GetDisplayPath(), ex); 260?? throw new NotSupportedException(string.Format(LocalizableStrings.RunnableProjectGenerator_Exception_ConfigShouldBeFile, templateFileConfig.GetDisplayPath())); 266?? throw new NotSupportedException(string.Format(LocalizableStrings.RunnableProjectGenerator_Exception_LocaleConfigShouldBeFile, localeFileConfig.GetDisplayPath())); 277logger.LogError(LocalizableStrings.Authoring_TemplateNotInstalled_Message, templateFileConfig.GetDisplayPath(), ex.Message); 282logger.LogError(LocalizableStrings.Authoring_TemplateNotInstalled_Message, templateFileConfig.GetDisplayPath(), ex.Message); 287logger.LogError(LocalizableStrings.Authoring_TemplateNotInstalled_Message, templateFileConfig.GetDisplayPath(), ex); 341logger.LogDebug($"Found {TemplateConfigFileName} at {file.GetDisplayPath()}."); 352logger.LogError(LocalizableStrings.Authoring_TemplateNotInstalled_Message, file.GetDisplayPath(), ex.Message); 357logger.LogError(LocalizableStrings.Authoring_TemplateNotInstalled_Message, file.GetDisplayPath(), ex.Message); 362logger.LogError(LocalizableStrings.Authoring_TemplateNotInstalled_Message, file.GetDisplayPath(), ex);
ScannedTemplateInfo.cs (3)
55Logger.LogDebug($"Found host configuration file at {hostFile.GetDisplayPath()}."); 75Logger.LogWarning(LocalizableStrings.LocalizationModelDeserializer_Error_FailedToParse, locFile.GetDisplayPath()); 85Logger.LogWarning(LocalizableStrings.LocalizationModelDeserializer_Error_FailedToParse, locFile.GetDisplayPath());