You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are localized resources that are never used in nuget.exe
This could help in reducing nuget.exe binary file size.
Unused nuget.exe resouces list
NuGetResources.resx:
Warning_SymbolServerNotConfigured_*: Equivalent resource exists in NuGet.Protocol assembly.
UnableToFindFile_*: Equivalent resource exists in NuGet.Protocol assembly. Search link
PushCommandPackagePushed_*: Equivalent resource exists in NuGet.Protocol assembly. Search
NoApiKeyFound_*: Equivalent resource exists in NuGet.Protocol assembly. Search
DeleteCommandDeletingPackage_*: Equivalent resource exists in NuGet.Protocol assembly. Search
DeleteCommandDeletedPackage_*: Equivalent resource exists in NuGet.Protocol assembly. Search
DeleteCommandCanceled_*: Equivalent resource exists in NuGet.Protocol assembly. Search
DeleteCommandConfirm_*: Equivalent resource exists in NuGet.Protocol assembly. Search
Error_SourceProviderIsNull_*: There is no English string resource.
NuGetCommands.resx:
InstallCommandDisableParallel_*: String resource are not directly referenced. May be replaced by CommandDisableParallelProcessing
InstallCommandNoCache_*: String resources are not directly referenced.
InstallCommandSourceDescription_*: String resources are not directly referenced.
RestoreCommandDisableParallelProcessing_*: String resources are not directly referenced.
RestoreCommandNoCache_*: String resources are not directly referenced.
RestoreCommandSourceDescription_*: String resources are not directly referenced. It may be replaced with general -source command argument for all nuget.exe commands.
The text was updated successfully, but these errors were encountered:
There are localized resources that are never used in nuget.exe
This could help in reducing nuget.exe binary file size.
Unused nuget.exe resouces list
NuGetResources.resx:
Warning_SymbolServerNotConfigured_*
: Equivalent resource exists in NuGet.Protocol assembly.UnableToFindFile_*
: Equivalent resource exists in NuGet.Protocol assembly. Search linkPushCommandPackagePushed_*
: Equivalent resource exists in NuGet.Protocol assembly. SearchNoApiKeyFound_*
: Equivalent resource exists in NuGet.Protocol assembly. SearchDeleteCommandDeletingPackage_*
: Equivalent resource exists in NuGet.Protocol assembly. SearchDeleteCommandDeletedPackage_*
: Equivalent resource exists in NuGet.Protocol assembly. SearchDeleteCommandCanceled_*
: Equivalent resource exists in NuGet.Protocol assembly. SearchDeleteCommandConfirm_*
: Equivalent resource exists in NuGet.Protocol assembly. SearchError_SourceProviderIsNull_*
: There is no English string resource.NuGetCommands.resx:
InstallCommandDisableParallel_*
: String resource are not directly referenced. May be replaced byCommandDisableParallelProcessing
InstallCommandNoCache_*
: String resources are not directly referenced.InstallCommandSourceDescription_*
: String resources are not directly referenced.RestoreCommandDisableParallelProcessing_*
: String resources are not directly referenced.RestoreCommandNoCache_*
: String resources are not directly referenced.RestoreCommandSourceDescription_*
: String resources are not directly referenced. It may be replaced with general-source
command argument for all nuget.exe commands.The text was updated successfully, but these errors were encountered: