1 write to _nugetLogger
Microsoft.TemplateEngine.Edge (1)
Installers\NuGet\NugetApiPackageManager.cs (1)
31_nugetLogger = new NuGetLogger(_environmentSettings.Host.LoggerFactory);
29 references to _nugetLogger
Microsoft.TemplateEngine.Edge (29)
Installers\NuGet\NugetApiPackageManager.cs (29)
108_nugetLogger.LogError(string.Format(LocalizableStrings.NuGetApiPackageManager_Error_FailedToLoadSource, source.Source)); 109_nugetLogger.LogDebug($"Details: {e}."); 116_nugetLogger.LogError(string.Format(LocalizableStrings.NuGetApiPackageManager_Error_FileAlreadyExists, filePath)); 127_nugetLogger, 142_nugetLogger.LogWarning( 153_nugetLogger.LogWarning( 157_nugetLogger.LogDebug($"Details: {ex}."); 164_nugetLogger.LogWarning( 169_nugetLogger.LogDebug($"Details: {e}."); 176_nugetLogger.LogWarning( 180_nugetLogger.LogDebug($"Details: {ex}."); 241_nugetLogger.LogWarning(string.Format(LocalizableStrings.NuGetApiPackageManager_Warning_InsecureFeed, packagesString)); 300_nugetLogger.LogDebug( 343_nugetLogger.LogDebug($"{packageIdentifier}@{packageVersion} was found in {foundSource.Source}."); 349_nugetLogger.LogDebug($"{packageIdentifier}@{packageVersion} is not found in NuGet feed {foundSource.Source}."); 356_nugetLogger.LogWarning( 376_nugetLogger.LogDebug($"Searching for {packageIdentifier} in {source.Source}."); 386_nugetLogger, 391_nugetLogger.LogDebug($"Found {packageMetadata.Count()} versions for {packageIdentifier} in NuGet feed {source.Source}."); 405_nugetLogger.LogDebug($"{packageIdentifier} is not found in NuGet feed {source.Source}."); 417_nugetLogger.LogDebug(string.Format(LocalizableStrings.NuGetApiPackageManager_Error_FailedToReadPackage, source.Source)); 418_nugetLogger.LogDebug($"Details: {ex}."); 436_nugetLogger, 455_nugetLogger.LogError(string.Format(LocalizableStrings.NuGetApiPackageManager_Error_FailedToLoadSources, currentDirectory)); 456_nugetLogger.LogDebug($"Details: {ex}."); 464_nugetLogger.LogError(LocalizableStrings.NuGetApiPackageManager_Error_NoSources); 479_nugetLogger.LogDebug($"Custom source {source} is already loaded from default configuration."); 485_nugetLogger.LogWarning(string.Format(LocalizableStrings.NuGetApiPackageManager_Warning_FailedToLoadSource, source)); 494_nugetLogger.LogError(LocalizableStrings.NuGetApiPackageManager_Error_NoSources);