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
{{ message }}
This repository was archived by the owner on Apr 20, 2023. It is now read-only.
publicconststringCouldNotFindSolutionIn="Specified solution file {0} does not exist, or there is no solution file in the directory.";
108
108
publicconststringCouldNotFindSolutionOrDirectory="Could not find solution or directory `{0}`.";
109
109
publicconststringMoreThanOneSolutionInDirectory="Found more than one solution file in {0}. Please specify which one to use.";
110
-
publicconststringInvalidSolutionFormatString="Invalid solution `{0}`. {1}";// {0} is the solution path, {1} is already localized details on the failure
110
+
publicconststringInvalidSolutionFormatString="Invalid solution `{0}`. {1}.";// {0} is the solution path, {1} is already localized details on the failure
111
111
publicconststringSolutionDoesNotExist="Specified solution file {0} does not exist, or there is no solution file in the directory.";
112
112
113
113
/// add p2p
@@ -185,13 +185,15 @@ internal class CommonLocalizableStrings
185
185
186
186
publicconststringProjectNotCompatibleWithFrameworks="Project `{0}` cannot be added due to incompatible targeted frameworks between the two projects. Please review the project you are trying to add and verify that is compatible with the following targets:";
187
187
publicconststringProjectDoesNotTargetFramework="Project `{0}` does not target framework `{1}`.";
188
-
publicconststringProjectCouldNotBeEvaluated="Project `{0}` could not be evaluated. Evaluation failed with following error:\n{1}";
188
+
publicconststringProjectCouldNotBeEvaluated="Project `{0}` could not be evaluated. Evaluation failed with following error:\n{1}.";
189
189
190
190
/// common options
191
-
publicconststringVerbosityOptionDescription="Set the verbosity level of the command. Allowed values are q[uiet], m[inimal], n[ormal], d[etailed], and diag[nostic]";
191
+
publicconststringVerbosityOptionDescription="Set the verbosity level of the command. Allowed values are q[uiet], m[inimal], n[ormal], d[etailed], and diag[nostic].";
192
192
publicconststringFrameworkOptionDescription="Target framework to publish for. The target framework has to be specified in the project file.";
193
193
publicconststringRuntimeOptionDescription="Publish the project for a given runtime. This is used when creating self-contained deployment. Default is to publish a framework-dependent app.";
194
194
publicconststringConfigurationOptionDescription="Configuration to use for building the project. Default for most projects is \"Debug\".";
195
195
publicconststringCmdVersionSuffixDescription="Defines the value for the $(VersionSuffix) property in the project.";
196
+
197
+
publicconststringShowHelpDescription="Show help information.";
0 commit comments