21 references to DisplayMessage
NuGet.CommandLine.XPlat (3)
Commands\ConfigCommands\ConfigCommand.cs (1)
74log.LogError(ExceptionUtilities.DisplayMessage(e));
Program.cs (2)
232log.LogError(ExceptionUtilities.DisplayMessage(e)); 297log.LogError(ExceptionUtilities.DisplayMessage(e));
NuGet.Commands (2)
RestoreCommand\SourceRepositoryDependencyProvider.cs (2)
689await logger.LogAsync(RestoreLogMessage.CreateError(NuGetLogCode.NU1302, ExceptionUtilities.DisplayMessage(httpSourceException))); 694await logger.LogAsync(RestoreLogMessage.CreateError(NuGetLogCode.NU1301, ExceptionUtilities.DisplayMessage(e)));
NuGet.Common (1)
ExceptionUtilities.cs (1)
46logger.Log(new LogMessage(LogLevel.Error, DisplayMessage(unwrappedException)));
NuGet.PackageManagement (1)
NuGetPackageManager.cs (1)
2101ExceptionUtilities.DisplayMessage(ex)));
NuGet.Protocol (14)
HttpSource\HttpRetryHandler.cs (1)
290+ ExceptionUtilities.DisplayMessage(e));
HttpSource\HttpSource.cs (1)
113+ ExceptionUtilities.DisplayMessage(e);
HttpSource\HttpSourceAuthenticationHandler.cs (1)
293log.LogError(ExceptionUtilities.DisplayMessage(e));
HttpSource\ProxyAuthenticationHandler.cs (1)
224log.LogError(ExceptionUtilities.DisplayMessage(e));
LocalRepositories\LocalV3FindPackageByIdResource.cs (1)
219logger.LogError(ExceptionUtilities.DisplayMessage(ex));
Providers\RepositorySignatureResourceProvider.cs (1)
113+ ExceptionUtilities.DisplayMessage(ex);
Providers\ServiceIndexResourceV3Provider.cs (2)
161var message = ExceptionUtilities.DisplayMessage(ex); 169+ ExceptionUtilities.DisplayMessage(ex);
RemoteRepositories\HttpFileSystemBasedFindPackageByIdResource.cs (1)
551+ ExceptionUtilities.DisplayMessage(ex);
RemoteRepositories\RemoteV2FindPackageByIdResource.cs (1)
550+ ExceptionUtilities.DisplayMessage(ex);
Resources\PackageUpdateResource.cs (1)
499+ ExceptionUtilities.DisplayMessage(e));
Utility\FindPackagesByIdNupkgDownloader.cs (2)
300+ ExceptionUtilities.DisplayMessage(ex); 324+ ExceptionUtilities.DisplayMessage(ex);
Utility\GetDownloadResultUtility.cs (1)
118+ ExceptionUtilities.DisplayMessage(ex);