Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add warnings related to Microsoft.NET.Sdk.WindowsDesktop #3315

Merged
merged 13 commits into from Jun 16, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion global.json
@@ -1,6 +1,6 @@
{
"tools": {
"dotnet": "3.0.100-preview7-012270",
"dotnet": "3.0.100-preview7-012402",
"vs-opt": {
"version": "15.9"
}
Expand Down
12 changes: 12 additions & 0 deletions src/Tasks/Common/Resources/Strings.resx
Expand Up @@ -538,4 +538,16 @@ The following are names of parameters or literal values and should not be transl
<value>NETSDK1104: RollForward value '{0}' is invalid. Allowed values are {1}.</value>
<comment>{StrBegin="NETSDK1104: "}</comment>
</data>
<data name="WindowsDesktopFrameworkRequiresVersion30" xml:space="preserve">
peterhuene marked this conversation as resolved.
Show resolved Hide resolved
<value>NETSDK1105: Windows desktop applications are only supported on .NET Core 3.0 or higher.</value>
<comment>{StrBegin="NETSDK1105: "}</comment>
</data>
<data name="UseWpfOrUseWindowsFormsRequiresWindowsDesktopFramework" xml:space="preserve">
<value>NETSDK1107: Microsoft.NET.Sdk.WindowsDesktop is required to build Windows desktop applications. 'UseWpf' and 'UseWindowsForms' are not supported by the current SDK.</value>
<comment>{StrBegin="NETSDK1107: "}</comment>
</data>
<data name="WindowsDesktopFrameworkRequiresUseWpfOrUseWindowsForms" xml:space="preserve">
peterhuene marked this conversation as resolved.
Show resolved Hide resolved
<value>NETSDK1106: Microsoft.NET.Sdk.WindowsDesktop requires 'UseWpf' or 'UseWindowsForms' to be set to 'true'</value>
<comment>{StrBegin="NETSDK1106: "}</comment>
</data>
</root>
15 changes: 15 additions & 0 deletions src/Tasks/Common/Resources/xlf/Strings.cs.xlf
Expand Up @@ -516,11 +516,26 @@ The following are names of parameters or literal values and should not be transl
<target state="translated">NETSDK1045: Aktuální sada .NET SDK nepodporuje cílení {0} {1}. Buď zacilte {0} {2} nebo nižší, nebo použijte verzi sady .NET SDK, která podporuje {0} {1}.</target>
<note>{StrBegin="NETSDK1045: "}</note>
</trans-unit>
<trans-unit id="UseWpfOrUseWindowsFormsRequiresWindowsDesktopFramework">
<source>NETSDK1107: Microsoft.NET.Sdk.WindowsDesktop is required to build Windows desktop applications. 'UseWpf' and 'UseWindowsForms' are not supported by the current SDK.</source>
<target state="new">NETSDK1107: Microsoft.NET.Sdk.WindowsDesktop is required to build Windows desktop applications. 'UseWpf' and 'UseWindowsForms' are not supported by the current SDK.</target>
<note>{StrBegin="NETSDK1107: "}</note>
</trans-unit>
<trans-unit id="UsingPreviewSdkWarning">
<source>NETSDK1057: You are using a preview version of .NET Core. See: https://aka.ms/dotnet-core-preview</source>
<target state="translated">NETSDK1057: Používáte preview verzi .NET Core. Další informace: https://aka.ms/dotnet-core-preview</target>
<note>{StrBegin="NETSDK1057: "}</note>
</trans-unit>
<trans-unit id="WindowsDesktopFrameworkRequiresUseWpfOrUseWindowsForms">
<source>NETSDK1106: Microsoft.NET.Sdk.WindowsDesktop requires 'UseWpf' or 'UseWindowsForms' to be set to 'true'</source>
<target state="new">NETSDK1106: Microsoft.NET.Sdk.WindowsDesktop requires 'UseWpf' or 'UseWindowsForms' to be set to 'true'</target>
<note>{StrBegin="NETSDK1106: "}</note>
</trans-unit>
<trans-unit id="WindowsDesktopFrameworkRequiresVersion30">
<source>NETSDK1105: Windows desktop applications are only supported on .NET Core 3.0 or higher.</source>
<target state="new">NETSDK1105: Windows desktop applications are only supported on .NET Core 3.0 or higher.</target>
<note>{StrBegin="NETSDK1105: "}</note>
</trans-unit>
<trans-unit id="WindowsDesktopFrameworkRequiresWindows">
<source>NETSDK1100: Windows is required to build Windows desktop applications.</source>
<target state="new">NETSDK1100: Windows is required to build Windows desktop applications.</target>
Expand Down
15 changes: 15 additions & 0 deletions src/Tasks/Common/Resources/xlf/Strings.de.xlf
Expand Up @@ -516,11 +516,26 @@ The following are names of parameters or literal values and should not be transl
<target state="translated">NETSDK1045: Das aktuelle .NET SDK unterstützt {0} {1} nicht als Ziel. Geben Sie entweder {0} {2} oder niedriger als Ziel an, oder verwenden Sie eine .NET SDK-Version, die {0} {1} unterstützt.</target>
<note>{StrBegin="NETSDK1045: "}</note>
</trans-unit>
<trans-unit id="UseWpfOrUseWindowsFormsRequiresWindowsDesktopFramework">
<source>NETSDK1107: Microsoft.NET.Sdk.WindowsDesktop is required to build Windows desktop applications. 'UseWpf' and 'UseWindowsForms' are not supported by the current SDK.</source>
<target state="new">NETSDK1107: Microsoft.NET.Sdk.WindowsDesktop is required to build Windows desktop applications. 'UseWpf' and 'UseWindowsForms' are not supported by the current SDK.</target>
<note>{StrBegin="NETSDK1107: "}</note>
</trans-unit>
<trans-unit id="UsingPreviewSdkWarning">
<source>NETSDK1057: You are using a preview version of .NET Core. See: https://aka.ms/dotnet-core-preview</source>
<target state="translated">NETSDK1057: Sie verwenden eine Vorschauversion von .NET Core. Weitere Informationen: https://aka.ms/dotnet-core-preview</target>
<note>{StrBegin="NETSDK1057: "}</note>
</trans-unit>
<trans-unit id="WindowsDesktopFrameworkRequiresUseWpfOrUseWindowsForms">
<source>NETSDK1106: Microsoft.NET.Sdk.WindowsDesktop requires 'UseWpf' or 'UseWindowsForms' to be set to 'true'</source>
<target state="new">NETSDK1106: Microsoft.NET.Sdk.WindowsDesktop requires 'UseWpf' or 'UseWindowsForms' to be set to 'true'</target>
<note>{StrBegin="NETSDK1106: "}</note>
</trans-unit>
<trans-unit id="WindowsDesktopFrameworkRequiresVersion30">
<source>NETSDK1105: Windows desktop applications are only supported on .NET Core 3.0 or higher.</source>
<target state="new">NETSDK1105: Windows desktop applications are only supported on .NET Core 3.0 or higher.</target>
<note>{StrBegin="NETSDK1105: "}</note>
</trans-unit>
<trans-unit id="WindowsDesktopFrameworkRequiresWindows">
<source>NETSDK1100: Windows is required to build Windows desktop applications.</source>
<target state="new">NETSDK1100: Windows is required to build Windows desktop applications.</target>
Expand Down
15 changes: 15 additions & 0 deletions src/Tasks/Common/Resources/xlf/Strings.es.xlf
Expand Up @@ -516,11 +516,26 @@ The following are names of parameters or literal values and should not be transl
<target state="translated">NETSDK1045: El SDK de .NET actual no admite el destino {0} {1}. Use el destino {0} {2} u otro inferior, o bien una versión del SDK de .NET que admita {0} {1}.</target>
<note>{StrBegin="NETSDK1045: "}</note>
</trans-unit>
<trans-unit id="UseWpfOrUseWindowsFormsRequiresWindowsDesktopFramework">
<source>NETSDK1107: Microsoft.NET.Sdk.WindowsDesktop is required to build Windows desktop applications. 'UseWpf' and 'UseWindowsForms' are not supported by the current SDK.</source>
<target state="new">NETSDK1107: Microsoft.NET.Sdk.WindowsDesktop is required to build Windows desktop applications. 'UseWpf' and 'UseWindowsForms' are not supported by the current SDK.</target>
<note>{StrBegin="NETSDK1107: "}</note>
</trans-unit>
<trans-unit id="UsingPreviewSdkWarning">
<source>NETSDK1057: You are using a preview version of .NET Core. See: https://aka.ms/dotnet-core-preview</source>
<target state="translated">NETSDK1057: Está utilizando una versión preliminar de .NET Core. Vea: https://aka.ms/dotnet-core-preview</target>
<note>{StrBegin="NETSDK1057: "}</note>
</trans-unit>
<trans-unit id="WindowsDesktopFrameworkRequiresUseWpfOrUseWindowsForms">
<source>NETSDK1106: Microsoft.NET.Sdk.WindowsDesktop requires 'UseWpf' or 'UseWindowsForms' to be set to 'true'</source>
<target state="new">NETSDK1106: Microsoft.NET.Sdk.WindowsDesktop requires 'UseWpf' or 'UseWindowsForms' to be set to 'true'</target>
<note>{StrBegin="NETSDK1106: "}</note>
</trans-unit>
<trans-unit id="WindowsDesktopFrameworkRequiresVersion30">
<source>NETSDK1105: Windows desktop applications are only supported on .NET Core 3.0 or higher.</source>
<target state="new">NETSDK1105: Windows desktop applications are only supported on .NET Core 3.0 or higher.</target>
<note>{StrBegin="NETSDK1105: "}</note>
</trans-unit>
<trans-unit id="WindowsDesktopFrameworkRequiresWindows">
<source>NETSDK1100: Windows is required to build Windows desktop applications.</source>
<target state="new">NETSDK1100: Windows is required to build Windows desktop applications.</target>
Expand Down
15 changes: 15 additions & 0 deletions src/Tasks/Common/Resources/xlf/Strings.fr.xlf
Expand Up @@ -516,11 +516,26 @@ The following are names of parameters or literal values and should not be transl
<target state="translated">NETSDK1045: Le kit .NET SDK actuel ne prend pas en charge le ciblage de {0} {1}. Vous devez soit cibler {0} {2} ou une version antérieure, soit utiliser une version du kit .NET SDK qui prend en charge {0} {1}.</target>
<note>{StrBegin="NETSDK1045: "}</note>
</trans-unit>
<trans-unit id="UseWpfOrUseWindowsFormsRequiresWindowsDesktopFramework">
<source>NETSDK1107: Microsoft.NET.Sdk.WindowsDesktop is required to build Windows desktop applications. 'UseWpf' and 'UseWindowsForms' are not supported by the current SDK.</source>
<target state="new">NETSDK1107: Microsoft.NET.Sdk.WindowsDesktop is required to build Windows desktop applications. 'UseWpf' and 'UseWindowsForms' are not supported by the current SDK.</target>
<note>{StrBegin="NETSDK1107: "}</note>
</trans-unit>
<trans-unit id="UsingPreviewSdkWarning">
<source>NETSDK1057: You are using a preview version of .NET Core. See: https://aka.ms/dotnet-core-preview</source>
<target state="translated">NETSDK1057 : Vous utilisez une préversion de .NET Core. Voir : https://aka.ms/dotnet-core-preview</target>
<note>{StrBegin="NETSDK1057: "}</note>
</trans-unit>
<trans-unit id="WindowsDesktopFrameworkRequiresUseWpfOrUseWindowsForms">
<source>NETSDK1106: Microsoft.NET.Sdk.WindowsDesktop requires 'UseWpf' or 'UseWindowsForms' to be set to 'true'</source>
<target state="new">NETSDK1106: Microsoft.NET.Sdk.WindowsDesktop requires 'UseWpf' or 'UseWindowsForms' to be set to 'true'</target>
<note>{StrBegin="NETSDK1106: "}</note>
</trans-unit>
<trans-unit id="WindowsDesktopFrameworkRequiresVersion30">
<source>NETSDK1105: Windows desktop applications are only supported on .NET Core 3.0 or higher.</source>
<target state="new">NETSDK1105: Windows desktop applications are only supported on .NET Core 3.0 or higher.</target>
<note>{StrBegin="NETSDK1105: "}</note>
</trans-unit>
<trans-unit id="WindowsDesktopFrameworkRequiresWindows">
<source>NETSDK1100: Windows is required to build Windows desktop applications.</source>
<target state="new">NETSDK1100: Windows is required to build Windows desktop applications.</target>
Expand Down
15 changes: 15 additions & 0 deletions src/Tasks/Common/Resources/xlf/Strings.it.xlf
Expand Up @@ -516,11 +516,26 @@ The following are names of parameters or literal values and should not be transl
<target state="translated">NETSDK1045: la versione corrente di .NET SDK non supporta {0} {1} come destinazione. Impostare come destinazione {0} {2} o una versione precedente oppure usare una versione di .NET SDK che supporta {0} {1}.</target>
<note>{StrBegin="NETSDK1045: "}</note>
</trans-unit>
<trans-unit id="UseWpfOrUseWindowsFormsRequiresWindowsDesktopFramework">
<source>NETSDK1107: Microsoft.NET.Sdk.WindowsDesktop is required to build Windows desktop applications. 'UseWpf' and 'UseWindowsForms' are not supported by the current SDK.</source>
<target state="new">NETSDK1107: Microsoft.NET.Sdk.WindowsDesktop is required to build Windows desktop applications. 'UseWpf' and 'UseWindowsForms' are not supported by the current SDK.</target>
<note>{StrBegin="NETSDK1107: "}</note>
</trans-unit>
<trans-unit id="UsingPreviewSdkWarning">
<source>NETSDK1057: You are using a preview version of .NET Core. See: https://aka.ms/dotnet-core-preview</source>
<target state="translated">NETSDK1057: si sta usando una versione in anteprima di .NET Core. Vedere https://aka.ms/dotnet-core-preview</target>
<note>{StrBegin="NETSDK1057: "}</note>
</trans-unit>
<trans-unit id="WindowsDesktopFrameworkRequiresUseWpfOrUseWindowsForms">
<source>NETSDK1106: Microsoft.NET.Sdk.WindowsDesktop requires 'UseWpf' or 'UseWindowsForms' to be set to 'true'</source>
<target state="new">NETSDK1106: Microsoft.NET.Sdk.WindowsDesktop requires 'UseWpf' or 'UseWindowsForms' to be set to 'true'</target>
<note>{StrBegin="NETSDK1106: "}</note>
</trans-unit>
<trans-unit id="WindowsDesktopFrameworkRequiresVersion30">
<source>NETSDK1105: Windows desktop applications are only supported on .NET Core 3.0 or higher.</source>
<target state="new">NETSDK1105: Windows desktop applications are only supported on .NET Core 3.0 or higher.</target>
<note>{StrBegin="NETSDK1105: "}</note>
</trans-unit>
<trans-unit id="WindowsDesktopFrameworkRequiresWindows">
<source>NETSDK1100: Windows is required to build Windows desktop applications.</source>
<target state="new">NETSDK1100: Windows is required to build Windows desktop applications.</target>
Expand Down
15 changes: 15 additions & 0 deletions src/Tasks/Common/Resources/xlf/Strings.ja.xlf
Expand Up @@ -516,11 +516,26 @@ The following are names of parameters or literal values and should not be transl
<target state="translated">NETSDK1045: 現在の .NET SDK は、ターゲットとする {0} {1} をサポートしていません。{0} {2} 以下をターゲットとするか、{0} {1} をサポートする .NET SDK のバージョンを使用してください。</target>
<note>{StrBegin="NETSDK1045: "}</note>
</trans-unit>
<trans-unit id="UseWpfOrUseWindowsFormsRequiresWindowsDesktopFramework">
<source>NETSDK1107: Microsoft.NET.Sdk.WindowsDesktop is required to build Windows desktop applications. 'UseWpf' and 'UseWindowsForms' are not supported by the current SDK.</source>
<target state="new">NETSDK1107: Microsoft.NET.Sdk.WindowsDesktop is required to build Windows desktop applications. 'UseWpf' and 'UseWindowsForms' are not supported by the current SDK.</target>
<note>{StrBegin="NETSDK1107: "}</note>
</trans-unit>
<trans-unit id="UsingPreviewSdkWarning">
<source>NETSDK1057: You are using a preview version of .NET Core. See: https://aka.ms/dotnet-core-preview</source>
<target state="translated">NETSDK1057: プレビュー版の .NET Core を使用しています。https://aka.ms/dotnet-core-preview をご覧ください</target>
<note>{StrBegin="NETSDK1057: "}</note>
</trans-unit>
<trans-unit id="WindowsDesktopFrameworkRequiresUseWpfOrUseWindowsForms">
<source>NETSDK1106: Microsoft.NET.Sdk.WindowsDesktop requires 'UseWpf' or 'UseWindowsForms' to be set to 'true'</source>
<target state="new">NETSDK1106: Microsoft.NET.Sdk.WindowsDesktop requires 'UseWpf' or 'UseWindowsForms' to be set to 'true'</target>
<note>{StrBegin="NETSDK1106: "}</note>
</trans-unit>
<trans-unit id="WindowsDesktopFrameworkRequiresVersion30">
<source>NETSDK1105: Windows desktop applications are only supported on .NET Core 3.0 or higher.</source>
<target state="new">NETSDK1105: Windows desktop applications are only supported on .NET Core 3.0 or higher.</target>
<note>{StrBegin="NETSDK1105: "}</note>
</trans-unit>
<trans-unit id="WindowsDesktopFrameworkRequiresWindows">
<source>NETSDK1100: Windows is required to build Windows desktop applications.</source>
<target state="new">NETSDK1100: Windows is required to build Windows desktop applications.</target>
Expand Down
15 changes: 15 additions & 0 deletions src/Tasks/Common/Resources/xlf/Strings.ko.xlf
Expand Up @@ -516,11 +516,26 @@ The following are names of parameters or literal values and should not be transl
<target state="translated">NETSDK1045: 현재 .NET SDK에서는 {0} {1}을(를) 대상으로 하는 것을 지원하지 않습니다. {0} {2} 이하를 대상으로 하거나 {0} {1}을(를) 지원하는 .NET SDK 버전을 사용하세요.</target>
<note>{StrBegin="NETSDK1045: "}</note>
</trans-unit>
<trans-unit id="UseWpfOrUseWindowsFormsRequiresWindowsDesktopFramework">
<source>NETSDK1107: Microsoft.NET.Sdk.WindowsDesktop is required to build Windows desktop applications. 'UseWpf' and 'UseWindowsForms' are not supported by the current SDK.</source>
<target state="new">NETSDK1107: Microsoft.NET.Sdk.WindowsDesktop is required to build Windows desktop applications. 'UseWpf' and 'UseWindowsForms' are not supported by the current SDK.</target>
<note>{StrBegin="NETSDK1107: "}</note>
</trans-unit>
<trans-unit id="UsingPreviewSdkWarning">
<source>NETSDK1057: You are using a preview version of .NET Core. See: https://aka.ms/dotnet-core-preview</source>
<target state="translated">NETSDK1057: .NET Core의 미리 보기 버전을 사용 중입니다. 참조: https://aka.ms/dotnet-core-preview</target>
<note>{StrBegin="NETSDK1057: "}</note>
</trans-unit>
<trans-unit id="WindowsDesktopFrameworkRequiresUseWpfOrUseWindowsForms">
<source>NETSDK1106: Microsoft.NET.Sdk.WindowsDesktop requires 'UseWpf' or 'UseWindowsForms' to be set to 'true'</source>
<target state="new">NETSDK1106: Microsoft.NET.Sdk.WindowsDesktop requires 'UseWpf' or 'UseWindowsForms' to be set to 'true'</target>
<note>{StrBegin="NETSDK1106: "}</note>
</trans-unit>
<trans-unit id="WindowsDesktopFrameworkRequiresVersion30">
<source>NETSDK1105: Windows desktop applications are only supported on .NET Core 3.0 or higher.</source>
<target state="new">NETSDK1105: Windows desktop applications are only supported on .NET Core 3.0 or higher.</target>
<note>{StrBegin="NETSDK1105: "}</note>
</trans-unit>
<trans-unit id="WindowsDesktopFrameworkRequiresWindows">
<source>NETSDK1100: Windows is required to build Windows desktop applications.</source>
<target state="new">NETSDK1100: Windows is required to build Windows desktop applications.</target>
Expand Down