Skip to content

Commit 83c07cb

Browse files
committed
remove unused resource strings post-consolidation
1 parent 3ec6972 commit 83c07cb

16 files changed

+4
-207
lines changed

src/Cli/dotnet/Commands/CliCommandStrings.resx

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -250,9 +250,6 @@ Paths searched: '{1}', '{2}'.</value>
250250
<data name="CleanAppFullName" xml:space="preserve">
251251
<value>.NET Clean Command</value>
252252
</data>
253-
<data name="CleanCmdNoLogo" xml:space="preserve">
254-
<value>Do not display the startup banner or the copyright message.</value>
255-
</data>
256253
<data name="CleanCmdOutputDir" xml:space="preserve">
257254
<value>OUTPUT_DIR</value>
258255
</data>
@@ -1332,9 +1329,6 @@ Tool '{1}' (version '{2}') was successfully installed. Entry is added to the man
13321329
<data name="PackAppFullName" xml:space="preserve">
13331330
<value>.NET Core NuGet Package Packer</value>
13341331
</data>
1335-
<data name="PackCmdNoLogo" xml:space="preserve">
1336-
<value>Do not display the startup banner or the copyright message.</value>
1337-
</data>
13381332
<data name="PackCmdOutputDir" xml:space="preserve">
13391333
<value>OUTPUT_DIR</value>
13401334
</data>
@@ -1607,9 +1601,6 @@ Tool '{1}' (version '{2}') was successfully installed. Entry is added to the man
16071601
<data name="PublishAppDescription" xml:space="preserve">
16081602
<value>Publisher for the .NET Platform</value>
16091603
</data>
1610-
<data name="PublishCmdNoLogo" xml:space="preserve">
1611-
<value>Do not display the startup banner or the copyright message.</value>
1612-
</data>
16131604
<data name="PublishConfigurationOptionDescription" xml:space="preserve">
16141605
<value>The configuration to publish for. The default is 'Release' for NET 8.0 projects and above, but 'Debug' for older projects.</value>
16151606
</data>

src/Cli/dotnet/Commands/Test/TestCommandParser.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ private static Option<string> CreateBlameHangDumpOption()
153153
HelpName = CliCommandStrings.HangTimeoutArgumentName
154154
}.ForwardAsMany(o => ["-property:VSTestBlameHang=true", $"-property:VSTestBlameHangTimeout={o}"]);
155155

156-
public static readonly Option<bool> NoLogoOption = CommonOptions.NoLogoOption(forwardAs: "-property:VSTestNoLogo=true");
156+
public static readonly Option<bool> NoLogoOption = CommonOptions.NoLogoOption(forwardAs: "-property:VSTestNoLogo=true", description: CliCommandStrings.TestCmdNoLogo);
157157

158158
public static readonly Option<bool> NoRestoreOption = CommonOptions.NoRestoreOption;
159159

src/Cli/dotnet/Commands/xlf/CliCommandStrings.cs.xlf

Lines changed: 0 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Cli/dotnet/Commands/xlf/CliCommandStrings.de.xlf

Lines changed: 0 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Cli/dotnet/Commands/xlf/CliCommandStrings.es.xlf

Lines changed: 0 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Cli/dotnet/Commands/xlf/CliCommandStrings.fr.xlf

Lines changed: 0 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Cli/dotnet/Commands/xlf/CliCommandStrings.it.xlf

Lines changed: 0 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Cli/dotnet/Commands/xlf/CliCommandStrings.ja.xlf

Lines changed: 1 addition & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Cli/dotnet/Commands/xlf/CliCommandStrings.ko.xlf

Lines changed: 0 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Cli/dotnet/Commands/xlf/CliCommandStrings.pl.xlf

Lines changed: 0 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)