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)
230throw 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); 261?? throw new NotSupportedException(string.Format(LocalizableStrings.RunnableProjectGenerator_Exception_ConfigShouldBeFile, templateFileConfig.GetDisplayPath())); 267?? throw new NotSupportedException(string.Format(LocalizableStrings.RunnableProjectGenerator_Exception_LocaleConfigShouldBeFile, localeFileConfig.GetDisplayPath())); 278logger.LogError(LocalizableStrings.Authoring_TemplateNotInstalled_Message, templateFileConfig.GetDisplayPath(), ex.Message); 283logger.LogError(LocalizableStrings.Authoring_TemplateNotInstalled_Message, templateFileConfig.GetDisplayPath(), ex.Message); 288logger.LogError(LocalizableStrings.Authoring_TemplateNotInstalled_Message, templateFileConfig.GetDisplayPath(), ex); 343logger.LogDebug($"Found {TemplateConfigFileName} at {file.GetDisplayPath()}."); 354logger.LogError(LocalizableStrings.Authoring_TemplateNotInstalled_Message, file.GetDisplayPath(), ex.Message); 359logger.LogError(LocalizableStrings.Authoring_TemplateNotInstalled_Message, file.GetDisplayPath(), ex.Message); 364logger.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());