From b9d0230008ec97e0265ddd188e59d37512b11148 Mon Sep 17 00:00:00 2001 From: Geert van Horrik Date: Mon, 23 Dec 2024 21:08:11 +0100 Subject: [PATCH] Approve changes --- ...tExplorer_HasNoBreakingChanges_Async.verified.txt | 12 ++++++------ ...orer_Xaml_HasNoBreakingChanges_Async.verified.txt | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/Orc.NuGetExplorer.Tests/PublicApiFacts.Orc_NuGetExplorer_HasNoBreakingChanges_Async.verified.txt b/src/Orc.NuGetExplorer.Tests/PublicApiFacts.Orc_NuGetExplorer_HasNoBreakingChanges_Async.verified.txt index 427e550e..2e8db0e0 100644 --- a/src/Orc.NuGetExplorer.Tests/PublicApiFacts.Orc_NuGetExplorer_HasNoBreakingChanges_Async.verified.txt +++ b/src/Orc.NuGetExplorer.Tests/PublicApiFacts.Orc_NuGetExplorer_HasNoBreakingChanges_Async.verified.txt @@ -56,8 +56,8 @@ namespace Orc.NuGetExplorer { public const string CacheClearEndedSuccessful = "NuGet cache cleared"; public const string CacheClearFailed = "Fatal error during cache clearing"; - public const string CachedClearEndedWithError = "NuGet cache cleared with some errors. It means some cached files may kept on cach" + - "e folder"; + public const string CachedClearEndedWithError = ("NuGet cache cleared with some errors. It means some cached files may kept on cach" + + "e folder"); public const string PackageParserInvalidIdentity = "parameter doesn\'t contain valid package identity"; public const string PackageParserInvalidVersion = "parameter doesn\'t contain valid package version"; } @@ -219,8 +219,8 @@ namespace Orc.NuGetExplorer { string ContentPath { get; } string Framework { get; } - [System.Obsolete("Use `IgnoreMissingDependencies` instead. Will be treated as an error from version" + - " 6.0.0. Will be removed in version 6.0.0.", false)] + [System.Obsolete(("Use `IgnoreMissingDependencies` instead. Will be treated as an error from version" + + " 6.0.0. Will be removed in version 6.0.0."), false)] bool IgnoreDependencies { get; } bool IgnoreMissingDependencies { get; } string Name { get; } @@ -867,8 +867,8 @@ namespace Orc.NuGetExplorer.Management public DestFolder(string destinationFolder, Orc.NuGetExplorer.IDefaultNuGetFramework defaultFramework) { } public string ContentPath { get; } public string Framework { get; } - [System.Obsolete("Use `IgnoreMissingDependencies` instead. Will be treated as an error from version" + - " 6.0.0. Will be removed in version 6.0.0.", false)] + [System.Obsolete(("Use `IgnoreMissingDependencies` instead. Will be treated as an error from version" + + " 6.0.0. Will be removed in version 6.0.0."), false)] public bool IgnoreDependencies { get; } public bool IgnoreMissingDependencies { get; } public string Name { get; } diff --git a/src/Orc.NuGetExplorer.Tests/PublicApiFacts.Orc_NuGetExplorer_Xaml_HasNoBreakingChanges_Async.verified.txt b/src/Orc.NuGetExplorer.Tests/PublicApiFacts.Orc_NuGetExplorer_Xaml_HasNoBreakingChanges_Async.verified.txt index 24c9dc00..b1dd0f5b 100644 --- a/src/Orc.NuGetExplorer.Tests/PublicApiFacts.Orc_NuGetExplorer_Xaml_HasNoBreakingChanges_Async.verified.txt +++ b/src/Orc.NuGetExplorer.Tests/PublicApiFacts.Orc_NuGetExplorer_Xaml_HasNoBreakingChanges_Async.verified.txt @@ -236,8 +236,8 @@ namespace Orc.NuGetExplorer } public class PackageMetadataMediaDownloadService : Orc.NuGetExplorer.IImageResolveService, Orc.NuGetExplorer.IPackageMetadataMediaDownloadService { - public const string DefaultIconUri = "pack://application:,,,/Orc.NuGetExplorer.Xaml;component/Resources/Images/default-" + - "package-icon.png"; + public const string DefaultIconUri = ("pack://application:,,,/Orc.NuGetExplorer.Xaml;component/Resources/Images/default-" + + "package-icon.png"); public PackageMetadataMediaDownloadService(Orc.NuGetExplorer.Providers.IApplicationCacheProvider appCacheProvider) { } public System.Threading.Tasks.Task DownloadMediaForMetadataAsync(NuGet.Protocol.Core.Types.IPackageSearchMetadata packageMetadata) { } public System.Windows.Media.ImageSource ResolveImageFromUri(System.Uri uri) { }