Skip to content

Commit

Permalink
Merge pull request #28714 from nagilson/nagilson-publish-self-contained
Browse files Browse the repository at this point in the history
Introduce PublishSelfContained
  • Loading branch information
nagilson authored Nov 4, 2022
2 parents 00ddda7 + 7745b24 commit 75084bf
Show file tree
Hide file tree
Showing 21 changed files with 1,225 additions and 53 deletions.
4 changes: 4 additions & 0 deletions src/Tasks/Common/Resources/Strings.resx
Original file line number Diff line number Diff line change
Expand Up @@ -875,4 +875,8 @@ You may need to build the project on another operating system or architecture, o
<value>NETSDK1192: Targeting .NET 7.0 or higher in Visual Studio 2022 17.3 is not supported.</value>
<comment>{StrBegin="NETSDK1192: "}</comment>
</data>
<data name="PublishSelfContainedMustBeBool" xml:space="preserve">
<value>NETSDK1193: If PublishSelfContained is set, it must be either true or false. The value given was '{0}'.</value>
<comment>{StrBegin="NETSDK1193: "}</comment>
</data>
</root>
5 changes: 5 additions & 0 deletions src/Tasks/Common/Resources/xlf/Strings.cs.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -720,6 +720,11 @@ The following are names of parameters or literal values and should not be transl
<target state="translated">NETSDK1122: Kompilace ReadyToRun se přeskočí, protože se podporuje jen pro architekturu .NET Core 3.0 a vyšší.</target>
<note>{StrBegin="NETSDK1122: "}</note>
</trans-unit>
<trans-unit id="PublishSelfContainedMustBeBool">
<source>NETSDK1193: If PublishSelfContained is set, it must be either true or false. The value given was '{0}'.</source>
<target state="new">NETSDK1193: If PublishSelfContained is set, it must be either true or false. The value given was '{0}'.</target>
<note>{StrBegin="NETSDK1193: "}</note>
</trans-unit>
<trans-unit id="PublishSingleFileRequiresVersion30">
<source>NETSDK1123: Publishing an application to a single-file requires .NET Core 3.0 or higher.</source>
<target state="translated">NETSDK1123: Publikování aplikace do jednoho souboru vyžaduje architekturu .NET Core 3.0 nebo vyšší.</target>
Expand Down
5 changes: 5 additions & 0 deletions src/Tasks/Common/Resources/xlf/Strings.de.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -720,6 +720,11 @@ The following are names of parameters or literal values and should not be transl
<target state="translated">NETSDK1122: Die ReadyToRun-Kompilierung wird übersprungen, weil sie nur für .NET Core 3.0 oder höher unterstützt wird.</target>
<note>{StrBegin="NETSDK1122: "}</note>
</trans-unit>
<trans-unit id="PublishSelfContainedMustBeBool">
<source>NETSDK1193: If PublishSelfContained is set, it must be either true or false. The value given was '{0}'.</source>
<target state="new">NETSDK1193: If PublishSelfContained is set, it must be either true or false. The value given was '{0}'.</target>
<note>{StrBegin="NETSDK1193: "}</note>
</trans-unit>
<trans-unit id="PublishSingleFileRequiresVersion30">
<source>NETSDK1123: Publishing an application to a single-file requires .NET Core 3.0 or higher.</source>
<target state="translated">NETSDK1123: Zum Veröffentlichen einer Anwendung in einer einzelnen Datei ist .NET Core 3.0 oder höher erforderlich.</target>
Expand Down
5 changes: 5 additions & 0 deletions src/Tasks/Common/Resources/xlf/Strings.es.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -720,6 +720,11 @@ The following are names of parameters or literal values and should not be transl
<target state="translated">NETSDK1122: Se omitirá la compilación de ReadyToRun porque solo se admite para .NET Core 3.0 o versiones posteriores.</target>
<note>{StrBegin="NETSDK1122: "}</note>
</trans-unit>
<trans-unit id="PublishSelfContainedMustBeBool">
<source>NETSDK1193: If PublishSelfContained is set, it must be either true or false. The value given was '{0}'.</source>
<target state="new">NETSDK1193: If PublishSelfContained is set, it must be either true or false. The value given was '{0}'.</target>
<note>{StrBegin="NETSDK1193: "}</note>
</trans-unit>
<trans-unit id="PublishSingleFileRequiresVersion30">
<source>NETSDK1123: Publishing an application to a single-file requires .NET Core 3.0 or higher.</source>
<target state="translated">NETSDK1123: La publicación de una aplicación en un único archivo requiere .NET Core 3.0 o versiones posteriores.</target>
Expand Down
5 changes: 5 additions & 0 deletions src/Tasks/Common/Resources/xlf/Strings.fr.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -720,6 +720,11 @@ The following are names of parameters or literal values and should not be transl
<target state="translated">NETSDK1122: la compilation ReadyToRun va être ignorée, car elle est uniquement prise en charge pour .NET Core 3.0 ou une version ultérieure.</target>
<note>{StrBegin="NETSDK1122: "}</note>
</trans-unit>
<trans-unit id="PublishSelfContainedMustBeBool">
<source>NETSDK1193: If PublishSelfContained is set, it must be either true or false. The value given was '{0}'.</source>
<target state="new">NETSDK1193: If PublishSelfContained is set, it must be either true or false. The value given was '{0}'.</target>
<note>{StrBegin="NETSDK1193: "}</note>
</trans-unit>
<trans-unit id="PublishSingleFileRequiresVersion30">
<source>NETSDK1123: Publishing an application to a single-file requires .NET Core 3.0 or higher.</source>
<target state="translated">NETSDK1123: la publication d'une application sur un seul fichier nécessite .NET Core 3.0 ou une version ultérieure.</target>
Expand Down
5 changes: 5 additions & 0 deletions src/Tasks/Common/Resources/xlf/Strings.it.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -720,6 +720,11 @@ The following are names of parameters or literal values and should not be transl
<target state="translated">NETSDK1122: la compilazione eseguita con ReadyToRun verrà ignorata perché è supportata solo per .NET Core 3.0 o versioni successive.</target>
<note>{StrBegin="NETSDK1122: "}</note>
</trans-unit>
<trans-unit id="PublishSelfContainedMustBeBool">
<source>NETSDK1193: If PublishSelfContained is set, it must be either true or false. The value given was '{0}'.</source>
<target state="new">NETSDK1193: If PublishSelfContained is set, it must be either true or false. The value given was '{0}'.</target>
<note>{StrBegin="NETSDK1193: "}</note>
</trans-unit>
<trans-unit id="PublishSingleFileRequiresVersion30">
<source>NETSDK1123: Publishing an application to a single-file requires .NET Core 3.0 or higher.</source>
<target state="translated">NETSDK1123: per la pubblicazione di un'applicazione in un file singolo è richiesto .NET Core 3.0 o versioni successive.</target>
Expand Down
Loading

0 comments on commit 75084bf

Please sign in to comment.