Skip to content

Commit 7d4d129

Browse files
committed
Update cli tests from merge
1 parent 2078abb commit 7d4d129

18 files changed

+51
-51
lines changed

src/Cli/dotnet/CommonOptions.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,13 @@ public static Option<bool> InteractiveOption() =>
9595

9696
public static Option<bool> DebugOption() => new Option<bool>("--debug");
9797

98-
public static Option SelfContainedOption() =>
98+
public static Option<bool> SelfContainedOption() =>
9999
new ForwardedOption<bool>(
100100
"--self-contained",
101101
CommonLocalizableStrings.SelfContainedOptionDescription)
102102
.ForwardAsMany(o => new string[] { $"-property:SelfContained={o}", "-property:_CommandLineDefinedSelfContained=true" });
103103

104-
public static Option NoSelfContainedOption() =>
104+
public static Option<bool> NoSelfContainedOption() =>
105105
new ForwardedOption<bool>(
106106
"--no-self-contained",
107107
CommonLocalizableStrings.FrameworkDependentOptionDescription)

src/Tasks/Common/Resources/xlf/Strings.cs.xlf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -736,9 +736,9 @@ The following are names of parameters or literal values and should not be transl
736736
<note>{StrBegin="NETSDK1150: "}</note>
737737
</trans-unit>
738738
<trans-unit id="SelfContainedOptionShouldBeUsedWithRuntime">
739-
<source>NETSDK1177: The '--self-contained' or '--no-self-contained' option should be used with '-r|--runtime'.</source>
740-
<target state="new">NETSDK1177: The '--self-contained' or '--no-self-contained' option should be used with '-r|--runtime'.</target>
741-
<note>{StrBegin="NETSDK1176: "}</note>
739+
<source>NETSDK1178: The '--self-contained' or '--no-self-contained' option should be used with '-r|--runtime'.</source>
740+
<target state="new">NETSDK1178: The '--self-contained' or '--no-self-contained' option should be used with '-r|--runtime'.</target>
741+
<note>{StrBegin="NETSDK1178: "}</note>
742742
</trans-unit>
743743
<trans-unit id="SkippingAdditionalProbingPaths">
744744
<source>NETSDK1048: 'AdditionalProbingPaths' were specified for GenerateRuntimeConfigurationFiles, but are being skipped because 'RuntimeConfigDevPath' is empty.</source>

src/Tasks/Common/Resources/xlf/Strings.de.xlf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -736,9 +736,9 @@ The following are names of parameters or literal values and should not be transl
736736
<note>{StrBegin="NETSDK1150: "}</note>
737737
</trans-unit>
738738
<trans-unit id="SelfContainedOptionShouldBeUsedWithRuntime">
739-
<source>NETSDK1177: The '--self-contained' or '--no-self-contained' option should be used with '-r|--runtime'.</source>
740-
<target state="new">NETSDK1177: The '--self-contained' or '--no-self-contained' option should be used with '-r|--runtime'.</target>
741-
<note>{StrBegin="NETSDK1176: "}</note>
739+
<source>NETSDK1178: The '--self-contained' or '--no-self-contained' option should be used with '-r|--runtime'.</source>
740+
<target state="new">NETSDK1178: The '--self-contained' or '--no-self-contained' option should be used with '-r|--runtime'.</target>
741+
<note>{StrBegin="NETSDK1178: "}</note>
742742
</trans-unit>
743743
<trans-unit id="SkippingAdditionalProbingPaths">
744744
<source>NETSDK1048: 'AdditionalProbingPaths' were specified for GenerateRuntimeConfigurationFiles, but are being skipped because 'RuntimeConfigDevPath' is empty.</source>

src/Tasks/Common/Resources/xlf/Strings.es.xlf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -736,9 +736,9 @@ The following are names of parameters or literal values and should not be transl
736736
<note>{StrBegin="NETSDK1150: "}</note>
737737
</trans-unit>
738738
<trans-unit id="SelfContainedOptionShouldBeUsedWithRuntime">
739-
<source>NETSDK1177: The '--self-contained' or '--no-self-contained' option should be used with '-r|--runtime'.</source>
740-
<target state="new">NETSDK1177: The '--self-contained' or '--no-self-contained' option should be used with '-r|--runtime'.</target>
741-
<note>{StrBegin="NETSDK1176: "}</note>
739+
<source>NETSDK1178: The '--self-contained' or '--no-self-contained' option should be used with '-r|--runtime'.</source>
740+
<target state="new">NETSDK1178: The '--self-contained' or '--no-self-contained' option should be used with '-r|--runtime'.</target>
741+
<note>{StrBegin="NETSDK1178: "}</note>
742742
</trans-unit>
743743
<trans-unit id="SkippingAdditionalProbingPaths">
744744
<source>NETSDK1048: 'AdditionalProbingPaths' were specified for GenerateRuntimeConfigurationFiles, but are being skipped because 'RuntimeConfigDevPath' is empty.</source>

src/Tasks/Common/Resources/xlf/Strings.fr.xlf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -736,9 +736,9 @@ The following are names of parameters or literal values and should not be transl
736736
<note>{StrBegin="NETSDK1150: "}</note>
737737
</trans-unit>
738738
<trans-unit id="SelfContainedOptionShouldBeUsedWithRuntime">
739-
<source>NETSDK1177: The '--self-contained' or '--no-self-contained' option should be used with '-r|--runtime'.</source>
740-
<target state="new">NETSDK1177: The '--self-contained' or '--no-self-contained' option should be used with '-r|--runtime'.</target>
741-
<note>{StrBegin="NETSDK1176: "}</note>
739+
<source>NETSDK1178: The '--self-contained' or '--no-self-contained' option should be used with '-r|--runtime'.</source>
740+
<target state="new">NETSDK1178: The '--self-contained' or '--no-self-contained' option should be used with '-r|--runtime'.</target>
741+
<note>{StrBegin="NETSDK1178: "}</note>
742742
</trans-unit>
743743
<trans-unit id="SkippingAdditionalProbingPaths">
744744
<source>NETSDK1048: 'AdditionalProbingPaths' were specified for GenerateRuntimeConfigurationFiles, but are being skipped because 'RuntimeConfigDevPath' is empty.</source>

src/Tasks/Common/Resources/xlf/Strings.it.xlf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -736,9 +736,9 @@ The following are names of parameters or literal values and should not be transl
736736
<note>{StrBegin="NETSDK1150: "}</note>
737737
</trans-unit>
738738
<trans-unit id="SelfContainedOptionShouldBeUsedWithRuntime">
739-
<source>NETSDK1177: The '--self-contained' or '--no-self-contained' option should be used with '-r|--runtime'.</source>
740-
<target state="new">NETSDK1177: The '--self-contained' or '--no-self-contained' option should be used with '-r|--runtime'.</target>
741-
<note>{StrBegin="NETSDK1176: "}</note>
739+
<source>NETSDK1178: The '--self-contained' or '--no-self-contained' option should be used with '-r|--runtime'.</source>
740+
<target state="new">NETSDK1178: The '--self-contained' or '--no-self-contained' option should be used with '-r|--runtime'.</target>
741+
<note>{StrBegin="NETSDK1178: "}</note>
742742
</trans-unit>
743743
<trans-unit id="SkippingAdditionalProbingPaths">
744744
<source>NETSDK1048: 'AdditionalProbingPaths' were specified for GenerateRuntimeConfigurationFiles, but are being skipped because 'RuntimeConfigDevPath' is empty.</source>

src/Tasks/Common/Resources/xlf/Strings.ja.xlf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -736,9 +736,9 @@ The following are names of parameters or literal values and should not be transl
736736
<note>{StrBegin="NETSDK1150: "}</note>
737737
</trans-unit>
738738
<trans-unit id="SelfContainedOptionShouldBeUsedWithRuntime">
739-
<source>NETSDK1177: The '--self-contained' or '--no-self-contained' option should be used with '-r|--runtime'.</source>
740-
<target state="new">NETSDK1177: The '--self-contained' or '--no-self-contained' option should be used with '-r|--runtime'.</target>
741-
<note>{StrBegin="NETSDK1176: "}</note>
739+
<source>NETSDK1178: The '--self-contained' or '--no-self-contained' option should be used with '-r|--runtime'.</source>
740+
<target state="new">NETSDK1178: The '--self-contained' or '--no-self-contained' option should be used with '-r|--runtime'.</target>
741+
<note>{StrBegin="NETSDK1178: "}</note>
742742
</trans-unit>
743743
<trans-unit id="SkippingAdditionalProbingPaths">
744744
<source>NETSDK1048: 'AdditionalProbingPaths' were specified for GenerateRuntimeConfigurationFiles, but are being skipped because 'RuntimeConfigDevPath' is empty.</source>

src/Tasks/Common/Resources/xlf/Strings.ko.xlf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -736,9 +736,9 @@ The following are names of parameters or literal values and should not be transl
736736
<note>{StrBegin="NETSDK1150: "}</note>
737737
</trans-unit>
738738
<trans-unit id="SelfContainedOptionShouldBeUsedWithRuntime">
739-
<source>NETSDK1177: The '--self-contained' or '--no-self-contained' option should be used with '-r|--runtime'.</source>
740-
<target state="new">NETSDK1177: The '--self-contained' or '--no-self-contained' option should be used with '-r|--runtime'.</target>
741-
<note>{StrBegin="NETSDK1176: "}</note>
739+
<source>NETSDK1178: The '--self-contained' or '--no-self-contained' option should be used with '-r|--runtime'.</source>
740+
<target state="new">NETSDK1178: The '--self-contained' or '--no-self-contained' option should be used with '-r|--runtime'.</target>
741+
<note>{StrBegin="NETSDK1178: "}</note>
742742
</trans-unit>
743743
<trans-unit id="SkippingAdditionalProbingPaths">
744744
<source>NETSDK1048: 'AdditionalProbingPaths' were specified for GenerateRuntimeConfigurationFiles, but are being skipped because 'RuntimeConfigDevPath' is empty.</source>

src/Tasks/Common/Resources/xlf/Strings.pl.xlf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -736,9 +736,9 @@ The following are names of parameters or literal values and should not be transl
736736
<note>{StrBegin="NETSDK1150: "}</note>
737737
</trans-unit>
738738
<trans-unit id="SelfContainedOptionShouldBeUsedWithRuntime">
739-
<source>NETSDK1177: The '--self-contained' or '--no-self-contained' option should be used with '-r|--runtime'.</source>
740-
<target state="new">NETSDK1177: The '--self-contained' or '--no-self-contained' option should be used with '-r|--runtime'.</target>
741-
<note>{StrBegin="NETSDK1176: "}</note>
739+
<source>NETSDK1178: The '--self-contained' or '--no-self-contained' option should be used with '-r|--runtime'.</source>
740+
<target state="new">NETSDK1178: The '--self-contained' or '--no-self-contained' option should be used with '-r|--runtime'.</target>
741+
<note>{StrBegin="NETSDK1178: "}</note>
742742
</trans-unit>
743743
<trans-unit id="SkippingAdditionalProbingPaths">
744744
<source>NETSDK1048: 'AdditionalProbingPaths' were specified for GenerateRuntimeConfigurationFiles, but are being skipped because 'RuntimeConfigDevPath' is empty.</source>

src/Tasks/Common/Resources/xlf/Strings.pt-BR.xlf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -736,9 +736,9 @@ The following are names of parameters or literal values and should not be transl
736736
<note>{StrBegin="NETSDK1150: "}</note>
737737
</trans-unit>
738738
<trans-unit id="SelfContainedOptionShouldBeUsedWithRuntime">
739-
<source>NETSDK1177: The '--self-contained' or '--no-self-contained' option should be used with '-r|--runtime'.</source>
740-
<target state="new">NETSDK1177: The '--self-contained' or '--no-self-contained' option should be used with '-r|--runtime'.</target>
741-
<note>{StrBegin="NETSDK1176: "}</note>
739+
<source>NETSDK1178: The '--self-contained' or '--no-self-contained' option should be used with '-r|--runtime'.</source>
740+
<target state="new">NETSDK1178: The '--self-contained' or '--no-self-contained' option should be used with '-r|--runtime'.</target>
741+
<note>{StrBegin="NETSDK1178: "}</note>
742742
</trans-unit>
743743
<trans-unit id="SkippingAdditionalProbingPaths">
744744
<source>NETSDK1048: 'AdditionalProbingPaths' were specified for GenerateRuntimeConfigurationFiles, but are being skipped because 'RuntimeConfigDevPath' is empty.</source>

0 commit comments

Comments
 (0)