提交 3e9cbab3 编写于 作者: T Tomáš Matoušek 提交者: GitHub

Merge pull request #12920 from tmat/FixResource

List all available debug types in an error message
......@@ -1277,7 +1277,7 @@ internal class CSharpResources {
}
/// <summary>
/// Looks up a localized string similar to Invalid option &apos;{0}&apos; for /debug; must be full or pdbonly.
/// Looks up a localized string similar to Invalid option &apos;{0}&apos; for /debug; must be &apos;portable&apos;, &apos;embedded&apos;, &apos;full&apos; or &apos;pdbonly&apos;.
/// </summary>
internal static string ERR_BadDebugType {
get {
......
......@@ -3071,7 +3071,7 @@ A catch() block after a catch (System.Exception e) block can catch non-CLS excep
<value>Warning level must be in the range 0-4</value>
</data>
<data name="ERR_BadDebugType" xml:space="preserve">
<value>Invalid option '{0}' for /debug; must be full or pdbonly</value>
<value>Invalid option '{0}' for /debug; must be 'portable', 'embedded', 'full' or 'pdbonly'</value>
</data>
<data name="ERR_BadResourceVis" xml:space="preserve">
<value>Invalid option '{0}'; Resource visibility must be either 'public' or 'private'</value>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册