Skip to content

Commit 8a8792d

Browse files
committed
Moved the Commands strings into a new LocalizableStrings.resx in the Commands folder. Fixed namespaces for various files that were never correctly adjusted. Fixed various license headers. Fixed various using statements.
1 parent 2c6b379 commit 8a8792d

File tree

1,009 files changed

+52858
-63193
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,009 files changed

+52858
-63193
lines changed

src/Cli/dotnet/Commands/Add/AddCommandParser.cs

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
using Microsoft.DotNet.Cli.Commands.Add.Package;
66
using Microsoft.DotNet.Cli.Commands.Add.Reference;
77
using Microsoft.DotNet.Cli.Extensions;
8-
using LocalizableStrings = Microsoft.DotNet.Tools.Add.LocalizableStrings;
98

109
namespace Microsoft.DotNet.Cli.Commands.Add;
1110

src/Cli/dotnet/Commands/Add/LocalizableStrings.resx

-123
This file was deleted.

src/Cli/dotnet/Commands/Add/Package/AddPackageParser.cs

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
using Microsoft.DotNet.Cli.Commands.Package;
66
using Microsoft.DotNet.Cli.Commands.Package.Add;
77
using Microsoft.DotNet.Cli.Extensions;
8-
using LocalizableStrings = Microsoft.DotNet.Tools.Package.Add.LocalizableStrings;
98

109
namespace Microsoft.DotNet.Cli.Commands.Add.Package;
1110

src/Cli/dotnet/Commands/Add/Reference/AddProjectToProjectReferenceParser.cs

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
using System.CommandLine;
55
using Microsoft.DotNet.Cli.Commands.Reference;
66
using Microsoft.DotNet.Cli.Commands.Reference.Add;
7-
using LocalizableStrings = Microsoft.DotNet.Tools.Reference.Add.LocalizableStrings;
87

98
namespace Microsoft.DotNet.Cli.Commands.Add.Reference;
109

src/Cli/dotnet/Commands/Add/xlf/LocalizableStrings.cs.xlf

-12
This file was deleted.

src/Cli/dotnet/Commands/Add/xlf/LocalizableStrings.de.xlf

-12
This file was deleted.

src/Cli/dotnet/Commands/Add/xlf/LocalizableStrings.es.xlf

-12
This file was deleted.

src/Cli/dotnet/Commands/Add/xlf/LocalizableStrings.fr.xlf

-12
This file was deleted.

src/Cli/dotnet/Commands/Add/xlf/LocalizableStrings.it.xlf

-12
This file was deleted.

src/Cli/dotnet/Commands/Add/xlf/LocalizableStrings.ja.xlf

-12
This file was deleted.

src/Cli/dotnet/Commands/Add/xlf/LocalizableStrings.ko.xlf

-12
This file was deleted.

src/Cli/dotnet/Commands/Add/xlf/LocalizableStrings.pl.xlf

-12
This file was deleted.

src/Cli/dotnet/Commands/Add/xlf/LocalizableStrings.pt-BR.xlf

-12
This file was deleted.

src/Cli/dotnet/Commands/Add/xlf/LocalizableStrings.ru.xlf

-12
This file was deleted.

src/Cli/dotnet/Commands/Add/xlf/LocalizableStrings.tr.xlf

-12
This file was deleted.

src/Cli/dotnet/Commands/Add/xlf/LocalizableStrings.zh-Hans.xlf

-12
This file was deleted.

src/Cli/dotnet/Commands/Add/xlf/LocalizableStrings.zh-Hant.xlf

-12
This file was deleted.

src/Cli/dotnet/Commands/Build/BuildCommandParser.cs

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
using System.CommandLine;
55
using Microsoft.DotNet.Cli.Commands.Restore;
66
using Microsoft.DotNet.Cli.Extensions;
7-
using LocalizableStrings = Microsoft.DotNet.Tools.Build.LocalizableStrings;
87

98
namespace Microsoft.DotNet.Cli.Commands.Build;
109

0 commit comments

Comments
 (0)