diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d8047f4d95e36..069131cbae677 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -3,9 +3,9 @@ - + https://github.com/dotnet/arcade - ba6bfb25914e3434264352dd24ba00b406d23393 + b40d0c89c230189b4c6aeb32c0a43218b4bc3359 diff --git a/eng/Versions.props b/eng/Versions.props index 12cffd628b7f5..6db4d3d6970bb 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -28,7 +28,7 @@ 3.0.0-beta2.20059.3+77df2220 3.3.1 - 1.0.1-beta1.20067.1 + 1.0.1-beta1.20118.1 3.5.0-beta3-20078-04 16.4.248 5.0.0-alpha1.19409.1 @@ -97,7 +97,7 @@ 15.8.27812-alpha 1.1.20180503.2 16.0.198-g52de9c2988 - 15.5.23 + 15.6.36 $(VisualStudioEditorPackagesVersion) 16.0.29431.108 16.4.1091102-preview diff --git a/eng/common/tools.sh b/eng/common/tools.sh index c26525e52b51c..664ac1055bd0c 100755 --- a/eng/common/tools.sh +++ b/eng/common/tools.sh @@ -252,7 +252,7 @@ function GetDotNetInstallScript { # Use curl if available, otherwise use wget if command -v curl > /dev/null; then - with_retries curl "$install_script_url" -isSLv --retry 10 --create-dirs -o "$install_script" || { + with_retries curl "$install_script_url" -sSL --retry 10 --create-dirs -o "$install_script" || { local exit_code=$? Write-PipelineTelemetryError -category 'InitializeToolset' "Failed to acquire dotnet install script (exit code '$exit_code')." ExitWithExitCode $exit_code diff --git a/eng/config/PublishData.json b/eng/config/PublishData.json index 30361dcbc9c3b..144f06ba597a0 100644 --- a/eng/config/PublishData.json +++ b/eng/config/PublishData.json @@ -59,7 +59,7 @@ "version": "3.5.*", "nuget": [ "https://dotnet.myget.org/F/roslyn/api/v2/package" ], "vsix": [ "https://dotnet.myget.org/F/roslyn/vsix/upload" ], - "channels": [ "dev16.5", "dev16.5p3" ], + "channels": [ "dev16.5", "dev16.5p4" ], "vsBranch": "rel/d16.5", "vsMajorVersion": 16 }, diff --git a/global.json b/global.json index f629c92390471..20987173f8d23 100644 --- a/global.json +++ b/global.json @@ -7,6 +7,6 @@ "xcopy-msbuild": "16.4.0-alpha" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20113.6" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20118.1" } } diff --git a/src/Analyzers/CSharp/Analyzers/CSharpAnalyzers.projitems b/src/Analyzers/CSharp/Analyzers/CSharpAnalyzers.projitems index 18ced76af3610..e1017ef9713ba 100644 --- a/src/Analyzers/CSharp/Analyzers/CSharpAnalyzers.projitems +++ b/src/Analyzers/CSharp/Analyzers/CSharpAnalyzers.projitems @@ -8,4 +8,7 @@ Microsoft.CodeAnalysis.CSharp.Analyzers + + + \ No newline at end of file diff --git a/src/Compilers/VisualBasic/Test/CommandLine/CommandLineTestResources.resx b/src/Analyzers/CSharp/Analyzers/CSharpAnalyzersResources.resx similarity index 94% rename from src/Compilers/VisualBasic/Test/CommandLine/CommandLineTestResources.resx rename to src/Analyzers/CSharp/Analyzers/CSharpAnalyzersResources.resx index 53f9b20569841..14ed010cf9ebb 100644 --- a/src/Compilers/VisualBasic/Test/CommandLine/CommandLineTestResources.resx +++ b/src/Analyzers/CSharp/Analyzers/CSharpAnalyzersResources.resx @@ -117,8 +117,8 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ../../vbc/vbc.rsp;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 - + \ No newline at end of file diff --git a/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.cs.xlf b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.cs.xlf new file mode 100644 index 0000000000000..95b938493295a --- /dev/null +++ b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.cs.xlf @@ -0,0 +1,12 @@ + + + + + + Remove this value when another is added. + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 + + + + \ No newline at end of file diff --git a/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.de.xlf b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.de.xlf new file mode 100644 index 0000000000000..4eb434cfed3dc --- /dev/null +++ b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.de.xlf @@ -0,0 +1,12 @@ + + + + + + Remove this value when another is added. + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 + + + + \ No newline at end of file diff --git a/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.es.xlf b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.es.xlf new file mode 100644 index 0000000000000..464e97f91cb0c --- /dev/null +++ b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.es.xlf @@ -0,0 +1,12 @@ + + + + + + Remove this value when another is added. + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 + + + + \ No newline at end of file diff --git a/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.fr.xlf b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.fr.xlf new file mode 100644 index 0000000000000..c28556fc77b02 --- /dev/null +++ b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.fr.xlf @@ -0,0 +1,12 @@ + + + + + + Remove this value when another is added. + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 + + + + \ No newline at end of file diff --git a/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.it.xlf b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.it.xlf new file mode 100644 index 0000000000000..47581d018049d --- /dev/null +++ b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.it.xlf @@ -0,0 +1,12 @@ + + + + + + Remove this value when another is added. + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 + + + + \ No newline at end of file diff --git a/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.ja.xlf b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.ja.xlf new file mode 100644 index 0000000000000..0019fb42e5023 --- /dev/null +++ b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.ja.xlf @@ -0,0 +1,12 @@ + + + + + + Remove this value when another is added. + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 + + + + \ No newline at end of file diff --git a/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.ko.xlf b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.ko.xlf new file mode 100644 index 0000000000000..11744ec58d696 --- /dev/null +++ b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.ko.xlf @@ -0,0 +1,12 @@ + + + + + + Remove this value when another is added. + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 + + + + \ No newline at end of file diff --git a/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.pl.xlf b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.pl.xlf new file mode 100644 index 0000000000000..dfcf2126cfd9c --- /dev/null +++ b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.pl.xlf @@ -0,0 +1,12 @@ + + + + + + Remove this value when another is added. + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 + + + + \ No newline at end of file diff --git a/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.pt-BR.xlf b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.pt-BR.xlf new file mode 100644 index 0000000000000..4715e1b123759 --- /dev/null +++ b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.pt-BR.xlf @@ -0,0 +1,12 @@ + + + + + + Remove this value when another is added. + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 + + + + \ No newline at end of file diff --git a/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.ru.xlf b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.ru.xlf new file mode 100644 index 0000000000000..51046ebf32c7c --- /dev/null +++ b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.ru.xlf @@ -0,0 +1,12 @@ + + + + + + Remove this value when another is added. + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 + + + + \ No newline at end of file diff --git a/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.tr.xlf b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.tr.xlf new file mode 100644 index 0000000000000..d9343f8352d2b --- /dev/null +++ b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.tr.xlf @@ -0,0 +1,12 @@ + + + + + + Remove this value when another is added. + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 + + + + \ No newline at end of file diff --git a/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.zh-Hans.xlf b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.zh-Hans.xlf new file mode 100644 index 0000000000000..838cd324a92c5 --- /dev/null +++ b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.zh-Hans.xlf @@ -0,0 +1,12 @@ + + + + + + Remove this value when another is added. + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 + + + + \ No newline at end of file diff --git a/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.zh-Hant.xlf b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.zh-Hant.xlf new file mode 100644 index 0000000000000..ee2cc1fb7c543 --- /dev/null +++ b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.zh-Hant.xlf @@ -0,0 +1,12 @@ + + + + + + Remove this value when another is added. + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 + + + + \ No newline at end of file diff --git a/src/Analyzers/CSharp/CodeFixes/CSharpCodeFixes.projitems b/src/Analyzers/CSharp/CodeFixes/CSharpCodeFixes.projitems index 3a21b34bea507..ffed41e3f258b 100644 --- a/src/Analyzers/CSharp/CodeFixes/CSharpCodeFixes.projitems +++ b/src/Analyzers/CSharp/CodeFixes/CSharpCodeFixes.projitems @@ -8,4 +8,7 @@ Microsoft.CodeAnalysis.CSharp.CodeFixes + + + \ No newline at end of file diff --git a/src/Compilers/VisualBasic/Test/Syntax/Resource.resx b/src/Analyzers/CSharp/CodeFixes/CSharpCodeFixesResources.resx similarity index 90% rename from src/Compilers/VisualBasic/Test/Syntax/Resource.resx rename to src/Analyzers/CSharp/CodeFixes/CSharpCodeFixesResources.resx index a6d82751e56f6..14ed010cf9ebb 100644 --- a/src/Compilers/VisualBasic/Test/Syntax/Resource.resx +++ b/src/Analyzers/CSharp/CodeFixes/CSharpCodeFixesResources.resx @@ -1,6 +1,4 @@  - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 + + \ No newline at end of file diff --git a/src/Analyzers/Core/CodeFixes/xlf/CodeFixesResources.cs.xlf b/src/Analyzers/Core/CodeFixes/xlf/CodeFixesResources.cs.xlf new file mode 100644 index 0000000000000..08fd37ac08a65 --- /dev/null +++ b/src/Analyzers/Core/CodeFixes/xlf/CodeFixesResources.cs.xlf @@ -0,0 +1,12 @@ + + + + + + Remove this value when another is added. + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 + + + + \ No newline at end of file diff --git a/src/Analyzers/Core/CodeFixes/xlf/CodeFixesResources.de.xlf b/src/Analyzers/Core/CodeFixes/xlf/CodeFixesResources.de.xlf new file mode 100644 index 0000000000000..89d7bb166f5b8 --- /dev/null +++ b/src/Analyzers/Core/CodeFixes/xlf/CodeFixesResources.de.xlf @@ -0,0 +1,12 @@ + + + + + + Remove this value when another is added. + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 + + + + \ No newline at end of file diff --git a/src/Analyzers/Core/CodeFixes/xlf/CodeFixesResources.es.xlf b/src/Analyzers/Core/CodeFixes/xlf/CodeFixesResources.es.xlf new file mode 100644 index 0000000000000..7c7c5d57de9fe --- /dev/null +++ b/src/Analyzers/Core/CodeFixes/xlf/CodeFixesResources.es.xlf @@ -0,0 +1,12 @@ + + + + + + Remove this value when another is added. + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 + + + + \ No newline at end of file diff --git a/src/Analyzers/Core/CodeFixes/xlf/CodeFixesResources.fr.xlf b/src/Analyzers/Core/CodeFixes/xlf/CodeFixesResources.fr.xlf new file mode 100644 index 0000000000000..f169d316bebe3 --- /dev/null +++ b/src/Analyzers/Core/CodeFixes/xlf/CodeFixesResources.fr.xlf @@ -0,0 +1,12 @@ + + + + + + Remove this value when another is added. + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 + + + + \ No newline at end of file diff --git a/src/Analyzers/Core/CodeFixes/xlf/CodeFixesResources.it.xlf b/src/Analyzers/Core/CodeFixes/xlf/CodeFixesResources.it.xlf new file mode 100644 index 0000000000000..03de153afe9a5 --- /dev/null +++ b/src/Analyzers/Core/CodeFixes/xlf/CodeFixesResources.it.xlf @@ -0,0 +1,12 @@ + + + + + + Remove this value when another is added. + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 + + + + \ No newline at end of file diff --git a/src/Analyzers/Core/CodeFixes/xlf/CodeFixesResources.ja.xlf b/src/Analyzers/Core/CodeFixes/xlf/CodeFixesResources.ja.xlf new file mode 100644 index 0000000000000..24a0c411e4c5f --- /dev/null +++ b/src/Analyzers/Core/CodeFixes/xlf/CodeFixesResources.ja.xlf @@ -0,0 +1,12 @@ + + + + + + Remove this value when another is added. + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 + + + + \ No newline at end of file diff --git a/src/Analyzers/Core/CodeFixes/xlf/CodeFixesResources.ko.xlf b/src/Analyzers/Core/CodeFixes/xlf/CodeFixesResources.ko.xlf new file mode 100644 index 0000000000000..62c1d9efa8c4d --- /dev/null +++ b/src/Analyzers/Core/CodeFixes/xlf/CodeFixesResources.ko.xlf @@ -0,0 +1,12 @@ + + + + + + Remove this value when another is added. + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 + + + + \ No newline at end of file diff --git a/src/Analyzers/Core/CodeFixes/xlf/CodeFixesResources.pl.xlf b/src/Analyzers/Core/CodeFixes/xlf/CodeFixesResources.pl.xlf new file mode 100644 index 0000000000000..0ffdb4a6a7395 --- /dev/null +++ b/src/Analyzers/Core/CodeFixes/xlf/CodeFixesResources.pl.xlf @@ -0,0 +1,12 @@ + + + + + + Remove this value when another is added. + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 + + + + \ No newline at end of file diff --git a/src/Analyzers/Core/CodeFixes/xlf/CodeFixesResources.pt-BR.xlf b/src/Analyzers/Core/CodeFixes/xlf/CodeFixesResources.pt-BR.xlf new file mode 100644 index 0000000000000..7a1ed913b6dfc --- /dev/null +++ b/src/Analyzers/Core/CodeFixes/xlf/CodeFixesResources.pt-BR.xlf @@ -0,0 +1,12 @@ + + + + + + Remove this value when another is added. + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 + + + + \ No newline at end of file diff --git a/src/Analyzers/Core/CodeFixes/xlf/CodeFixesResources.ru.xlf b/src/Analyzers/Core/CodeFixes/xlf/CodeFixesResources.ru.xlf new file mode 100644 index 0000000000000..4e2bbf1d122a0 --- /dev/null +++ b/src/Analyzers/Core/CodeFixes/xlf/CodeFixesResources.ru.xlf @@ -0,0 +1,12 @@ + + + + + + Remove this value when another is added. + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 + + + + \ No newline at end of file diff --git a/src/Analyzers/Core/CodeFixes/xlf/CodeFixesResources.tr.xlf b/src/Analyzers/Core/CodeFixes/xlf/CodeFixesResources.tr.xlf new file mode 100644 index 0000000000000..44a135a6c7120 --- /dev/null +++ b/src/Analyzers/Core/CodeFixes/xlf/CodeFixesResources.tr.xlf @@ -0,0 +1,12 @@ + + + + + + Remove this value when another is added. + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 + + + + \ No newline at end of file diff --git a/src/Analyzers/Core/CodeFixes/xlf/CodeFixesResources.zh-Hans.xlf b/src/Analyzers/Core/CodeFixes/xlf/CodeFixesResources.zh-Hans.xlf new file mode 100644 index 0000000000000..23c025e1affe0 --- /dev/null +++ b/src/Analyzers/Core/CodeFixes/xlf/CodeFixesResources.zh-Hans.xlf @@ -0,0 +1,12 @@ + + + + + + Remove this value when another is added. + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 + + + + \ No newline at end of file diff --git a/src/Analyzers/Core/CodeFixes/xlf/CodeFixesResources.zh-Hant.xlf b/src/Analyzers/Core/CodeFixes/xlf/CodeFixesResources.zh-Hant.xlf new file mode 100644 index 0000000000000..c936aaab6ac7c --- /dev/null +++ b/src/Analyzers/Core/CodeFixes/xlf/CodeFixesResources.zh-Hant.xlf @@ -0,0 +1,12 @@ + + + + + + Remove this value when another is added. + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 + + + + \ No newline at end of file diff --git a/src/Analyzers/VisualBasic/Analyzers/VisualBasicAnalyzers.projitems b/src/Analyzers/VisualBasic/Analyzers/VisualBasicAnalyzers.projitems index f3339d0e8322b..236916b63d444 100644 --- a/src/Analyzers/VisualBasic/Analyzers/VisualBasicAnalyzers.projitems +++ b/src/Analyzers/VisualBasic/Analyzers/VisualBasicAnalyzers.projitems @@ -8,4 +8,7 @@ Microsoft.CodeAnalysis.VisualBasic.Analyzers + + + \ No newline at end of file diff --git a/src/Analyzers/VisualBasic/Analyzers/VisualBasicAnalyzersResources.resx b/src/Analyzers/VisualBasic/Analyzers/VisualBasicAnalyzersResources.resx new file mode 100644 index 0000000000000..14ed010cf9ebb --- /dev/null +++ b/src/Analyzers/VisualBasic/Analyzers/VisualBasicAnalyzersResources.resx @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 + + \ No newline at end of file diff --git a/src/Analyzers/VisualBasic/Analyzers/xlf/VisualBasicAnalyzersResources.cs.xlf b/src/Analyzers/VisualBasic/Analyzers/xlf/VisualBasicAnalyzersResources.cs.xlf new file mode 100644 index 0000000000000..ab1650d876664 --- /dev/null +++ b/src/Analyzers/VisualBasic/Analyzers/xlf/VisualBasicAnalyzersResources.cs.xlf @@ -0,0 +1,12 @@ + + + + + + Remove this value when another is added. + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 + + + + \ No newline at end of file diff --git a/src/Analyzers/VisualBasic/Analyzers/xlf/VisualBasicAnalyzersResources.de.xlf b/src/Analyzers/VisualBasic/Analyzers/xlf/VisualBasicAnalyzersResources.de.xlf new file mode 100644 index 0000000000000..ea198326e3cf1 --- /dev/null +++ b/src/Analyzers/VisualBasic/Analyzers/xlf/VisualBasicAnalyzersResources.de.xlf @@ -0,0 +1,12 @@ + + + + + + Remove this value when another is added. + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 + + + + \ No newline at end of file diff --git a/src/Analyzers/VisualBasic/Analyzers/xlf/VisualBasicAnalyzersResources.es.xlf b/src/Analyzers/VisualBasic/Analyzers/xlf/VisualBasicAnalyzersResources.es.xlf new file mode 100644 index 0000000000000..d72bb471c42f4 --- /dev/null +++ b/src/Analyzers/VisualBasic/Analyzers/xlf/VisualBasicAnalyzersResources.es.xlf @@ -0,0 +1,12 @@ + + + + + + Remove this value when another is added. + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 + + + + \ No newline at end of file diff --git a/src/Analyzers/VisualBasic/Analyzers/xlf/VisualBasicAnalyzersResources.fr.xlf b/src/Analyzers/VisualBasic/Analyzers/xlf/VisualBasicAnalyzersResources.fr.xlf new file mode 100644 index 0000000000000..0d3112eca46de --- /dev/null +++ b/src/Analyzers/VisualBasic/Analyzers/xlf/VisualBasicAnalyzersResources.fr.xlf @@ -0,0 +1,12 @@ + + + + + + Remove this value when another is added. + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 + + + + \ No newline at end of file diff --git a/src/Analyzers/VisualBasic/Analyzers/xlf/VisualBasicAnalyzersResources.it.xlf b/src/Analyzers/VisualBasic/Analyzers/xlf/VisualBasicAnalyzersResources.it.xlf new file mode 100644 index 0000000000000..63040275caab1 --- /dev/null +++ b/src/Analyzers/VisualBasic/Analyzers/xlf/VisualBasicAnalyzersResources.it.xlf @@ -0,0 +1,12 @@ + + + + + + Remove this value when another is added. + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 + + + + \ No newline at end of file diff --git a/src/Analyzers/VisualBasic/Analyzers/xlf/VisualBasicAnalyzersResources.ja.xlf b/src/Analyzers/VisualBasic/Analyzers/xlf/VisualBasicAnalyzersResources.ja.xlf new file mode 100644 index 0000000000000..02f6d720d2e58 --- /dev/null +++ b/src/Analyzers/VisualBasic/Analyzers/xlf/VisualBasicAnalyzersResources.ja.xlf @@ -0,0 +1,12 @@ + + + + + + Remove this value when another is added. + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 + + + + \ No newline at end of file diff --git a/src/Analyzers/VisualBasic/Analyzers/xlf/VisualBasicAnalyzersResources.ko.xlf b/src/Analyzers/VisualBasic/Analyzers/xlf/VisualBasicAnalyzersResources.ko.xlf new file mode 100644 index 0000000000000..66fc478fe3e71 --- /dev/null +++ b/src/Analyzers/VisualBasic/Analyzers/xlf/VisualBasicAnalyzersResources.ko.xlf @@ -0,0 +1,12 @@ + + + + + + Remove this value when another is added. + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 + + + + \ No newline at end of file diff --git a/src/Analyzers/VisualBasic/Analyzers/xlf/VisualBasicAnalyzersResources.pl.xlf b/src/Analyzers/VisualBasic/Analyzers/xlf/VisualBasicAnalyzersResources.pl.xlf new file mode 100644 index 0000000000000..e8e023c18fa84 --- /dev/null +++ b/src/Analyzers/VisualBasic/Analyzers/xlf/VisualBasicAnalyzersResources.pl.xlf @@ -0,0 +1,12 @@ + + + + + + Remove this value when another is added. + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 + + + + \ No newline at end of file diff --git a/src/Analyzers/VisualBasic/Analyzers/xlf/VisualBasicAnalyzersResources.pt-BR.xlf b/src/Analyzers/VisualBasic/Analyzers/xlf/VisualBasicAnalyzersResources.pt-BR.xlf new file mode 100644 index 0000000000000..a552f8799b21f --- /dev/null +++ b/src/Analyzers/VisualBasic/Analyzers/xlf/VisualBasicAnalyzersResources.pt-BR.xlf @@ -0,0 +1,12 @@ + + + + + + Remove this value when another is added. + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 + + + + \ No newline at end of file diff --git a/src/Analyzers/VisualBasic/Analyzers/xlf/VisualBasicAnalyzersResources.ru.xlf b/src/Analyzers/VisualBasic/Analyzers/xlf/VisualBasicAnalyzersResources.ru.xlf new file mode 100644 index 0000000000000..5a5c0d07e8084 --- /dev/null +++ b/src/Analyzers/VisualBasic/Analyzers/xlf/VisualBasicAnalyzersResources.ru.xlf @@ -0,0 +1,12 @@ + + + + + + Remove this value when another is added. + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 + + + + \ No newline at end of file diff --git a/src/Analyzers/VisualBasic/Analyzers/xlf/VisualBasicAnalyzersResources.tr.xlf b/src/Analyzers/VisualBasic/Analyzers/xlf/VisualBasicAnalyzersResources.tr.xlf new file mode 100644 index 0000000000000..e851741f345dd --- /dev/null +++ b/src/Analyzers/VisualBasic/Analyzers/xlf/VisualBasicAnalyzersResources.tr.xlf @@ -0,0 +1,12 @@ + + + + + + Remove this value when another is added. + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 + + + + \ No newline at end of file diff --git a/src/Analyzers/VisualBasic/Analyzers/xlf/VisualBasicAnalyzersResources.zh-Hans.xlf b/src/Analyzers/VisualBasic/Analyzers/xlf/VisualBasicAnalyzersResources.zh-Hans.xlf new file mode 100644 index 0000000000000..a61dcc37419f4 --- /dev/null +++ b/src/Analyzers/VisualBasic/Analyzers/xlf/VisualBasicAnalyzersResources.zh-Hans.xlf @@ -0,0 +1,12 @@ + + + + + + Remove this value when another is added. + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 + + + + \ No newline at end of file diff --git a/src/Analyzers/VisualBasic/Analyzers/xlf/VisualBasicAnalyzersResources.zh-Hant.xlf b/src/Analyzers/VisualBasic/Analyzers/xlf/VisualBasicAnalyzersResources.zh-Hant.xlf new file mode 100644 index 0000000000000..d4f74e2c7bee8 --- /dev/null +++ b/src/Analyzers/VisualBasic/Analyzers/xlf/VisualBasicAnalyzersResources.zh-Hant.xlf @@ -0,0 +1,12 @@ + + + + + + Remove this value when another is added. + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 + + + + \ No newline at end of file diff --git a/src/Analyzers/VisualBasic/CodeFixes/VisualBasicCodeFixes.projitems b/src/Analyzers/VisualBasic/CodeFixes/VisualBasicCodeFixes.projitems index eed7dac7f5d66..9456632bfa520 100644 --- a/src/Analyzers/VisualBasic/CodeFixes/VisualBasicCodeFixes.projitems +++ b/src/Analyzers/VisualBasic/CodeFixes/VisualBasicCodeFixes.projitems @@ -8,4 +8,7 @@ Microsoft.CodeAnalysis.VisualBasic.CodeFixes + + + \ No newline at end of file diff --git a/src/Analyzers/VisualBasic/CodeFixes/VisualBasicCodeFixesResources.resx b/src/Analyzers/VisualBasic/CodeFixes/VisualBasicCodeFixesResources.resx new file mode 100644 index 0000000000000..14ed010cf9ebb --- /dev/null +++ b/src/Analyzers/VisualBasic/CodeFixes/VisualBasicCodeFixesResources.resx @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 + + \ No newline at end of file diff --git a/src/Analyzers/VisualBasic/CodeFixes/xlf/VisualBasicCodeFixesResources.cs.xlf b/src/Analyzers/VisualBasic/CodeFixes/xlf/VisualBasicCodeFixesResources.cs.xlf new file mode 100644 index 0000000000000..43ee2d273bee2 --- /dev/null +++ b/src/Analyzers/VisualBasic/CodeFixes/xlf/VisualBasicCodeFixesResources.cs.xlf @@ -0,0 +1,12 @@ + + + + + + Remove this value when another is added. + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 + + + + \ No newline at end of file diff --git a/src/Analyzers/VisualBasic/CodeFixes/xlf/VisualBasicCodeFixesResources.de.xlf b/src/Analyzers/VisualBasic/CodeFixes/xlf/VisualBasicCodeFixesResources.de.xlf new file mode 100644 index 0000000000000..616abb9da5b77 --- /dev/null +++ b/src/Analyzers/VisualBasic/CodeFixes/xlf/VisualBasicCodeFixesResources.de.xlf @@ -0,0 +1,12 @@ + + + + + + Remove this value when another is added. + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 + + + + \ No newline at end of file diff --git a/src/Analyzers/VisualBasic/CodeFixes/xlf/VisualBasicCodeFixesResources.es.xlf b/src/Analyzers/VisualBasic/CodeFixes/xlf/VisualBasicCodeFixesResources.es.xlf new file mode 100644 index 0000000000000..341f2c354f69e --- /dev/null +++ b/src/Analyzers/VisualBasic/CodeFixes/xlf/VisualBasicCodeFixesResources.es.xlf @@ -0,0 +1,12 @@ + + + + + + Remove this value when another is added. + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 + + + + \ No newline at end of file diff --git a/src/Analyzers/VisualBasic/CodeFixes/xlf/VisualBasicCodeFixesResources.fr.xlf b/src/Analyzers/VisualBasic/CodeFixes/xlf/VisualBasicCodeFixesResources.fr.xlf new file mode 100644 index 0000000000000..5604e64dec54d --- /dev/null +++ b/src/Analyzers/VisualBasic/CodeFixes/xlf/VisualBasicCodeFixesResources.fr.xlf @@ -0,0 +1,12 @@ + + + + + + Remove this value when another is added. + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 + + + + \ No newline at end of file diff --git a/src/Analyzers/VisualBasic/CodeFixes/xlf/VisualBasicCodeFixesResources.it.xlf b/src/Analyzers/VisualBasic/CodeFixes/xlf/VisualBasicCodeFixesResources.it.xlf new file mode 100644 index 0000000000000..b243e9f888101 --- /dev/null +++ b/src/Analyzers/VisualBasic/CodeFixes/xlf/VisualBasicCodeFixesResources.it.xlf @@ -0,0 +1,12 @@ + + + + + + Remove this value when another is added. + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 + + + + \ No newline at end of file diff --git a/src/Analyzers/VisualBasic/CodeFixes/xlf/VisualBasicCodeFixesResources.ja.xlf b/src/Analyzers/VisualBasic/CodeFixes/xlf/VisualBasicCodeFixesResources.ja.xlf new file mode 100644 index 0000000000000..53532949d201d --- /dev/null +++ b/src/Analyzers/VisualBasic/CodeFixes/xlf/VisualBasicCodeFixesResources.ja.xlf @@ -0,0 +1,12 @@ + + + + + + Remove this value when another is added. + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 + + + + \ No newline at end of file diff --git a/src/Analyzers/VisualBasic/CodeFixes/xlf/VisualBasicCodeFixesResources.ko.xlf b/src/Analyzers/VisualBasic/CodeFixes/xlf/VisualBasicCodeFixesResources.ko.xlf new file mode 100644 index 0000000000000..d1c79ee9ea2bf --- /dev/null +++ b/src/Analyzers/VisualBasic/CodeFixes/xlf/VisualBasicCodeFixesResources.ko.xlf @@ -0,0 +1,12 @@ + + + + + + Remove this value when another is added. + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 + + + + \ No newline at end of file diff --git a/src/Analyzers/VisualBasic/CodeFixes/xlf/VisualBasicCodeFixesResources.pl.xlf b/src/Analyzers/VisualBasic/CodeFixes/xlf/VisualBasicCodeFixesResources.pl.xlf new file mode 100644 index 0000000000000..5de873986a815 --- /dev/null +++ b/src/Analyzers/VisualBasic/CodeFixes/xlf/VisualBasicCodeFixesResources.pl.xlf @@ -0,0 +1,12 @@ + + + + + + Remove this value when another is added. + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 + + + + \ No newline at end of file diff --git a/src/Analyzers/VisualBasic/CodeFixes/xlf/VisualBasicCodeFixesResources.pt-BR.xlf b/src/Analyzers/VisualBasic/CodeFixes/xlf/VisualBasicCodeFixesResources.pt-BR.xlf new file mode 100644 index 0000000000000..9de38c6880427 --- /dev/null +++ b/src/Analyzers/VisualBasic/CodeFixes/xlf/VisualBasicCodeFixesResources.pt-BR.xlf @@ -0,0 +1,12 @@ + + + + + + Remove this value when another is added. + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 + + + + \ No newline at end of file diff --git a/src/Analyzers/VisualBasic/CodeFixes/xlf/VisualBasicCodeFixesResources.ru.xlf b/src/Analyzers/VisualBasic/CodeFixes/xlf/VisualBasicCodeFixesResources.ru.xlf new file mode 100644 index 0000000000000..5aa5a7b521050 --- /dev/null +++ b/src/Analyzers/VisualBasic/CodeFixes/xlf/VisualBasicCodeFixesResources.ru.xlf @@ -0,0 +1,12 @@ + + + + + + Remove this value when another is added. + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 + + + + \ No newline at end of file diff --git a/src/Analyzers/VisualBasic/CodeFixes/xlf/VisualBasicCodeFixesResources.tr.xlf b/src/Analyzers/VisualBasic/CodeFixes/xlf/VisualBasicCodeFixesResources.tr.xlf new file mode 100644 index 0000000000000..efa4af906a853 --- /dev/null +++ b/src/Analyzers/VisualBasic/CodeFixes/xlf/VisualBasicCodeFixesResources.tr.xlf @@ -0,0 +1,12 @@ + + + + + + Remove this value when another is added. + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 + + + + \ No newline at end of file diff --git a/src/Analyzers/VisualBasic/CodeFixes/xlf/VisualBasicCodeFixesResources.zh-Hans.xlf b/src/Analyzers/VisualBasic/CodeFixes/xlf/VisualBasicCodeFixesResources.zh-Hans.xlf new file mode 100644 index 0000000000000..99348e8fdcbb5 --- /dev/null +++ b/src/Analyzers/VisualBasic/CodeFixes/xlf/VisualBasicCodeFixesResources.zh-Hans.xlf @@ -0,0 +1,12 @@ + + + + + + Remove this value when another is added. + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 + + + + \ No newline at end of file diff --git a/src/Analyzers/VisualBasic/CodeFixes/xlf/VisualBasicCodeFixesResources.zh-Hant.xlf b/src/Analyzers/VisualBasic/CodeFixes/xlf/VisualBasicCodeFixesResources.zh-Hant.xlf new file mode 100644 index 0000000000000..369b95dc5b79f --- /dev/null +++ b/src/Analyzers/VisualBasic/CodeFixes/xlf/VisualBasicCodeFixesResources.zh-Hant.xlf @@ -0,0 +1,12 @@ + + + + + + Remove this value when another is added. + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 + + + + \ No newline at end of file diff --git a/src/CodeStyle/CSharp/Analyzers/CSharpCodeStyleResources.Designer.cs b/src/CodeStyle/CSharp/Analyzers/CSharpCodeStyleResources.Designer.cs deleted file mode 100644 index 10a27950593c6..0000000000000 --- a/src/CodeStyle/CSharp/Analyzers/CSharpCodeStyleResources.Designer.cs +++ /dev/null @@ -1,91 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace Microsoft.CodeAnalysis.CSharp { - using System; - using System.Reflection; - - - /// - /// A strongly-typed resource class, for looking up localized strings, etc. - /// - // This class was auto-generated by the StronglyTypedResourceBuilder - // class via a tool like ResGen or Visual Studio. - // To add or remove a member, edit your .ResX file then rerun ResGen - // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - internal class CSharpCodeStyleResources { - - private static global::System.Resources.ResourceManager resourceMan; - - private static global::System.Globalization.CultureInfo resourceCulture; - - [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] - internal CSharpCodeStyleResources() { - } - - /// - /// Returns the cached ResourceManager instance used by this class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Resources.ResourceManager ResourceManager { - get { - if (object.ReferenceEquals(resourceMan, null)) { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.CodeAnalysis.CSharp.CSharpCodeStyleResources", typeof(CSharpCodeStyleResources).GetTypeInfo().Assembly); - resourceMan = temp; - } - return resourceMan; - } - } - - /// - /// Overrides the current thread's CurrentUICulture property for all - /// resource lookups using this strongly typed resource class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Globalization.CultureInfo Culture { - get { - return resourceCulture; - } - set { - resourceCulture = value; - } - } - - /// - /// Looks up a localized string similar to Indentation preferences. - /// - internal static string Indentation_preferences { - get { - return ResourceManager.GetString("Indentation_preferences", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Space preferences. - /// - internal static string Space_preferences { - get { - return ResourceManager.GetString("Space_preferences", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Wrapping preferences. - /// - internal static string Wrapping_preferences { - get { - return ResourceManager.GetString("Wrapping_preferences", resourceCulture); - } - } - } -} diff --git a/src/CodeStyle/CSharp/Analyzers/Microsoft.CodeAnalysis.CSharp.CodeStyle.csproj b/src/CodeStyle/CSharp/Analyzers/Microsoft.CodeAnalysis.CSharp.CodeStyle.csproj index 2789180c47c9b..60da60f10578f 100644 --- a/src/CodeStyle/CSharp/Analyzers/Microsoft.CodeAnalysis.CSharp.CodeStyle.csproj +++ b/src/CodeStyle/CSharp/Analyzers/Microsoft.CodeAnalysis.CSharp.CodeStyle.csproj @@ -59,18 +59,7 @@ - - True - True - CSharpCodeStyleResources.resx - - - - - ResXFileCodeGenerator - Designer - CSharpCodeStyleResources.Designer.cs - + diff --git a/src/CodeStyle/CSharp/CodeFixes/CSharpCodeStyleFixesResources.Designer.cs b/src/CodeStyle/CSharp/CodeFixes/CSharpCodeStyleFixesResources.Designer.cs deleted file mode 100644 index 6326dd3c354e1..0000000000000 --- a/src/CodeStyle/CSharp/CodeFixes/CSharpCodeStyleFixesResources.Designer.cs +++ /dev/null @@ -1,73 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace Microsoft.CodeAnalysis.CSharp { - using System; - using System.Reflection; - - - /// - /// A strongly-typed resource class, for looking up localized strings, etc. - /// - // This class was auto-generated by the StronglyTypedResourceBuilder - // class via a tool like ResGen or Visual Studio. - // To add or remove a member, edit your .ResX file then rerun ResGen - // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - internal class CSharpCodeStyleFixesResources { - - private static global::System.Resources.ResourceManager resourceMan; - - private static global::System.Globalization.CultureInfo resourceCulture; - - [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] - internal CSharpCodeStyleFixesResources() { - } - - /// - /// Returns the cached ResourceManager instance used by this class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Resources.ResourceManager ResourceManager { - get { - if (object.ReferenceEquals(resourceMan, null)) { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.CodeAnalysis.CSharp.CSharpCodeStyleFixesResources", typeof(CSharpCodeStyleFixesResources).GetTypeInfo().Assembly); - resourceMan = temp; - } - return resourceMan; - } - } - - /// - /// Overrides the current thread's CurrentUICulture property for all - /// resource lookups using this strongly typed resource class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Globalization.CultureInfo Culture { - get { - return resourceCulture; - } - set { - resourceCulture = value; - } - } - - /// - /// Looks up a localized string similar to Remove this value when another is added.. - /// - internal static string EmptyResource { - get { - return ResourceManager.GetString("EmptyResource", resourceCulture); - } - } - } -} diff --git a/src/CodeStyle/CSharp/CodeFixes/Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes.csproj b/src/CodeStyle/CSharp/CodeFixes/Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes.csproj index d0715648d9ba9..049b92690026f 100644 --- a/src/CodeStyle/CSharp/CodeFixes/Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes.csproj +++ b/src/CodeStyle/CSharp/CodeFixes/Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes.csproj @@ -46,18 +46,7 @@ - - True - True - CSharpCodeStyleFixesResources.resx - - - - - ResXFileCodeGenerator - Designer - CSharpCodeStyleFixesResources.Designer.cs - + diff --git a/src/CodeStyle/Core/Analyzers/CodeStyleResources.Designer.cs b/src/CodeStyle/Core/Analyzers/CodeStyleResources.Designer.cs deleted file mode 100644 index de4afea35844f..0000000000000 --- a/src/CodeStyle/Core/Analyzers/CodeStyleResources.Designer.cs +++ /dev/null @@ -1,225 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace Microsoft.CodeAnalysis { - using System; - - - /// - /// A strongly-typed resource class, for looking up localized strings, etc. - /// - // This class was auto-generated by the StronglyTypedResourceBuilder - // class via a tool like ResGen or Visual Studio. - // To add or remove a member, edit your .ResX file then rerun ResGen - // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - internal class CodeStyleResources { - - private static global::System.Resources.ResourceManager resourceMan; - - private static global::System.Globalization.CultureInfo resourceCulture; - - [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] - internal CodeStyleResources() { - } - - /// - /// Returns the cached ResourceManager instance used by this class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Resources.ResourceManager ResourceManager { - get { - if (object.ReferenceEquals(resourceMan, null)) { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.CodeAnalysis.CodeStyleResources", typeof(CodeStyleResources).Assembly); - resourceMan = temp; - } - return resourceMan; - } - } - - /// - /// Overrides the current thread's CurrentUICulture property for all - /// resource lookups using this strongly typed resource class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Globalization.CultureInfo Culture { - get { - return resourceCulture; - } - set { - resourceCulture = value; - } - } - - /// - /// Looks up a localized string similar to A language name cannot be specified for this option.. - /// - internal static string A_language_name_cannot_be_specified_for_this_option { - get { - return ResourceManager.GetString("A_language_name_cannot_be_specified_for_this_option", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A language name must be specified for this option.. - /// - internal static string A_language_name_must_be_specified_for_this_option { - get { - return ResourceManager.GetString("A_language_name_must_be_specified_for_this_option", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Absolute path expected.. - /// - internal static string Absolute_path_expected { - get { - return ResourceManager.GetString("Absolute_path_expected", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to An element with the same key but a different value already exists.. - /// - internal static string An_element_with_the_same_key_but_a_different_value_already_exists { - get { - return ResourceManager.GetString("An_element_with_the_same_key_but_a_different_value_already_exists", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Arrays with more than one dimension cannot be serialized.. - /// - internal static string Arrays_with_more_than_one_dimension_cannot_be_serialized { - get { - return ResourceManager.GetString("Arrays_with_more_than_one_dimension_cannot_be_serialized", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot serialize type '{0}'.. - /// - internal static string Cannot_serialize_type_0 { - get { - return ResourceManager.GetString("Cannot_serialize_type_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Deserialization reader for '{0}' read incorrect number of values.. - /// - internal static string Deserialization_reader_for_0_read_incorrect_number_of_values { - get { - return ResourceManager.GetString("Deserialization_reader_for_0_read_incorrect_number_of_values", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Error. - /// - internal static string Error { - get { - return ResourceManager.GetString("Error", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Fix formatting. - /// - internal static string Fix_formatting { - get { - return ResourceManager.GetString("Fix_formatting", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Indentation and spacing. - /// - internal static string Indentation_and_spacing { - get { - return ResourceManager.GetString("Indentation_and_spacing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to New line preferences. - /// - internal static string New_line_preferences { - get { - return ResourceManager.GetString("New_line_preferences", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to None. - /// - internal static string None { - get { - return ResourceManager.GetString("None", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Refactoring Only. - /// - internal static string Refactoring_Only { - get { - return ResourceManager.GetString("Refactoring_Only", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Stream is too long.. - /// - internal static string Stream_is_too_long { - get { - return ResourceManager.GetString("Stream_is_too_long", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Suggestion. - /// - internal static string Suggestion { - get { - return ResourceManager.GetString("Suggestion", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The type '{0}' is not understood by the serialization binder.. - /// - internal static string The_type_0_is_not_understood_by_the_serialization_binder { - get { - return ResourceManager.GetString("The_type_0_is_not_understood_by_the_serialization_binder", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Value too large to be represented as a 30 bit unsigned integer.. - /// - internal static string Value_too_large_to_be_represented_as_a_30_bit_unsigned_integer { - get { - return ResourceManager.GetString("Value_too_large_to_be_represented_as_a_30_bit_unsigned_integer", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Warning. - /// - internal static string Warning { - get { - return ResourceManager.GetString("Warning", resourceCulture); - } - } - } -} diff --git a/src/CodeStyle/Core/Analyzers/CodeStyleResources.resx b/src/CodeStyle/Core/Analyzers/CodeStyleResources.resx index c36f70d6fe47c..b2b4ed4f1bc72 100644 --- a/src/CodeStyle/Core/Analyzers/CodeStyleResources.resx +++ b/src/CodeStyle/Core/Analyzers/CodeStyleResources.resx @@ -165,10 +165,4 @@ Stream is too long. - - Absolute path expected. - - - An element with the same key but a different value already exists. - \ No newline at end of file diff --git a/src/CodeStyle/Core/Analyzers/Microsoft.CodeAnalysis.CodeStyle.csproj b/src/CodeStyle/Core/Analyzers/Microsoft.CodeAnalysis.CodeStyle.csproj index 62152fbdd56f4..ab14daeedc51f 100644 --- a/src/CodeStyle/Core/Analyzers/Microsoft.CodeAnalysis.CodeStyle.csproj +++ b/src/CodeStyle/Core/Analyzers/Microsoft.CodeAnalysis.CodeStyle.csproj @@ -128,18 +128,7 @@ - - True - True - CodeStyleResources.resx - - - - - ResXFileCodeGenerator - Designer - CodeStyleResources.Designer.cs - + diff --git a/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.cs.xlf b/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.cs.xlf index e3de211f8a7ce..06c0f5c59a708 100644 --- a/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.cs.xlf +++ b/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.cs.xlf @@ -12,16 +12,6 @@ Pro tuto možnost se musí zadat název jazyka. - - Absolute path expected. - Absolute path expected. - - - - An element with the same key but a different value already exists. - An element with the same key but a different value already exists. - - Arrays with more than one dimension cannot be serialized. Arrays with more than one dimension cannot be serialized. diff --git a/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.de.xlf b/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.de.xlf index aadf8cede01b4..73cf77ee14d53 100644 --- a/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.de.xlf +++ b/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.de.xlf @@ -12,16 +12,6 @@ Für diese Option muss ein Sprachenname angegeben werden. - - Absolute path expected. - Absolute path expected. - - - - An element with the same key but a different value already exists. - An element with the same key but a different value already exists. - - Arrays with more than one dimension cannot be serialized. Arrays with more than one dimension cannot be serialized. diff --git a/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.es.xlf b/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.es.xlf index 3be3f19e7c529..ff604e67d730d 100644 --- a/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.es.xlf +++ b/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.es.xlf @@ -12,16 +12,6 @@ Se debe especificar un nombre de lenguaje para esta opción. - - Absolute path expected. - Absolute path expected. - - - - An element with the same key but a different value already exists. - An element with the same key but a different value already exists. - - Arrays with more than one dimension cannot be serialized. Arrays with more than one dimension cannot be serialized. diff --git a/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.fr.xlf b/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.fr.xlf index a80e605768d6f..02cf20ccdec2c 100644 --- a/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.fr.xlf +++ b/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.fr.xlf @@ -12,16 +12,6 @@ Un nom de langage doit être spécifié pour cette option. - - Absolute path expected. - Absolute path expected. - - - - An element with the same key but a different value already exists. - An element with the same key but a different value already exists. - - Arrays with more than one dimension cannot be serialized. Arrays with more than one dimension cannot be serialized. diff --git a/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.it.xlf b/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.it.xlf index 4317dca9e54b6..42c82683c0763 100644 --- a/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.it.xlf +++ b/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.it.xlf @@ -12,16 +12,6 @@ È necessario specificare un nome di linguaggio per questa opzione. - - Absolute path expected. - Absolute path expected. - - - - An element with the same key but a different value already exists. - An element with the same key but a different value already exists. - - Arrays with more than one dimension cannot be serialized. Arrays with more than one dimension cannot be serialized. diff --git a/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.ja.xlf b/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.ja.xlf index 3287b09f74c8f..4fbeeb045ad00 100644 --- a/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.ja.xlf +++ b/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.ja.xlf @@ -12,16 +12,6 @@ このオプションの言語名を指定する必要があります。 - - Absolute path expected. - Absolute path expected. - - - - An element with the same key but a different value already exists. - An element with the same key but a different value already exists. - - Arrays with more than one dimension cannot be serialized. Arrays with more than one dimension cannot be serialized. diff --git a/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.ko.xlf b/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.ko.xlf index 9d866d09abc5b..35f0444fbd0f0 100644 --- a/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.ko.xlf +++ b/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.ko.xlf @@ -12,16 +12,6 @@ 이 옵션에 대한 언어 이름을 지정해야 합니다. - - Absolute path expected. - Absolute path expected. - - - - An element with the same key but a different value already exists. - An element with the same key but a different value already exists. - - Arrays with more than one dimension cannot be serialized. Arrays with more than one dimension cannot be serialized. diff --git a/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.pl.xlf b/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.pl.xlf index 28f7c64a5b185..452811f4de1bc 100644 --- a/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.pl.xlf +++ b/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.pl.xlf @@ -12,16 +12,6 @@ Nazwa języka musi zostać określona dla tej opcji. - - Absolute path expected. - Absolute path expected. - - - - An element with the same key but a different value already exists. - An element with the same key but a different value already exists. - - Arrays with more than one dimension cannot be serialized. Arrays with more than one dimension cannot be serialized. diff --git a/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.pt-BR.xlf b/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.pt-BR.xlf index 1ebd657ef6487..d515b20b43067 100644 --- a/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.pt-BR.xlf +++ b/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.pt-BR.xlf @@ -12,16 +12,6 @@ Um nome de idioma deve ser especificado para esta opção. - - Absolute path expected. - Absolute path expected. - - - - An element with the same key but a different value already exists. - An element with the same key but a different value already exists. - - Arrays with more than one dimension cannot be serialized. Arrays with more than one dimension cannot be serialized. diff --git a/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.ru.xlf b/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.ru.xlf index 3b3d2601d84d5..957132292be27 100644 --- a/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.ru.xlf +++ b/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.ru.xlf @@ -12,16 +12,6 @@ Для данного параметра необходимо указать имя языка. - - Absolute path expected. - Absolute path expected. - - - - An element with the same key but a different value already exists. - An element with the same key but a different value already exists. - - Arrays with more than one dimension cannot be serialized. Arrays with more than one dimension cannot be serialized. diff --git a/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.tr.xlf b/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.tr.xlf index 1a7db9d99eac8..a73eee2a2aa51 100644 --- a/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.tr.xlf +++ b/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.tr.xlf @@ -12,16 +12,6 @@ Bu seçenek için bir dil adı belirtilmelidir. - - Absolute path expected. - Absolute path expected. - - - - An element with the same key but a different value already exists. - An element with the same key but a different value already exists. - - Arrays with more than one dimension cannot be serialized. Arrays with more than one dimension cannot be serialized. diff --git a/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.zh-Hans.xlf b/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.zh-Hans.xlf index 9faacee3c97f8..88dfe395d5a2e 100644 --- a/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.zh-Hans.xlf +++ b/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.zh-Hans.xlf @@ -12,16 +12,6 @@ 必须为此选项指定语言名称。 - - Absolute path expected. - Absolute path expected. - - - - An element with the same key but a different value already exists. - An element with the same key but a different value already exists. - - Arrays with more than one dimension cannot be serialized. Arrays with more than one dimension cannot be serialized. diff --git a/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.zh-Hant.xlf b/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.zh-Hant.xlf index c58eee81f20cc..e29f74fb25483 100644 --- a/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.zh-Hant.xlf +++ b/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.zh-Hant.xlf @@ -12,16 +12,6 @@ 必須指定此選項的語言名稱。 - - Absolute path expected. - Absolute path expected. - - - - An element with the same key but a different value already exists. - An element with the same key but a different value already exists. - - Arrays with more than one dimension cannot be serialized. Arrays with more than one dimension cannot be serialized. diff --git a/src/CodeStyle/Core/CodeFixes/CodeStyleFixesResources.Designer.cs b/src/CodeStyle/Core/CodeFixes/CodeStyleFixesResources.Designer.cs deleted file mode 100644 index 5cbe2992fc17c..0000000000000 --- a/src/CodeStyle/Core/CodeFixes/CodeStyleFixesResources.Designer.cs +++ /dev/null @@ -1,136 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace Microsoft.CodeAnalysis { - using System; - - - /// - /// A strongly-typed resource class, for looking up localized strings, etc. - /// - // This class was auto-generated by the StronglyTypedResourceBuilder - // class via a tool like ResGen or Visual Studio. - // To add or remove a member, edit your .ResX file then rerun ResGen - // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - internal class CodeStyleFixesResources { - - private static global::System.Resources.ResourceManager resourceMan; - - private static global::System.Globalization.CultureInfo resourceCulture; - - [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] - internal CodeStyleFixesResources() { - } - - /// - /// Returns the cached ResourceManager instance used by this class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Resources.ResourceManager ResourceManager { - get { - if (object.ReferenceEquals(resourceMan, null)) { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.CodeAnalysis.CodeStyleFixesResources", typeof(CodeStyleFixesResources).Assembly); - resourceMan = temp; - } - return resourceMan; - } - } - - /// - /// Overrides the current thread's CurrentUICulture property for all - /// resource lookups using this strongly typed resource class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Globalization.CultureInfo Culture { - get { - return resourceCulture; - } - set { - resourceCulture = value; - } - } - - /// - /// Looks up a localized string similar to Compilation is required to accomplish the task but is not supported by project {0}.. - /// - internal static string Compilation_is_required_to_accomplish_the_task_but_is_not_supported_by_project_0 { - get { - return ResourceManager.GetString("Compilation_is_required_to_accomplish_the_task_but_is_not_supported_by_project_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Fix all '{0}'. - /// - internal static string Fix_all_0 { - get { - return ResourceManager.GetString("Fix_all_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Fix all '{0}' in '{1}'. - /// - internal static string Fix_all_0_in_1 { - get { - return ResourceManager.GetString("Fix_all_0_in_1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Fix all '{0}' in Solution. - /// - internal static string Fix_all_0_in_Solution { - get { - return ResourceManager.GetString("Fix_all_0_in_Solution", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Project of ID {0} is required to accomplish the task but is not available from the solution. - /// - internal static string Project_of_ID_0_is_required_to_accomplish_the_task_but_is_not_available_from_the_solution { - get { - return ResourceManager.GetString("Project_of_ID_0_is_required_to_accomplish_the_task_but_is_not_available_from_the_" + - "solution", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Supplied diagnostic cannot be null.. - /// - internal static string Supplied_diagnostic_cannot_be_null { - get { - return ResourceManager.GetString("Supplied_diagnostic_cannot_be_null", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Syntax tree is required to accomplish the task but is not supported by document {0}.. - /// - internal static string SyntaxTree_is_required_to_accomplish_the_task_but_is_not_supported_by_document_0 { - get { - return ResourceManager.GetString("SyntaxTree_is_required_to_accomplish_the_task_but_is_not_supported_by_document_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The solution does not contain the specified document.. - /// - internal static string The_solution_does_not_contain_the_specified_document { - get { - return ResourceManager.GetString("The_solution_does_not_contain_the_specified_document", resourceCulture); - } - } - } -} diff --git a/src/CodeStyle/Core/CodeFixes/CodeStyleFixesResources.resx b/src/CodeStyle/Core/CodeFixes/CodeStyleFixesResources.resx index c0e7a15f35fd8..14ed010cf9ebb 100644 --- a/src/CodeStyle/Core/CodeFixes/CodeStyleFixesResources.resx +++ b/src/CodeStyle/Core/CodeFixes/CodeStyleFixesResources.resx @@ -117,28 +117,8 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Supplied diagnostic cannot be null. - - - Fix all '{0}' - - - Fix all '{0}' in '{1}' - - - Fix all '{0}' in Solution - - - Compilation is required to accomplish the task but is not supported by project {0}. - - - Syntax tree is required to accomplish the task but is not supported by document {0}. - - - Project of ID {0} is required to accomplish the task but is not available from the solution - - - The solution does not contain the specified document. + + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 \ No newline at end of file diff --git a/src/CodeStyle/Core/CodeFixes/Microsoft.CodeAnalysis.CodeStyle.Fixes.csproj b/src/CodeStyle/Core/CodeFixes/Microsoft.CodeAnalysis.CodeStyle.Fixes.csproj index a47f73ec25b44..88d882ff6f950 100644 --- a/src/CodeStyle/Core/CodeFixes/Microsoft.CodeAnalysis.CodeStyle.Fixes.csproj +++ b/src/CodeStyle/Core/CodeFixes/Microsoft.CodeAnalysis.CodeStyle.Fixes.csproj @@ -25,18 +25,7 @@ - - True - True - CodeStyleFixesResources.resx - - - - - ResXFileCodeGenerator - Designer - CodeStyleFixesResources.Designer.cs - + diff --git a/src/CodeStyle/Core/CodeFixes/xlf/CodeStyleFixesResources.cs.xlf b/src/CodeStyle/Core/CodeFixes/xlf/CodeStyleFixesResources.cs.xlf index df1e3449a6eae..417ef135e0a58 100644 --- a/src/CodeStyle/Core/CodeFixes/xlf/CodeStyleFixesResources.cs.xlf +++ b/src/CodeStyle/Core/CodeFixes/xlf/CodeStyleFixesResources.cs.xlf @@ -2,45 +2,10 @@ - - Compilation is required to accomplish the task but is not supported by project {0}. - Compilation is required to accomplish the task but is not supported by project {0}. - - - - Fix all '{0}' - Fix all '{0}' - - - - Fix all '{0}' in '{1}' - Fix all '{0}' in '{1}' - - - - Fix all '{0}' in Solution - Fix all '{0}' in Solution - - - - Project of ID {0} is required to accomplish the task but is not available from the solution - Project of ID {0} is required to accomplish the task but is not available from the solution - - - - Supplied diagnostic cannot be null. - Supplied diagnostic cannot be null. - - - - Syntax tree is required to accomplish the task but is not supported by document {0}. - Syntax tree is required to accomplish the task but is not supported by document {0}. - - - - The solution does not contain the specified document. - The solution does not contain the specified document. - + + Remove this value when another is added. + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 diff --git a/src/CodeStyle/Core/CodeFixes/xlf/CodeStyleFixesResources.de.xlf b/src/CodeStyle/Core/CodeFixes/xlf/CodeStyleFixesResources.de.xlf index a54bae1cacfdc..e62584a8010ac 100644 --- a/src/CodeStyle/Core/CodeFixes/xlf/CodeStyleFixesResources.de.xlf +++ b/src/CodeStyle/Core/CodeFixes/xlf/CodeStyleFixesResources.de.xlf @@ -2,45 +2,10 @@ - - Compilation is required to accomplish the task but is not supported by project {0}. - Compilation is required to accomplish the task but is not supported by project {0}. - - - - Fix all '{0}' - Fix all '{0}' - - - - Fix all '{0}' in '{1}' - Fix all '{0}' in '{1}' - - - - Fix all '{0}' in Solution - Fix all '{0}' in Solution - - - - Project of ID {0} is required to accomplish the task but is not available from the solution - Project of ID {0} is required to accomplish the task but is not available from the solution - - - - Supplied diagnostic cannot be null. - Supplied diagnostic cannot be null. - - - - Syntax tree is required to accomplish the task but is not supported by document {0}. - Syntax tree is required to accomplish the task but is not supported by document {0}. - - - - The solution does not contain the specified document. - The solution does not contain the specified document. - + + Remove this value when another is added. + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 diff --git a/src/CodeStyle/Core/CodeFixes/xlf/CodeStyleFixesResources.es.xlf b/src/CodeStyle/Core/CodeFixes/xlf/CodeStyleFixesResources.es.xlf index 8468ce78e62a8..d71598e9338ae 100644 --- a/src/CodeStyle/Core/CodeFixes/xlf/CodeStyleFixesResources.es.xlf +++ b/src/CodeStyle/Core/CodeFixes/xlf/CodeStyleFixesResources.es.xlf @@ -2,45 +2,10 @@ - - Compilation is required to accomplish the task but is not supported by project {0}. - Compilation is required to accomplish the task but is not supported by project {0}. - - - - Fix all '{0}' - Fix all '{0}' - - - - Fix all '{0}' in '{1}' - Fix all '{0}' in '{1}' - - - - Fix all '{0}' in Solution - Fix all '{0}' in Solution - - - - Project of ID {0} is required to accomplish the task but is not available from the solution - Project of ID {0} is required to accomplish the task but is not available from the solution - - - - Supplied diagnostic cannot be null. - Supplied diagnostic cannot be null. - - - - Syntax tree is required to accomplish the task but is not supported by document {0}. - Syntax tree is required to accomplish the task but is not supported by document {0}. - - - - The solution does not contain the specified document. - The solution does not contain the specified document. - + + Remove this value when another is added. + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 diff --git a/src/CodeStyle/Core/CodeFixes/xlf/CodeStyleFixesResources.fr.xlf b/src/CodeStyle/Core/CodeFixes/xlf/CodeStyleFixesResources.fr.xlf index a7f64f2308311..402287ae29cce 100644 --- a/src/CodeStyle/Core/CodeFixes/xlf/CodeStyleFixesResources.fr.xlf +++ b/src/CodeStyle/Core/CodeFixes/xlf/CodeStyleFixesResources.fr.xlf @@ -2,45 +2,10 @@ - - Compilation is required to accomplish the task but is not supported by project {0}. - Compilation is required to accomplish the task but is not supported by project {0}. - - - - Fix all '{0}' - Fix all '{0}' - - - - Fix all '{0}' in '{1}' - Fix all '{0}' in '{1}' - - - - Fix all '{0}' in Solution - Fix all '{0}' in Solution - - - - Project of ID {0} is required to accomplish the task but is not available from the solution - Project of ID {0} is required to accomplish the task but is not available from the solution - - - - Supplied diagnostic cannot be null. - Supplied diagnostic cannot be null. - - - - Syntax tree is required to accomplish the task but is not supported by document {0}. - Syntax tree is required to accomplish the task but is not supported by document {0}. - - - - The solution does not contain the specified document. - The solution does not contain the specified document. - + + Remove this value when another is added. + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 diff --git a/src/CodeStyle/Core/CodeFixes/xlf/CodeStyleFixesResources.it.xlf b/src/CodeStyle/Core/CodeFixes/xlf/CodeStyleFixesResources.it.xlf index 54410937dfdc1..8bb321b31fae2 100644 --- a/src/CodeStyle/Core/CodeFixes/xlf/CodeStyleFixesResources.it.xlf +++ b/src/CodeStyle/Core/CodeFixes/xlf/CodeStyleFixesResources.it.xlf @@ -2,45 +2,10 @@ - - Compilation is required to accomplish the task but is not supported by project {0}. - Compilation is required to accomplish the task but is not supported by project {0}. - - - - Fix all '{0}' - Fix all '{0}' - - - - Fix all '{0}' in '{1}' - Fix all '{0}' in '{1}' - - - - Fix all '{0}' in Solution - Fix all '{0}' in Solution - - - - Project of ID {0} is required to accomplish the task but is not available from the solution - Project of ID {0} is required to accomplish the task but is not available from the solution - - - - Supplied diagnostic cannot be null. - Supplied diagnostic cannot be null. - - - - Syntax tree is required to accomplish the task but is not supported by document {0}. - Syntax tree is required to accomplish the task but is not supported by document {0}. - - - - The solution does not contain the specified document. - The solution does not contain the specified document. - + + Remove this value when another is added. + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 diff --git a/src/CodeStyle/Core/CodeFixes/xlf/CodeStyleFixesResources.ja.xlf b/src/CodeStyle/Core/CodeFixes/xlf/CodeStyleFixesResources.ja.xlf index 6cbc6ebeb485f..4a93ec0fd92ed 100644 --- a/src/CodeStyle/Core/CodeFixes/xlf/CodeStyleFixesResources.ja.xlf +++ b/src/CodeStyle/Core/CodeFixes/xlf/CodeStyleFixesResources.ja.xlf @@ -2,45 +2,10 @@ - - Compilation is required to accomplish the task but is not supported by project {0}. - Compilation is required to accomplish the task but is not supported by project {0}. - - - - Fix all '{0}' - Fix all '{0}' - - - - Fix all '{0}' in '{1}' - Fix all '{0}' in '{1}' - - - - Fix all '{0}' in Solution - Fix all '{0}' in Solution - - - - Project of ID {0} is required to accomplish the task but is not available from the solution - Project of ID {0} is required to accomplish the task but is not available from the solution - - - - Supplied diagnostic cannot be null. - Supplied diagnostic cannot be null. - - - - Syntax tree is required to accomplish the task but is not supported by document {0}. - Syntax tree is required to accomplish the task but is not supported by document {0}. - - - - The solution does not contain the specified document. - The solution does not contain the specified document. - + + Remove this value when another is added. + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 diff --git a/src/CodeStyle/Core/CodeFixes/xlf/CodeStyleFixesResources.ko.xlf b/src/CodeStyle/Core/CodeFixes/xlf/CodeStyleFixesResources.ko.xlf index 61a16c798bea4..ee620f1a28fa2 100644 --- a/src/CodeStyle/Core/CodeFixes/xlf/CodeStyleFixesResources.ko.xlf +++ b/src/CodeStyle/Core/CodeFixes/xlf/CodeStyleFixesResources.ko.xlf @@ -2,45 +2,10 @@ - - Compilation is required to accomplish the task but is not supported by project {0}. - Compilation is required to accomplish the task but is not supported by project {0}. - - - - Fix all '{0}' - Fix all '{0}' - - - - Fix all '{0}' in '{1}' - Fix all '{0}' in '{1}' - - - - Fix all '{0}' in Solution - Fix all '{0}' in Solution - - - - Project of ID {0} is required to accomplish the task but is not available from the solution - Project of ID {0} is required to accomplish the task but is not available from the solution - - - - Supplied diagnostic cannot be null. - Supplied diagnostic cannot be null. - - - - Syntax tree is required to accomplish the task but is not supported by document {0}. - Syntax tree is required to accomplish the task but is not supported by document {0}. - - - - The solution does not contain the specified document. - The solution does not contain the specified document. - + + Remove this value when another is added. + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 diff --git a/src/CodeStyle/Core/CodeFixes/xlf/CodeStyleFixesResources.pl.xlf b/src/CodeStyle/Core/CodeFixes/xlf/CodeStyleFixesResources.pl.xlf index 92b372ee9d9d0..bb4d8115c8a65 100644 --- a/src/CodeStyle/Core/CodeFixes/xlf/CodeStyleFixesResources.pl.xlf +++ b/src/CodeStyle/Core/CodeFixes/xlf/CodeStyleFixesResources.pl.xlf @@ -2,45 +2,10 @@ - - Compilation is required to accomplish the task but is not supported by project {0}. - Compilation is required to accomplish the task but is not supported by project {0}. - - - - Fix all '{0}' - Fix all '{0}' - - - - Fix all '{0}' in '{1}' - Fix all '{0}' in '{1}' - - - - Fix all '{0}' in Solution - Fix all '{0}' in Solution - - - - Project of ID {0} is required to accomplish the task but is not available from the solution - Project of ID {0} is required to accomplish the task but is not available from the solution - - - - Supplied diagnostic cannot be null. - Supplied diagnostic cannot be null. - - - - Syntax tree is required to accomplish the task but is not supported by document {0}. - Syntax tree is required to accomplish the task but is not supported by document {0}. - - - - The solution does not contain the specified document. - The solution does not contain the specified document. - + + Remove this value when another is added. + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 diff --git a/src/CodeStyle/Core/CodeFixes/xlf/CodeStyleFixesResources.pt-BR.xlf b/src/CodeStyle/Core/CodeFixes/xlf/CodeStyleFixesResources.pt-BR.xlf index fe151b79a0588..9701a816179b9 100644 --- a/src/CodeStyle/Core/CodeFixes/xlf/CodeStyleFixesResources.pt-BR.xlf +++ b/src/CodeStyle/Core/CodeFixes/xlf/CodeStyleFixesResources.pt-BR.xlf @@ -2,45 +2,10 @@ - - Compilation is required to accomplish the task but is not supported by project {0}. - Compilation is required to accomplish the task but is not supported by project {0}. - - - - Fix all '{0}' - Fix all '{0}' - - - - Fix all '{0}' in '{1}' - Fix all '{0}' in '{1}' - - - - Fix all '{0}' in Solution - Fix all '{0}' in Solution - - - - Project of ID {0} is required to accomplish the task but is not available from the solution - Project of ID {0} is required to accomplish the task but is not available from the solution - - - - Supplied diagnostic cannot be null. - Supplied diagnostic cannot be null. - - - - Syntax tree is required to accomplish the task but is not supported by document {0}. - Syntax tree is required to accomplish the task but is not supported by document {0}. - - - - The solution does not contain the specified document. - The solution does not contain the specified document. - + + Remove this value when another is added. + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 diff --git a/src/CodeStyle/Core/CodeFixes/xlf/CodeStyleFixesResources.ru.xlf b/src/CodeStyle/Core/CodeFixes/xlf/CodeStyleFixesResources.ru.xlf index 822f99568a1be..1f27af27054fd 100644 --- a/src/CodeStyle/Core/CodeFixes/xlf/CodeStyleFixesResources.ru.xlf +++ b/src/CodeStyle/Core/CodeFixes/xlf/CodeStyleFixesResources.ru.xlf @@ -2,45 +2,10 @@ - - Compilation is required to accomplish the task but is not supported by project {0}. - Compilation is required to accomplish the task but is not supported by project {0}. - - - - Fix all '{0}' - Fix all '{0}' - - - - Fix all '{0}' in '{1}' - Fix all '{0}' in '{1}' - - - - Fix all '{0}' in Solution - Fix all '{0}' in Solution - - - - Project of ID {0} is required to accomplish the task but is not available from the solution - Project of ID {0} is required to accomplish the task but is not available from the solution - - - - Supplied diagnostic cannot be null. - Supplied diagnostic cannot be null. - - - - Syntax tree is required to accomplish the task but is not supported by document {0}. - Syntax tree is required to accomplish the task but is not supported by document {0}. - - - - The solution does not contain the specified document. - The solution does not contain the specified document. - + + Remove this value when another is added. + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 diff --git a/src/CodeStyle/Core/CodeFixes/xlf/CodeStyleFixesResources.tr.xlf b/src/CodeStyle/Core/CodeFixes/xlf/CodeStyleFixesResources.tr.xlf index 0218922387e70..d5bebc2836ac3 100644 --- a/src/CodeStyle/Core/CodeFixes/xlf/CodeStyleFixesResources.tr.xlf +++ b/src/CodeStyle/Core/CodeFixes/xlf/CodeStyleFixesResources.tr.xlf @@ -2,45 +2,10 @@ - - Compilation is required to accomplish the task but is not supported by project {0}. - Compilation is required to accomplish the task but is not supported by project {0}. - - - - Fix all '{0}' - Fix all '{0}' - - - - Fix all '{0}' in '{1}' - Fix all '{0}' in '{1}' - - - - Fix all '{0}' in Solution - Fix all '{0}' in Solution - - - - Project of ID {0} is required to accomplish the task but is not available from the solution - Project of ID {0} is required to accomplish the task but is not available from the solution - - - - Supplied diagnostic cannot be null. - Supplied diagnostic cannot be null. - - - - Syntax tree is required to accomplish the task but is not supported by document {0}. - Syntax tree is required to accomplish the task but is not supported by document {0}. - - - - The solution does not contain the specified document. - The solution does not contain the specified document. - + + Remove this value when another is added. + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 diff --git a/src/CodeStyle/Core/CodeFixes/xlf/CodeStyleFixesResources.zh-Hans.xlf b/src/CodeStyle/Core/CodeFixes/xlf/CodeStyleFixesResources.zh-Hans.xlf index b9847f95eb635..2c8e822f8144d 100644 --- a/src/CodeStyle/Core/CodeFixes/xlf/CodeStyleFixesResources.zh-Hans.xlf +++ b/src/CodeStyle/Core/CodeFixes/xlf/CodeStyleFixesResources.zh-Hans.xlf @@ -2,45 +2,10 @@ - - Compilation is required to accomplish the task but is not supported by project {0}. - Compilation is required to accomplish the task but is not supported by project {0}. - - - - Fix all '{0}' - Fix all '{0}' - - - - Fix all '{0}' in '{1}' - Fix all '{0}' in '{1}' - - - - Fix all '{0}' in Solution - Fix all '{0}' in Solution - - - - Project of ID {0} is required to accomplish the task but is not available from the solution - Project of ID {0} is required to accomplish the task but is not available from the solution - - - - Supplied diagnostic cannot be null. - Supplied diagnostic cannot be null. - - - - Syntax tree is required to accomplish the task but is not supported by document {0}. - Syntax tree is required to accomplish the task but is not supported by document {0}. - - - - The solution does not contain the specified document. - The solution does not contain the specified document. - + + Remove this value when another is added. + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 diff --git a/src/CodeStyle/Core/CodeFixes/xlf/CodeStyleFixesResources.zh-Hant.xlf b/src/CodeStyle/Core/CodeFixes/xlf/CodeStyleFixesResources.zh-Hant.xlf index 63c5119ae6ff7..947024c7afb02 100644 --- a/src/CodeStyle/Core/CodeFixes/xlf/CodeStyleFixesResources.zh-Hant.xlf +++ b/src/CodeStyle/Core/CodeFixes/xlf/CodeStyleFixesResources.zh-Hant.xlf @@ -2,45 +2,10 @@ - - Compilation is required to accomplish the task but is not supported by project {0}. - Compilation is required to accomplish the task but is not supported by project {0}. - - - - Fix all '{0}' - Fix all '{0}' - - - - Fix all '{0}' in '{1}' - Fix all '{0}' in '{1}' - - - - Fix all '{0}' in Solution - Fix all '{0}' in Solution - - - - Project of ID {0} is required to accomplish the task but is not available from the solution - Project of ID {0} is required to accomplish the task but is not available from the solution - - - - Supplied diagnostic cannot be null. - Supplied diagnostic cannot be null. - - - - Syntax tree is required to accomplish the task but is not supported by document {0}. - Syntax tree is required to accomplish the task but is not supported by document {0}. - - - - The solution does not contain the specified document. - The solution does not contain the specified document. - + + Remove this value when another is added. + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 diff --git a/src/CodeStyle/VisualBasic/Analyzers/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.vbproj b/src/CodeStyle/VisualBasic/Analyzers/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.vbproj index 3a31888bab0a3..5926ff639b131 100644 --- a/src/CodeStyle/VisualBasic/Analyzers/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.vbproj +++ b/src/CodeStyle/VisualBasic/Analyzers/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.vbproj @@ -53,19 +53,7 @@ - - True - True - VBCodeStyleResources.resx - - - - - Microsoft.CodeAnalysis.VisualBasic.VBCodeStyleResources - VbMyResourcesResXFileCodeGenerator - VBCodeStyleResources.Designer.vb - Designer - + diff --git a/src/CodeStyle/VisualBasic/Analyzers/VBCodeStyleResources.Designer.vb b/src/CodeStyle/VisualBasic/Analyzers/VBCodeStyleResources.Designer.vb deleted file mode 100644 index 324b9fb0458f3..0000000000000 --- a/src/CodeStyle/VisualBasic/Analyzers/VBCodeStyleResources.Designer.vb +++ /dev/null @@ -1,73 +0,0 @@ -'------------------------------------------------------------------------------ -' -' This code was generated by a tool. -' Runtime Version:4.0.30319.42000 -' -' Changes to this file may cause incorrect behavior and will be lost if -' the code is regenerated. -' -'------------------------------------------------------------------------------ - -Option Strict On -Option Explicit On - -Imports System -Imports System.Reflection - -Namespace Microsoft.CodeAnalysis.VisualBasic.VBCodeStyleResources - - 'This class was auto-generated by the StronglyTypedResourceBuilder - 'class via a tool like ResGen or Visual Studio. - 'To add or remove a member, edit your .ResX file then rerun ResGen - 'with the /str option, or rebuild your VS project. - ''' - ''' A strongly-typed resource class, for looking up localized strings, etc. - ''' - _ - Friend Module VBCodeStyleResources - - Private resourceMan As Global.System.Resources.ResourceManager - - Private resourceCulture As Global.System.Globalization.CultureInfo - - ''' - ''' Returns the cached ResourceManager instance used by this class. - ''' - _ - Friend ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager - Get - If Object.ReferenceEquals(resourceMan, Nothing) Then - Dim temp As Global.System.Resources.ResourceManager = New Global.System.Resources.ResourceManager("VBCodeStyleResources", GetType(VBCodeStyleResources).GetTypeInfo.Assembly) - resourceMan = temp - End If - Return resourceMan - End Get - End Property - - ''' - ''' Overrides the current thread's CurrentUICulture property for all - ''' resource lookups using this strongly typed resource class. - ''' - _ - Friend Property Culture() As Global.System.Globalization.CultureInfo - Get - Return resourceCulture - End Get - Set - resourceCulture = value - End Set - End Property - - ''' - ''' Looks up a localized string similar to Remove this value when another is added.. - ''' - Friend ReadOnly Property EmptyResource() As String - Get - Return ResourceManager.GetString("EmptyResource", resourceCulture) - End Get - End Property - End Module -End Namespace diff --git a/src/CodeStyle/VisualBasic/CodeFixes/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes.vbproj b/src/CodeStyle/VisualBasic/CodeFixes/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes.vbproj index 0202963b78320..39fd174f1c193 100644 --- a/src/CodeStyle/VisualBasic/CodeFixes/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes.vbproj +++ b/src/CodeStyle/VisualBasic/CodeFixes/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes.vbproj @@ -45,19 +45,7 @@ - - True - True - VBCodeStyleFixesResources.resx - - - - - Microsoft.CodeAnalysis.VisualBasic.VBCodeStyleFixesResources - VbMyResourcesResXFileCodeGenerator - VBCodeStyleFixesResources.Designer.vb - Designer - + diff --git a/src/CodeStyle/VisualBasic/CodeFixes/VBCodeStyleFixesResources.Designer.vb b/src/CodeStyle/VisualBasic/CodeFixes/VBCodeStyleFixesResources.Designer.vb deleted file mode 100644 index 53db2ae4b35e0..0000000000000 --- a/src/CodeStyle/VisualBasic/CodeFixes/VBCodeStyleFixesResources.Designer.vb +++ /dev/null @@ -1,73 +0,0 @@ -'------------------------------------------------------------------------------ -' -' This code was generated by a tool. -' Runtime Version:4.0.30319.42000 -' -' Changes to this file may cause incorrect behavior and will be lost if -' the code is regenerated. -' -'------------------------------------------------------------------------------ - -Option Strict On -Option Explicit On - -Imports System -Imports System.Reflection - -Namespace Microsoft.CodeAnalysis.VisualBasic.VBCodeStyleFixesResources - - 'This class was auto-generated by the StronglyTypedResourceBuilder - 'class via a tool like ResGen or Visual Studio. - 'To add or remove a member, edit your .ResX file then rerun ResGen - 'with the /str option, or rebuild your VS project. - ''' - ''' A strongly-typed resource class, for looking up localized strings, etc. - ''' - _ - Friend Module VBCodeStyleFixesResources - - Private resourceMan As Global.System.Resources.ResourceManager - - Private resourceCulture As Global.System.Globalization.CultureInfo - - ''' - ''' Returns the cached ResourceManager instance used by this class. - ''' - _ - Friend ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager - Get - If Object.ReferenceEquals(resourceMan, Nothing) Then - Dim temp As Global.System.Resources.ResourceManager = New Global.System.Resources.ResourceManager("VBCodeStyleFixesResources", GetType(VBCodeStyleFixesResources).GetTypeInfo.Assembly) - resourceMan = temp - End If - Return resourceMan - End Get - End Property - - ''' - ''' Overrides the current thread's CurrentUICulture property for all - ''' resource lookups using this strongly typed resource class. - ''' - _ - Friend Property Culture() As Global.System.Globalization.CultureInfo - Get - Return resourceCulture - End Get - Set - resourceCulture = value - End Set - End Property - - ''' - ''' Looks up a localized string similar to Remove this value when another is added.. - ''' - Friend ReadOnly Property EmptyResource() As String - Get - Return ResourceManager.GetString("EmptyResource", resourceCulture) - End Get - End Property - End Module -End Namespace diff --git a/src/Compilers/CSharp/Portable/CSharpResources.Designer.cs b/src/Compilers/CSharp/Portable/CSharpResources.Designer.cs deleted file mode 100644 index fd7b63431fa68..0000000000000 --- a/src/Compilers/CSharp/Portable/CSharpResources.Designer.cs +++ /dev/null @@ -1,17236 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace Microsoft.CodeAnalysis.CSharp { - using System; - - - /// - /// A strongly-typed resource class, for looking up localized strings, etc. - /// - // This class was auto-generated by the StronglyTypedResourceBuilder - // class via a tool like ResGen or Visual Studio. - // To add or remove a member, edit your .ResX file then rerun ResGen - // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - internal class CSharpResources { - - private static global::System.Resources.ResourceManager resourceMan; - - private static global::System.Globalization.CultureInfo resourceCulture; - - [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] - internal CSharpResources() { - } - - /// - /// Returns the cached ResourceManager instance used by this class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Resources.ResourceManager ResourceManager { - get { - if (object.ReferenceEquals(resourceMan, null)) { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.CodeAnalysis.CSharp.CSharpResources", typeof(CSharpResources).Assembly); - resourceMan = temp; - } - return resourceMan; - } - } - - /// - /// Overrides the current thread's CurrentUICulture property for all - /// resource lookups using this strongly typed resource class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Globalization.CultureInfo Culture { - get { - return resourceCulture; - } - set { - resourceCulture = value; - } - } - - /// - /// Looks up a localized string similar to Cannot create constructed generic type from another constructed generic type.. - /// - internal static string CannotCreateConstructedFromConstructed { - get { - return ResourceManager.GetString("CannotCreateConstructedFromConstructed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot create constructed generic type from non-generic type.. - /// - internal static string CannotCreateConstructedFromNongeneric { - get { - return ResourceManager.GetString("CannotCreateConstructedFromNongeneric", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Can't reference compilation of type '{0}' from {1} compilation.. - /// - internal static string CantReferenceCompilationOf { - get { - return ResourceManager.GetString("CantReferenceCompilationOf", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Chaining speculative semantic model is not supported. You should create a speculative model from the non-speculative ParentModel.. - /// - internal static string ChainingSpeculativeModelIsNotSupported { - get { - return ResourceManager.GetString("ChainingSpeculativeModelIsNotSupported", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Compilation (C#): . - /// - internal static string CompilationC { - get { - return ResourceManager.GetString("CompilationC", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Could not find file.. - /// - internal static string CouldNotFindFile { - get { - return ResourceManager.GetString("CouldNotFindFile", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Elements cannot be null.. - /// - internal static string ElementsCannotBeNull { - get { - return ResourceManager.GetString("ElementsCannotBeNull", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' cannot be both extern and abstract. - /// - internal static string ERR_AbstractAndExtern { - get { - return ResourceManager.GetString("ERR_AbstractAndExtern", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' cannot be both abstract and sealed. - /// - internal static string ERR_AbstractAndSealed { - get { - return ResourceManager.GetString("ERR_AbstractAndSealed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot apply attribute class '{0}' because it is abstract. - /// - internal static string ERR_AbstractAttributeClass { - get { - return ResourceManager.GetString("ERR_AbstractAttributeClass", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot call an abstract base member: '{0}'. - /// - internal static string ERR_AbstractBaseCall { - get { - return ResourceManager.GetString("ERR_AbstractBaseCall", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}': abstract event cannot use event accessor syntax. - /// - internal static string ERR_AbstractEventHasAccessors { - get { - return ResourceManager.GetString("ERR_AbstractEventHasAccessors", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}': abstract event cannot have initializer. - /// - internal static string ERR_AbstractEventInitializer { - get { - return ResourceManager.GetString("ERR_AbstractEventInitializer", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The modifier 'abstract' is not valid on fields. Try using a property instead.. - /// - internal static string ERR_AbstractField { - get { - return ResourceManager.GetString("ERR_AbstractField", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' cannot declare a body because it is marked abstract. - /// - internal static string ERR_AbstractHasBody { - get { - return ResourceManager.GetString("ERR_AbstractHasBody", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' is abstract but it is contained in non-abstract class '{1}'. - /// - internal static string ERR_AbstractInConcreteClass { - get { - return ResourceManager.GetString("ERR_AbstractInConcreteClass", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The abstract {0} '{1}' cannot be marked virtual. - /// - internal static string ERR_AbstractNotVirtual { - get { - return ResourceManager.GetString("ERR_AbstractNotVirtual", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}': an abstract class cannot be sealed or static. - /// - internal static string ERR_AbstractSealedStatic { - get { - return ResourceManager.GetString("ERR_AbstractSealedStatic", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}': accessibility modifiers on accessors may only be used if the property or indexer has both a get and a set accessor. - /// - internal static string ERR_AccessModMissingAccessor { - get { - return ResourceManager.GetString("ERR_AccessModMissingAccessor", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Accessor '{0}' cannot implement interface member '{1}' for type '{2}'. Use an explicit interface implementation.. - /// - internal static string ERR_AccessorImplementingMethod { - get { - return ResourceManager.GetString("ERR_AccessorImplementingMethod", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' cannot be added to this assembly because it already is an assembly. - /// - internal static string ERR_AddModuleAssembly { - get { - return ResourceManager.GetString("ERR_AddModuleAssembly", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to An add or remove accessor expected. - /// - internal static string ERR_AddOrRemoveExpected { - get { - return ResourceManager.GetString("ERR_AddOrRemoveExpected", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to An add or remove accessor must have a body. - /// - internal static string ERR_AddRemoveMustHaveBody { - get { - return ResourceManager.GetString("ERR_AddRemoveMustHaveBody", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Agnostic assembly cannot have a processor specific module '{0}'.. - /// - internal static string ERR_AgnosticToMachineModule { - get { - return ResourceManager.GetString("ERR_AgnosticToMachineModule", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Invalid reference alias option: '{0}=' -- missing filename. - /// - internal static string ERR_AliasMissingFile { - get { - return ResourceManager.GetString("ERR_AliasMissingFile", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Alias '{0}' not found. - /// - internal static string ERR_AliasNotFound { - get { - return ResourceManager.GetString("ERR_AliasNotFound", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The namespace alias qualifier '::' always resolves to a type or namespace so is illegal here. Consider using '.' instead.. - /// - internal static string ERR_AliasQualAsExpression { - get { - return ResourceManager.GetString("ERR_AliasQualAsExpression", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to An alias-qualified name is not an expression.. - /// - internal static string ERR_AliasQualifiedNameNotAnExpression { - get { - return ResourceManager.GetString("ERR_AliasQualifiedNameNotAnExpression", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to To use '@$' instead of '$@' for an interpolated verbatim string, please use language version '{0}' or greater.. - /// - internal static string ERR_AltInterpolatedVerbatimStringsNotAvailable { - get { - return ResourceManager.GetString("ERR_AltInterpolatedVerbatimStringsNotAvailable", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Operator '{0}' is ambiguous on operands of type '{1}' and '{2}'. - /// - internal static string ERR_AmbigBinaryOps { - get { - return ResourceManager.GetString("ERR_AmbigBinaryOps", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Operator '{0}' is ambiguous on operands 'default' and 'default'. - /// - internal static string ERR_AmbigBinaryOpsOnDefault { - get { - return ResourceManager.GetString("ERR_AmbigBinaryOpsOnDefault", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Operator '{0}' cannot be applied to 'default' and operand of type '{1}' because it is a type parameter that is not known to be a reference type. - /// - internal static string ERR_AmbigBinaryOpsOnUnconstrainedDefault { - get { - return ResourceManager.GetString("ERR_AmbigBinaryOpsOnUnconstrainedDefault", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The call is ambiguous between the following methods or properties: '{0}' and '{1}'. - /// - internal static string ERR_AmbigCall { - get { - return ResourceManager.GetString("ERR_AmbigCall", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' is an ambiguous reference between '{1}' and '{2}'. - /// - internal static string ERR_AmbigContext { - get { - return ResourceManager.GetString("ERR_AmbigContext", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Ambiguity between '{0}' and '{1}'. - /// - internal static string ERR_AmbigMember { - get { - return ResourceManager.GetString("ERR_AmbigMember", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The inherited members '{0}' and '{1}' have the same signature in type '{2}', so they cannot be overridden. - /// - internal static string ERR_AmbigOverride { - get { - return ResourceManager.GetString("ERR_AmbigOverride", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Type of conditional expression cannot be determined because '{0}' and '{1}' implicitly convert to one another. - /// - internal static string ERR_AmbigQM { - get { - return ResourceManager.GetString("ERR_AmbigQM", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Ambiguous user defined conversions '{0}' and '{1}' when converting from '{2}' to '{3}'. - /// - internal static string ERR_AmbigUDConv { - get { - return ResourceManager.GetString("ERR_AmbigUDConv", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Operator '{0}' is ambiguous on an operand of type '{1}'. - /// - internal static string ERR_AmbigUnaryOp { - get { - return ResourceManager.GetString("ERR_AmbigUnaryOp", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' is ambiguous between '{1}' and '{2}'; use either '@{0}' or '{0}Attribute'. - /// - internal static string ERR_AmbiguousAttribute { - get { - return ResourceManager.GetString("ERR_AmbiguousAttribute", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot use a nullable reference type in object creation.. - /// - internal static string ERR_AnnotationDisallowedInObjectCreation { - get { - return ResourceManager.GetString("ERR_AnnotationDisallowedInObjectCreation", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot use ref, out, or in parameter '{0}' inside an anonymous method, lambda expression, query expression, or local function. - /// - internal static string ERR_AnonDelegateCantUse { - get { - return ResourceManager.GetString("ERR_AnonDelegateCantUse", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot use ref local '{0}' inside an anonymous method, lambda expression, or query expression. - /// - internal static string ERR_AnonDelegateCantUseLocal { - get { - return ResourceManager.GetString("ERR_AnonDelegateCantUseLocal", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Foreach cannot operate on a '{0}'. Did you intend to invoke the '{0}'?. - /// - internal static string ERR_AnonMethGrpInForEach { - get { - return ResourceManager.GetString("ERR_AnonMethGrpInForEach", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot convert {0} to type '{1}' because it is not a delegate type. - /// - internal static string ERR_AnonMethToNonDel { - get { - return ResourceManager.GetString("ERR_AnonMethToNonDel", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to An anonymous method expression cannot be converted to an expression tree. - /// - internal static string ERR_AnonymousMethodToExpressionTree { - get { - return ResourceManager.GetString("ERR_AnonymousMethodToExpressionTree", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Not all code paths return a value in {0} of type '{1}'. - /// - internal static string ERR_AnonymousReturnExpected { - get { - return ResourceManager.GetString("ERR_AnonymousReturnExpected", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to An anonymous type cannot have multiple properties with the same name. - /// - internal static string ERR_AnonymousTypeDuplicatePropertyName { - get { - return ResourceManager.GetString("ERR_AnonymousTypeDuplicatePropertyName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot use anonymous type in a constant expression. - /// - internal static string ERR_AnonymousTypeNotAvailable { - get { - return ResourceManager.GetString("ERR_AnonymousTypeNotAvailable", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot assign '{0}' to anonymous type property. - /// - internal static string ERR_AnonymousTypePropertyAssignedBadValue { - get { - return ResourceManager.GetString("ERR_AnonymousTypePropertyAssignedBadValue", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The __arglist construct is valid only within a variable argument method. - /// - internal static string ERR_ArgsInvalid { - get { - return ResourceManager.GetString("ERR_ArgsInvalid", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Element names are not permitted when pattern-matching via 'System.Runtime.CompilerServices.ITuple'.. - /// - internal static string ERR_ArgumentNameInITuplePattern { - get { - return ResourceManager.GetString("ERR_ArgumentNameInITuplePattern", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Array elements cannot be of type '{0}'. - /// - internal static string ERR_ArrayElementCantBeRefAny { - get { - return ResourceManager.GetString("ERR_ArrayElementCantBeRefAny", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A nested array initializer is expected. - /// - internal static string ERR_ArrayInitializerExpected { - get { - return ResourceManager.GetString("ERR_ArrayInitializerExpected", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to An array initializer of length '{0}' is expected. - /// - internal static string ERR_ArrayInitializerIncorrectLength { - get { - return ResourceManager.GetString("ERR_ArrayInitializerIncorrectLength", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Array initializers can only be used in a variable or field initializer. Try using a new expression instead.. - /// - internal static string ERR_ArrayInitInBadPlace { - get { - return ResourceManager.GetString("ERR_ArrayInitInBadPlace", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Can only use array initializer expressions to assign to array types. Try using a new expression instead.. - /// - internal static string ERR_ArrayInitToNonArrayType { - get { - return ResourceManager.GetString("ERR_ArrayInitToNonArrayType", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}': array elements cannot be of static type. - /// - internal static string ERR_ArrayOfStaticClass { - get { - return ResourceManager.GetString("ERR_ArrayOfStaticClass", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Array size cannot be specified in a variable declaration (try initializing with a 'new' expression). - /// - internal static string ERR_ArraySizeInDeclaration { - get { - return ResourceManager.GetString("ERR_ArraySizeInDeclaration", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The as operator must be used with a reference type or nullable type ('{0}' is a non-nullable value type). - /// - internal static string ERR_AsMustHaveReferenceType { - get { - return ResourceManager.GetString("ERR_AsMustHaveReferenceType", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to It is not legal to use nullable reference type '{0}?' in an as expression; use the underlying type '{0}' instead.. - /// - internal static string ERR_AsNullableType { - get { - return ResourceManager.GetString("ERR_AsNullableType", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Assembly '{0}' with identity '{1}' uses '{2}' which has a higher version than referenced assembly '{3}' with identity '{4}'. - /// - internal static string ERR_AssemblyMatchBadVersion { - get { - return ResourceManager.GetString("ERR_AssemblyMatchBadVersion", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The /moduleassemblyname option may only be specified when building a target type of 'module'. - /// - internal static string ERR_AssemblyNameOnNonModule { - get { - return ResourceManager.GetString("ERR_AssemblyNameOnNonModule", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Assemblies '{0}' and '{1}' refer to the same metadata but only one is a linked reference (specified using /link option); consider removing one of the references.. - /// - internal static string ERR_AssemblySpecifiedForLinkAndRef { - get { - return ResourceManager.GetString("ERR_AssemblySpecifiedForLinkAndRef", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The left-hand side of an assignment must be a variable, property or indexer. - /// - internal static string ERR_AssgLvalueExpected { - get { - return ResourceManager.GetString("ERR_AssgLvalueExpected", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A readonly field cannot be assigned to (except in a constructor of the class in which the field is defined or a variable initializer)). - /// - internal static string ERR_AssgReadonly { - get { - return ResourceManager.GetString("ERR_AssgReadonly", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Members of readonly field '{0}' cannot be modified (except in a constructor or a variable initializer). - /// - internal static string ERR_AssgReadonly2 { - get { - return ResourceManager.GetString("ERR_AssgReadonly2", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot assign to '{0}' because it is read-only. - /// - internal static string ERR_AssgReadonlyLocal { - get { - return ResourceManager.GetString("ERR_AssgReadonlyLocal", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot modify members of '{0}' because it is a '{1}'. - /// - internal static string ERR_AssgReadonlyLocal2Cause { - get { - return ResourceManager.GetString("ERR_AssgReadonlyLocal2Cause", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot assign to '{0}' because it is a '{1}'. - /// - internal static string ERR_AssgReadonlyLocalCause { - get { - return ResourceManager.GetString("ERR_AssgReadonlyLocalCause", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Property or indexer '{0}' cannot be assigned to -- it is read only. - /// - internal static string ERR_AssgReadonlyProp { - get { - return ResourceManager.GetString("ERR_AssgReadonlyProp", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A static readonly field cannot be assigned to (except in a static constructor or a variable initializer). - /// - internal static string ERR_AssgReadonlyStatic { - get { - return ResourceManager.GetString("ERR_AssgReadonlyStatic", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Fields of static readonly field '{0}' cannot be assigned to (except in a static constructor or a variable initializer). - /// - internal static string ERR_AssgReadonlyStatic2 { - get { - return ResourceManager.GetString("ERR_AssgReadonlyStatic2", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot assign to {0} '{1}' because it is a readonly variable. - /// - internal static string ERR_AssignReadonlyNotField { - get { - return ResourceManager.GetString("ERR_AssignReadonlyNotField", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot assign to a member of {0} '{1}' because it is a readonly variable. - /// - internal static string ERR_AssignReadonlyNotField2 { - get { - return ResourceManager.GetString("ERR_AssignReadonlyNotField2", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The type parameter '{0}' cannot be used with the 'as' operator because it does not have a class type constraint nor a 'class' constraint. - /// - internal static string ERR_AsWithTypeVar { - get { - return ResourceManager.GetString("ERR_AsWithTypeVar", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}': an attribute argument cannot use type parameters. - /// - internal static string ERR_AttrArgWithTypeVars { - get { - return ResourceManager.GetString("ERR_AttrArgWithTypeVars", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot apply attribute class '{0}' because it is generic. - /// - internal static string ERR_AttributeCantBeGeneric { - get { - return ResourceManager.GetString("ERR_AttributeCantBeGeneric", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot use attribute constructor '{0}' because it is has 'in' parameters.. - /// - internal static string ERR_AttributeCtorInParameter { - get { - return ResourceManager.GetString("ERR_AttributeCtorInParameter", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Attribute '{0}' is not valid on property or event accessors. It is only valid on '{1}' declarations.. - /// - internal static string ERR_AttributeNotOnAccessor { - get { - return ResourceManager.GetString("ERR_AttributeNotOnAccessor", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Attribute '{0}' is not valid on event accessors. It is only valid on '{1}' declarations.. - /// - internal static string ERR_AttributeNotOnEventAccessor { - get { - return ResourceManager.GetString("ERR_AttributeNotOnEventAccessor", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Attribute '{0}' is not valid on this declaration type. It is only valid on '{1}' declarations.. - /// - internal static string ERR_AttributeOnBadSymbolType { - get { - return ResourceManager.GetString("ERR_AttributeOnBadSymbolType", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Attribute parameter '{0}' must be specified.. - /// - internal static string ERR_AttributeParameterRequired1 { - get { - return ResourceManager.GetString("ERR_AttributeParameterRequired1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Attribute parameter '{0}' or '{1}' must be specified.. - /// - internal static string ERR_AttributeParameterRequired2 { - get { - return ResourceManager.GetString("ERR_AttributeParameterRequired2", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Attributes are not allowed on local function parameters or type parameters. - /// - internal static string ERR_AttributesInLocalFuncDecl { - get { - return ResourceManager.GetString("ERR_AttributesInLocalFuncDecl", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Attributes are not valid in this context.. - /// - internal static string ERR_AttributesNotAllowed { - get { - return ResourceManager.GetString("ERR_AttributesNotAllowed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Attribute '{0}' is only valid on classes derived from System.Attribute. - /// - internal static string ERR_AttributeUsageOnNonAttributeClass { - get { - return ResourceManager.GetString("ERR_AttributeUsageOnNonAttributeClass", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Auto-implemented properties cannot return by reference. - /// - internal static string ERR_AutoPropertyCannotBeRefReturning { - get { - return ResourceManager.GetString("ERR_AutoPropertyCannotBeRefReturning", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Auto-implemented properties must have get accessors.. - /// - internal static string ERR_AutoPropertyMustHaveGetAccessor { - get { - return ResourceManager.GetString("ERR_AutoPropertyMustHaveGetAccessor", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Auto-implemented properties must override all accessors of the overridden property.. - /// - internal static string ERR_AutoPropertyMustOverrideSet { - get { - return ResourceManager.GetString("ERR_AutoPropertyMustOverrideSet", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Auto-implemented property '{0}' cannot be marked 'readonly' because it has a 'set' accessor.. - /// - internal static string ERR_AutoPropertyWithSetterCantBeReadOnly { - get { - return ResourceManager.GetString("ERR_AutoPropertyWithSetterCantBeReadOnly", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Auto-implemented instance properties in readonly structs must be readonly.. - /// - internal static string ERR_AutoPropsInRoStruct { - get { - return ResourceManager.GetString("ERR_AutoPropsInRoStruct", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Auto-implemented 'set' accessor '{0}' cannot be marked 'readonly'.. - /// - internal static string ERR_AutoSetterCantBeReadOnly { - get { - return ResourceManager.GetString("ERR_AutoSetterCantBeReadOnly", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Asynchronous foreach statement cannot operate on variables of type '{0}' because '{0}' does not contain a suitable public instance definition for '{1}'. - /// - internal static string ERR_AwaitForEachMissingMember { - get { - return ResourceManager.GetString("ERR_AwaitForEachMissingMember", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Asynchronous foreach statement cannot operate on variables of type '{0}' because '{0}' does not contain a public instance definition for '{1}'. Did you mean 'foreach' rather than 'await foreach'?. - /// - internal static string ERR_AwaitForEachMissingMemberWrongAsync { - get { - return ResourceManager.GetString("ERR_AwaitForEachMissingMemberWrongAsync", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot await in an unsafe context. - /// - internal static string ERR_AwaitInUnsafeContext { - get { - return ResourceManager.GetString("ERR_AwaitInUnsafeContext", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' is inaccessible due to its protection level. - /// - internal static string ERR_BadAccess { - get { - return ResourceManager.GetString("ERR_BadAccess", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to AppConfigPath must be absolute.. - /// - internal static string ERR_BadAppConfigPath { - get { - return ResourceManager.GetString("ERR_BadAppConfigPath", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to No overload for method '{0}' takes {1} arguments. - /// - internal static string ERR_BadArgCount { - get { - return ResourceManager.GetString("ERR_BadArgCount", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Argument {0} may not be passed with the '{1}' keyword. - /// - internal static string ERR_BadArgExtraRef { - get { - return ResourceManager.GetString("ERR_BadArgExtraRef", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Argument {0} must be passed with the '{1}' keyword. - /// - internal static string ERR_BadArgRef { - get { - return ResourceManager.GetString("ERR_BadArgRef", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Argument {0}: cannot convert from '{1}' to '{2}'. - /// - internal static string ERR_BadArgType { - get { - return ResourceManager.GetString("ERR_BadArgType", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' has no applicable method named '{1}' but appears to have an extension method by that name. Extension methods cannot be dynamically dispatched. Consider casting the dynamic arguments or calling the extension method without the extension method syntax.. - /// - internal static string ERR_BadArgTypeDynamicExtension { - get { - return ResourceManager.GetString("ERR_BadArgTypeDynamicExtension", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The best overloaded Add method '{0}' for the collection initializer has some invalid arguments. - /// - internal static string ERR_BadArgTypesForCollectionAdd { - get { - return ResourceManager.GetString("ERR_BadArgTypesForCollectionAdd", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The argument to the '{0}' attribute must be a valid identifier. - /// - internal static string ERR_BadArgumentToAttribute { - get { - return ResourceManager.GetString("ERR_BadArgumentToAttribute", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Using the generic {1} '{0}' requires {2} type arguments. - /// - internal static string ERR_BadArity { - get { - return ResourceManager.GetString("ERR_BadArity", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Array type specifier, [], must appear before parameter name. - /// - internal static string ERR_BadArraySyntax { - get { - return ResourceManager.GetString("ERR_BadArraySyntax", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Invalid assembly name: {0}. - /// - internal static string ERR_BadAssemblyName { - get { - return ResourceManager.GetString("ERR_BadAssemblyName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Async methods cannot have ref, in or out parameters. - /// - internal static string ERR_BadAsyncArgType { - get { - return ResourceManager.GetString("ERR_BadAsyncArgType", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Async lambda expressions cannot be converted to expression trees. - /// - internal static string ERR_BadAsyncExpressionTree { - get { - return ResourceManager.GetString("ERR_BadAsyncExpressionTree", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The 'async' modifier can only be used in methods that have a body.. - /// - internal static string ERR_BadAsyncLacksBody { - get { - return ResourceManager.GetString("ERR_BadAsyncLacksBody", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Async methods cannot have by-reference locals. - /// - internal static string ERR_BadAsyncLocalType { - get { - return ResourceManager.GetString("ERR_BadAsyncLocalType", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to For type '{0}' to be used as an AsyncMethodBuilder for type '{1}', its Task property should return type '{1}' instead of type '{2}'.. - /// - internal static string ERR_BadAsyncMethodBuilderTaskProperty { - get { - return ResourceManager.GetString("ERR_BadAsyncMethodBuilderTaskProperty", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The return type of an async method must be void, Task, Task<T>, a task-like type, IAsyncEnumerable<T>, or IAsyncEnumerator<T>. - /// - internal static string ERR_BadAsyncReturn { - get { - return ResourceManager.GetString("ERR_BadAsyncReturn", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Since this is an async method, the return expression must be of type '{0}' rather than 'Task<{0}>'. - /// - internal static string ERR_BadAsyncReturnExpression { - get { - return ResourceManager.GetString("ERR_BadAsyncReturnExpression", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to An attribute argument must be a constant expression, typeof expression or array creation expression of an attribute parameter type. - /// - internal static string ERR_BadAttributeArgument { - get { - return ResourceManager.GetString("ERR_BadAttributeArgument", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Attribute constructor parameter '{0}' is optional, but no default parameter value was specified.. - /// - internal static string ERR_BadAttributeParamDefaultArgument { - get { - return ResourceManager.GetString("ERR_BadAttributeParamDefaultArgument", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Attribute constructor parameter '{0}' has type '{1}', which is not a valid attribute parameter type. - /// - internal static string ERR_BadAttributeParamType { - get { - return ResourceManager.GetString("ERR_BadAttributeParamType", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 'await' requires that the type {0} have a suitable 'GetAwaiter' method. - /// - internal static string ERR_BadAwaitArg { - get { - return ResourceManager.GetString("ERR_BadAwaitArg", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 'await' requires that the type '{0}' have a suitable 'GetAwaiter' method. Are you missing a using directive for 'System'?. - /// - internal static string ERR_BadAwaitArg_NeedSystem { - get { - return ResourceManager.GetString("ERR_BadAwaitArg_NeedSystem", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot await '{0}'. - /// - internal static string ERR_BadAwaitArgIntrinsic { - get { - return ResourceManager.GetString("ERR_BadAwaitArgIntrinsic", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot await 'void'. - /// - internal static string ERR_BadAwaitArgVoidCall { - get { - return ResourceManager.GetString("ERR_BadAwaitArgVoidCall", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 'await' cannot be used as an identifier within an async method or lambda expression. - /// - internal static string ERR_BadAwaitAsIdentifier { - get { - return ResourceManager.GetString("ERR_BadAwaitAsIdentifier", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 'await' requires that the return type '{0}' of '{1}.GetAwaiter()' have suitable 'IsCompleted', 'OnCompleted', and 'GetResult' members, and implement 'INotifyCompletion' or 'ICriticalNotifyCompletion'. - /// - internal static string ERR_BadAwaiterPattern { - get { - return ResourceManager.GetString("ERR_BadAwaiterPattern", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot await in a catch clause. - /// - internal static string ERR_BadAwaitInCatch { - get { - return ResourceManager.GetString("ERR_BadAwaitInCatch", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot await in the filter expression of a catch clause. - /// - internal static string ERR_BadAwaitInCatchFilter { - get { - return ResourceManager.GetString("ERR_BadAwaitInCatchFilter", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot await in the body of a finally clause. - /// - internal static string ERR_BadAwaitInFinally { - get { - return ResourceManager.GetString("ERR_BadAwaitInFinally", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot await in the body of a lock statement. - /// - internal static string ERR_BadAwaitInLock { - get { - return ResourceManager.GetString("ERR_BadAwaitInLock", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The 'await' operator may only be used in a query expression within the first collection expression of the initial 'from' clause or within the collection expression of a 'join' clause. - /// - internal static string ERR_BadAwaitInQuery { - get { - return ResourceManager.GetString("ERR_BadAwaitInQuery", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The 'await' operator cannot be used in a static script variable initializer.. - /// - internal static string ERR_BadAwaitInStaticVariableInitializer { - get { - return ResourceManager.GetString("ERR_BadAwaitInStaticVariableInitializer", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The 'await' operator can only be used when contained within a method or lambda expression marked with the 'async' modifier. - /// - internal static string ERR_BadAwaitWithoutAsync { - get { - return ResourceManager.GetString("ERR_BadAwaitWithoutAsync", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The 'await' operator can only be used within an async {0}. Consider marking this {0} with the 'async' modifier.. - /// - internal static string ERR_BadAwaitWithoutAsyncLambda { - get { - return ResourceManager.GetString("ERR_BadAwaitWithoutAsyncLambda", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The 'await' operator can only be used within an async method. Consider marking this method with the 'async' modifier and changing its return type to 'Task<{0}>'.. - /// - internal static string ERR_BadAwaitWithoutAsyncMethod { - get { - return ResourceManager.GetString("ERR_BadAwaitWithoutAsyncMethod", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The 'await' operator can only be used within an async method. Consider marking this method with the 'async' modifier and changing its return type to 'Task'.. - /// - internal static string ERR_BadAwaitWithoutVoidAsyncMethod { - get { - return ResourceManager.GetString("ERR_BadAwaitWithoutVoidAsyncMethod", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Invalid image base number '{0}'. - /// - internal static string ERR_BadBaseNumber { - get { - return ResourceManager.GetString("ERR_BadBaseNumber", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Invalid base type. - /// - internal static string ERR_BadBaseType { - get { - return ResourceManager.GetString("ERR_BadBaseType", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to One of the parameters of a binary operator must be the containing type. - /// - internal static string ERR_BadBinaryOperatorSignature { - get { - return ResourceManager.GetString("ERR_BadBinaryOperatorSignature", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Operator '{0}' cannot be applied to operands of type '{1}' and '{2}'. - /// - internal static string ERR_BadBinaryOps { - get { - return ResourceManager.GetString("ERR_BadBinaryOps", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Overloaded binary operator '{0}' takes two parameters. - /// - internal static string ERR_BadBinOpArgs { - get { - return ResourceManager.GetString("ERR_BadBinOpArgs", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to In order to be applicable as a short circuit operator a user-defined logical operator ('{0}') must have the same return type and parameter types. - /// - internal static string ERR_BadBoolOp { - get { - return ResourceManager.GetString("ERR_BadBoolOp", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' is not a valid constraint. A type used as a constraint must be an interface, a non-sealed class or a type parameter.. - /// - internal static string ERR_BadBoundType { - get { - return ResourceManager.GetString("ERR_BadBoundType", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The CallerFilePathAttribute may only be applied to parameters with default values. - /// - internal static string ERR_BadCallerFilePathParamWithoutDefaultValue { - get { - return ResourceManager.GetString("ERR_BadCallerFilePathParamWithoutDefaultValue", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The CallerLineNumberAttribute may only be applied to parameters with default values. - /// - internal static string ERR_BadCallerLineNumberParamWithoutDefaultValue { - get { - return ResourceManager.GetString("ERR_BadCallerLineNumberParamWithoutDefaultValue", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The CallerMemberNameAttribute may only be applied to parameters with default values. - /// - internal static string ERR_BadCallerMemberNameParamWithoutDefaultValue { - get { - return ResourceManager.GetString("ERR_BadCallerMemberNameParamWithoutDefaultValue", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The right hand side of a fixed statement assignment may not be a cast expression. - /// - internal static string ERR_BadCastInFixed { - get { - return ResourceManager.GetString("ERR_BadCastInFixed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The managed coclass wrapper class signature '{0}' for interface '{1}' is not a valid class name signature. - /// - internal static string ERR_BadCoClassSig { - get { - return ResourceManager.GetString("ERR_BadCoClassSig", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Invalid option '{0}' for /langversion. Use '/langversion:?' to list supported values.. - /// - internal static string ERR_BadCompatMode { - get { - return ResourceManager.GetString("ERR_BadCompatMode", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Invalid '{0}' value: '{1}'.. - /// - internal static string ERR_BadCompilationOptionValue { - get { - return ResourceManager.GetString("ERR_BadCompilationOptionValue", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Invalid constraint type. A type used as a constraint must be an interface, a non-sealed class or a type parameter.. - /// - internal static string ERR_BadConstraintType { - get { - return ResourceManager.GetString("ERR_BadConstraintType", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The type '{0}' cannot be declared const. - /// - internal static string ERR_BadConstType { - get { - return ResourceManager.GetString("ERR_BadConstType", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' does not contain a constructor that takes {1} arguments. - /// - internal static string ERR_BadCtorArgCount { - get { - return ResourceManager.GetString("ERR_BadCtorArgCount", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Invalid option '{0}' for /debug; must be 'portable', 'embedded', 'full' or 'pdbonly'. - /// - internal static string ERR_BadDebugType { - get { - return ResourceManager.GetString("ERR_BadDebugType", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Delegate '{0}' does not take {1} arguments. - /// - internal static string ERR_BadDelArgCount { - get { - return ResourceManager.GetString("ERR_BadDelArgCount", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The delegate '{0}' does not have a valid constructor. - /// - internal static string ERR_BadDelegateConstructor { - get { - return ResourceManager.GetString("ERR_BadDelegateConstructor", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Control cannot leave the body of an anonymous method or lambda expression. - /// - internal static string ERR_BadDelegateLeave { - get { - return ResourceManager.GetString("ERR_BadDelegateLeave", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Name of destructor must match name of class. - /// - internal static string ERR_BadDestructorName { - get { - return ResourceManager.GetString("ERR_BadDestructorName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Preprocessor directives must appear as the first non-whitespace character on a line. - /// - internal static string ERR_BadDirectivePlacement { - get { - return ResourceManager.GetString("ERR_BadDirectivePlacement", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Provided documentation mode is unsupported or invalid: '{0}'.. - /// - internal static string ERR_BadDocumentationMode { - get { - return ResourceManager.GetString("ERR_BadDocumentationMode", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot use a collection of dynamic type in an asynchronous foreach. - /// - internal static string ERR_BadDynamicAwaitForEach { - get { - return ResourceManager.GetString("ERR_BadDynamicAwaitForEach", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}': user-defined conversions to or from the dynamic type are not allowed. - /// - internal static string ERR_BadDynamicConversion { - get { - return ResourceManager.GetString("ERR_BadDynamicConversion", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot use an expression of type '{0}' as an argument to a dynamically dispatched operation.. - /// - internal static string ERR_BadDynamicMethodArg { - get { - return ResourceManager.GetString("ERR_BadDynamicMethodArg", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot use a lambda expression as an argument to a dynamically dispatched operation without first casting it to a delegate or expression tree type.. - /// - internal static string ERR_BadDynamicMethodArgLambda { - get { - return ResourceManager.GetString("ERR_BadDynamicMethodArgLambda", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot use a method group as an argument to a dynamically dispatched operation. Did you intend to invoke the method?. - /// - internal static string ERR_BadDynamicMethodArgMemgrp { - get { - return ResourceManager.GetString("ERR_BadDynamicMethodArgMemgrp", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Query expressions over source type 'dynamic' or with a join sequence of type 'dynamic' are not allowed. - /// - internal static string ERR_BadDynamicQuery { - get { - return ResourceManager.GetString("ERR_BadDynamicQuery", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The typeof operator cannot be used on the dynamic type. - /// - internal static string ERR_BadDynamicTypeof { - get { - return ResourceManager.GetString("ERR_BadDynamicTypeof", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Embedded statement cannot be a declaration or labeled statement. - /// - internal static string ERR_BadEmbeddedStmt { - get { - return ResourceManager.GetString("ERR_BadEmbeddedStmt", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A throw statement with no arguments is not allowed outside of a catch clause. - /// - internal static string ERR_BadEmptyThrow { - get { - return ResourceManager.GetString("ERR_BadEmptyThrow", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A throw statement with no arguments is not allowed in a finally clause that is nested inside the nearest enclosing catch clause. - /// - internal static string ERR_BadEmptyThrowInFinally { - get { - return ResourceManager.GetString("ERR_BadEmptyThrowInFinally", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The event '{0}' can only appear on the left hand side of += or -= (except when used from within the type '{1}'). - /// - internal static string ERR_BadEventUsage { - get { - return ResourceManager.GetString("ERR_BadEventUsage", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The event '{0}' can only appear on the left hand side of += or -=. - /// - internal static string ERR_BadEventUsageNoField { - get { - return ResourceManager.GetString("ERR_BadEventUsageNoField", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The type caught or thrown must be derived from System.Exception. - /// - internal static string ERR_BadExceptionType { - get { - return ResourceManager.GetString("ERR_BadExceptionType", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Extension method must be defined in a non-generic static class. - /// - internal static string ERR_BadExtensionAgg { - get { - return ResourceManager.GetString("ERR_BadExtensionAgg", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Extension method must be static. - /// - internal static string ERR_BadExtensionMeth { - get { - return ResourceManager.GetString("ERR_BadExtensionMeth", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The extern alias '{0}' was not specified in a /reference option. - /// - internal static string ERR_BadExternAlias { - get { - return ResourceManager.GetString("ERR_BadExternAlias", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Invalid extern alias for '/reference'; '{0}' is not a valid identifier. - /// - internal static string ERR_BadExternIdentifier { - get { - return ResourceManager.GetString("ERR_BadExternIdentifier", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Control cannot leave the body of a finally clause. - /// - internal static string ERR_BadFinallyLeave { - get { - return ResourceManager.GetString("ERR_BadFinallyLeave", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The type of a local declared in a fixed statement must be a pointer type. - /// - internal static string ERR_BadFixedInitType { - get { - return ResourceManager.GetString("ERR_BadFixedInitType", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Type and identifier are both required in a foreach statement. - /// - internal static string ERR_BadForeachDecl { - get { - return ResourceManager.GetString("ERR_BadForeachDecl", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Asynchronous foreach requires that the return type '{0}' of '{1}' must have a suitable public 'MoveNextAsync' method and public 'Current' property. - /// - internal static string ERR_BadGetAsyncEnumerator { - get { - return ResourceManager.GetString("ERR_BadGetAsyncEnumerator", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to foreach requires that the return type '{0}' of '{1}' must have a suitable public 'MoveNext' method and public 'Current' property. - /// - internal static string ERR_BadGetEnumerator { - get { - return ResourceManager.GetString("ERR_BadGetEnumerator", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The return type for ++ or -- operator must match the parameter type or be derived from the parameter type. - /// - internal static string ERR_BadIncDecRetType { - get { - return ResourceManager.GetString("ERR_BadIncDecRetType", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The parameter type for ++ or -- operator must be the containing type. - /// - internal static string ERR_BadIncDecSignature { - get { - return ResourceManager.GetString("ERR_BadIncDecSignature", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Wrong number of indices inside []; expected {0}. - /// - internal static string ERR_BadIndexCount { - get { - return ResourceManager.GetString("ERR_BadIndexCount", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The '{0}' attribute is valid only on an indexer that is not an explicit interface member declaration. - /// - internal static string ERR_BadIndexerNameAttr { - get { - return ResourceManager.GetString("ERR_BadIndexerNameAttr", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot apply indexing with [] to an expression of type '{0}'. - /// - internal static string ERR_BadIndexLHS { - get { - return ResourceManager.GetString("ERR_BadIndexLHS", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' does not contain a definition for '{1}' and the best extension method overload '{2}' requires a receiver of type '{3}'. - /// - internal static string ERR_BadInstanceArgType { - get { - return ResourceManager.GetString("ERR_BadInstanceArgType", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Iterators cannot have ref, in or out parameters. - /// - internal static string ERR_BadIteratorArgType { - get { - return ResourceManager.GetString("ERR_BadIteratorArgType", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Iterators cannot have by-reference locals. - /// - internal static string ERR_BadIteratorLocalType { - get { - return ResourceManager.GetString("ERR_BadIteratorLocalType", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The body of '{0}' cannot be an iterator block because '{1}' is not an iterator interface type. - /// - internal static string ERR_BadIteratorReturn { - get { - return ResourceManager.GetString("ERR_BadIteratorReturn", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The body of '{0}' cannot be an iterator block because '{0}' returns by reference. - /// - internal static string ERR_BadIteratorReturnRef { - get { - return ResourceManager.GetString("ERR_BadIteratorReturnRef", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Provided language version is unsupported or invalid: '{0}'.. - /// - internal static string ERR_BadLanguageVersion { - get { - return ResourceManager.GetString("ERR_BadLanguageVersion", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The modifier '{0}' is not valid for this item. - /// - internal static string ERR_BadMemberFlag { - get { - return ResourceManager.GetString("ERR_BadMemberFlag", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to More than one protection modifier. - /// - internal static string ERR_BadMemberProtection { - get { - return ResourceManager.GetString("ERR_BadMemberProtection", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Member modifier '{0}' must precede the member type and name. - /// - internal static string ERR_BadModifierLocation { - get { - return ResourceManager.GetString("ERR_BadModifierLocation", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A namespace declaration cannot have modifiers or attributes. - /// - internal static string ERR_BadModifiersOnNamespace { - get { - return ResourceManager.GetString("ERR_BadModifiersOnNamespace", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Invalid module name: {0}. - /// - internal static string ERR_BadModuleName { - get { - return ResourceManager.GetString("ERR_BadModuleName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The best overload for '{0}' does not have a parameter named '{1}'. - /// - internal static string ERR_BadNamedArgument { - get { - return ResourceManager.GetString("ERR_BadNamedArgument", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The delegate '{0}' does not have a parameter named '{1}'. - /// - internal static string ERR_BadNamedArgumentForDelegateInvoke { - get { - return ResourceManager.GetString("ERR_BadNamedArgumentForDelegateInvoke", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' is not a valid named attribute argument. Named attribute arguments must be fields which are not readonly, static, or const, or read-write properties which are public and not static.. - /// - internal static string ERR_BadNamedAttributeArgument { - get { - return ResourceManager.GetString("ERR_BadNamedAttributeArgument", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' is not a valid named attribute argument because it is not a valid attribute parameter type. - /// - internal static string ERR_BadNamedAttributeArgumentType { - get { - return ResourceManager.GetString("ERR_BadNamedAttributeArgumentType", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A new expression requires (), [], or {} after type. - /// - internal static string ERR_BadNewExpr { - get { - return ResourceManager.GetString("ERR_BadNewExpr", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Named argument '{0}' is used out-of-position but is followed by an unnamed argument. - /// - internal static string ERR_BadNonTrailingNamedArgument { - get { - return ResourceManager.GetString("ERR_BadNonTrailingNamedArgument", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Invalid option '{0}' for /nullable; must be 'disable', 'enable', 'warnings' or 'annotations'. - /// - internal static string ERR_BadNullableContextOption { - get { - return ResourceManager.GetString("ERR_BadNullableContextOption", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The typeof operator cannot be used on a nullable reference type. - /// - internal static string ERR_BadNullableTypeof { - get { - return ResourceManager.GetString("ERR_BadNullableTypeof", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Declaration is not valid; use '{0} operator <dest-type> (...' instead. - /// - internal static string ERR_BadOperatorSyntax { - get { - return ResourceManager.GetString("ERR_BadOperatorSyntax", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Operator '{0}' cannot be applied to operand '{1}'. - /// - internal static string ERR_BadOpOnNullOrDefault { - get { - return ResourceManager.GetString("ERR_BadOpOnNullOrDefault", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The parameter modifier '{0}' cannot be used with '{1}'. - /// - internal static string ERR_BadParameterModifiers { - get { - return ResourceManager.GetString("ERR_BadParameterModifiers", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Parameter {0} should not be declared with the '{1}' keyword. - /// - internal static string ERR_BadParamExtraRef { - get { - return ResourceManager.GetString("ERR_BadParamExtraRef", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A parameter array cannot be used with 'this' modifier on an extension method. - /// - internal static string ERR_BadParamModThis { - get { - return ResourceManager.GetString("ERR_BadParamModThis", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Parameter {0} must be declared with the '{1}' keyword. - /// - internal static string ERR_BadParamRef { - get { - return ResourceManager.GetString("ERR_BadParamRef", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Parameter {0} is declared as type '{1}{2}' but should be '{3}{4}'. - /// - internal static string ERR_BadParamType { - get { - return ResourceManager.GetString("ERR_BadParamType", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Invalid operand for pattern match; value required, but found '{0}'.. - /// - internal static string ERR_BadPatternExpression { - get { - return ResourceManager.GetString("ERR_BadPatternExpression", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Error reading debug information for '{0}'. - /// - internal static string ERR_BadPdbData { - get { - return ResourceManager.GetString("ERR_BadPdbData", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Invalid option '{0}' for /platform; must be anycpu, x86, Itanium, arm, arm64 or x64. - /// - internal static string ERR_BadPlatformType { - get { - return ResourceManager.GetString("ERR_BadPlatformType", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to /platform:anycpu32bitpreferred can only be used with /t:exe, /t:winexe and /t:appcontainerexe. - /// - internal static string ERR_BadPrefer32OnLib { - get { - return ResourceManager.GetString("ERR_BadPrefer32OnLib", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot access protected member '{0}' via a qualifier of type '{1}'; the qualifier must be of type '{2}' (or derived from it). - /// - internal static string ERR_BadProtectedAccess { - get { - return ResourceManager.GetString("ERR_BadProtectedAccess", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Lambda expressions that return by reference cannot be converted to expression trees. - /// - internal static string ERR_BadRefReturnExpressionTree { - get { - return ResourceManager.GetString("ERR_BadRefReturnExpressionTree", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Invalid option '{0}'; Resource visibility must be either 'public' or 'private'. - /// - internal static string ERR_BadResourceVis { - get { - return ResourceManager.GetString("ERR_BadResourceVis", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{1} {0}' has the wrong return type. - /// - internal static string ERR_BadRetType { - get { - return ResourceManager.GetString("ERR_BadRetType", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The first operand of an overloaded shift operator must have the same type as the containing type, and the type of the second operand must be int. - /// - internal static string ERR_BadShiftOperatorSignature { - get { - return ResourceManager.GetString("ERR_BadShiftOperatorSignature", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' is a {1} but is used like a {2}. - /// - internal static string ERR_BadSKknown { - get { - return ResourceManager.GetString("ERR_BadSKknown", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' is a {1}, which is not valid in the given context. - /// - internal static string ERR_BadSKunknown { - get { - return ResourceManager.GetString("ERR_BadSKunknown", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Provided source code kind is unsupported or invalid: '{0}'. - /// - internal static string ERR_BadSourceCodeKind { - get { - return ResourceManager.GetString("ERR_BadSourceCodeKind", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to foreach statement cannot operate on enumerators of type '{0}' in async or iterator methods because '{0}' is a ref struct.. - /// - internal static string ERR_BadSpecialByRefIterator { - get { - return ResourceManager.GetString("ERR_BadSpecialByRefIterator", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Parameters or locals of type '{0}' cannot be declared in async methods or lambda expressions.. - /// - internal static string ERR_BadSpecialByRefLocal { - get { - return ResourceManager.GetString("ERR_BadSpecialByRefLocal", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A stackalloc expression requires [] after type. - /// - internal static string ERR_BadStackAllocExpr { - get { - return ResourceManager.GetString("ERR_BadStackAllocExpr", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Unrecognized option: '{0}'. - /// - internal static string ERR_BadSwitch { - get { - return ResourceManager.GetString("ERR_BadSwitch", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Command-line syntax error: '{0}' is not a valid value for the '{1}' option. The value must be of the form '{2}'.. - /// - internal static string ERR_BadSwitchValue { - get { - return ResourceManager.GetString("ERR_BadSwitchValue", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Method '{0}' has a parameter modifier 'this' which is not on the first parameter. - /// - internal static string ERR_BadThisParam { - get { - return ResourceManager.GetString("ERR_BadThisParam", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The type '{0}' may not be used as a type argument. - /// - internal static string ERR_BadTypeArgument { - get { - return ResourceManager.GetString("ERR_BadTypeArgument", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The first parameter of an extension method cannot be of type '{0}'. - /// - internal static string ERR_BadTypeforThis { - get { - return ResourceManager.GetString("ERR_BadTypeforThis", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}': cannot reference a type through an expression; try '{1}' instead. - /// - internal static string ERR_BadTypeReference { - get { - return ResourceManager.GetString("ERR_BadTypeReference", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Operator '{0}' cannot be applied to operand of type '{1}'. - /// - internal static string ERR_BadUnaryOp { - get { - return ResourceManager.GetString("ERR_BadUnaryOp", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The parameter of a unary operator must be the containing type. - /// - internal static string ERR_BadUnaryOperatorSignature { - get { - return ResourceManager.GetString("ERR_BadUnaryOperatorSignature", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Overloaded unary operator '{0}' takes one parameter. - /// - internal static string ERR_BadUnOpArgs { - get { - return ResourceManager.GetString("ERR_BadUnOpArgs", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A 'using namespace' directive can only be applied to namespaces; '{0}' is a type not a namespace. Consider a 'using static' directive instead. - /// - internal static string ERR_BadUsingNamespace { - get { - return ResourceManager.GetString("ERR_BadUsingNamespace", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A 'using static' directive can only be applied to types; '{0}' is a namespace not a type. Consider a 'using namespace' directive instead. - /// - internal static string ERR_BadUsingType { - get { - return ResourceManager.GetString("ERR_BadUsingType", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A method with vararg cannot be generic, be in a generic type, or have a params parameter. - /// - internal static string ERR_BadVarargs { - get { - return ResourceManager.GetString("ERR_BadVarargs", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Expected ; or = (cannot specify constructor arguments in declaration). - /// - internal static string ERR_BadVarDecl { - get { - return ResourceManager.GetString("ERR_BadVarDecl", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Inconsistent accessibility: base class '{1}' is less accessible than class '{0}'. - /// - internal static string ERR_BadVisBaseClass { - get { - return ResourceManager.GetString("ERR_BadVisBaseClass", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Inconsistent accessibility: base interface '{1}' is less accessible than interface '{0}'. - /// - internal static string ERR_BadVisBaseInterface { - get { - return ResourceManager.GetString("ERR_BadVisBaseInterface", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Inconsistent accessibility: constraint type '{1}' is less accessible than '{0}'. - /// - internal static string ERR_BadVisBound { - get { - return ResourceManager.GetString("ERR_BadVisBound", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Inconsistent accessibility: parameter type '{1}' is less accessible than delegate '{0}'. - /// - internal static string ERR_BadVisDelegateParam { - get { - return ResourceManager.GetString("ERR_BadVisDelegateParam", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Inconsistent accessibility: return type '{1}' is less accessible than delegate '{0}'. - /// - internal static string ERR_BadVisDelegateReturn { - get { - return ResourceManager.GetString("ERR_BadVisDelegateReturn", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Inconsistent accessibility: event type '{1}' is less accessible than event '{0}'. - /// - internal static string ERR_BadVisEventType { - get { - return ResourceManager.GetString("ERR_BadVisEventType", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Inconsistent accessibility: field type '{1}' is less accessible than field '{0}'. - /// - internal static string ERR_BadVisFieldType { - get { - return ResourceManager.GetString("ERR_BadVisFieldType", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Inconsistent accessibility: parameter type '{1}' is less accessible than indexer '{0}'. - /// - internal static string ERR_BadVisIndexerParam { - get { - return ResourceManager.GetString("ERR_BadVisIndexerParam", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Inconsistent accessibility: indexer return type '{1}' is less accessible than indexer '{0}'. - /// - internal static string ERR_BadVisIndexerReturn { - get { - return ResourceManager.GetString("ERR_BadVisIndexerReturn", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Inconsistent accessibility: parameter type '{1}' is less accessible than operator '{0}'. - /// - internal static string ERR_BadVisOpParam { - get { - return ResourceManager.GetString("ERR_BadVisOpParam", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Inconsistent accessibility: return type '{1}' is less accessible than operator '{0}'. - /// - internal static string ERR_BadVisOpReturn { - get { - return ResourceManager.GetString("ERR_BadVisOpReturn", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Inconsistent accessibility: parameter type '{1}' is less accessible than method '{0}'. - /// - internal static string ERR_BadVisParamType { - get { - return ResourceManager.GetString("ERR_BadVisParamType", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Inconsistent accessibility: property type '{1}' is less accessible than property '{0}'. - /// - internal static string ERR_BadVisPropertyType { - get { - return ResourceManager.GetString("ERR_BadVisPropertyType", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Inconsistent accessibility: return type '{1}' is less accessible than method '{0}'. - /// - internal static string ERR_BadVisReturnType { - get { - return ResourceManager.GetString("ERR_BadVisReturnType", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Warning level must be in the range 0-4. - /// - internal static string ERR_BadWarningLevel { - get { - return ResourceManager.GetString("ERR_BadWarningLevel", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Error reading Win32 resources -- {0}. - /// - internal static string ERR_BadWin32Res { - get { - return ResourceManager.GetString("ERR_BadWin32Res", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot yield a value in the body of a catch clause. - /// - internal static string ERR_BadYieldInCatch { - get { - return ResourceManager.GetString("ERR_BadYieldInCatch", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot yield in the body of a finally clause. - /// - internal static string ERR_BadYieldInFinally { - get { - return ResourceManager.GetString("ERR_BadYieldInFinally", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot yield a value in the body of a try block with a catch clause. - /// - internal static string ERR_BadYieldInTryOfCatch { - get { - return ResourceManager.GetString("ERR_BadYieldInTryOfCatch", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Base class '{0}' must come before any interfaces. - /// - internal static string ERR_BaseClassMustBeFirst { - get { - return ResourceManager.GetString("ERR_BaseClassMustBeFirst", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Type parameter '{0}' inherits conflicting constraints '{1}' and '{2}'. - /// - internal static string ERR_BaseConstraintConflict { - get { - return ResourceManager.GetString("ERR_BaseConstraintConflict", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use of keyword 'base' is not valid in this context. - /// - internal static string ERR_BaseIllegal { - get { - return ResourceManager.GetString("ERR_BaseIllegal", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Keyword 'base' is not available in the current context. - /// - internal static string ERR_BaseInBadContext { - get { - return ResourceManager.GetString("ERR_BaseInBadContext", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Keyword 'base' is not available in a static method. - /// - internal static string ERR_BaseInStaticMeth { - get { - return ResourceManager.GetString("ERR_BaseInStaticMeth", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' is a binary file instead of a text file. - /// - internal static string ERR_BinaryFile { - get { - return ResourceManager.GetString("ERR_BinaryFile", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' is not supported by the language. - /// - internal static string ERR_BindToBogus { - get { - return ResourceManager.GetString("ERR_BindToBogus", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Property, indexer, or event '{0}' is not supported by the language; try directly calling accessor method '{1}'. - /// - internal static string ERR_BindToBogusProp1 { - get { - return ResourceManager.GetString("ERR_BindToBogusProp1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Property, indexer, or event '{0}' is not supported by the language; try directly calling accessor methods '{1}' or '{2}'. - /// - internal static string ERR_BindToBogusProp2 { - get { - return ResourceManager.GetString("ERR_BindToBogusProp2", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Block bodies and expression bodies cannot both be provided.. - /// - internal static string ERR_BlockBodyAndExpressionBody { - get { - return ResourceManager.GetString("ERR_BlockBodyAndExpressionBody", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' cannot implement '{1}' because it is not supported by the language. - /// - internal static string ERR_BogusExplicitImpl { - get { - return ResourceManager.GetString("ERR_BogusExplicitImpl", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' is a type not supported by the language. - /// - internal static string ERR_BogusType { - get { - return ResourceManager.GetString("ERR_BogusType", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A declaration of a by-reference variable must have an initializer. - /// - internal static string ERR_ByReferenceVariableMustBeInitialized { - get { - return ResourceManager.GetString("ERR_ByReferenceVariableMustBeInitialized", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to An expression tree lambda may not contain a ref, in or out parameter. - /// - internal static string ERR_ByRefParameterInExpressionTree { - get { - return ResourceManager.GetString("ERR_ByRefParameterInExpressionTree", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to By-reference return type 'ref {0}' is not supported.. - /// - internal static string ERR_ByRefReturnUnsupported { - get { - return ResourceManager.GetString("ERR_ByRefReturnUnsupported", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 'await' cannot be used in an expression containing the type '{0}'. - /// - internal static string ERR_ByRefTypeAndAwait { - get { - return ResourceManager.GetString("ERR_ByRefTypeAndAwait", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to This combination of arguments to '{0}' is disallowed because it may expose variables referenced by parameter '{1}' outside of their declaration scope. - /// - internal static string ERR_CallArgMixing { - get { - return ResourceManager.GetString("ERR_CallArgMixing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Do not directly call your base class Finalize method. It is called automatically from your destructor.. - /// - internal static string ERR_CallingBaseFinalizeDeprecated { - get { - return ResourceManager.GetString("ERR_CallingBaseFinalizeDeprecated", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Destructors and object.Finalize cannot be called directly. Consider calling IDisposable.Dispose if available.. - /// - internal static string ERR_CallingFinalizeDeprecated { - get { - return ResourceManager.GetString("ERR_CallingFinalizeDeprecated", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot deconstruct dynamic objects.. - /// - internal static string ERR_CannotDeconstructDynamic { - get { - return ResourceManager.GetString("ERR_CannotDeconstructDynamic", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to /embed switch is only supported when emitting a PDB.. - /// - internal static string ERR_CannotEmbedWithoutPdb { - get { - return ResourceManager.GetString("ERR_CannotEmbedWithoutPdb", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot pass null for friend assembly name. - /// - internal static string ERR_CannotPassNullForFriendAssembly { - get { - return ResourceManager.GetString("ERR_CannotPassNullForFriendAssembly", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}': cannot explicitly call operator or accessor. - /// - internal static string ERR_CantCallSpecialMethod { - get { - return ResourceManager.GetString("ERR_CantCallSpecialMethod", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}': cannot change access modifiers when overriding '{1}' inherited member '{2}'. - /// - internal static string ERR_CantChangeAccessOnOverride { - get { - return ResourceManager.GetString("ERR_CantChangeAccessOnOverride", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' must match by reference return of overridden member '{1}'. - /// - internal static string ERR_CantChangeRefReturnOnOverride { - get { - return ResourceManager.GetString("ERR_CantChangeRefReturnOnOverride", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}': return type must be '{2}' to match overridden member '{1}'. - /// - internal static string ERR_CantChangeReturnTypeOnOverride { - get { - return ResourceManager.GetString("ERR_CantChangeReturnTypeOnOverride", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}': cannot change tuple element names when overriding inherited member '{1}'. - /// - internal static string ERR_CantChangeTupleNamesOnOverride { - get { - return ResourceManager.GetString("ERR_CantChangeTupleNamesOnOverride", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}': type must be '{2}' to match overridden member '{1}'. - /// - internal static string ERR_CantChangeTypeOnOverride { - get { - return ResourceManager.GetString("ERR_CantChangeTypeOnOverride", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot convert anonymous method block without a parameter list to delegate type '{0}' because it has one or more out parameters. - /// - internal static string ERR_CantConvAnonMethNoParams { - get { - return ResourceManager.GetString("ERR_CantConvAnonMethNoParams", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot convert {0} to type '{1}' because the parameter types do not match the delegate parameter types. - /// - internal static string ERR_CantConvAnonMethParams { - get { - return ResourceManager.GetString("ERR_CantConvAnonMethParams", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot convert {0} to intended delegate type because some of the return types in the block are not implicitly convertible to the delegate return type. - /// - internal static string ERR_CantConvAnonMethReturns { - get { - return ResourceManager.GetString("ERR_CantConvAnonMethReturns", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot convert async {0} to delegate type '{1}'. An async {0} may return void, Task or Task<T>, none of which are convertible to '{1}'.. - /// - internal static string ERR_CantConvAsyncAnonFuncReturns { - get { - return ResourceManager.GetString("ERR_CantConvAsyncAnonFuncReturns", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}': cannot derive from sealed type '{1}'. - /// - internal static string ERR_CantDeriveFromSealedType { - get { - return ResourceManager.GetString("ERR_CantDeriveFromSealedType", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Conflicting options specified: Win32 resource file; Win32 icon. - /// - internal static string ERR_CantHaveWin32ResAndIcon { - get { - return ResourceManager.GetString("ERR_CantHaveWin32ResAndIcon", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Conflicting options specified: Win32 resource file; Win32 manifest. - /// - internal static string ERR_CantHaveWin32ResAndManifest { - get { - return ResourceManager.GetString("ERR_CantHaveWin32ResAndManifest", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The type arguments for method '{0}' cannot be inferred from the usage. Try specifying the type arguments explicitly.. - /// - internal static string ERR_CantInferMethTypeArgs { - get { - return ResourceManager.GetString("ERR_CantInferMethTypeArgs", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot create temporary file -- {0}. - /// - internal static string ERR_CantMakeTempFile { - get { - return ResourceManager.GetString("ERR_CantMakeTempFile", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot open '{0}' for writing -- '{1}'. - /// - internal static string ERR_CantOpenFileWrite { - get { - return ResourceManager.GetString("ERR_CantOpenFileWrite", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Error opening icon file {0} -- {1}. - /// - internal static string ERR_CantOpenIcon { - get { - return ResourceManager.GetString("ERR_CantOpenIcon", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Error opening Win32 manifest file {0} -- {1}. - /// - internal static string ERR_CantOpenWin32Manifest { - get { - return ResourceManager.GetString("ERR_CantOpenWin32Manifest", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Error opening Win32 resource file '{0}' -- '{1}'. - /// - internal static string ERR_CantOpenWin32Res { - get { - return ResourceManager.GetString("ERR_CantOpenWin32Res", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}': cannot override '{1}' because it is not supported by the language. - /// - internal static string ERR_CantOverrideBogusMethod { - get { - return ResourceManager.GetString("ERR_CantOverrideBogusMethod", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}': cannot override; '{1}' is not an event. - /// - internal static string ERR_CantOverrideNonEvent { - get { - return ResourceManager.GetString("ERR_CantOverrideNonEvent", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}': cannot override because '{1}' is not a function. - /// - internal static string ERR_CantOverrideNonFunction { - get { - return ResourceManager.GetString("ERR_CantOverrideNonFunction", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}': cannot override because '{1}' is not a property. - /// - internal static string ERR_CantOverrideNonProperty { - get { - return ResourceManager.GetString("ERR_CantOverrideNonProperty", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}': cannot override inherited member '{1}' because it is not marked virtual, abstract, or override. - /// - internal static string ERR_CantOverrideNonVirtual { - get { - return ResourceManager.GetString("ERR_CantOverrideNonVirtual", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}': cannot override inherited member '{1}' because it is sealed. - /// - internal static string ERR_CantOverrideSealed { - get { - return ResourceManager.GetString("ERR_CantOverrideSealed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot read config file '{0}' -- '{1}'. - /// - internal static string ERR_CantReadConfigFile { - get { - return ResourceManager.GetString("ERR_CantReadConfigFile", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Error reading resource '{0}' -- '{1}'. - /// - internal static string ERR_CantReadResource { - get { - return ResourceManager.GetString("ERR_CantReadResource", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Error reading ruleset file {0} - {1}. - /// - internal static string ERR_CantReadRulesetFile { - get { - return ResourceManager.GetString("ERR_CantReadRulesetFile", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot link resource files when building a module. - /// - internal static string ERR_CantRefResource { - get { - return ResourceManager.GetString("ERR_CantRefResource", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot return an expression of type 'void'. - /// - internal static string ERR_CantReturnVoid { - get { - return ResourceManager.GetString("ERR_CantReturnVoid", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Error reading Win32 manifest file '{0}' -- '{1}'. - /// - internal static string ERR_CantSetWin32Manifest { - get { - return ResourceManager.GetString("ERR_CantSetWin32Manifest", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to __arglist cannot have an argument passed by 'in' or 'out'. - /// - internal static string ERR_CantUseInOrOutInArglist { - get { - return ResourceManager.GetString("ERR_CantUseInOrOutInArglist", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The RequiredAttribute attribute is not permitted on C# types. - /// - internal static string ERR_CantUseRequiredAttribute { - get { - return ResourceManager.GetString("ERR_CantUseRequiredAttribute", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to __arglist cannot have an argument of void type. - /// - internal static string ERR_CantUseVoidInArglist { - get { - return ResourceManager.GetString("ERR_CantUseVoidInArglist", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The operation overflows at compile time in checked mode. - /// - internal static string ERR_CheckedOverflow { - get { - return ResourceManager.GetString("ERR_CheckedOverflow", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The evaluation of the constant value for '{0}' involves a circular definition. - /// - internal static string ERR_CircConstValue { - get { - return ResourceManager.GetString("ERR_CircConstValue", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Circular base class dependency involving '{0}' and '{1}'. - /// - internal static string ERR_CircularBase { - get { - return ResourceManager.GetString("ERR_CircularBase", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Circular constraint dependency involving '{0}' and '{1}'. - /// - internal static string ERR_CircularConstraint { - get { - return ResourceManager.GetString("ERR_CircularConstraint", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The class type constraint '{0}' must come before any other constraints. - /// - internal static string ERR_ClassBoundNotFirst { - get { - return ResourceManager.GetString("ERR_ClassBoundNotFirst", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}': containing type does not implement interface '{1}'. - /// - internal static string ERR_ClassDoesntImplementInterface { - get { - return ResourceManager.GetString("ERR_ClassDoesntImplementInterface", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to An object, string, or class type expected. - /// - internal static string ERR_ClassTypeExpected { - get { - return ResourceManager.GetString("ERR_ClassTypeExpected", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to ) expected. - /// - internal static string ERR_CloseParenExpected { - get { - return ResourceManager.GetString("ERR_CloseParenExpected", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' does not implement interface member '{1}'. '{2}' cannot implement an interface member because it is not public.. - /// - internal static string ERR_CloseUnimplementedInterfaceMemberNotPublic { - get { - return ResourceManager.GetString("ERR_CloseUnimplementedInterfaceMemberNotPublic", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' does not implement interface member '{1}'. '{2}' cannot implement an interface member because it is static.. - /// - internal static string ERR_CloseUnimplementedInterfaceMemberStatic { - get { - return ResourceManager.GetString("ERR_CloseUnimplementedInterfaceMemberStatic", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' does not implement interface member '{1}'. '{2}' cannot implement '{1}' because it does not have matching return by reference.. - /// - internal static string ERR_CloseUnimplementedInterfaceMemberWrongRefReturn { - get { - return ResourceManager.GetString("ERR_CloseUnimplementedInterfaceMemberWrongRefReturn", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' does not implement interface member '{1}'. '{2}' cannot implement '{1}' because it does not have the matching return type of '{3}'.. - /// - internal static string ERR_CloseUnimplementedInterfaceMemberWrongReturnType { - get { - return ResourceManager.GetString("ERR_CloseUnimplementedInterfaceMemberWrongReturnType", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Attribute '{0}' given in a source file conflicts with option '{1}'.. - /// - internal static string ERR_CmdOptionConflictsSource { - get { - return ResourceManager.GetString("ERR_CmdOptionConflictsSource", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot use alias '{0}' with '::' since the alias references a type. Use '.' instead.. - /// - internal static string ERR_ColColWithTypeAlias { - get { - return ResourceManager.GetString("ERR_ColColWithTypeAlias", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot initialize type '{0}' with a collection initializer because it does not implement 'System.Collections.IEnumerable'. - /// - internal static string ERR_CollectionInitRequiresIEnumerable { - get { - return ResourceManager.GetString("ERR_CollectionInitRequiresIEnumerable", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}': a class with the ComImport attribute cannot specify a base class. - /// - internal static string ERR_ComImportWithBase { - get { - return ResourceManager.GetString("ERR_ComImportWithBase", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Since '{1}' has the ComImport attribute, '{0}' must be extern or abstract. - /// - internal static string ERR_ComImportWithImpl { - get { - return ResourceManager.GetString("ERR_ComImportWithImpl", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}': a class with the ComImport attribute cannot specify field initializers.. - /// - internal static string ERR_ComImportWithInitializers { - get { - return ResourceManager.GetString("ERR_ComImportWithInitializers", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The Guid attribute must be specified with the ComImport attribute. - /// - internal static string ERR_ComImportWithoutUuidAttribute { - get { - return ResourceManager.GetString("ERR_ComImportWithoutUuidAttribute", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A class with the ComImport attribute cannot have a user-defined constructor. - /// - internal static string ERR_ComImportWithUserCtor { - get { - return ResourceManager.GetString("ERR_ComImportWithUserCtor", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Compilation cancelled by user. - /// - internal static string ERR_CompileCancelled { - get { - return ResourceManager.GetString("ERR_CompileCancelled", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Compiler version: '{0}'. Language version: {1}.. - /// - internal static string ERR_CompilerAndLanguageVersion { - get { - return ResourceManager.GetString("ERR_CompilerAndLanguageVersion", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to An expression tree lambda may not contain a COM call with ref omitted on arguments. - /// - internal static string ERR_ComRefCallInExpressionTree { - get { - return ResourceManager.GetString("ERR_ComRefCallInExpressionTree", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' must declare a body because it is not marked abstract, extern, or partial. - /// - internal static string ERR_ConcreteMissingBody { - get { - return ResourceManager.GetString("ERR_ConcreteMissingBody", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A conditional expression cannot be used directly in a string interpolation because the ':' ends the interpolation. Parenthesize the conditional expression.. - /// - internal static string ERR_ConditionalInInterpolation { - get { - return ResourceManager.GetString("ERR_ConditionalInInterpolation", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The Conditional attribute is not valid on '{0}' because its return type is not void. - /// - internal static string ERR_ConditionalMustReturnVoid { - get { - return ResourceManager.GetString("ERR_ConditionalMustReturnVoid", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The Conditional attribute is not valid on interface members. - /// - internal static string ERR_ConditionalOnInterfaceMethod { - get { - return ResourceManager.GetString("ERR_ConditionalOnInterfaceMethod", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A local function must be 'static' in order to use the Conditional attribute. - /// - internal static string ERR_ConditionalOnLocalFunction { - get { - return ResourceManager.GetString("ERR_ConditionalOnLocalFunction", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Attribute '{0}' is only valid on methods or attribute classes. - /// - internal static string ERR_ConditionalOnNonAttributeClass { - get { - return ResourceManager.GetString("ERR_ConditionalOnNonAttributeClass", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The Conditional attribute is not valid on '{0}' because it is an override method. - /// - internal static string ERR_ConditionalOnOverride { - get { - return ResourceManager.GetString("ERR_ConditionalOnOverride", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The Conditional attribute is not valid on '{0}' because it is a constructor, destructor, operator, or explicit interface implementation. - /// - internal static string ERR_ConditionalOnSpecialMethod { - get { - return ResourceManager.GetString("ERR_ConditionalOnSpecialMethod", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Conditional member '{0}' cannot have an out parameter. - /// - internal static string ERR_ConditionalWithOutParam { - get { - return ResourceManager.GetString("ERR_ConditionalWithOutParam", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Namespace '{1}' contains a definition conflicting with alias '{0}'. - /// - internal static string ERR_ConflictAliasAndMember { - get { - return ResourceManager.GetString("ERR_ConflictAliasAndMember", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Alias '{0}' conflicts with {1} definition. - /// - internal static string ERR_ConflictingAliasAndDefinition { - get { - return ResourceManager.GetString("ERR_ConflictingAliasAndDefinition", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Assembly and module '{0}' cannot target different processors.. - /// - internal static string ERR_ConflictingMachineModule { - get { - return ResourceManager.GetString("ERR_ConflictingMachineModule", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A constant value is expected. - /// - internal static string ERR_ConstantExpected { - get { - return ResourceManager.GetString("ERR_ConstantExpected", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to An expression of type '{0}' cannot be handled by a pattern of type '{1}'. Please use language version '{2}' or greater to match an open type with a constant pattern.. - /// - internal static string ERR_ConstantPatternVsOpenType { - get { - return ResourceManager.GetString("ERR_ConstantPatternVsOpenType", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Length of String constant resulting from concatenation exceeds System.Int32.MaxValue. Try splitting the string into multiple constants.. - /// - internal static string ERR_ConstantStringTooLong { - get { - return ResourceManager.GetString("ERR_ConstantStringTooLong", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Constant value '{0}' cannot be converted to a '{1}'. - /// - internal static string ERR_ConstOutOfRange { - get { - return ResourceManager.GetString("ERR_ConstOutOfRange", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Constant value '{0}' cannot be converted to a '{1}' (use 'unchecked' syntax to override). - /// - internal static string ERR_ConstOutOfRangeChecked { - get { - return ResourceManager.GetString("ERR_ConstOutOfRangeChecked", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}': static classes cannot be used as constraints. - /// - internal static string ERR_ConstraintIsStaticClass { - get { - return ResourceManager.GetString("ERR_ConstraintIsStaticClass", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Constraints are not allowed on non-generic declarations. - /// - internal static string ERR_ConstraintOnlyAllowedOnGenericDecl { - get { - return ResourceManager.GetString("ERR_ConstraintOnlyAllowedOnGenericDecl", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Constraint cannot be a dynamic type '{0}'. - /// - internal static string ERR_ConstructedDynamicTypeAsBound { - get { - return ResourceManager.GetString("ERR_ConstructedDynamicTypeAsBound", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Static classes cannot have instance constructors. - /// - internal static string ERR_ConstructorInStaticClass { - get { - return ResourceManager.GetString("ERR_ConstructorInStaticClass", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A const field requires a value to be provided. - /// - internal static string ERR_ConstValueRequired { - get { - return ResourceManager.GetString("ERR_ConstValueRequired", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to User-defined conversion must convert to or from the enclosing type. - /// - internal static string ERR_ConversionNotInvolvingContainedType { - get { - return ResourceManager.GetString("ERR_ConversionNotInvolvingContainedType", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Tuple with {0} elements cannot be converted to type '{1}'.. - /// - internal static string ERR_ConversionNotTupleCompatible { - get { - return ResourceManager.GetString("ERR_ConversionNotTupleCompatible", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}': user-defined conversions to or from a base class are not allowed. - /// - internal static string ERR_ConversionWithBase { - get { - return ResourceManager.GetString("ERR_ConversionWithBase", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}': user-defined conversions to or from a derived class are not allowed. - /// - internal static string ERR_ConversionWithDerived { - get { - return ResourceManager.GetString("ERR_ConversionWithDerived", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}': user-defined conversions to or from an interface are not allowed. - /// - internal static string ERR_ConversionWithInterface { - get { - return ResourceManager.GetString("ERR_ConversionWithInterface", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot convert to static type '{0}'. - /// - internal static string ERR_ConvertToStaticClass { - get { - return ResourceManager.GetString("ERR_ConvertToStaticClass", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Type parameter '{1}' has the 'unmanaged' constraint so '{1}' cannot be used as a constraint for '{0}'. - /// - internal static string ERR_ConWithUnmanagedCon { - get { - return ResourceManager.GetString("ERR_ConWithUnmanagedCon", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Type parameter '{1}' has the 'struct' constraint so '{1}' cannot be used as a constraint for '{0}'. - /// - internal static string ERR_ConWithValCon { - get { - return ResourceManager.GetString("ERR_ConWithValCon", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cryptographic failure while creating hashes.. - /// - internal static string ERR_CryptoHashFailed { - get { - return ResourceManager.GetString("ERR_CryptoHashFailed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Bad array declarator: To declare a managed array the rank specifier precedes the variable's identifier. To declare a fixed size buffer field, use the fixed keyword before the field type.. - /// - internal static string ERR_CStyleArray { - get { - return ResourceManager.GetString("ERR_CStyleArray", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Inherited interface '{1}' causes a cycle in the interface hierarchy of '{0}'. - /// - internal static string ERR_CycleInInterfaceInheritance { - get { - return ResourceManager.GetString("ERR_CycleInInterfaceInheritance", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The type forwarder for type '{0}' in assembly '{1}' causes a cycle. - /// - internal static string ERR_CycleInTypeForwarder { - get { - return ResourceManager.GetString("ERR_CycleInTypeForwarder", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Debug entry point must be a definition of a method declared in the current compilation.. - /// - internal static string ERR_DebugEntryPointNotSourceMethodDefinition { - get { - return ResourceManager.GetString("ERR_DebugEntryPointNotSourceMethodDefinition", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Evaluation of the decimal constant expression failed. - /// - internal static string ERR_DecConstError { - get { - return ResourceManager.GetString("ERR_DecConstError", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A declaration is not allowed in this context.. - /// - internal static string ERR_DeclarationExpressionNotPermitted { - get { - return ResourceManager.GetString("ERR_DeclarationExpressionNotPermitted", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Deconstruction 'var (...)' form disallows a specific type for 'var'.. - /// - internal static string ERR_DeconstructionVarFormDisallowsSpecificType { - get { - return ResourceManager.GetString("ERR_DeconstructionVarFormDisallowsSpecificType", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The name '{0}' does not match the corresponding 'Deconstruct' parameter '{1}'.. - /// - internal static string ERR_DeconstructParameterNameMismatch { - get { - return ResourceManager.GetString("ERR_DeconstructParameterNameMismatch", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Deconstruct assignment requires an expression with a type on the right-hand-side.. - /// - internal static string ERR_DeconstructRequiresExpression { - get { - return ResourceManager.GetString("ERR_DeconstructRequiresExpression", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Deconstruction must contain at least two variables.. - /// - internal static string ERR_DeconstructTooFewElements { - get { - return ResourceManager.GetString("ERR_DeconstructTooFewElements", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot deconstruct a tuple of '{0}' elements into '{1}' variables.. - /// - internal static string ERR_DeconstructWrongCardinality { - get { - return ResourceManager.GetString("ERR_DeconstructWrongCardinality", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Type '{0}' cannot be embedded because it has a non-abstract member. Consider setting the 'Embed Interop Types' property to false.. - /// - internal static string ERR_DefaultInterfaceImplementationInNoPIAType { - get { - return ResourceManager.GetString("ERR_DefaultInterfaceImplementationInNoPIAType", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The modifier '{0}' is not valid for this item in C# {1}. Please use language version '{2}' or greater.. - /// - internal static string ERR_DefaultInterfaceImplementationModifier { - get { - return ResourceManager.GetString("ERR_DefaultInterfaceImplementationModifier", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to There is no target type for the default literal.. - /// - internal static string ERR_DefaultLiteralNoTargetType { - get { - return ResourceManager.GetString("ERR_DefaultLiteralNoTargetType", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use of default literal is not valid in this context. - /// - internal static string ERR_DefaultLiteralNotValid { - get { - return ResourceManager.GetString("ERR_DefaultLiteralNotValid", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot specify the DefaultMember attribute on a type containing an indexer. - /// - internal static string ERR_DefaultMemberOnIndexedType { - get { - return ResourceManager.GetString("ERR_DefaultMemberOnIndexedType", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A default literal 'default' is not valid as a pattern. Use another literal (e.g. '0' or 'null') as appropriate. To match everything, use a discard pattern '_'.. - /// - internal static string ERR_DefaultPattern { - get { - return ResourceManager.GetString("ERR_DefaultPattern", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Argument of type '{0}' is not applicable for the DefaultParameterValue attribute. - /// - internal static string ERR_DefaultValueBadValueType { - get { - return ResourceManager.GetString("ERR_DefaultValueBadValueType", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Optional parameters must appear after all required parameters. - /// - internal static string ERR_DefaultValueBeforeRequiredValue { - get { - return ResourceManager.GetString("ERR_DefaultValueBeforeRequiredValue", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot specify a default value for the 'this' parameter. - /// - internal static string ERR_DefaultValueForExtensionParameter { - get { - return ResourceManager.GetString("ERR_DefaultValueForExtensionParameter", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot specify a default value for a parameter array. - /// - internal static string ERR_DefaultValueForParamsParameter { - get { - return ResourceManager.GetString("ERR_DefaultValueForParamsParameter", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Default parameter value for '{0}' must be a compile-time constant. - /// - internal static string ERR_DefaultValueMustBeConstant { - get { - return ResourceManager.GetString("ERR_DefaultValueMustBeConstant", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Default values are not valid in this context.. - /// - internal static string ERR_DefaultValueNotAllowed { - get { - return ResourceManager.GetString("ERR_DefaultValueNotAllowed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The type of the argument to the DefaultParameterValue attribute must match the parameter type. - /// - internal static string ERR_DefaultValueTypeMustMatch { - get { - return ResourceManager.GetString("ERR_DefaultValueTypeMustMatch", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot specify default parameter value in conjunction with DefaultParameterAttribute or OptionalAttribute. - /// - internal static string ERR_DefaultValueUsedWithAttributes { - get { - return ResourceManager.GetString("ERR_DefaultValueUsedWithAttributes", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot create delegate with '{0}' because it or a method it overrides has a Conditional attribute. - /// - internal static string ERR_DelegateOnConditional { - get { - return ResourceManager.GetString("ERR_DelegateOnConditional", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot bind delegate to '{0}' because it is a member of 'System.Nullable<T>'. - /// - internal static string ERR_DelegateOnNullable { - get { - return ResourceManager.GetString("ERR_DelegateOnNullable", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Ref mismatch between '{0}' and delegate '{1}'. - /// - internal static string ERR_DelegateRefMismatch { - get { - return ResourceManager.GetString("ERR_DelegateRefMismatch", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The best overloaded Add method '{0}' for the collection initializer element is obsolete. {1}. - /// - internal static string ERR_DeprecatedCollectionInitAddStr { - get { - return ResourceManager.GetString("ERR_DeprecatedCollectionInitAddStr", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' is obsolete: '{1}'. - /// - internal static string ERR_DeprecatedSymbolStr { - get { - return ResourceManager.GetString("ERR_DeprecatedSymbolStr", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}': cannot implement a dynamic interface '{1}'. - /// - internal static string ERR_DeriveFromConstructedDynamic { - get { - return ResourceManager.GetString("ERR_DeriveFromConstructedDynamic", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}': cannot derive from the dynamic type. - /// - internal static string ERR_DeriveFromDynamic { - get { - return ResourceManager.GetString("ERR_DeriveFromDynamic", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' cannot derive from special class '{1}'. - /// - internal static string ERR_DeriveFromEnumOrValueType { - get { - return ResourceManager.GetString("ERR_DeriveFromEnumOrValueType", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot derive from '{0}' because it is a type parameter. - /// - internal static string ERR_DerivingFromATyVar { - get { - return ResourceManager.GetString("ERR_DerivingFromATyVar", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Static classes cannot contain destructors. - /// - internal static string ERR_DestructorInStaticClass { - get { - return ResourceManager.GetString("ERR_DestructorInStaticClass", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to An expression tree lambda may not contain a dictionary initializer.. - /// - internal static string ERR_DictionaryInitializerInExpressionTree { - get { - return ResourceManager.GetString("ERR_DictionaryInitializerInExpressionTree", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The discard pattern is not permitted as a case label in a switch statement. Use 'case var _:' for a discard pattern, or 'case @_:' for a constant named '_'.. - /// - internal static string ERR_DiscardPatternInSwitchStatement { - get { - return ResourceManager.GetString("ERR_DiscardPatternInSwitchStatement", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot infer the type of implicitly-typed discard.. - /// - internal static string ERR_DiscardTypeInferenceFailed { - get { - return ResourceManager.GetString("ERR_DiscardTypeInferenceFailed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The DllImport attribute cannot be applied to a method that is generic or contained in a generic method or type.. - /// - internal static string ERR_DllImportOnGenericMethod { - get { - return ResourceManager.GetString("ERR_DllImportOnGenericMethod", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The DllImport attribute must be specified on a method marked 'static' and 'extern'. - /// - internal static string ERR_DllImportOnInvalidMethod { - get { - return ResourceManager.GetString("ERR_DllImportOnInvalidMethod", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Error writing to XML documentation file: {0}. - /// - internal static string ERR_DocFileGen { - get { - return ResourceManager.GetString("ERR_DocFileGen", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' does not implement '{1}'. - /// - internal static string ERR_DoesntImplementAwaitInterface { - get { - return ResourceManager.GetString("ERR_DoesntImplementAwaitInterface", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Do not use 'System.Runtime.CompilerServices.FixedBuffer' attribute. Use the 'fixed' field modifier instead.. - /// - internal static string ERR_DoNotUseFixedBufferAttr { - get { - return ResourceManager.GetString("ERR_DoNotUseFixedBufferAttr", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Do not use 'System.Runtime.CompilerServices.FixedBuffer' attribute on a property. - /// - internal static string ERR_DoNotUseFixedBufferAttrOnProperty { - get { - return ResourceManager.GetString("ERR_DoNotUseFixedBufferAttrOnProperty", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The type name '{0}' does not exist in the type '{1}'. - /// - internal static string ERR_DottedTypeNameNotFoundInAgg { - get { - return ResourceManager.GetString("ERR_DottedTypeNameNotFoundInAgg", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The type or namespace name '{0}' does not exist in the namespace '{1}' (are you missing an assembly reference?). - /// - internal static string ERR_DottedTypeNameNotFoundInNS { - get { - return ResourceManager.GetString("ERR_DottedTypeNameNotFoundInNS", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The type name '{0}' could not be found in the namespace '{1}'. This type has been forwarded to assembly '{2}' Consider adding a reference to that assembly.. - /// - internal static string ERR_DottedTypeNameNotFoundInNSFwd { - get { - return ResourceManager.GetString("ERR_DottedTypeNameNotFoundInNSFwd", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Property accessor already defined. - /// - internal static string ERR_DuplicateAccessor { - get { - return ResourceManager.GetString("ERR_DuplicateAccessor", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The using alias '{0}' appeared previously in this namespace. - /// - internal static string ERR_DuplicateAlias { - get { - return ResourceManager.GetString("ERR_DuplicateAlias", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Duplicate '{0}' attribute. - /// - internal static string ERR_DuplicateAttribute { - get { - return ResourceManager.GetString("ERR_DuplicateAttribute", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Duplicate '{0}' attribute in '{1}'. - /// - internal static string ERR_DuplicateAttributeInNetModule { - get { - return ResourceManager.GetString("ERR_DuplicateAttributeInNetModule", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Duplicate constraint '{0}' for type parameter '{1}'. - /// - internal static string ERR_DuplicateBound { - get { - return ResourceManager.GetString("ERR_DuplicateBound", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The switch statement contains multiple cases with the label value '{0}'. - /// - internal static string ERR_DuplicateCaseLabel { - get { - return ResourceManager.GetString("ERR_DuplicateCaseLabel", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A constraint clause has already been specified for type parameter '{0}'. All of the constraints for a type parameter must be specified in a single where clause.. - /// - internal static string ERR_DuplicateConstraintClause { - get { - return ResourceManager.GetString("ERR_DuplicateConstraintClause", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Duplicate user-defined conversion in type '{0}'. - /// - internal static string ERR_DuplicateConversionInClass { - get { - return ResourceManager.GetString("ERR_DuplicateConversionInClass", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' is explicitly implemented more than once.. - /// - internal static string ERR_DuplicateExplicitImpl { - get { - return ResourceManager.GetString("ERR_DuplicateExplicitImpl", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The parameter name '{0}' conflicts with an automatically-generated parameter name. - /// - internal static string ERR_DuplicateGeneratedName { - get { - return ResourceManager.GetString("ERR_DuplicateGeneratedName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Multiple assemblies with equivalent identity have been imported: '{0}' and '{1}'. Remove one of the duplicate references.. - /// - internal static string ERR_DuplicateImport { - get { - return ResourceManager.GetString("ERR_DuplicateImport", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to An assembly with the same simple name '{0}' has already been imported. Try removing one of the references (e.g. '{1}') or sign them to enable side-by-side.. - /// - internal static string ERR_DuplicateImportSimple { - get { - return ResourceManager.GetString("ERR_DuplicateImportSimple", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' is already listed in interface list. - /// - internal static string ERR_DuplicateInterfaceInBaseList { - get { - return ResourceManager.GetString("ERR_DuplicateInterfaceInBaseList", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' is already listed in the interface list on type '{2}' with different tuple element names, as '{1}'.. - /// - internal static string ERR_DuplicateInterfaceWithTupleNamesInBaseList { - get { - return ResourceManager.GetString("ERR_DuplicateInterfaceWithTupleNamesInBaseList", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The label '{0}' is a duplicate. - /// - internal static string ERR_DuplicateLabel { - get { - return ResourceManager.GetString("ERR_DuplicateLabel", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Duplicate '{0}' modifier. - /// - internal static string ERR_DuplicateModifier { - get { - return ResourceManager.GetString("ERR_DuplicateModifier", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Named argument '{0}' cannot be specified multiple times. - /// - internal static string ERR_DuplicateNamedArgument { - get { - return ResourceManager.GetString("ERR_DuplicateNamedArgument", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' duplicate named attribute argument. - /// - internal static string ERR_DuplicateNamedAttributeArgument { - get { - return ResourceManager.GetString("ERR_DuplicateNamedAttributeArgument", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The type '{0}' already contains a definition for '{1}'. - /// - internal static string ERR_DuplicateNameInClass { - get { - return ResourceManager.GetString("ERR_DuplicateNameInClass", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The namespace '{1}' already contains a definition for '{0}'. - /// - internal static string ERR_DuplicateNameInNS { - get { - return ResourceManager.GetString("ERR_DuplicateNameInNS", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Duplicate null suppression operator ('!'). - /// - internal static string ERR_DuplicateNullSuppression { - get { - return ResourceManager.GetString("ERR_DuplicateNullSuppression", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The parameter name '{0}' is a duplicate. - /// - internal static string ERR_DuplicateParamName { - get { - return ResourceManager.GetString("ERR_DuplicateParamName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot specify accessibility modifiers for both accessors of the property or indexer '{0}'. - /// - internal static string ERR_DuplicatePropertyAccessMods { - get { - return ResourceManager.GetString("ERR_DuplicatePropertyAccessMods", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot specify 'readonly' modifiers on both accessors of property or indexer '{0}'. Instead, put a 'readonly' modifier on the property itself.. - /// - internal static string ERR_DuplicatePropertyReadOnlyMods { - get { - return ResourceManager.GetString("ERR_DuplicatePropertyReadOnlyMods", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' duplicate TypeForwardedToAttribute. - /// - internal static string ERR_DuplicateTypeForwarder { - get { - return ResourceManager.GetString("ERR_DuplicateTypeForwarder", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Duplicate type parameter '{0}'. - /// - internal static string ERR_DuplicateTypeParameter { - get { - return ResourceManager.GetString("ERR_DuplicateTypeParameter", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A parameter can only have one '{0}' modifier. - /// - internal static string ERR_DupParamMod { - get { - return ResourceManager.GetString("ERR_DupParamMod", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot define a class or member that utilizes 'dynamic' because the compiler required type '{0}' cannot be found. Are you missing a reference?. - /// - internal static string ERR_DynamicAttributeMissing { - get { - return ResourceManager.GetString("ERR_DynamicAttributeMissing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot pass argument with dynamic type to params parameter '{0}' of local function '{1}'.. - /// - internal static string ERR_DynamicLocalFunctionParamsParameter { - get { - return ResourceManager.GetString("ERR_DynamicLocalFunctionParamsParameter", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot pass argument with dynamic type to generic local function '{0}' with inferred type arguments.. - /// - internal static string ERR_DynamicLocalFunctionTypeParameter { - get { - return ResourceManager.GetString("ERR_DynamicLocalFunctionTypeParameter", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to One or more types required to compile a dynamic expression cannot be found. Are you missing a reference?. - /// - internal static string ERR_DynamicRequiredTypesMissing { - get { - return ResourceManager.GetString("ERR_DynamicRequiredTypesMissing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Constraint cannot be the dynamic type. - /// - internal static string ERR_DynamicTypeAsBound { - get { - return ResourceManager.GetString("ERR_DynamicTypeAsBound", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 'else' cannot start a statement.. - /// - internal static string ERR_ElseCannotStartStatement { - get { - return ResourceManager.GetString("ERR_ElseCannotStartStatement", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Empty character literal. - /// - internal static string ERR_EmptyCharConst { - get { - return ResourceManager.GetString("ERR_EmptyCharConst", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Element initializer cannot be empty. - /// - internal static string ERR_EmptyElementInitializer { - get { - return ResourceManager.GetString("ERR_EmptyElementInitializer", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Empty format specifier.. - /// - internal static string ERR_EmptyFormatSpecifier { - get { - return ResourceManager.GetString("ERR_EmptyFormatSpecifier", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Expression expected after yield return. - /// - internal static string ERR_EmptyYield { - get { - return ResourceManager.GetString("ERR_EmptyYield", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot continue since the edit includes a reference to an embedded type: '{0}'.. - /// - internal static string ERR_EncNoPIAReference { - get { - return ResourceManager.GetString("ERR_EncNoPIAReference", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot emit debug information for a source text without encoding.. - /// - internal static string ERR_EncodinglessSyntaxTree { - get { - return ResourceManager.GetString("ERR_EncodinglessSyntaxTree", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Member '{0}' added during the current debug session can only be accessed from within its declaring assembly '{1}'.. - /// - internal static string ERR_EncReferenceToAddedMember { - get { - return ResourceManager.GetString("ERR_EncReferenceToAddedMember", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot update '{0}'; attribute '{1}' is missing.. - /// - internal static string ERR_EncUpdateFailedMissingAttribute { - get { - return ResourceManager.GetString("ERR_EncUpdateFailedMissingAttribute", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to #endif directive expected. - /// - internal static string ERR_EndifDirectiveExpected { - get { - return ResourceManager.GetString("ERR_EndifDirectiveExpected", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Single-line comment or end-of-line expected. - /// - internal static string ERR_EndOfPPLineExpected { - get { - return ResourceManager.GetString("ERR_EndOfPPLineExpected", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to #endregion directive expected. - /// - internal static string ERR_EndRegionDirectiveExpected { - get { - return ResourceManager.GetString("ERR_EndRegionDirectiveExpected", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}': the enumerator value is too large to fit in its type. - /// - internal static string ERR_EnumeratorOverflow { - get { - return ResourceManager.GetString("ERR_EnumeratorOverflow", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Enums cannot contain explicit parameterless constructors. - /// - internal static string ERR_EnumsCantContainDefaultConstructor { - get { - return ResourceManager.GetString("ERR_EnumsCantContainDefaultConstructor", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Type or namespace definition, or end-of-file expected. - /// - internal static string ERR_EOFExpected { - get { - return ResourceManager.GetString("ERR_EOFExpected", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Error building Win32 resources -- {0}. - /// - internal static string ERR_ErrorBuildingWin32Resources { - get { - return ResourceManager.GetString("ERR_ErrorBuildingWin32Resources", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to #error: '{0}'. - /// - internal static string ERR_ErrorDirective { - get { - return ResourceManager.GetString("ERR_ErrorDirective", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to There is an error in a referenced assembly '{0}'.. - /// - internal static string ERR_ErrorInReferencedAssembly { - get { - return ResourceManager.GetString("ERR_ErrorInReferencedAssembly", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot use a result of '{0}' in this context because it may expose variables referenced by parameter '{1}' outside of their declaration scope. - /// - internal static string ERR_EscapeCall { - get { - return ResourceManager.GetString("ERR_EscapeCall", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot use a member of result of '{0}' in this context because it may expose variables referenced by parameter '{1}' outside of their declaration scope. - /// - internal static string ERR_EscapeCall2 { - get { - return ResourceManager.GetString("ERR_EscapeCall2", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A '{0}' character may only be escaped by doubling '{0}{0}' in an interpolated string.. - /// - internal static string ERR_EscapedCurly { - get { - return ResourceManager.GetString("ERR_EscapedCurly", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot use local '{0}' in this context because it may expose referenced variables outside of their declaration scope. - /// - internal static string ERR_EscapeLocal { - get { - return ResourceManager.GetString("ERR_EscapeLocal", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Expression cannot be used in this context because it may indirectly expose variables outside of their declaration scope. - /// - internal static string ERR_EscapeOther { - get { - return ResourceManager.GetString("ERR_EscapeOther", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A result of a stackalloc expression of type '{0}' cannot be used in this context because it may be exposed outside of the containing method. - /// - internal static string ERR_EscapeStackAlloc { - get { - return ResourceManager.GetString("ERR_EscapeStackAlloc", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}': event property must have both add and remove accessors. - /// - internal static string ERR_EventNeedsBothAccessors { - get { - return ResourceManager.GetString("ERR_EventNeedsBothAccessors", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}': event must be of a delegate type. - /// - internal static string ERR_EventNotDelegate { - get { - return ResourceManager.GetString("ERR_EventNotDelegate", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Expected contextual keyword 'by'. - /// - internal static string ERR_ExpectedContextualKeywordBy { - get { - return ResourceManager.GetString("ERR_ExpectedContextualKeywordBy", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Expected contextual keyword 'equals'. - /// - internal static string ERR_ExpectedContextualKeywordEquals { - get { - return ResourceManager.GetString("ERR_ExpectedContextualKeywordEquals", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Expected contextual keyword 'on'. - /// - internal static string ERR_ExpectedContextualKeywordOn { - get { - return ResourceManager.GetString("ERR_ExpectedContextualKeywordOn", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Expected catch or finally. - /// - internal static string ERR_ExpectedEndTry { - get { - return ResourceManager.GetString("ERR_ExpectedEndTry", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Quoted file name expected. - /// - internal static string ERR_ExpectedPPFile { - get { - return ResourceManager.GetString("ERR_ExpectedPPFile", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A query body must end with a select clause or a group clause. - /// - internal static string ERR_ExpectedSelectOrGroup { - get { - return ResourceManager.GetString("ERR_ExpectedSelectOrGroup", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Expected a script (.csx file) but none specified. - /// - internal static string ERR_ExpectedSingleScript { - get { - return ResourceManager.GetString("ERR_ExpectedSingleScript", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Keyword, identifier, or string expected after verbatim specifier: @. - /// - internal static string ERR_ExpectedVerbatimLiteral { - get { - return ResourceManager.GetString("ERR_ExpectedVerbatimLiteral", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Do not use 'System.Runtime.CompilerServices.DynamicAttribute'. Use the 'dynamic' keyword instead.. - /// - internal static string ERR_ExplicitDynamicAttr { - get { - return ResourceManager.GetString("ERR_ExplicitDynamicAttr", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to An explicit interface implementation of an event must use event accessor syntax. - /// - internal static string ERR_ExplicitEventFieldImpl { - get { - return ResourceManager.GetString("ERR_ExplicitEventFieldImpl", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Do not use 'System.Runtime.CompilerServices.ExtensionAttribute'. Use the 'this' keyword instead.. - /// - internal static string ERR_ExplicitExtension { - get { - return ResourceManager.GetString("ERR_ExplicitExtension", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot inherit interface '{0}' with the specified type parameters because it causes method '{1}' to contain overloads which differ only on ref and out. - /// - internal static string ERR_ExplicitImplCollisionOnRefOut { - get { - return ResourceManager.GetString("ERR_ExplicitImplCollisionOnRefOut", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' should not have a params parameter since '{1}' does not. - /// - internal static string ERR_ExplicitImplParams { - get { - return ResourceManager.GetString("ERR_ExplicitImplParams", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}': explicit interface declaration can only be declared in a class, struct or interface. - /// - internal static string ERR_ExplicitInterfaceImplementationInNonClassOrStruct { - get { - return ResourceManager.GetString("ERR_ExplicitInterfaceImplementationInNonClassOrStruct", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' in explicit interface declaration is not an interface. - /// - internal static string ERR_ExplicitInterfaceImplementationNotInterface { - get { - return ResourceManager.GetString("ERR_ExplicitInterfaceImplementationNotInterface", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' explicit method implementation cannot implement '{1}' because it is an accessor. - /// - internal static string ERR_ExplicitMethodImplAccessor { - get { - return ResourceManager.GetString("ERR_ExplicitMethodImplAccessor", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Explicit application of 'System.Runtime.CompilerServices.NullableAttribute' is not allowed.. - /// - internal static string ERR_ExplicitNullableAttribute { - get { - return ResourceManager.GetString("ERR_ExplicitNullableAttribute", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Do not use 'System.ParamArrayAttribute'. Use the 'params' keyword instead.. - /// - internal static string ERR_ExplicitParamArray { - get { - return ResourceManager.GetString("ERR_ExplicitParamArray", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' adds an accessor not found in interface member '{1}'. - /// - internal static string ERR_ExplicitPropertyAddingAccessor { - get { - return ResourceManager.GetString("ERR_ExplicitPropertyAddingAccessor", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Explicit interface implementation '{0}' is missing accessor '{1}'. - /// - internal static string ERR_ExplicitPropertyMissingAccessor { - get { - return ResourceManager.GetString("ERR_ExplicitPropertyMissingAccessor", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Do not use '{0}'. This is reserved for compiler usage.. - /// - internal static string ERR_ExplicitReservedAttr { - get { - return ResourceManager.GetString("ERR_ExplicitReservedAttr", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot reference 'System.Runtime.CompilerServices.TupleElementNamesAttribute' explicitly. Use the tuple syntax to define tuple names.. - /// - internal static string ERR_ExplicitTupleElementNamesAttribute { - get { - return ResourceManager.GetString("ERR_ExplicitTupleElementNamesAttribute", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Type '{0}' exported from module '{1}' conflicts with type declared in primary module of this assembly.. - /// - internal static string ERR_ExportedTypeConflictsWithDeclaration { - get { - return ResourceManager.GetString("ERR_ExportedTypeConflictsWithDeclaration", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Type '{0}' exported from module '{1}' conflicts with type '{2}' exported from module '{3}'.. - /// - internal static string ERR_ExportedTypesConflict { - get { - return ResourceManager.GetString("ERR_ExportedTypesConflict", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The given expression cannot be used in a fixed statement. - /// - internal static string ERR_ExprCannotBeFixed { - get { - return ResourceManager.GetString("ERR_ExprCannotBeFixed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Expected expression. - /// - internal static string ERR_ExpressionExpected { - get { - return ResourceManager.GetString("ERR_ExpressionExpected", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Expression does not have a name.. - /// - internal static string ERR_ExpressionHasNoName { - get { - return ResourceManager.GetString("ERR_ExpressionHasNoName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Expression or declaration statement expected.. - /// - internal static string ERR_ExpressionOrDeclarationExpected { - get { - return ResourceManager.GetString("ERR_ExpressionOrDeclarationExpected", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to An expression tree may not contain a null coalescing assignment. - /// - internal static string ERR_ExpressionTreeCantContainNullCoalescingAssignment { - get { - return ResourceManager.GetString("ERR_ExpressionTreeCantContainNullCoalescingAssignment", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Expression tree cannot contain value of ref struct or restricted type '{0}'.. - /// - internal static string ERR_ExpressionTreeCantContainRefStruct { - get { - return ResourceManager.GetString("ERR_ExpressionTreeCantContainRefStruct", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to An expression tree may not contain an anonymous method expression. - /// - internal static string ERR_ExpressionTreeContainsAnonymousMethod { - get { - return ResourceManager.GetString("ERR_ExpressionTreeContainsAnonymousMethod", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to An expression tree may not contain an assignment operator. - /// - internal static string ERR_ExpressionTreeContainsAssignment { - get { - return ResourceManager.GetString("ERR_ExpressionTreeContainsAssignment", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to An expression tree lambda may not contain a coalescing operator with a null or default literal left-hand side. - /// - internal static string ERR_ExpressionTreeContainsBadCoalesce { - get { - return ResourceManager.GetString("ERR_ExpressionTreeContainsBadCoalesce", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to An expression tree may not contain a base access. - /// - internal static string ERR_ExpressionTreeContainsBaseAccess { - get { - return ResourceManager.GetString("ERR_ExpressionTreeContainsBaseAccess", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to An expression tree may not contain a discard.. - /// - internal static string ERR_ExpressionTreeContainsDiscard { - get { - return ResourceManager.GetString("ERR_ExpressionTreeContainsDiscard", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to An expression tree may not contain a dynamic operation. - /// - internal static string ERR_ExpressionTreeContainsDynamicOperation { - get { - return ResourceManager.GetString("ERR_ExpressionTreeContainsDynamicOperation", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to An expression tree may not contain an indexed property. - /// - internal static string ERR_ExpressionTreeContainsIndexedProperty { - get { - return ResourceManager.GetString("ERR_ExpressionTreeContainsIndexedProperty", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to An expression tree may not contain an 'is' pattern-matching operator.. - /// - internal static string ERR_ExpressionTreeContainsIsMatch { - get { - return ResourceManager.GetString("ERR_ExpressionTreeContainsIsMatch", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to An expression tree may not contain a reference to a local function. - /// - internal static string ERR_ExpressionTreeContainsLocalFunction { - get { - return ResourceManager.GetString("ERR_ExpressionTreeContainsLocalFunction", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to An expression tree may not contain a multidimensional array initializer. - /// - internal static string ERR_ExpressionTreeContainsMultiDimensionalArrayInitializer { - get { - return ResourceManager.GetString("ERR_ExpressionTreeContainsMultiDimensionalArrayInitializer", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to An expression tree may not contain a named argument specification. - /// - internal static string ERR_ExpressionTreeContainsNamedArgument { - get { - return ResourceManager.GetString("ERR_ExpressionTreeContainsNamedArgument", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to An expression tree may not contain a call or invocation that uses optional arguments. - /// - internal static string ERR_ExpressionTreeContainsOptionalArgument { - get { - return ResourceManager.GetString("ERR_ExpressionTreeContainsOptionalArgument", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to An expression tree may not contain an out argument variable declaration.. - /// - internal static string ERR_ExpressionTreeContainsOutVariable { - get { - return ResourceManager.GetString("ERR_ExpressionTreeContainsOutVariable", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to An expression tree may not contain an unsafe pointer operation. - /// - internal static string ERR_ExpressionTreeContainsPointerOp { - get { - return ResourceManager.GetString("ERR_ExpressionTreeContainsPointerOp", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to An expression tree may not contain a switch expression.. - /// - internal static string ERR_ExpressionTreeContainsSwitchExpression { - get { - return ResourceManager.GetString("ERR_ExpressionTreeContainsSwitchExpression", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to An expression tree may not contain a throw-expression.. - /// - internal static string ERR_ExpressionTreeContainsThrowExpression { - get { - return ResourceManager.GetString("ERR_ExpressionTreeContainsThrowExpression", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to An expression tree may not contain a tuple == or != operator. - /// - internal static string ERR_ExpressionTreeContainsTupleBinOp { - get { - return ResourceManager.GetString("ERR_ExpressionTreeContainsTupleBinOp", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to An expression tree may not contain a tuple conversion.. - /// - internal static string ERR_ExpressionTreeContainsTupleConversion { - get { - return ResourceManager.GetString("ERR_ExpressionTreeContainsTupleConversion", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to An expression tree may not contain a tuple literal.. - /// - internal static string ERR_ExpressionTreeContainsTupleLiteral { - get { - return ResourceManager.GetString("ERR_ExpressionTreeContainsTupleLiteral", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot convert lambda to an expression tree whose type argument '{0}' is not a delegate type. - /// - internal static string ERR_ExpressionTreeMustHaveDelegate { - get { - return ResourceManager.GetString("ERR_ExpressionTreeMustHaveDelegate", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot define a new extension method because the compiler required type '{0}' cannot be found. Are you missing a reference to System.Core.dll?. - /// - internal static string ERR_ExtensionAttrNotFound { - get { - return ResourceManager.GetString("ERR_ExtensionAttrNotFound", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to An extension Add method is not supported for a collection initializer in an expression lambda.. - /// - internal static string ERR_ExtensionCollectionElementInitializerInExpressionTree { - get { - return ResourceManager.GetString("ERR_ExtensionCollectionElementInitializerInExpressionTree", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Extension methods must be defined in a top level static class; {0} is a nested class. - /// - internal static string ERR_ExtensionMethodsDecl { - get { - return ResourceManager.GetString("ERR_ExtensionMethodsDecl", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to An extern alias declaration must precede all other elements defined in the namespace. - /// - internal static string ERR_ExternAfterElements { - get { - return ResourceManager.GetString("ERR_ExternAfterElements", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 'extern alias' is not valid in this context. - /// - internal static string ERR_ExternAliasNotAllowed { - get { - return ResourceManager.GetString("ERR_ExternAliasNotAllowed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}': extern event cannot have initializer. - /// - internal static string ERR_ExternEventInitializer { - get { - return ResourceManager.GetString("ERR_ExternEventInitializer", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' cannot be extern and declare a body. - /// - internal static string ERR_ExternHasBody { - get { - return ResourceManager.GetString("ERR_ExternHasBody", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' cannot be extern and have a constructor initializer. - /// - internal static string ERR_ExternHasConstructorInitializer { - get { - return ResourceManager.GetString("ERR_ExternHasConstructorInitializer", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The feature '{0}' is currently in Preview and *unsupported*. To use Preview features, use the 'preview' language version.. - /// - internal static string ERR_FeatureInPreview { - get { - return ResourceManager.GetString("ERR_FeatureInPreview", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Feature '{0}' is experimental and unsupported; use '/features:{1}' to enable.. - /// - internal static string ERR_FeatureIsExperimental { - get { - return ResourceManager.GetString("ERR_FeatureIsExperimental", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Feature '{0}' is not implemented in this compiler.. - /// - internal static string ERR_FeatureIsUnimplemented { - get { - return ResourceManager.GetString("ERR_FeatureIsUnimplemented", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Feature '{0}' is not available in C# 1. Please use language version {1} or greater.. - /// - internal static string ERR_FeatureNotAvailableInVersion1 { - get { - return ResourceManager.GetString("ERR_FeatureNotAvailableInVersion1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Feature '{0}' is not available in C# 2. Please use language version {1} or greater.. - /// - internal static string ERR_FeatureNotAvailableInVersion2 { - get { - return ResourceManager.GetString("ERR_FeatureNotAvailableInVersion2", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Feature '{0}' is not available in C# 3. Please use language version {1} or greater.. - /// - internal static string ERR_FeatureNotAvailableInVersion3 { - get { - return ResourceManager.GetString("ERR_FeatureNotAvailableInVersion3", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Feature '{0}' is not available in C# 4. Please use language version {1} or greater.. - /// - internal static string ERR_FeatureNotAvailableInVersion4 { - get { - return ResourceManager.GetString("ERR_FeatureNotAvailableInVersion4", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Feature '{0}' is not available in C# 5. Please use language version {1} or greater.. - /// - internal static string ERR_FeatureNotAvailableInVersion5 { - get { - return ResourceManager.GetString("ERR_FeatureNotAvailableInVersion5", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Feature '{0}' is not available in C# 6. Please use language version {1} or greater.. - /// - internal static string ERR_FeatureNotAvailableInVersion6 { - get { - return ResourceManager.GetString("ERR_FeatureNotAvailableInVersion6", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Feature '{0}' is not available in C# 7.0. Please use language version {1} or greater.. - /// - internal static string ERR_FeatureNotAvailableInVersion7 { - get { - return ResourceManager.GetString("ERR_FeatureNotAvailableInVersion7", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Feature '{0}' is not available in C# 7.1. Please use language version {1} or greater.. - /// - internal static string ERR_FeatureNotAvailableInVersion7_1 { - get { - return ResourceManager.GetString("ERR_FeatureNotAvailableInVersion7_1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Feature '{0}' is not available in C# 7.2. Please use language version {1} or greater.. - /// - internal static string ERR_FeatureNotAvailableInVersion7_2 { - get { - return ResourceManager.GetString("ERR_FeatureNotAvailableInVersion7_2", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Feature '{0}' is not available in C# 7.3. Please use language version {1} or greater.. - /// - internal static string ERR_FeatureNotAvailableInVersion7_3 { - get { - return ResourceManager.GetString("ERR_FeatureNotAvailableInVersion7_3", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Feature '{0}' is not available in C# 8.0. Please use language version {1} or greater.. - /// - internal static string ERR_FeatureNotAvailableInVersion8 { - get { - return ResourceManager.GetString("ERR_FeatureNotAvailableInVersion8", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Feature '{0}' is not available in C# 8.0. Please use language version {1} or greater.. - /// - internal static string ERR_FeatureNotAvailableInVersion8_0 { - get { - return ResourceManager.GetString("ERR_FeatureNotAvailableInVersion8_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to An expression tree may not contain '{0}'. - /// - internal static string ERR_FeatureNotValidInExpressionTree { - get { - return ResourceManager.GetString("ERR_FeatureNotValidInExpressionTree", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Field or auto-implemented property cannot be of type '{0}' unless it is an instance member of a ref struct.. - /// - internal static string ERR_FieldAutoPropCantBeByRefLike { - get { - return ResourceManager.GetString("ERR_FieldAutoPropCantBeByRefLike", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Field or property cannot be of type '{0}'. - /// - internal static string ERR_FieldCantBeRefAny { - get { - return ResourceManager.GetString("ERR_FieldCantBeRefAny", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Field cannot have void type. - /// - internal static string ERR_FieldCantHaveVoidType { - get { - return ResourceManager.GetString("ERR_FieldCantHaveVoidType", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The field has multiple distinct constant values.. - /// - internal static string ERR_FieldHasMultipleDistinctConstantValues { - get { - return ResourceManager.GetString("ERR_FieldHasMultipleDistinctConstantValues", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}': cannot have instance property or field initializers in structs. - /// - internal static string ERR_FieldInitializerInStruct { - get { - return ResourceManager.GetString("ERR_FieldInitializerInStruct", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A field initializer cannot reference the non-static field, method, or property '{0}'. - /// - internal static string ERR_FieldInitRefNonstatic { - get { - return ResourceManager.GetString("ERR_FieldInitRefNonstatic", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Field-like event '{0}' cannot be 'readonly'.. - /// - internal static string ERR_FieldLikeEventCantBeReadOnly { - get { - return ResourceManager.GetString("ERR_FieldLikeEventCantBeReadOnly", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Field-like events are not allowed in readonly structs.. - /// - internal static string ERR_FieldlikeEventsInRoStruct { - get { - return ResourceManager.GetString("ERR_FieldlikeEventsInRoStruct", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Instance fields of readonly structs must be readonly.. - /// - internal static string ERR_FieldsInRoStruct { - get { - return ResourceManager.GetString("ERR_FieldsInRoStruct", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Source file '{0}' could not be found.. - /// - internal static string ERR_FileNotFound { - get { - return ResourceManager.GetString("ERR_FileNotFound", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to You cannot use fixed size buffers contained in unfixed expressions. Try using the fixed statement.. - /// - internal static string ERR_FixedBufferNotFixed { - get { - return ResourceManager.GetString("ERR_FixedBufferNotFixed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A fixed buffer may only have one dimension.. - /// - internal static string ERR_FixedBufferTooManyDimensions { - get { - return ResourceManager.GetString("ERR_FixedBufferTooManyDimensions", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A fixed size buffer field must have the array size specifier after the field name. - /// - internal static string ERR_FixedDimsRequired { - get { - return ResourceManager.GetString("ERR_FixedDimsRequired", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot use fixed local '{0}' inside an anonymous method, lambda expression, or query expression. - /// - internal static string ERR_FixedLocalInLambda { - get { - return ResourceManager.GetString("ERR_FixedLocalInLambda", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to You must provide an initializer in a fixed or using statement declaration. - /// - internal static string ERR_FixedMustInit { - get { - return ResourceManager.GetString("ERR_FixedMustInit", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to You can only take the address of an unfixed expression inside of a fixed statement initializer. - /// - internal static string ERR_FixedNeeded { - get { - return ResourceManager.GetString("ERR_FixedNeeded", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Fixed size buffers can only be accessed through locals or fields. - /// - internal static string ERR_FixedNeedsLvalue { - get { - return ResourceManager.GetString("ERR_FixedNeedsLvalue", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Fixed size buffer fields may only be members of structs. - /// - internal static string ERR_FixedNotInStruct { - get { - return ResourceManager.GetString("ERR_FixedNotInStruct", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to You cannot use the fixed statement to take the address of an already fixed expression. - /// - internal static string ERR_FixedNotNeeded { - get { - return ResourceManager.GetString("ERR_FixedNotNeeded", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Fixed size buffer of length {0} and type '{1}' is too big. - /// - internal static string ERR_FixedOverflow { - get { - return ResourceManager.GetString("ERR_FixedOverflow", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Floating-point constant is outside the range of type '{0}'. - /// - internal static string ERR_FloatOverflow { - get { - return ResourceManager.GetString("ERR_FloatOverflow", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to foreach statement cannot operate on variables of type '{0}' because '{0}' does not contain a public instance definition for '{1}'. - /// - internal static string ERR_ForEachMissingMember { - get { - return ResourceManager.GetString("ERR_ForEachMissingMember", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to foreach statement cannot operate on variables of type '{0}' because '{0}' does not contain a public instance definition for '{1}'. Did you mean 'await foreach' rather than 'foreach'?. - /// - internal static string ERR_ForEachMissingMemberWrongAsync { - get { - return ResourceManager.GetString("ERR_ForEachMissingMemberWrongAsync", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Forwarded type '{0}' conflicts with type declared in primary module of this assembly.. - /// - internal static string ERR_ForwardedTypeConflictsWithDeclaration { - get { - return ResourceManager.GetString("ERR_ForwardedTypeConflictsWithDeclaration", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Type '{0}' forwarded to assembly '{1}' conflicts with type '{2}' exported from module '{3}'.. - /// - internal static string ERR_ForwardedTypeConflictsWithExportedType { - get { - return ResourceManager.GetString("ERR_ForwardedTypeConflictsWithExportedType", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Type '{0}' is defined in this assembly, but a type forwarder is specified for it. - /// - internal static string ERR_ForwardedTypeInThisAssembly { - get { - return ResourceManager.GetString("ERR_ForwardedTypeInThisAssembly", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot forward type '{0}' because it is a nested type of '{1}'. - /// - internal static string ERR_ForwardedTypeIsNested { - get { - return ResourceManager.GetString("ERR_ForwardedTypeIsNested", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Type '{0}' forwarded to assembly '{1}' conflicts with type '{2}' forwarded to assembly '{3}'.. - /// - internal static string ERR_ForwardedTypesConflict { - get { - return ResourceManager.GetString("ERR_ForwardedTypesConflict", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Friend assembly reference '{0}' is invalid. InternalsVisibleTo declarations cannot have a version, culture, public key token, or processor architecture specified.. - /// - internal static string ERR_FriendAssemblyBadArgs { - get { - return ResourceManager.GetString("ERR_FriendAssemblyBadArgs", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Friend assembly reference '{0}' is invalid. Strong-name signed assemblies must specify a public key in their InternalsVisibleTo declarations.. - /// - internal static string ERR_FriendAssemblySNReq { - get { - return ResourceManager.GetString("ERR_FriendAssemblySNReq", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Friend access was granted by '{0}', but the public key of the output assembly ('{1}') does not match that specified by the InternalsVisibleTo attribute in the granting assembly.. - /// - internal static string ERR_FriendRefNotEqualToThis { - get { - return ResourceManager.GetString("ERR_FriendRefNotEqualToThis", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Friend access was granted by '{0}', but the strong name signing state of the output assembly does not match that of the granting assembly.. - /// - internal static string ERR_FriendRefSigningMismatch { - get { - return ResourceManager.GetString("ERR_FriendRefSigningMismatch", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}': static types cannot be used as type arguments. - /// - internal static string ERR_GenericArgIsStaticClass { - get { - return ResourceManager.GetString("ERR_GenericArgIsStaticClass", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The type '{3}' cannot be used as type parameter '{2}' in the generic type or method '{0}'. The nullable type '{3}' does not satisfy the constraint of '{1}'.. - /// - internal static string ERR_GenericConstraintNotSatisfiedNullableEnum { - get { - return ResourceManager.GetString("ERR_GenericConstraintNotSatisfiedNullableEnum", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The type '{3}' cannot be used as type parameter '{2}' in the generic type or method '{0}'. The nullable type '{3}' does not satisfy the constraint of '{1}'. Nullable types can not satisfy any interface constraints.. - /// - internal static string ERR_GenericConstraintNotSatisfiedNullableInterface { - get { - return ResourceManager.GetString("ERR_GenericConstraintNotSatisfiedNullableInterface", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The type '{3}' cannot be used as type parameter '{2}' in the generic type or method '{0}'. There is no implicit reference conversion from '{3}' to '{1}'.. - /// - internal static string ERR_GenericConstraintNotSatisfiedRefType { - get { - return ResourceManager.GetString("ERR_GenericConstraintNotSatisfiedRefType", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The type '{3}' cannot be used as type parameter '{2}' in the generic type or method '{0}'. There is no boxing conversion or type parameter conversion from '{3}' to '{1}'.. - /// - internal static string ERR_GenericConstraintNotSatisfiedTyVar { - get { - return ResourceManager.GetString("ERR_GenericConstraintNotSatisfiedTyVar", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The type '{3}' cannot be used as type parameter '{2}' in the generic type or method '{0}'. There is no boxing conversion from '{3}' to '{1}'.. - /// - internal static string ERR_GenericConstraintNotSatisfiedValType { - get { - return ResourceManager.GetString("ERR_GenericConstraintNotSatisfiedValType", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A generic type cannot derive from '{0}' because it is an attribute class. - /// - internal static string ERR_GenericDerivingFromAttribute { - get { - return ResourceManager.GetString("ERR_GenericDerivingFromAttribute", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Type '{0}' from assembly '{1}' cannot be used across assembly boundaries because it has a generic type argument that is an embedded interop type.. - /// - internal static string ERR_GenericsUsedAcrossAssemblies { - get { - return ResourceManager.GetString("ERR_GenericsUsedAcrossAssemblies", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Type '{0}' cannot be embedded because it has a generic argument. Consider setting the 'Embed Interop Types' property to false.. - /// - internal static string ERR_GenericsUsedInNoPIAType { - get { - return ResourceManager.GetString("ERR_GenericsUsedInNoPIAType", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A get or set accessor expected. - /// - internal static string ERR_GetOrSetExpected { - get { - return ResourceManager.GetString("ERR_GetOrSetExpected", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Assembly and module attributes are not allowed in this context. - /// - internal static string ERR_GlobalAttributesNotAllowed { - get { - return ResourceManager.GetString("ERR_GlobalAttributesNotAllowed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Assembly and module attributes must precede all other elements defined in a file except using clauses and extern alias declarations. - /// - internal static string ERR_GlobalAttributesNotFirst { - get { - return ResourceManager.GetString("ERR_GlobalAttributesNotFirst", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Member definition, statement, or end-of-file expected. - /// - internal static string ERR_GlobalDefinitionOrStatementExpected { - get { - return ResourceManager.GetString("ERR_GlobalDefinitionOrStatementExpected", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to You cannot redefine the global extern alias. - /// - internal static string ERR_GlobalExternAlias { - get { - return ResourceManager.GetString("ERR_GlobalExternAlias", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The type or namespace name '{0}' could not be found in the global namespace (are you missing an assembly reference?). - /// - internal static string ERR_GlobalSingleTypeNameNotFound { - get { - return ResourceManager.GetString("ERR_GlobalSingleTypeNameNotFound", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The type name '{0}' could not be found in the global namespace. This type has been forwarded to assembly '{1}' Consider adding a reference to that assembly.. - /// - internal static string ERR_GlobalSingleTypeNameNotFoundFwd { - get { - return ResourceManager.GetString("ERR_GlobalSingleTypeNameNotFoundFwd", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Expressions and statements can only occur in a method body. - /// - internal static string ERR_GlobalStatement { - get { - return ResourceManager.GetString("ERR_GlobalStatement", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A goto cannot jump to a location before a using declaration within the same block.. - /// - internal static string ERR_GoToBackwardJumpOverUsingVar { - get { - return ResourceManager.GetString("ERR_GoToBackwardJumpOverUsingVar", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A goto cannot jump to a location after a using declaration.. - /// - internal static string ERR_GoToForwardJumpOverUsingVar { - get { - return ResourceManager.GetString("ERR_GoToForwardJumpOverUsingVar", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The non-generic {1} '{0}' cannot be used with type arguments. - /// - internal static string ERR_HasNoTypeVars { - get { - return ResourceManager.GetString("ERR_HasNoTypeVars", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' hides inherited abstract member '{1}'. - /// - internal static string ERR_HidingAbstractMethod { - get { - return ResourceManager.GetString("ERR_HidingAbstractMethod", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Identifier expected. - /// - internal static string ERR_IdentifierExpected { - get { - return ResourceManager.GetString("ERR_IdentifierExpected", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Identifier expected; '{1}' is a keyword. - /// - internal static string ERR_IdentifierExpectedKW { - get { - return ResourceManager.GetString("ERR_IdentifierExpectedKW", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to User-defined operator cannot take an object of the enclosing type and convert to an object of the enclosing type. - /// - internal static string ERR_IdentityConversion { - get { - return ResourceManager.GetString("ERR_IdentityConversion", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to An __arglist expression may only appear inside of a call or new expression. - /// - internal static string ERR_IllegalArglist { - get { - return ResourceManager.GetString("ERR_IllegalArglist", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Unrecognized escape sequence. - /// - internal static string ERR_IllegalEscape { - get { - return ResourceManager.GetString("ERR_IllegalEscape", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Fixed size buffer type must be one of the following: bool, byte, short, int, long, char, sbyte, ushort, uint, ulong, float or double. - /// - internal static string ERR_IllegalFixedType { - get { - return ResourceManager.GetString("ERR_IllegalFixedType", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Unsafe code may not appear in iterators. - /// - internal static string ERR_IllegalInnerUnsafe { - get { - return ResourceManager.GetString("ERR_IllegalInnerUnsafe", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to params is not valid in this context. - /// - internal static string ERR_IllegalParams { - get { - return ResourceManager.GetString("ERR_IllegalParams", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to ref and out are not valid in this context. - /// - internal static string ERR_IllegalRefParam { - get { - return ResourceManager.GetString("ERR_IllegalRefParam", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Only assignment, call, increment, decrement, await, and new object expressions can be used as a statement. - /// - internal static string ERR_IllegalStatement { - get { - return ResourceManager.GetString("ERR_IllegalStatement", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The suppression operator is not allowed in this context. - /// - internal static string ERR_IllegalSuppression { - get { - return ResourceManager.GetString("ERR_IllegalSuppression", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Unsafe code may only appear if compiling with /unsafe. - /// - internal static string ERR_IllegalUnsafe { - get { - return ResourceManager.GetString("ERR_IllegalUnsafe", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to __arglist is not valid in this context. - /// - internal static string ERR_IllegalVarArgs { - get { - return ResourceManager.GetString("ERR_IllegalVarArgs", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Invalid variance modifier. Only interface and delegate type parameters can be specified as variant.. - /// - internal static string ERR_IllegalVarianceSyntax { - get { - return ResourceManager.GetString("ERR_IllegalVarianceSyntax", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The constraints for type parameter '{0}' of method '{1}' must match the constraints for type parameter '{2}' of interface method '{3}'. Consider using an explicit interface implementation instead.. - /// - internal static string ERR_ImplBadConstraints { - get { - return ResourceManager.GetString("ERR_ImplBadConstraints", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The tuple element names in the signature of method '{0}' must match the tuple element names of interface method '{1}' (including on the return type).. - /// - internal static string ERR_ImplBadTupleNames { - get { - return ResourceManager.GetString("ERR_ImplBadTupleNames", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' does not implement interface member '{1}'. '{2}' cannot implicitly implement a non-public member.. - /// - internal static string ERR_ImplicitImplementationOfNonPublicInterfaceMember { - get { - return ResourceManager.GetString("ERR_ImplicitImplementationOfNonPublicInterfaceMember", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Invocation of implicit Index Indexer cannot name the argument.. - /// - internal static string ERR_ImplicitIndexIndexerWithName { - get { - return ResourceManager.GetString("ERR_ImplicitIndexIndexerWithName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to No best type found for implicitly-typed array. - /// - internal static string ERR_ImplicitlyTypedArrayNoBestType { - get { - return ResourceManager.GetString("ERR_ImplicitlyTypedArrayNoBestType", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Implicitly-typed local variables cannot be fixed. - /// - internal static string ERR_ImplicitlyTypedLocalCannotBeFixed { - get { - return ResourceManager.GetString("ERR_ImplicitlyTypedLocalCannotBeFixed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Reference to an implicitly-typed out variable '{0}' is not permitted in the same argument list.. - /// - internal static string ERR_ImplicitlyTypedOutVariableUsedInTheSameArgumentList { - get { - return ResourceManager.GetString("ERR_ImplicitlyTypedOutVariableUsedInTheSameArgumentList", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot initialize an implicitly-typed variable with an array initializer. - /// - internal static string ERR_ImplicitlyTypedVariableAssignedArrayInitializer { - get { - return ResourceManager.GetString("ERR_ImplicitlyTypedVariableAssignedArrayInitializer", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot assign {0} to an implicitly-typed variable. - /// - internal static string ERR_ImplicitlyTypedVariableAssignedBadValue { - get { - return ResourceManager.GetString("ERR_ImplicitlyTypedVariableAssignedBadValue", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Implicitly-typed variables cannot be constant. - /// - internal static string ERR_ImplicitlyTypedVariableCannotBeConst { - get { - return ResourceManager.GetString("ERR_ImplicitlyTypedVariableCannotBeConst", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Implicitly-typed variables cannot have multiple declarators. - /// - internal static string ERR_ImplicitlyTypedVariableMultipleDeclarator { - get { - return ResourceManager.GetString("ERR_ImplicitlyTypedVariableMultipleDeclarator", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Implicitly-typed variables must be initialized. - /// - internal static string ERR_ImplicitlyTypedVariableWithNoInitializer { - get { - return ResourceManager.GetString("ERR_ImplicitlyTypedVariableWithNoInitializer", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Invocation of implicit Range Indexer cannot name the argument.. - /// - internal static string ERR_ImplicitRangeIndexerWithName { - get { - return ResourceManager.GetString("ERR_ImplicitRangeIndexerWithName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Imported type '{0}' is invalid. It contains a circular base class dependency.. - /// - internal static string ERR_ImportedCircularBase { - get { - return ResourceManager.GetString("ERR_ImportedCircularBase", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The referenced file '{0}' is not an assembly. - /// - internal static string ERR_ImportNonAssembly { - get { - return ResourceManager.GetString("ERR_ImportNonAssembly", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The property or indexer '{0}' cannot be used in this context because the get accessor is inaccessible. - /// - internal static string ERR_InaccessibleGetter { - get { - return ResourceManager.GetString("ERR_InaccessibleGetter", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The property or indexer '{0}' cannot be used in this context because the set accessor is inaccessible. - /// - internal static string ERR_InaccessibleSetter { - get { - return ResourceManager.GetString("ERR_InaccessibleSetter", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to An out parameter cannot have the In attribute. - /// - internal static string ERR_InAttrOnOutParam { - get { - return ResourceManager.GetString("ERR_InAttrOnOutParam", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Two indexers have different names; the IndexerName attribute must be used with the same name on every indexer within a type. - /// - internal static string ERR_InconsistentIndexerNames { - get { - return ResourceManager.GetString("ERR_InconsistentIndexerNames", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Inconsistent lambda parameter usage; parameter types must be all explicit or all implicit. - /// - internal static string ERR_InconsistentLambdaParameterUsage { - get { - return ResourceManager.GetString("ERR_InconsistentLambdaParameterUsage", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The operand of an increment or decrement operator must be a variable, property or indexer. - /// - internal static string ERR_IncrementLvalueExpected { - get { - return ResourceManager.GetString("ERR_IncrementLvalueExpected", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Indexed property '{0}' must have all arguments optional. - /// - internal static string ERR_IndexedPropertyMustHaveAllOptionalParams { - get { - return ResourceManager.GetString("ERR_IndexedPropertyMustHaveAllOptionalParams", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Indexed property '{0}' has non-optional arguments which must be provided. - /// - internal static string ERR_IndexedPropertyRequiresParams { - get { - return ResourceManager.GetString("ERR_IndexedPropertyRequiresParams", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Indexers cannot have void type. - /// - internal static string ERR_IndexerCantHaveVoidType { - get { - return ResourceManager.GetString("ERR_IndexerCantHaveVoidType", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}': cannot declare indexers in a static class. - /// - internal static string ERR_IndexerInStaticClass { - get { - return ResourceManager.GetString("ERR_IndexerInStaticClass", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Indexers must have at least one parameter. - /// - internal static string ERR_IndexerNeedsParam { - get { - return ResourceManager.GetString("ERR_IndexerNeedsParam", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Constructor '{0}' cannot call itself through another constructor. - /// - internal static string ERR_IndirectRecursiveConstructorCall { - get { - return ResourceManager.GetString("ERR_IndirectRecursiveConstructorCall", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Arguments with 'in' modifier cannot be used in dynamically dispatched expressions.. - /// - internal static string ERR_InDynamicMethodArg { - get { - return ResourceManager.GetString("ERR_InDynamicMethodArg", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 'in' expected. - /// - internal static string ERR_InExpected { - get { - return ResourceManager.GetString("ERR_InExpected", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The first parameter of the 'in' extension method '{0}' must be a concrete (non-generic) value type.. - /// - internal static string ERR_InExtensionMustBeValueType { - get { - return ResourceManager.GetString("ERR_InExtensionMustBeValueType", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot initialize a by-reference variable with a value. - /// - internal static string ERR_InitializeByReferenceVariableWithValue { - get { - return ResourceManager.GetString("ERR_InitializeByReferenceVariableWithValue", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot initialize a by-value variable with a reference. - /// - internal static string ERR_InitializeByValueVariableWithReference { - get { - return ResourceManager.GetString("ERR_InitializeByValueVariableWithReference", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The best overloaded method match '{0}' for the collection initializer element cannot be used. Collection initializer 'Add' methods cannot have ref or out parameters.. - /// - internal static string ERR_InitializerAddHasParamModifiers { - get { - return ResourceManager.GetString("ERR_InitializerAddHasParamModifiers", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The best overloaded method match for '{0}' has wrong signature for the initializer element. The initializable Add must be an accessible instance method.. - /// - internal static string ERR_InitializerAddHasWrongSignature { - get { - return ResourceManager.GetString("ERR_InitializerAddHasWrongSignature", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Structs without explicit constructors cannot contain members with initializers.. - /// - internal static string ERR_InitializerInStructWithoutExplicitConstructor { - get { - return ResourceManager.GetString("ERR_InitializerInStructWithoutExplicitConstructor", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Only auto-implemented properties can have initializers.. - /// - internal static string ERR_InitializerOnNonAutoProperty { - get { - return ResourceManager.GetString("ERR_InitializerOnNonAutoProperty", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}': cannot declare instance members in a static class. - /// - internal static string ERR_InstanceMemberInStaticClass { - get { - return ResourceManager.GetString("ERR_InstanceMemberInStaticClass", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot create an instance of the static class '{0}'. - /// - internal static string ERR_InstantiatingStaticClass { - get { - return ResourceManager.GetString("ERR_InstantiatingStaticClass", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to An expression is too long or complex to compile. - /// - internal static string ERR_InsufficientStack { - get { - return ResourceManager.GetString("ERR_InsufficientStack", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Division by constant zero. - /// - internal static string ERR_IntDivByZero { - get { - return ResourceManager.GetString("ERR_IntDivByZero", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Type byte, sbyte, short, ushort, int, uint, long, or ulong expected. - /// - internal static string ERR_IntegralTypeExpected { - get { - return ResourceManager.GetString("ERR_IntegralTypeExpected", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A value of an integral type expected. - /// - internal static string ERR_IntegralTypeValueExpected { - get { - return ResourceManager.GetString("ERR_IntegralTypeValueExpected", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}': instance event in interface cannot have initializer. - /// - internal static string ERR_InterfaceEventInitializer { - get { - return ResourceManager.GetString("ERR_InterfaceEventInitializer", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Conditional member '{0}' cannot implement interface member '{1}' in type '{2}'. - /// - internal static string ERR_InterfaceImplementedByConditional { - get { - return ResourceManager.GetString("ERR_InterfaceImplementedByConditional", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' cannot implement interface member '{1}' in type '{2}' because it has an __arglist parameter. - /// - internal static string ERR_InterfaceImplementedImplicitlyByVariadic { - get { - return ResourceManager.GetString("ERR_InterfaceImplementedImplicitlyByVariadic", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' in explicit interface declaration is not found among members of the interface that can be implemented. - /// - internal static string ERR_InterfaceMemberNotFound { - get { - return ResourceManager.GetString("ERR_InterfaceMemberNotFound", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Interfaces cannot contain instance constructors. - /// - internal static string ERR_InterfacesCantContainConstructors { - get { - return ResourceManager.GetString("ERR_InterfacesCantContainConstructors", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Interfaces cannot contain conversion, equality, or inequality operators. - /// - internal static string ERR_InterfacesCantContainConversionOrEqualityOperators { - get { - return ResourceManager.GetString("ERR_InterfacesCantContainConversionOrEqualityOperators", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Interfaces cannot contain instance fields. - /// - internal static string ERR_InterfacesCantContainFields { - get { - return ResourceManager.GetString("ERR_InterfacesCantContainFields", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Internal error in the C# compiler.. - /// - internal static string ERR_InternalError { - get { - return ResourceManager.GetString("ERR_InternalError", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Embedded interop method '{0}' contains a body.. - /// - internal static string ERR_InteropMethodWithBody { - get { - return ResourceManager.GetString("ERR_InteropMethodWithBody", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Embedded interop struct '{0}' can contain only public instance fields.. - /// - internal static string ERR_InteropStructContainsMethods { - get { - return ResourceManager.GetString("ERR_InteropStructContainsMethods", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Interop type '{0}' cannot be embedded because it is missing the required '{1}' attribute.. - /// - internal static string ERR_InteropTypeMissingAttribute { - get { - return ResourceManager.GetString("ERR_InteropTypeMissingAttribute", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot embed interop type '{0}' found in both assembly '{1}' and '{2}'. Consider setting the 'Embed Interop Types' property to false.. - /// - internal static string ERR_InteropTypesWithSameNameAndGuid { - get { - return ResourceManager.GetString("ERR_InteropTypesWithSameNameAndGuid", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Integral constant is too large. - /// - internal static string ERR_IntOverflow { - get { - return ResourceManager.GetString("ERR_IntOverflow", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot take the address of the given expression. - /// - internal static string ERR_InvalidAddrOp { - get { - return ResourceManager.GetString("ERR_InvalidAddrOp", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Invalid anonymous type member declarator. Anonymous type members must be declared with a member assignment, simple name or member access.. - /// - internal static string ERR_InvalidAnonymousTypeMemberDeclarator { - get { - return ResourceManager.GetString("ERR_InvalidAnonymousTypeMemberDeclarator", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Invalid rank specifier: expected ',' or ']'. - /// - internal static string ERR_InvalidArray { - get { - return ResourceManager.GetString("ERR_InvalidArray", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Assembly culture strings may not contain embedded NUL characters.. - /// - internal static string ERR_InvalidAssemblyCulture { - get { - return ResourceManager.GetString("ERR_InvalidAssemblyCulture", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Executables cannot be satellite assemblies; culture should always be empty. - /// - internal static string ERR_InvalidAssemblyCultureForExe { - get { - return ResourceManager.GetString("ERR_InvalidAssemblyCultureForExe", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Assembly reference '{0}' is invalid and cannot be resolved. - /// - internal static string ERR_InvalidAssemblyName { - get { - return ResourceManager.GetString("ERR_InvalidAssemblyName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Invalid value for argument to '{0}' attribute. - /// - internal static string ERR_InvalidAttributeArgument { - get { - return ResourceManager.GetString("ERR_InvalidAttributeArgument", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' is of type '{1}'. The type specified in a constant declaration must be sbyte, byte, short, ushort, int, uint, long, ulong, char, float, double, decimal, bool, string, an enum-type, or a reference-type.. - /// - internal static string ERR_InvalidConstantDeclarationType { - get { - return ResourceManager.GetString("ERR_InvalidConstantDeclarationType", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Unable to read debug information of method '{0}' (token 0x{1:X8}) from assembly '{2}'. - /// - internal static string ERR_InvalidDebugInfo { - get { - return ResourceManager.GetString("ERR_InvalidDebugInfo", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Invalid debug information format: {0}. - /// - internal static string ERR_InvalidDebugInformationFormat { - get { - return ResourceManager.GetString("ERR_InvalidDebugInformationFormat", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Delegate '{0}' has no invoke method or an invoke method with a return type or parameter types that are not supported.. - /// - internal static string ERR_InvalidDelegateType { - get { - return ResourceManager.GetString("ERR_InvalidDelegateType", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Expression must be implicitly convertible to Boolean or its type '{0}' must define operator '{1}'.. - /// - internal static string ERR_InvalidDynamicCondition { - get { - return ResourceManager.GetString("ERR_InvalidDynamicCondition", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Invalid expression term '{0}'. - /// - internal static string ERR_InvalidExprTerm { - get { - return ResourceManager.GetString("ERR_InvalidExprTerm", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Invalid file section alignment '{0}'. - /// - internal static string ERR_InvalidFileAlignment { - get { - return ResourceManager.GetString("ERR_InvalidFileAlignment", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Fixed size buffers must have a length greater than zero. - /// - internal static string ERR_InvalidFixedArraySize { - get { - return ResourceManager.GetString("ERR_InvalidFixedArraySize", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Command-line syntax error: Invalid Guid format '{0}' for option '{1}'. - /// - internal static string ERR_InvalidFormatForGuidForOption { - get { - return ResourceManager.GetString("ERR_InvalidFormatForGuidForOption", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Invalid type specified as an argument for TypeForwardedTo attribute. - /// - internal static string ERR_InvalidFwdType { - get { - return ResourceManager.GetString("ERR_InvalidFwdType", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A goto case is only valid inside a switch statement. - /// - internal static string ERR_InvalidGotoCase { - get { - return ResourceManager.GetString("ERR_InvalidGotoCase", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Invalid hash algorithm name: '{0}'. - /// - internal static string ERR_InvalidHashAlgorithmName { - get { - return ResourceManager.GetString("ERR_InvalidHashAlgorithmName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Invalid initializer member declarator. - /// - internal static string ERR_InvalidInitializerElementInitializer { - get { - return ResourceManager.GetString("ERR_InvalidInitializerElementInitializer", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Invalid instrumentation kind: {0}. - /// - internal static string ERR_InvalidInstrumentationKind { - get { - return ResourceManager.GetString("ERR_InvalidInstrumentationKind", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The line number specified for #line directive is missing or invalid. - /// - internal static string ERR_InvalidLineNumber { - get { - return ResourceManager.GetString("ERR_InvalidLineNumber", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Invalid token '{0}' in class, struct, or interface member declaration. - /// - internal static string ERR_InvalidMemberDecl { - get { - return ResourceManager.GetString("ERR_InvalidMemberDecl", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Invalid value for named attribute argument '{0}'. - /// - internal static string ERR_InvalidNamedArgument { - get { - return ResourceManager.GetString("ERR_InvalidNamedArgument", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Invalid number. - /// - internal static string ERR_InvalidNumber { - get { - return ResourceManager.GetString("ERR_InvalidNumber", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Invalid object creation. - /// - internal static string ERR_InvalidObjectCreation { - get { - return ResourceManager.GetString("ERR_InvalidObjectCreation", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Invalid output name: {0}. - /// - internal static string ERR_InvalidOutputName { - get { - return ResourceManager.GetString("ERR_InvalidOutputName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The pathmap option was incorrectly formatted.. - /// - internal static string ERR_InvalidPathMap { - get { - return ResourceManager.GetString("ERR_InvalidPathMap", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Invalid name for a preprocessing symbol; '{0}' is not a valid identifier. - /// - internal static string ERR_InvalidPreprocessingSymbol { - get { - return ResourceManager.GetString("ERR_InvalidPreprocessingSymbol", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Invalid preprocessor expression. - /// - internal static string ERR_InvalidPreprocExpr { - get { - return ResourceManager.GetString("ERR_InvalidPreprocExpr", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The accessibility modifier of the '{0}' accessor must be more restrictive than the property or indexer '{1}'. - /// - internal static string ERR_InvalidPropertyAccessMod { - get { - return ResourceManager.GetString("ERR_InvalidPropertyAccessMod", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot specify 'readonly' modifiers on both property or indexer '{0}' and its accessor. Remove one of them.. - /// - internal static string ERR_InvalidPropertyReadOnlyMods { - get { - return ResourceManager.GetString("ERR_InvalidPropertyReadOnlyMods", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Type of conditional expression cannot be determined because there is no implicit conversion between '{0}' and '{1}'. - /// - internal static string ERR_InvalidQM { - get { - return ResourceManager.GetString("ERR_InvalidQM", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Invalid real literal.. - /// - internal static string ERR_InvalidReal { - get { - return ResourceManager.GetString("ERR_InvalidReal", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Invalid signature public key specified in AssemblySignatureKeyAttribute.. - /// - internal static string ERR_InvalidSignaturePublicKey { - get { - return ResourceManager.GetString("ERR_InvalidSignaturePublicKey", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' is not a valid format specifier. - /// - internal static string ERR_InvalidSpecifier { - get { - return ResourceManager.GetString("ERR_InvalidSpecifier", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to "Invalid rank specifier: expected ']'. - /// - internal static string ERR_InvalidStackAllocArray { - get { - return ResourceManager.GetString("ERR_InvalidStackAllocArray", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Invalid version {0} for /subsystemversion. The version must be 6.02 or greater for ARM or AppContainerExe, and 4.00 or greater otherwise. - /// - internal static string ERR_InvalidSubsystemVersion { - get { - return ResourceManager.GetString("ERR_InvalidSubsystemVersion", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The specified version string does not conform to the required format - major[.minor[.build[.revision]]]. - /// - internal static string ERR_InvalidVersionFormat { - get { - return ResourceManager.GetString("ERR_InvalidVersionFormat", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The specified version string does not conform to the required format - major.minor.build.revision (without wildcards). - /// - internal static string ERR_InvalidVersionFormat2 { - get { - return ResourceManager.GetString("ERR_InvalidVersionFormat2", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The specified version string contains wildcards, which are not compatible with determinism. Either remove wildcards from the version string, or disable determinism for this compilation. - /// - internal static string ERR_InvalidVersionFormatDeterministic { - get { - return ResourceManager.GetString("ERR_InvalidVersionFormatDeterministic", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to It is not legal to use nullable reference type '{0}?' in an is-type expression; use the underlying type '{0}' instead.. - /// - internal static string ERR_IsNullableType { - get { - return ResourceManager.GetString("ERR_IsNullableType", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to An expression of type '{0}' can never match the provided pattern.. - /// - internal static string ERR_IsPatternImpossible { - get { - return ResourceManager.GetString("ERR_IsPatternImpossible", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Yield statements may not appear at the top level in interactive code.. - /// - internal static string ERR_IteratorInInteractive { - get { - return ResourceManager.GetString("ERR_IteratorInInteractive", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Method '{0}' with an iterator block must be 'async' to return '{1}'. - /// - internal static string ERR_IteratorMustBeAsync { - get { - return ResourceManager.GetString("ERR_IteratorMustBeAsync", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to No such label '{0}' within the scope of the goto statement. - /// - internal static string ERR_LabelNotFound { - get { - return ResourceManager.GetString("ERR_LabelNotFound", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The label '{0}' shadows another label by the same name in a contained scope. - /// - internal static string ERR_LabelShadow { - get { - return ResourceManager.GetString("ERR_LabelShadow", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The first operand of an 'is' or 'as' operator may not be a lambda expression, anonymous method, or method group.. - /// - internal static string ERR_LambdaInIsAs { - get { - return ResourceManager.GetString("ERR_LambdaInIsAs", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Specified language version '{0}' cannot have leading zeroes. - /// - internal static string ERR_LanguageVersionCannotHaveLeadingZeroes { - get { - return ResourceManager.GetString("ERR_LanguageVersionCannotHaveLeadingZeroes", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' cannot implement interface member '{1}' in type '{2}' because feature '{3}' is not available in C# {4}. Please use language version '{5}' or greater.. - /// - internal static string ERR_LanguageVersionDoesNotSupportDefaultInterfaceImplementationForMember { - get { - return ResourceManager.GetString("ERR_LanguageVersionDoesNotSupportDefaultInterfaceImplementationForMember", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to { expected. - /// - internal static string ERR_LbraceExpected { - get { - return ResourceManager.GetString("ERR_LbraceExpected", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 'id#' syntax is no longer supported. Use '$id' instead.. - /// - internal static string ERR_LegacyObjectIdSyntax { - get { - return ResourceManager.GetString("ERR_LegacyObjectIdSyntax", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Linked netmodule metadata must provide a full PE image: '{0}'.. - /// - internal static string ERR_LinkedNetmoduleMetadataMustProvideFullPEImage { - get { - return ResourceManager.GetString("ERR_LinkedNetmoduleMetadataMustProvideFullPEImage", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Literal of type double cannot be implicitly converted to type '{1}'; use an '{0}' suffix to create a literal of this type. - /// - internal static string ERR_LiteralDoubleCast { - get { - return ResourceManager.GetString("ERR_LiteralDoubleCast", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to #load is only allowed in scripts. - /// - internal static string ERR_LoadDirectiveOnlyAllowedInScripts { - get { - return ResourceManager.GetString("ERR_LoadDirectiveOnlyAllowedInScripts", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Local '{0}' or its members cannot have their address taken and be used inside an anonymous method or lambda expression. - /// - internal static string ERR_LocalCantBeFixedAndHoisted { - get { - return ResourceManager.GetString("ERR_LocalCantBeFixedAndHoisted", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A local variable or function named '{0}' is already defined in this scope. - /// - internal static string ERR_LocalDuplicate { - get { - return ResourceManager.GetString("ERR_LocalDuplicate", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Local function '{0}' must declare a body because it is not marked 'static extern'.. - /// - internal static string ERR_LocalFunctionMissingBody { - get { - return ResourceManager.GetString("ERR_LocalFunctionMissingBody", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A local or parameter named '{0}' cannot be declared in this scope because that name is used in an enclosing local scope to define a local or parameter. - /// - internal static string ERR_LocalIllegallyOverrides { - get { - return ResourceManager.GetString("ERR_LocalIllegallyOverrides", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}': a parameter, local variable, or local function cannot have the same name as a method type parameter. - /// - internal static string ERR_LocalSameNameAsTypeParam { - get { - return ResourceManager.GetString("ERR_LocalSameNameAsTypeParam", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Embedding the interop type '{0}' from assembly '{1}' causes a name clash in the current assembly. Consider setting the 'Embed Interop Types' property to false.. - /// - internal static string ERR_LocalTypeNameClash { - get { - return ResourceManager.GetString("ERR_LocalTypeNameClash", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' is not a reference type as required by the lock statement. - /// - internal static string ERR_LockNeedsReference { - get { - return ResourceManager.GetString("ERR_LockNeedsReference", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot do member lookup in '{0}' because it is a type parameter. - /// - internal static string ERR_LookupInTypeVariable { - get { - return ResourceManager.GetString("ERR_LookupInTypeVariable", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot use '{0}' for Main method because it is imported. - /// - internal static string ERR_MainClassIsImport { - get { - return ResourceManager.GetString("ERR_MainClassIsImport", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' specified for Main method must be a non-generic class, struct, or interface. - /// - internal static string ERR_MainClassNotClass { - get { - return ResourceManager.GetString("ERR_MainClassNotClass", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Could not find '{0}' specified for Main method. - /// - internal static string ERR_MainClassNotFound { - get { - return ResourceManager.GetString("ERR_MainClassNotFound", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot take the address of, get the size of, or declare a pointer to a managed type ('{0}'). - /// - internal static string ERR_ManagedAddr { - get { - return ResourceManager.GetString("ERR_ManagedAddr", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Unmanaged type '{0}' not valid for fields.. - /// - internal static string ERR_MarshalUnmanagedTypeNotValidForFields { - get { - return ResourceManager.GetString("ERR_MarshalUnmanagedTypeNotValidForFields", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Unmanaged type '{0}' is only valid for fields.. - /// - internal static string ERR_MarshalUnmanagedTypeOnlyValidForFields { - get { - return ResourceManager.GetString("ERR_MarshalUnmanagedTypeOnlyValidForFields", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Type '{1}' already defines a member called '{0}' with the same parameter types. - /// - internal static string ERR_MemberAlreadyExists { - get { - return ResourceManager.GetString("ERR_MemberAlreadyExists", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Duplicate initialization of member '{0}'. - /// - internal static string ERR_MemberAlreadyInitialized { - get { - return ResourceManager.GetString("ERR_MemberAlreadyInitialized", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Member '{0}' cannot be initialized. It is not a field or property.. - /// - internal static string ERR_MemberCannotBeInitialized { - get { - return ResourceManager.GetString("ERR_MemberCannotBeInitialized", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}': member names cannot be the same as their enclosing type. - /// - internal static string ERR_MemberNameSameAsType { - get { - return ResourceManager.GetString("ERR_MemberNameSameAsType", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Method must have a return type. - /// - internal static string ERR_MemberNeedsType { - get { - return ResourceManager.GetString("ERR_MemberNeedsType", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Type '{1}' already reserves a member called '{0}' with the same parameter types. - /// - internal static string ERR_MemberReserved { - get { - return ResourceManager.GetString("ERR_MemberReserved", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to An expression tree lambda may not contain a method group. - /// - internal static string ERR_MemGroupInExpressionTree { - get { - return ResourceManager.GetString("ERR_MemGroupInExpressionTree", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Merge conflict marker encountered. - /// - internal static string ERR_Merge_conflict_marker_encountered { - get { - return ResourceManager.GetString("ERR_Merge_conflict_marker_encountered", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Name '{0}' exceeds the maximum length allowed in metadata.. - /// - internal static string ERR_MetadataNameTooLong { - get { - return ResourceManager.GetString("ERR_MetadataNameTooLong", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Metadata references are not supported.. - /// - internal static string ERR_MetadataReferencesNotSupported { - get { - return ResourceManager.GetString("ERR_MetadataReferencesNotSupported", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to No overload for '{0}' matches delegate '{1}'. - /// - internal static string ERR_MethDelegateMismatch { - get { - return ResourceManager.GetString("ERR_MethDelegateMismatch", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot convert method group '{0}' to non-delegate type '{1}'. Did you intend to invoke the method?. - /// - internal static string ERR_MethGrpToNonDel { - get { - return ResourceManager.GetString("ERR_MethGrpToNonDel", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot make reference to variable of type '{0}'. - /// - internal static string ERR_MethodArgCantBeRefAny { - get { - return ResourceManager.GetString("ERR_MethodArgCantBeRefAny", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Method '{0}' cannot implement interface accessor '{1}' for type '{2}'. Use an explicit interface implementation.. - /// - internal static string ERR_MethodImplementingAccessor { - get { - return ResourceManager.GetString("ERR_MethodImplementingAccessor", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Method name expected. - /// - internal static string ERR_MethodNameExpected { - get { - return ResourceManager.GetString("ERR_MethodNameExpected", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Method or delegate cannot return type '{0}'. - /// - internal static string ERR_MethodReturnCantBeRefAny { - get { - return ResourceManager.GetString("ERR_MethodReturnCantBeRefAny", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Branches of a ref conditional operator cannot refer to variables with incompatible declaration scopes. - /// - internal static string ERR_MismatchedRefEscapeInTernary { - get { - return ResourceManager.GetString("ERR_MismatchedRefEscapeInTernary", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Argument missing. - /// - internal static string ERR_MissingArgument { - get { - return ResourceManager.GetString("ERR_MissingArgument", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Array creation must have array size or array initializer. - /// - internal static string ERR_MissingArraySize { - get { - return ResourceManager.GetString("ERR_MissingArraySize", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The managed coclass wrapper class '{0}' for interface '{1}' cannot be found (are you missing an assembly reference?). - /// - internal static string ERR_MissingCoClass { - get { - return ResourceManager.GetString("ERR_MissingCoClass", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The /pdb option requires that the /debug option also be used. - /// - internal static string ERR_MissingDebugSwitch { - get { - return ResourceManager.GetString("ERR_MissingDebugSwitch", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to No suitable 'Deconstruct' instance or extension method was found for type '{0}', with {1} out parameters and a void return type.. - /// - internal static string ERR_MissingDeconstruct { - get { - return ResourceManager.GetString("ERR_MissingDeconstruct", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Command-line syntax error: Missing Guid for option '{1}'. - /// - internal static string ERR_MissingGuidForOption { - get { - return ResourceManager.GetString("ERR_MissingGuidForOption", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Source interface '{0}' is missing method '{1}' which is required to embed event '{2}'.. - /// - internal static string ERR_MissingMethodOnSourceInterface { - get { - return ResourceManager.GetString("ERR_MissingMethodOnSourceInterface", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Reference to '{0}' netmodule missing.. - /// - internal static string ERR_MissingNetModuleReference { - get { - return ResourceManager.GetString("ERR_MissingNetModuleReference", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Missing partial modifier on declaration of type '{0}'; another partial declaration of this type exists. - /// - internal static string ERR_MissingPartial { - get { - return ResourceManager.GetString("ERR_MissingPartial", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Pattern missing. - /// - internal static string ERR_MissingPattern { - get { - return ResourceManager.GetString("ERR_MissingPattern", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Quoted file name, single-line comment or end-of-line expected. - /// - internal static string ERR_MissingPPFile { - get { - return ResourceManager.GetString("ERR_MissingPPFile", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Missing compiler required member '{0}.{1}'. - /// - internal static string ERR_MissingPredefinedMember { - get { - return ResourceManager.GetString("ERR_MissingPredefinedMember", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Interface '{0}' has an invalid source interface which is required to embed event '{1}'.. - /// - internal static string ERR_MissingSourceInterface { - get { - return ResourceManager.GetString("ERR_MissingSourceInterface", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}': instance field in types marked with StructLayout(LayoutKind.Explicit) must have a FieldOffset attribute. - /// - internal static string ERR_MissingStructOffset { - get { - return ResourceManager.GetString("ERR_MissingStructOffset", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Reference to type '{0}' claims it is defined in '{1}', but it could not be found. - /// - internal static string ERR_MissingTypeInAssembly { - get { - return ResourceManager.GetString("ERR_MissingTypeInAssembly", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Reference to type '{0}' claims it is defined in this assembly, but it is not defined in source or any added modules. - /// - internal static string ERR_MissingTypeInSource { - get { - return ResourceManager.GetString("ERR_MissingTypeInSource", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A deconstruction cannot mix declarations and expressions on the left-hand-side.. - /// - internal static string ERR_MixedDeconstructionUnsupported { - get { - return ResourceManager.GetString("ERR_MixedDeconstructionUnsupported", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' cannot implement '{1}' because '{2}' is a Windows Runtime event and '{3}' is a regular .NET event.. - /// - internal static string ERR_MixingWinRTEventWithRegular { - get { - return ResourceManager.GetString("ERR_MixingWinRTEventWithRegular", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Failed to emit module '{0}': {1}. - /// - internal static string ERR_ModuleEmitFailure { - get { - return ResourceManager.GetString("ERR_ModuleEmitFailure", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Interface member '{0}' does not have a most specific implementation. Neither '{1}', nor '{2}' are most specific.. - /// - internal static string ERR_MostSpecificImplementationIsNotFound { - get { - return ResourceManager.GetString("ERR_MostSpecificImplementationIsNotFound", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Multiple analyzer config files cannot be in the same directory ('{0}').. - /// - internal static string ERR_MultipleAnalyzerConfigsInSameDir { - get { - return ResourceManager.GetString("ERR_MultipleAnalyzerConfigsInSameDir", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Program has more than one entry point defined. Compile with /main to specify the type that contains the entry point.. - /// - internal static string ERR_MultipleEntryPoints { - get { - return ResourceManager.GetString("ERR_MultipleEntryPoints", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The attribute [EnumeratorCancellation] cannot be used on multiple parameters. - /// - internal static string ERR_MultipleEnumeratorCancellationAttributes { - get { - return ResourceManager.GetString("ERR_MultipleEnumeratorCancellationAttributes", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Asynchronous foreach statement cannot operate on variables of type '{0}' because it implements multiple instantiations of '{1}'; try casting to a specific interface instantiation. - /// - internal static string ERR_MultipleIAsyncEnumOfT { - get { - return ResourceManager.GetString("ERR_MultipleIAsyncEnumOfT", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to foreach statement cannot operate on variables of type '{0}' because it implements multiple instantiations of '{1}'; try casting to a specific interface instantiation. - /// - internal static string ERR_MultipleIEnumOfT { - get { - return ResourceManager.GetString("ERR_MultipleIEnumOfT", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot use more than one type in a for, using, fixed, or declaration statement. - /// - internal static string ERR_MultiTypeInDeclaration { - get { - return ResourceManager.GetString("ERR_MultiTypeInDeclaration", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A foreach loop must declare its iteration variables.. - /// - internal static string ERR_MustDeclareForeachIteration { - get { - return ResourceManager.GetString("ERR_MustDeclareForeachIteration", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to In order for '{0}' to be applicable as a short circuit operator, its declaring type '{1}' must define operator true and operator false. - /// - internal static string ERR_MustHaveOpTF { - get { - return ResourceManager.GetString("ERR_MustHaveOpTF", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to By-value returns may only be used in methods that return by value. - /// - internal static string ERR_MustHaveRefReturn { - get { - return ResourceManager.GetString("ERR_MustHaveRefReturn", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to By-reference returns may only be used in methods that return by reference. - /// - internal static string ERR_MustNotHaveRefReturn { - get { - return ResourceManager.GetString("ERR_MustNotHaveRefReturn", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Compilation options '{0}' and '{1}' can't both be specified at the same time.. - /// - internal static string ERR_MutuallyExclusiveOptions { - get { - return ResourceManager.GetString("ERR_MutuallyExclusiveOptions", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Named attribute argument expected. - /// - internal static string ERR_NamedArgumentExpected { - get { - return ResourceManager.GetString("ERR_NamedArgumentExpected", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to An array access may not have a named argument specifier. - /// - internal static string ERR_NamedArgumentForArray { - get { - return ResourceManager.GetString("ERR_NamedArgumentForArray", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Named argument specifications must appear after all fixed arguments have been specified. Please use language version {0} or greater to allow non-trailing named arguments.. - /// - internal static string ERR_NamedArgumentSpecificationBeforeFixedArgument { - get { - return ResourceManager.GetString("ERR_NamedArgumentSpecificationBeforeFixedArgument", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Named argument specifications must appear after all fixed arguments have been specified in a dynamic invocation.. - /// - internal static string ERR_NamedArgumentSpecificationBeforeFixedArgumentInDynamicInvocation { - get { - return ResourceManager.GetString("ERR_NamedArgumentSpecificationBeforeFixedArgumentInDynamicInvocation", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Named argument '{0}' specifies a parameter for which a positional argument has already been given. - /// - internal static string ERR_NamedArgumentUsedInPositional { - get { - return ResourceManager.GetString("ERR_NamedArgumentUsedInPositional", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The name '{0}' does not exist in the current context. - /// - internal static string ERR_NameNotInContext { - get { - return ResourceManager.GetString("ERR_NameNotInContext", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The name '{0}' does not exist in the current context (are you missing a reference to assembly '{1}'?). - /// - internal static string ERR_NameNotInContextPossibleMissingReference { - get { - return ResourceManager.GetString("ERR_NameNotInContextPossibleMissingReference", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Extension method groups are not allowed as an argument to 'nameof'.. - /// - internal static string ERR_NameofExtensionMethod { - get { - return ResourceManager.GetString("ERR_NameofExtensionMethod", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Type parameters are not allowed on a method group as an argument to 'nameof'.. - /// - internal static string ERR_NameofMethodGroupWithTypeParameters { - get { - return ResourceManager.GetString("ERR_NameofMethodGroupWithTypeParameters", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot declare namespace in script code. - /// - internal static string ERR_NamespaceNotAllowedInScript { - get { - return ResourceManager.GetString("ERR_NamespaceNotAllowedInScript", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A namespace cannot directly contain members such as fields or methods. - /// - internal static string ERR_NamespaceUnexpected { - get { - return ResourceManager.GetString("ERR_NamespaceUnexpected", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot create an array with a negative size. - /// - internal static string ERR_NegativeArraySize { - get { - return ResourceManager.GetString("ERR_NegativeArraySize", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot use a negative size with stackalloc. - /// - internal static string ERR_NegativeStackAllocSize { - get { - return ResourceManager.GetString("ERR_NegativeStackAllocSize", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Module name '{0}' stored in '{1}' must match its filename.. - /// - internal static string ERR_NetModuleNameMismatch { - get { - return ResourceManager.GetString("ERR_NetModuleNameMismatch", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Module '{0}' is already defined in this assembly. Each module must have a unique filename.. - /// - internal static string ERR_NetModuleNameMustBeUnique { - get { - return ResourceManager.GetString("ERR_NetModuleNameMustBeUnique", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The new() constraint must be the last constraint specified. - /// - internal static string ERR_NewBoundMustBeLast { - get { - return ResourceManager.GetString("ERR_NewBoundMustBeLast", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The 'new()' constraint cannot be used with the 'unmanaged' constraint. - /// - internal static string ERR_NewBoundWithUnmanaged { - get { - return ResourceManager.GetString("ERR_NewBoundWithUnmanaged", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The 'new()' constraint cannot be used with the 'struct' constraint. - /// - internal static string ERR_NewBoundWithVal { - get { - return ResourceManager.GetString("ERR_NewBoundWithVal", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Interop type '{0}' cannot be embedded. Use the applicable interface instead.. - /// - internal static string ERR_NewCoClassOnLink { - get { - return ResourceManager.GetString("ERR_NewCoClassOnLink", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{2}' must be a non-abstract type with a public parameterless constructor in order to use it as parameter '{1}' in the generic type or method '{0}'. - /// - internal static string ERR_NewConstraintNotSatisfied { - get { - return ResourceManager.GetString("ERR_NewConstraintNotSatisfied", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Newline in constant. - /// - internal static string ERR_NewlineInConst { - get { - return ResourceManager.GetString("ERR_NewlineInConst", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}': cannot provide arguments when creating an instance of a variable type. - /// - internal static string ERR_NewTyvarWithArgs { - get { - return ResourceManager.GetString("ERR_NewTyvarWithArgs", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' is a new virtual member in sealed class '{1}'. - /// - internal static string ERR_NewVirtualInSealed { - get { - return ResourceManager.GetString("ERR_NewVirtualInSealed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 'new' cannot be used with tuple type. Use a tuple literal expression instead.. - /// - internal static string ERR_NewWithTupleTypeSyntax { - get { - return ResourceManager.GetString("ERR_NewWithTupleTypeSyntax", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A 'using static' directive cannot be used to declare an alias. - /// - internal static string ERR_NoAliasHere { - get { - return ResourceManager.GetString("ERR_NoAliasHere", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A base class is required for a 'base' reference. - /// - internal static string ERR_NoBaseClass { - get { - return ResourceManager.GetString("ERR_NoBaseClass", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to No enclosing loop out of which to break or continue. - /// - internal static string ERR_NoBreakOrCont { - get { - return ResourceManager.GetString("ERR_NoBreakOrCont", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot find the interop type that matches the embedded interop type '{0}'. Are you missing an assembly reference?. - /// - internal static string ERR_NoCanonicalView { - get { - return ResourceManager.GetString("ERR_NoCanonicalView", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The type '{0}' has no constructors defined. - /// - internal static string ERR_NoConstructors { - get { - return ResourceManager.GetString("ERR_NoConstructors", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to CallerFilePathAttribute cannot be applied because there are no standard conversions from type '{0}' to type '{1}'. - /// - internal static string ERR_NoConversionForCallerFilePathParam { - get { - return ResourceManager.GetString("ERR_NoConversionForCallerFilePathParam", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to CallerLineNumberAttribute cannot be applied because there are no standard conversions from type '{0}' to type '{1}'. - /// - internal static string ERR_NoConversionForCallerLineNumberParam { - get { - return ResourceManager.GetString("ERR_NoConversionForCallerLineNumberParam", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to CallerMemberNameAttribute cannot be applied because there are no standard conversions from type '{0}' to type '{1}'. - /// - internal static string ERR_NoConversionForCallerMemberNameParam { - get { - return ResourceManager.GetString("ERR_NoConversionForCallerMemberNameParam", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A value of type '{0}' cannot be used as a default parameter because there are no standard conversions to type '{1}'. - /// - internal static string ERR_NoConversionForDefaultParam { - get { - return ResourceManager.GetString("ERR_NoConversionForDefaultParam", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A value of type '{0}' cannot be used as default parameter for nullable parameter '{1}' because '{0}' is not a simple type. - /// - internal static string ERR_NoConversionForNubDefaultParam { - get { - return ResourceManager.GetString("ERR_NoConversionForNubDefaultParam", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}': type used in an asynchronous using statement must be implicitly convertible to 'System.IAsyncDisposable' or implement a suitable 'DisposeAsync' method.. - /// - internal static string ERR_NoConvToIAsyncDisp { - get { - return ResourceManager.GetString("ERR_NoConvToIAsyncDisp", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}': type used in an asynchronous using statement must be implicitly convertible to 'System.IAsyncDisposable' or implement a suitable 'DisposeAsync' method. Did you mean 'using' rather than 'await using'?. - /// - internal static string ERR_NoConvToIAsyncDispWrongAsync { - get { - return ResourceManager.GetString("ERR_NoConvToIAsyncDispWrongAsync", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}': type used in a using statement must be implicitly convertible to 'System.IDisposable'.. - /// - internal static string ERR_NoConvToIDisp { - get { - return ResourceManager.GetString("ERR_NoConvToIDisp", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}': type used in a using statement must be implicitly convertible to 'System.IDisposable'. Did you mean 'await using' rather than 'using'?. - /// - internal static string ERR_NoConvToIDispWrongAsync { - get { - return ResourceManager.GetString("ERR_NoConvToIDispWrongAsync", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to There is no argument given that corresponds to the required formal parameter '{0}' of '{1}'. - /// - internal static string ERR_NoCorrespondingArgument { - get { - return ResourceManager.GetString("ERR_NoCorrespondingArgument", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The call to method '{0}' needs to be dynamically dispatched, but cannot be because it is part of a base access expression. Consider casting the dynamic arguments or eliminating the base access.. - /// - internal static string ERR_NoDynamicPhantomOnBase { - get { - return ResourceManager.GetString("ERR_NoDynamicPhantomOnBase", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The constructor call needs to be dynamically dispatched, but cannot be because it is part of a constructor initializer. Consider casting the dynamic arguments.. - /// - internal static string ERR_NoDynamicPhantomOnBaseCtor { - get { - return ResourceManager.GetString("ERR_NoDynamicPhantomOnBaseCtor", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The indexer access needs to be dynamically dispatched, but cannot be because it is part of a base access expression. Consider casting the dynamic arguments or eliminating the base access.. - /// - internal static string ERR_NoDynamicPhantomOnBaseIndexer { - get { - return ResourceManager.GetString("ERR_NoDynamicPhantomOnBaseIndexer", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Program does not contain a static 'Main' method suitable for an entry point. - /// - internal static string ERR_NoEntryPoint { - get { - return ResourceManager.GetString("ERR_NoEntryPoint", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot convert type '{0}' to '{1}' via a reference conversion, boxing conversion, unboxing conversion, wrapping conversion, or null type conversion. - /// - internal static string ERR_NoExplicitBuiltinConv { - get { - return ResourceManager.GetString("ERR_NoExplicitBuiltinConv", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot convert type '{0}' to '{1}'. - /// - internal static string ERR_NoExplicitConv { - get { - return ResourceManager.GetString("ERR_NoExplicitConv", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Missing file specification for '{0}' option. - /// - internal static string ERR_NoFileSpec { - get { - return ResourceManager.GetString("ERR_NoFileSpec", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}': cannot override because '{1}' does not have an overridable get accessor. - /// - internal static string ERR_NoGetToOverride { - get { - return ResourceManager.GetString("ERR_NoGetToOverride", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot implicitly convert type '{0}' to '{1}'. - /// - internal static string ERR_NoImplicitConv { - get { - return ResourceManager.GetString("ERR_NoImplicitConv", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot implicitly convert type '{0}' to '{1}'. An explicit conversion exists (are you missing a cast?). - /// - internal static string ERR_NoImplicitConvCast { - get { - return ResourceManager.GetString("ERR_NoImplicitConvCast", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' does not have a suitable static 'Main' method. - /// - internal static string ERR_NoMainInClass { - get { - return ResourceManager.GetString("ERR_NoMainInClass", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot specify /main if building a module or library. - /// - internal static string ERR_NoMainOnDLL { - get { - return ResourceManager.GetString("ERR_NoMainOnDLL", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Metadata file '{0}' could not be found. - /// - internal static string ERR_NoMetadataFile { - get { - return ResourceManager.GetString("ERR_NoMetadataFile", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Modifiers cannot be placed on event accessor declarations. - /// - internal static string ERR_NoModifiersOnAccessor { - get { - return ResourceManager.GetString("ERR_NoModifiersOnAccessor", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Class '{0}' cannot have multiple base classes: '{1}' and '{2}'. - /// - internal static string ERR_NoMultipleInheritance { - get { - return ResourceManager.GetString("ERR_NoMultipleInheritance", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Elements defined in a namespace cannot be explicitly declared as private, protected, protected internal, or private protected. - /// - internal static string ERR_NoNamespacePrivate { - get { - return ResourceManager.GetString("ERR_NoNamespacePrivate", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot compile net modules when using /refout or /refonly.. - /// - internal static string ERR_NoNetModuleOutputWhenRefOutOrRefOnly { - get { - return ResourceManager.GetString("ERR_NoNetModuleOutputWhenRefOutOrRefOnly", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot create an instance of the abstract class or interface '{0}'. - /// - internal static string ERR_NoNewAbstract { - get { - return ResourceManager.GetString("ERR_NoNewAbstract", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot create an instance of the variable type '{0}' because it does not have the new() constraint. - /// - internal static string ERR_NoNewTyvar { - get { - return ResourceManager.GetString("ERR_NoNewTyvar", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Type '{0}' in interface list is not an interface. - /// - internal static string ERR_NonInterfaceInInterfaceList { - get { - return ResourceManager.GetString("ERR_NonInterfaceInInterfaceList", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Non-invocable member '{0}' cannot be used like a method.. - /// - internal static string ERR_NonInvocableMemberCalled { - get { - return ResourceManager.GetString("ERR_NonInvocableMemberCalled", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A void or int returning entry point cannot be async. - /// - internal static string ERR_NonTaskMainCantBeAsync { - get { - return ResourceManager.GetString("ERR_NonTaskMainCantBeAsync", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot embed interop types from assembly '{0}' because it is missing the '{1}' attribute.. - /// - internal static string ERR_NoPIAAssemblyMissingAttribute { - get { - return ResourceManager.GetString("ERR_NoPIAAssemblyMissingAttribute", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot embed interop types from assembly '{0}' because it is missing either the '{1}' attribute or the '{2}' attribute.. - /// - internal static string ERR_NoPIAAssemblyMissingAttributes { - get { - return ResourceManager.GetString("ERR_NoPIAAssemblyMissingAttributes", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Type '{0}' cannot be embedded because it is a nested type. Consider setting the 'Embed Interop Types' property to false.. - /// - internal static string ERR_NoPIANestedType { - get { - return ResourceManager.GetString("ERR_NoPIANestedType", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Do not use refout when using refonly.. - /// - internal static string ERR_NoRefOutWhenRefOnly { - get { - return ResourceManager.GetString("ERR_NoRefOutWhenRefOnly", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}': cannot override because '{1}' does not have an overridable set accessor. - /// - internal static string ERR_NoSetToOverride { - get { - return ResourceManager.GetString("ERR_NoSetToOverride", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Source file '{0}' could not be opened -- {1}. - /// - internal static string ERR_NoSourceFile { - get { - return ResourceManager.GetString("ERR_NoSourceFile", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' does not contain a definition for '{1}'. - /// - internal static string ERR_NoSuchMember { - get { - return ResourceManager.GetString("ERR_NoSuchMember", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' does not contain a definition for '{1}' and no accessible extension method '{1}' accepting a first argument of type '{0}' could be found (are you missing a using directive or an assembly reference?). - /// - internal static string ERR_NoSuchMemberOrExtension { - get { - return ResourceManager.GetString("ERR_NoSuchMemberOrExtension", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' does not contain a definition for '{1}' and no extension method '{1}' accepting a first argument of type '{0}' could be found (are you missing a using directive for '{2}'?). - /// - internal static string ERR_NoSuchMemberOrExtensionNeedUsing { - get { - return ResourceManager.GetString("ERR_NoSuchMemberOrExtensionNeedUsing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' is not an attribute class. - /// - internal static string ERR_NotAnAttributeClass { - get { - return ResourceManager.GetString("ERR_NotAnAttributeClass", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The expression being assigned to '{0}' must be constant. - /// - internal static string ERR_NotConstantExpression { - get { - return ResourceManager.GetString("ERR_NotConstantExpression", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The 'notnull' constraint must come before any other constraints. - /// - internal static string ERR_NotNullConstraintMustBeFirst { - get { - return ResourceManager.GetString("ERR_NotNullConstraintMustBeFirst", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' is of type '{1}'. A const field of a reference type other than string can only be initialized with null.. - /// - internal static string ERR_NotNullConstRefField { - get { - return ResourceManager.GetString("ERR_NotNullConstRefField", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' is of type '{1}'. A default parameter value of a reference type other than string can only be initialized with null. - /// - internal static string ERR_NotNullRefDefaultParameter { - get { - return ResourceManager.GetString("ERR_NotNullRefDefaultParameter", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to This language feature ('{0}') is not yet implemented.. - /// - internal static string ERR_NotYetImplementedInRoslyn { - get { - return ResourceManager.GetString("ERR_NotYetImplementedInRoslyn", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The type '{0}' is defined in an assembly that is not referenced. You must add a reference to assembly '{1}'.. - /// - internal static string ERR_NoTypeDef { - get { - return ResourceManager.GetString("ERR_NoTypeDef", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The type '{0}' is defined in a module that has not been added. You must add the module '{1}'.. - /// - internal static string ERR_NoTypeDefFromModule { - get { - return ResourceManager.GetString("ERR_NoTypeDefFromModule", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Keyword 'void' cannot be used in this context. - /// - internal static string ERR_NoVoidHere { - get { - return ResourceManager.GetString("ERR_NoVoidHere", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Invalid parameter type 'void'. - /// - internal static string ERR_NoVoidParameter { - get { - return ResourceManager.GetString("ERR_NoVoidParameter", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Expected 'enable', 'disable', or 'restore'. - /// - internal static string ERR_NullableDirectiveQualifierExpected { - get { - return ResourceManager.GetString("ERR_NullableDirectiveQualifierExpected", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Expected 'warnings', 'annotations', or end of directive. - /// - internal static string ERR_NullableDirectiveTargetExpected { - get { - return ResourceManager.GetString("ERR_NullableDirectiveTargetExpected", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Invalid '{0}' value: '{1}' for C# {2}. Please use language version '{3}' or greater.. - /// - internal static string ERR_NullableOptionNotAvailable { - get { - return ResourceManager.GetString("ERR_NullableOptionNotAvailable", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A nullable type parameter must be known to be a value type or non-nullable reference type. Consider adding a 'class', 'struct', or type constraint.. - /// - internal static string ERR_NullableUnconstrainedTypeParameter { - get { - return ResourceManager.GetString("ERR_NullableUnconstrainedTypeParameter", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use of null is not valid in this context. - /// - internal static string ERR_NullNotValid { - get { - return ResourceManager.GetString("ERR_NullNotValid", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to An expression tree lambda may not contain a null propagating operator.. - /// - internal static string ERR_NullPropagatingOpInExpressionTree { - get { - return ResourceManager.GetString("ERR_NullPropagatingOpInExpressionTree", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' has no base class and cannot call a base constructor. - /// - internal static string ERR_ObjectCallingBaseConstructor { - get { - return ResourceManager.GetString("ERR_ObjectCallingBaseConstructor", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The class System.Object cannot have a base class or implement an interface. - /// - internal static string ERR_ObjectCantHaveBases { - get { - return ResourceManager.GetString("ERR_ObjectCantHaveBases", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Object and collection initializer expressions may not be applied to a delegate creation expression. - /// - internal static string ERR_ObjectOrCollectionInitializerWithDelegateCreation { - get { - return ResourceManager.GetString("ERR_ObjectOrCollectionInitializerWithDelegateCreation", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Member '{0}' cannot be accessed with an instance reference; qualify it with a type name instead. - /// - internal static string ERR_ObjectProhibited { - get { - return ResourceManager.GetString("ERR_ObjectProhibited", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to An object reference is required for the non-static field, method, or property '{0}'. - /// - internal static string ERR_ObjectRequired { - get { - return ResourceManager.GetString("ERR_ObjectRequired", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A /reference option that declares an extern alias can only have one filename. To specify multiple aliases or filenames, use multiple /reference options.. - /// - internal static string ERR_OneAliasPerReference { - get { - return ResourceManager.GetString("ERR_OneAliasPerReference", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Only class types can contain destructors. - /// - internal static string ERR_OnlyClassesCanContainDestructors { - get { - return ResourceManager.GetString("ERR_OnlyClassesCanContainDestructors", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to End-of-file found, '*/' expected. - /// - internal static string ERR_OpenEndedComment { - get { - return ResourceManager.GetString("ERR_OpenEndedComment", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Error opening response file '{0}'. - /// - internal static string ERR_OpenResponseFile { - get { - return ResourceManager.GetString("ERR_OpenResponseFile", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to User-defined operators cannot return void. - /// - internal static string ERR_OperatorCantReturnVoid { - get { - return ResourceManager.GetString("ERR_OperatorCantReturnVoid", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}': static classes cannot contain user-defined operators. - /// - internal static string ERR_OperatorInStaticClass { - get { - return ResourceManager.GetString("ERR_OperatorInStaticClass", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The operator '{0}' requires a matching operator '{1}' to also be defined. - /// - internal static string ERR_OperatorNeedsMatch { - get { - return ResourceManager.GetString("ERR_OperatorNeedsMatch", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to User-defined operator '{0}' must be declared static and public. - /// - internal static string ERR_OperatorsMustBeStatic { - get { - return ResourceManager.GetString("ERR_OperatorsMustBeStatic", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The return type of operator True or False must be bool. - /// - internal static string ERR_OpTFRetType { - get { - return ResourceManager.GetString("ERR_OpTFRetType", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Option '{0}' must be an absolute path.. - /// - internal static string ERR_OptionMustBeAbsolutePath { - get { - return ResourceManager.GetString("ERR_OptionMustBeAbsolutePath", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to An in parameter cannot have the Out attribute.. - /// - internal static string ERR_OutAttrOnInParam { - get { - return ResourceManager.GetString("ERR_OutAttrOnInParam", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot specify the Out attribute on a ref parameter without also specifying the In attribute.. - /// - internal static string ERR_OutAttrOnRefParam { - get { - return ResourceManager.GetString("ERR_OutAttrOnRefParam", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Outputs without source must have the /out option specified. - /// - internal static string ERR_OutputNeedsName { - get { - return ResourceManager.GetString("ERR_OutputNeedsName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Could not write to output file '{0}' -- '{1}'. - /// - internal static string ERR_OutputWriteFailed { - get { - return ResourceManager.GetString("ERR_OutputWriteFailed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to An out variable cannot be declared as a ref local. - /// - internal static string ERR_OutVariableCannotBeByRef { - get { - return ResourceManager.GetString("ERR_OutVariableCannotBeByRef", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' cannot define an overloaded {1} that differs only on parameter modifiers '{2}' and '{3}'. - /// - internal static string ERR_OverloadRefKind { - get { - return ResourceManager.GetString("ERR_OverloadRefKind", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Do not override object.Finalize. Instead, provide a destructor.. - /// - internal static string ERR_OverrideFinalizeDeprecated { - get { - return ResourceManager.GetString("ERR_OverrideFinalizeDeprecated", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}': no suitable method found to override. - /// - internal static string ERR_OverrideNotExpected { - get { - return ResourceManager.GetString("ERR_OverrideNotExpected", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A member '{0}' marked as override cannot be marked as new or virtual. - /// - internal static string ERR_OverrideNotNew { - get { - return ResourceManager.GetString("ERR_OverrideNotNew", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Method '{0}' specifies a 'class' constraint for type parameter '{1}', but corresponding type parameter '{2}' of overridden or explicitly implemented method '{3}' is not a reference type.. - /// - internal static string ERR_OverrideRefConstraintNotSatisfied { - get { - return ResourceManager.GetString("ERR_OverrideRefConstraintNotSatisfied", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Method '{0}' specifies a 'struct' constraint for type parameter '{1}', but corresponding type parameter '{2}' of overridden or explicitly implemented method '{3}' is not a non-nullable value type.. - /// - internal static string ERR_OverrideValConstraintNotSatisfied { - get { - return ResourceManager.GetString("ERR_OverrideValConstraintNotSatisfied", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Constraints for override and explicit interface implementation methods are inherited from the base method, so they cannot be specified directly, except for either a 'class', or a 'struct' constraint.. - /// - internal static string ERR_OverrideWithConstraints { - get { - return ResourceManager.GetString("ERR_OverrideWithConstraints", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Overloadable binary operator expected. - /// - internal static string ERR_OvlBinaryOperatorExpected { - get { - return ResourceManager.GetString("ERR_OvlBinaryOperatorExpected", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Overloadable operator expected. - /// - internal static string ERR_OvlOperatorExpected { - get { - return ResourceManager.GetString("ERR_OvlOperatorExpected", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Overloadable unary operator expected. - /// - internal static string ERR_OvlUnaryOperatorExpected { - get { - return ResourceManager.GetString("ERR_OvlUnaryOperatorExpected", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The parameter has multiple distinct default values.. - /// - internal static string ERR_ParamDefaultValueDiffersFromAttribute { - get { - return ResourceManager.GetString("ERR_ParamDefaultValueDiffersFromAttribute", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}': static types cannot be used as parameters. - /// - internal static string ERR_ParameterIsStaticClass { - get { - return ResourceManager.GetString("ERR_ParameterIsStaticClass", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Parameter not valid for the specified unmanaged type.. - /// - internal static string ERR_ParameterNotValidForType { - get { - return ResourceManager.GetString("ERR_ParameterNotValidForType", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The params parameter cannot be declared as {0}. - /// - internal static string ERR_ParamsCantBeWithModifier { - get { - return ResourceManager.GetString("ERR_ParamsCantBeWithModifier", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A params parameter must be the last parameter in a formal parameter list. - /// - internal static string ERR_ParamsLast { - get { - return ResourceManager.GetString("ERR_ParamsLast", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The params parameter must be a single dimensional array. - /// - internal static string ERR_ParamsMustBeArray { - get { - return ResourceManager.GetString("ERR_ParamsMustBeArray", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The out parameter '{0}' must be assigned to before control leaves the current method. - /// - internal static string ERR_ParamUnassigned { - get { - return ResourceManager.GetString("ERR_ParamUnassigned", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A partial method cannot have out parameters. - /// - internal static string ERR_PartialMethodCannotHaveOutParameters { - get { - return ResourceManager.GetString("ERR_PartialMethodCannotHaveOutParameters", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Both partial method declarations must be extension methods or neither may be an extension method. - /// - internal static string ERR_PartialMethodExtensionDifference { - get { - return ResourceManager.GetString("ERR_PartialMethodExtensionDifference", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Partial method declarations of '{0}' have inconsistent constraints for type parameter '{1}'. - /// - internal static string ERR_PartialMethodInconsistentConstraints { - get { - return ResourceManager.GetString("ERR_PartialMethodInconsistentConstraints", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Both partial method declarations, '{0}' and '{1}', must use the same tuple element names.. - /// - internal static string ERR_PartialMethodInconsistentTupleNames { - get { - return ResourceManager.GetString("ERR_PartialMethodInconsistentTupleNames", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Partial methods with only a defining declaration or removed conditional methods cannot be used in expression trees. - /// - internal static string ERR_PartialMethodInExpressionTree { - get { - return ResourceManager.GetString("ERR_PartialMethodInExpressionTree", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A partial method cannot have access modifiers or the virtual, abstract, override, new, sealed, or extern modifiers. - /// - internal static string ERR_PartialMethodInvalidModifier { - get { - return ResourceManager.GetString("ERR_PartialMethodInvalidModifier", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to No defining declaration found for implementing declaration of partial method '{0}'. - /// - internal static string ERR_PartialMethodMustHaveLatent { - get { - return ResourceManager.GetString("ERR_PartialMethodMustHaveLatent", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Partial methods must have a void return type. - /// - internal static string ERR_PartialMethodMustReturnVoid { - get { - return ResourceManager.GetString("ERR_PartialMethodMustReturnVoid", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A partial method may not explicitly implement an interface method. - /// - internal static string ERR_PartialMethodNotExplicit { - get { - return ResourceManager.GetString("ERR_PartialMethodNotExplicit", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A partial method must be declared within a partial class, partial struct, or partial interface. - /// - internal static string ERR_PartialMethodOnlyInPartialClass { - get { - return ResourceManager.GetString("ERR_PartialMethodOnlyInPartialClass", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A partial method may not have multiple implementing declarations. - /// - internal static string ERR_PartialMethodOnlyOneActual { - get { - return ResourceManager.GetString("ERR_PartialMethodOnlyOneActual", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A partial method may not have multiple defining declarations. - /// - internal static string ERR_PartialMethodOnlyOneLatent { - get { - return ResourceManager.GetString("ERR_PartialMethodOnlyOneLatent", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Both partial method declarations must use a params parameter or neither may use a params parameter. - /// - internal static string ERR_PartialMethodParamsDifference { - get { - return ResourceManager.GetString("ERR_PartialMethodParamsDifference", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Both partial method declarations must be readonly or neither may be readonly. - /// - internal static string ERR_PartialMethodReadOnlyDifference { - get { - return ResourceManager.GetString("ERR_PartialMethodReadOnlyDifference", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Both partial method declarations must be static or neither may be static. - /// - internal static string ERR_PartialMethodStaticDifference { - get { - return ResourceManager.GetString("ERR_PartialMethodStaticDifference", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot create delegate from method '{0}' because it is a partial method without an implementing declaration. - /// - internal static string ERR_PartialMethodToDelegate { - get { - return ResourceManager.GetString("ERR_PartialMethodToDelegate", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Both partial method declarations must be unsafe or neither may be unsafe. - /// - internal static string ERR_PartialMethodUnsafeDifference { - get { - return ResourceManager.GetString("ERR_PartialMethodUnsafeDifference", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The 'partial' modifier can only appear immediately before 'class', 'struct', 'interface', or 'void'. - /// - internal static string ERR_PartialMisplaced { - get { - return ResourceManager.GetString("ERR_PartialMisplaced", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Partial declarations of '{0}' have conflicting accessibility modifiers. - /// - internal static string ERR_PartialModifierConflict { - get { - return ResourceManager.GetString("ERR_PartialModifierConflict", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Partial declarations of '{0}' must not specify different base classes. - /// - internal static string ERR_PartialMultipleBases { - get { - return ResourceManager.GetString("ERR_PartialMultipleBases", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Partial declarations of '{0}' must be all classes, all structs, or all interfaces. - /// - internal static string ERR_PartialTypeKindConflict { - get { - return ResourceManager.GetString("ERR_PartialTypeKindConflict", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Partial declarations of '{0}' have inconsistent constraints for type parameter '{1}'. - /// - internal static string ERR_PartialWrongConstraints { - get { - return ResourceManager.GetString("ERR_PartialWrongConstraints", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Partial declarations of '{0}' must have the same type parameter names in the same order. - /// - internal static string ERR_PartialWrongTypeParams { - get { - return ResourceManager.GetString("ERR_PartialWrongTypeParams", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Partial declarations of '{0}' must have the same type parameter names and variance modifiers in the same order. - /// - internal static string ERR_PartialWrongTypeParamsVariance { - get { - return ResourceManager.GetString("ERR_PartialWrongTypeParamsVariance", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to It is not legal to use the type 'dynamic' in a pattern.. - /// - internal static string ERR_PatternDynamicType { - get { - return ResourceManager.GetString("ERR_PatternDynamicType", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to It is not legal to use nullable type '{0}' in a pattern; use the underlying type '{1}' instead.. - /// - internal static string ERR_PatternNullableType { - get { - return ResourceManager.GetString("ERR_PatternNullableType", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to An expression of type '{0}' cannot be handled by a pattern of type '{1}' in C# {2}. Please use language version {3} or greater.. - /// - internal static string ERR_PatternWrongGenericTypeInVersion { - get { - return ResourceManager.GetString("ERR_PatternWrongGenericTypeInVersion", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to An expression of type '{0}' cannot be handled by a pattern of type '{1}'.. - /// - internal static string ERR_PatternWrongType { - get { - return ResourceManager.GetString("ERR_PatternWrongType", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Error reading file '{0}' specified for the named argument '{1}' for PermissionSet attribute: '{2}'. - /// - internal static string ERR_PermissionSetAttributeFileReadError { - get { - return ResourceManager.GetString("ERR_PermissionSetAttributeFileReadError", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Unable to resolve file path '{0}' specified for the named argument '{1}' for PermissionSet attribute. - /// - internal static string ERR_PermissionSetAttributeInvalidFile { - get { - return ResourceManager.GetString("ERR_PermissionSetAttributeInvalidFile", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to An error occurred while writing the output file: {0}.. - /// - internal static string ERR_PeWritingFailure { - get { - return ResourceManager.GetString("ERR_PeWritingFailure", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Neither 'is' nor 'as' is valid on pointer types. - /// - internal static string ERR_PointerInAsOrIs { - get { - return ResourceManager.GetString("ERR_PointerInAsOrIs", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Pattern-matching is not permitted for pointer types.. - /// - internal static string ERR_PointerTypeInPatternMatching { - get { - return ResourceManager.GetString("ERR_PointerTypeInPatternMatching", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The body of an async-iterator method must contain a 'yield' statement.. - /// - internal static string ERR_PossibleAsyncIteratorWithoutYield { - get { - return ResourceManager.GetString("ERR_PossibleAsyncIteratorWithoutYield", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The body of an async-iterator method must contain a 'yield' statement. Consider removing 'async' from the method declaration or adding a 'yield' statement.. - /// - internal static string ERR_PossibleAsyncIteratorWithoutYieldOrAwait { - get { - return ResourceManager.GetString("ERR_PossibleAsyncIteratorWithoutYieldOrAwait", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to To cast a negative value, you must enclose the value in parentheses.. - /// - internal static string ERR_PossibleBadNegCast { - get { - return ResourceManager.GetString("ERR_PossibleBadNegCast", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot define/undefine preprocessor symbols after first token in file. - /// - internal static string ERR_PPDefFollowsToken { - get { - return ResourceManager.GetString("ERR_PPDefFollowsToken", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Preprocessor directive expected. - /// - internal static string ERR_PPDirectiveExpected { - get { - return ResourceManager.GetString("ERR_PPDirectiveExpected", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot use #load after first token in file. - /// - internal static string ERR_PPLoadFollowsToken { - get { - return ResourceManager.GetString("ERR_PPLoadFollowsToken", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot use #r after first token in file. - /// - internal static string ERR_PPReferenceFollowsToken { - get { - return ResourceManager.GetString("ERR_PPReferenceFollowsToken", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Member '{0}' was not found on type '{1}' from assembly '{2}'.. - /// - internal static string ERR_PredefinedTypeMemberNotFoundInAssembly { - get { - return ResourceManager.GetString("ERR_PredefinedTypeMemberNotFoundInAssembly", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Predefined type '{0}' is not defined or imported. - /// - internal static string ERR_PredefinedTypeNotFound { - get { - return ResourceManager.GetString("ERR_PredefinedTypeNotFound", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Predefined type '{0}' is declared in multiple referenced assemblies: '{1}' and '{2}'. - /// - internal static string ERR_PredefinedValueTupleTypeAmbiguous3 { - get { - return ResourceManager.GetString("ERR_PredefinedValueTupleTypeAmbiguous3", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Predefined type '{0}' must be a struct.. - /// - internal static string ERR_PredefinedValueTupleTypeMustBeStruct { - get { - return ResourceManager.GetString("ERR_PredefinedValueTupleTypeMustBeStruct", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Predefined type '{0}' is not defined or imported. - /// - internal static string ERR_PredefinedValueTupleTypeNotFound { - get { - return ResourceManager.GetString("ERR_PredefinedValueTupleTypeNotFound", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to SecurityAction value '{0}' is invalid for PrincipalPermission attribute. - /// - internal static string ERR_PrincipalPermissionInvalidAction { - get { - return ResourceManager.GetString("ERR_PrincipalPermissionInvalidAction", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}': abstract properties cannot have private accessors. - /// - internal static string ERR_PrivateAbstractAccessor { - get { - return ResourceManager.GetString("ERR_PrivateAbstractAccessor", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}': property or indexer cannot have void type. - /// - internal static string ERR_PropertyCantHaveVoidType { - get { - return ResourceManager.GetString("ERR_PropertyCantHaveVoidType", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The property or indexer '{0}' cannot be used in this context because it lacks the get accessor. - /// - internal static string ERR_PropertyLacksGet { - get { - return ResourceManager.GetString("ERR_PropertyLacksGet", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A property subpattern requires a reference to the property or field to be matched, e.g. '{{ Name: {0} }}'. - /// - internal static string ERR_PropertyPatternNameMissing { - get { - return ResourceManager.GetString("ERR_PropertyPatternNameMissing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}': property or indexer must have at least one accessor. - /// - internal static string ERR_PropertyWithNoAccessors { - get { - return ResourceManager.GetString("ERR_PropertyWithNoAccessors", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}': static classes cannot contain protected members. - /// - internal static string ERR_ProtectedInStatic { - get { - return ResourceManager.GetString("ERR_ProtectedInStatic", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}': new protected member declared in struct. - /// - internal static string ERR_ProtectedInStruct { - get { - return ResourceManager.GetString("ERR_ProtectedInStruct", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The * or -> operator must be applied to a pointer. - /// - internal static string ERR_PtrExpected { - get { - return ResourceManager.GetString("ERR_PtrExpected", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A pointer must be indexed by only one value. - /// - internal static string ERR_PtrIndexSingle { - get { - return ResourceManager.GetString("ERR_PtrIndexSingle", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Error signing output with public key from container '{0}' -- {1}. - /// - internal static string ERR_PublicKeyContainerFailure { - get { - return ResourceManager.GetString("ERR_PublicKeyContainerFailure", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Error signing output with public key from file '{0}' -- {1}. - /// - internal static string ERR_PublicKeyFileFailure { - get { - return ResourceManager.GetString("ERR_PublicKeyFileFailure", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Public signing was specified and requires a public key, but no public key was specified.. - /// - internal static string ERR_PublicSignButNoKey { - get { - return ResourceManager.GetString("ERR_PublicSignButNoKey", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Public signing is not supported for netmodules.. - /// - internal static string ERR_PublicSignNetModule { - get { - return ResourceManager.GetString("ERR_PublicSignNetModule", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The range variable '{0}' has already been declared. - /// - internal static string ERR_QueryDuplicateRangeVariable { - get { - return ResourceManager.GetString("ERR_QueryDuplicateRangeVariable", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The name '{0}' is not in scope on the right side of 'equals'. Consider swapping the expressions on either side of 'equals'.. - /// - internal static string ERR_QueryInnerKey { - get { - return ResourceManager.GetString("ERR_QueryInnerKey", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Multiple implementations of the query pattern were found for source type '{0}'. Ambiguous call to '{1}'.. - /// - internal static string ERR_QueryMultipleProviders { - get { - return ResourceManager.GetString("ERR_QueryMultipleProviders", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Could not find an implementation of the query pattern for source type '{0}'. '{1}' not found.. - /// - internal static string ERR_QueryNoProvider { - get { - return ResourceManager.GetString("ERR_QueryNoProvider", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Could not find an implementation of the query pattern for source type '{0}'. '{1}' not found. Consider explicitly specifying the type of the range variable '{2}'.. - /// - internal static string ERR_QueryNoProviderCastable { - get { - return ResourceManager.GetString("ERR_QueryNoProviderCastable", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Could not find an implementation of the query pattern for source type '{0}'. '{1}' not found. Are you missing a reference to 'System.Core.dll' or a using directive for 'System.Linq'?. - /// - internal static string ERR_QueryNoProviderStandard { - get { - return ResourceManager.GetString("ERR_QueryNoProviderStandard", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The name '{0}' is not in scope on the left side of 'equals'. Consider swapping the expressions on either side of 'equals'.. - /// - internal static string ERR_QueryOuterKey { - get { - return ResourceManager.GetString("ERR_QueryOuterKey", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot pass the range variable '{0}' as an out or ref parameter. - /// - internal static string ERR_QueryOutRefRangeVariable { - get { - return ResourceManager.GetString("ERR_QueryOutRefRangeVariable", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot assign {0} to a range variable. - /// - internal static string ERR_QueryRangeVariableAssignedBadValue { - get { - return ResourceManager.GetString("ERR_QueryRangeVariableAssignedBadValue", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The range variable '{0}' conflicts with a previous declaration of '{0}'. - /// - internal static string ERR_QueryRangeVariableOverrides { - get { - return ResourceManager.GetString("ERR_QueryRangeVariableOverrides", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Range variable '{0}' cannot be assigned to -- it is read only. - /// - internal static string ERR_QueryRangeVariableReadOnly { - get { - return ResourceManager.GetString("ERR_QueryRangeVariableReadOnly", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The range variable '{0}' cannot have the same name as a method type parameter. - /// - internal static string ERR_QueryRangeVariableSameAsTypeParam { - get { - return ResourceManager.GetString("ERR_QueryRangeVariableSameAsTypeParam", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The type of the expression in the {0} clause is incorrect. Type inference failed in the call to '{1}'.. - /// - internal static string ERR_QueryTypeInferenceFailed { - get { - return ResourceManager.GetString("ERR_QueryTypeInferenceFailed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The type of one of the expressions in the {0} clause is incorrect. Type inference failed in the call to '{1}'.. - /// - internal static string ERR_QueryTypeInferenceFailedMulti { - get { - return ResourceManager.GetString("ERR_QueryTypeInferenceFailedMulti", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to An expression of type '{0}' is not allowed in a subsequent from clause in a query expression with source type '{1}'. Type inference failed in the call to '{2}'.. - /// - internal static string ERR_QueryTypeInferenceFailedSelectMany { - get { - return ResourceManager.GetString("ERR_QueryTypeInferenceFailedSelectMany", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to } expected. - /// - internal static string ERR_RbraceExpected { - get { - return ResourceManager.GetString("ERR_RbraceExpected", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Type '{0}' cannot be embedded because it has a re-abstraction of a member from base interface. Consider setting the 'Embed Interop Types' property to false.. - /// - internal static string ERR_ReAbstractionInNoPIAType { - get { - return ResourceManager.GetString("ERR_ReAbstractionInNoPIAType", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}': 'readonly' can only be used on accessors if the property or indexer has both a get and a set accessor. - /// - internal static string ERR_ReadOnlyModMissingAccessor { - get { - return ResourceManager.GetString("ERR_ReadOnlyModMissingAccessor", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Members of readonly field '{0}' of type '{1}' cannot be assigned with an object initializer because it is of a value type. - /// - internal static string ERR_ReadonlyValueTypeInObjectInitializer { - get { - return ResourceManager.GetString("ERR_ReadonlyValueTypeInObjectInitializer", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Constructor '{0}' cannot call itself. - /// - internal static string ERR_RecursiveConstructorCall { - get { - return ResourceManager.GetString("ERR_RecursiveConstructorCall", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Type of '{0}' cannot be inferred since its initializer directly or indirectly refers to the definition.. - /// - internal static string ERR_RecursivelyTypedVariable { - get { - return ResourceManager.GetString("ERR_RecursivelyTypedVariable", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The expression must be of type '{0}' because it is being assigned by reference. - /// - internal static string ERR_RefAssignmentMustHaveIdentityConversion { - get { - return ResourceManager.GetString("ERR_RefAssignmentMustHaveIdentityConversion", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot ref-assign '{1}' to '{0}' because '{1}' has a narrower escape scope than '{0}'.. - /// - internal static string ERR_RefAssignNarrower { - get { - return ResourceManager.GetString("ERR_RefAssignNarrower", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 'await' cannot be used in an expression containing a ref conditional operator. - /// - internal static string ERR_RefConditionalAndAwait { - get { - return ResourceManager.GetString("ERR_RefConditionalAndAwait", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The expression must be of type '{0}' to match the alternative ref value. - /// - internal static string ERR_RefConditionalDifferentTypes { - get { - return ResourceManager.GetString("ERR_RefConditionalDifferentTypes", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Both conditional operator values must be ref values or neither may be a ref value. - /// - internal static string ERR_RefConditionalNeedsTwoRefs { - get { - return ResourceManager.GetString("ERR_RefConditionalNeedsTwoRefs", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The type '{2}' must be a reference type in order to use it as parameter '{1}' in the generic type or method '{0}'. - /// - internal static string ERR_RefConstraintNotSatisfied { - get { - return ResourceManager.GetString("ERR_RefConstraintNotSatisfied", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to #r is only allowed in scripts. - /// - internal static string ERR_ReferenceDirectiveOnlyAllowedInScripts { - get { - return ResourceManager.GetString("ERR_ReferenceDirectiveOnlyAllowedInScripts", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The first parameter of a 'ref' extension method '{0}' must be a value type or a generic type constrained to struct.. - /// - internal static string ERR_RefExtensionMustBeValueTypeOrConstrainedToOne { - get { - return ResourceManager.GetString("ERR_RefExtensionMustBeValueTypeOrConstrainedToOne", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The left-hand side of a ref assignment must be a ref local or parameter.. - /// - internal static string ERR_RefLocalOrParamExpected { - get { - return ResourceManager.GetString("ERR_RefLocalOrParamExpected", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A ref or out value must be an assignable variable. - /// - internal static string ERR_RefLvalueExpected { - get { - return ResourceManager.GetString("ERR_RefLvalueExpected", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A ref or out parameter cannot have a default value. - /// - internal static string ERR_RefOutDefaultValue { - get { - return ResourceManager.GetString("ERR_RefOutDefaultValue", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A property or indexer may not be passed as an out or ref parameter. - /// - internal static string ERR_RefProperty { - get { - return ResourceManager.GetString("ERR_RefProperty", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Properties which return by reference cannot have set accessors. - /// - internal static string ERR_RefPropertyCannotHaveSetAccessor { - get { - return ResourceManager.GetString("ERR_RefPropertyCannotHaveSetAccessor", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Properties which return by reference must have a get accessor. - /// - internal static string ERR_RefPropertyMustHaveGetAccessor { - get { - return ResourceManager.GetString("ERR_RefPropertyMustHaveGetAccessor", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A readonly field cannot be used as a ref or out value (except in a constructor). - /// - internal static string ERR_RefReadonly { - get { - return ResourceManager.GetString("ERR_RefReadonly", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Members of readonly field '{0}' cannot be used as a ref or out value (except in a constructor). - /// - internal static string ERR_RefReadonly2 { - get { - return ResourceManager.GetString("ERR_RefReadonly2", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot use '{0}' as a ref or out value because it is read-only. - /// - internal static string ERR_RefReadonlyLocal { - get { - return ResourceManager.GetString("ERR_RefReadonlyLocal", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot use fields of '{0}' as a ref or out value because it is a '{1}'. - /// - internal static string ERR_RefReadonlyLocal2Cause { - get { - return ResourceManager.GetString("ERR_RefReadonlyLocal2Cause", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot use '{0}' as a ref or out value because it is a '{1}'. - /// - internal static string ERR_RefReadonlyLocalCause { - get { - return ResourceManager.GetString("ERR_RefReadonlyLocalCause", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot use {0} '{1}' as a ref or out value because it is a readonly variable. - /// - internal static string ERR_RefReadonlyNotField { - get { - return ResourceManager.GetString("ERR_RefReadonlyNotField", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Members of {0} '{1}' cannot be used as a ref or out value because it is a readonly variable. - /// - internal static string ERR_RefReadonlyNotField2 { - get { - return ResourceManager.GetString("ERR_RefReadonlyNotField2", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A static readonly field cannot be used as a ref or out value (except in a static constructor). - /// - internal static string ERR_RefReadonlyStatic { - get { - return ResourceManager.GetString("ERR_RefReadonlyStatic", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Fields of static readonly field '{0}' cannot be used as a ref or out value (except in a static constructor). - /// - internal static string ERR_RefReadonlyStatic2 { - get { - return ResourceManager.GetString("ERR_RefReadonlyStatic2", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 'await' cannot be used in an expression containing a call to '{0}' because it returns by reference. - /// - internal static string ERR_RefReturningCallAndAwait { - get { - return ResourceManager.GetString("ERR_RefReturningCallAndAwait", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to An expression tree lambda may not contain a call to a method, property, or indexer that returns by reference. - /// - internal static string ERR_RefReturningCallInExpressionTree { - get { - return ResourceManager.GetString("ERR_RefReturningCallInExpressionTree", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot return local '{0}' by reference because it is not a ref local. - /// - internal static string ERR_RefReturnLocal { - get { - return ResourceManager.GetString("ERR_RefReturnLocal", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot return a member of local '{0}' by reference because it is not a ref local. - /// - internal static string ERR_RefReturnLocal2 { - get { - return ResourceManager.GetString("ERR_RefReturnLocal2", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to An expression cannot be used in this context because it may not be passed or returned by reference. - /// - internal static string ERR_RefReturnLvalueExpected { - get { - return ResourceManager.GetString("ERR_RefReturnLvalueExpected", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The return expression must be of type '{0}' because this method returns by reference. - /// - internal static string ERR_RefReturnMustHaveIdentityConversion { - get { - return ResourceManager.GetString("ERR_RefReturnMustHaveIdentityConversion", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot return '{0}' by reference because it was initialized to a value that cannot be returned by reference. - /// - internal static string ERR_RefReturnNonreturnableLocal { - get { - return ResourceManager.GetString("ERR_RefReturnNonreturnableLocal", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot return by reference a member of '{0}' because it was initialized to a value that cannot be returned by reference. - /// - internal static string ERR_RefReturnNonreturnableLocal2 { - get { - return ResourceManager.GetString("ERR_RefReturnNonreturnableLocal2", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot return a parameter by reference '{0}' because it is not a ref or out parameter. - /// - internal static string ERR_RefReturnParameter { - get { - return ResourceManager.GetString("ERR_RefReturnParameter", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot return by reference a member of parameter '{0}' because it is not a ref or out parameter. - /// - internal static string ERR_RefReturnParameter2 { - get { - return ResourceManager.GetString("ERR_RefReturnParameter2", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot return the range variable '{0}' by reference. - /// - internal static string ERR_RefReturnRangeVariable { - get { - return ResourceManager.GetString("ERR_RefReturnRangeVariable", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A readonly field cannot be returned by writable reference. - /// - internal static string ERR_RefReturnReadonly { - get { - return ResourceManager.GetString("ERR_RefReturnReadonly", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Members of readonly field '{0}' cannot be returned by writable reference. - /// - internal static string ERR_RefReturnReadonly2 { - get { - return ResourceManager.GetString("ERR_RefReturnReadonly2", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot return '{0}' by reference because it is read-only. - /// - internal static string ERR_RefReturnReadonlyLocal { - get { - return ResourceManager.GetString("ERR_RefReturnReadonlyLocal", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot return fields of '{0}' by reference because it is a '{1}'. - /// - internal static string ERR_RefReturnReadonlyLocal2Cause { - get { - return ResourceManager.GetString("ERR_RefReturnReadonlyLocal2Cause", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot return '{0}' by reference because it is a '{1}'. - /// - internal static string ERR_RefReturnReadonlyLocalCause { - get { - return ResourceManager.GetString("ERR_RefReturnReadonlyLocalCause", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot return {0} '{1}' by writable reference because it is a readonly variable. - /// - internal static string ERR_RefReturnReadonlyNotField { - get { - return ResourceManager.GetString("ERR_RefReturnReadonlyNotField", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Members of {0} '{1}' cannot be returned by writable reference because it is a readonly variable. - /// - internal static string ERR_RefReturnReadonlyNotField2 { - get { - return ResourceManager.GetString("ERR_RefReturnReadonlyNotField2", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A static readonly field cannot be returned by writable reference. - /// - internal static string ERR_RefReturnReadonlyStatic { - get { - return ResourceManager.GetString("ERR_RefReturnReadonlyStatic", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Fields of static readonly field '{0}' cannot be returned by writable reference. - /// - internal static string ERR_RefReturnReadonlyStatic2 { - get { - return ResourceManager.GetString("ERR_RefReturnReadonlyStatic2", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Struct members cannot return 'this' or other instance members by reference. - /// - internal static string ERR_RefReturnStructThis { - get { - return ResourceManager.GetString("ERR_RefReturnStructThis", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot return 'this' by reference.. - /// - internal static string ERR_RefReturnThis { - get { - return ResourceManager.GetString("ERR_RefReturnThis", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}': ref structs cannot implement interfaces. - /// - internal static string ERR_RefStructInterfaceImpl { - get { - return ResourceManager.GetString("ERR_RefStructInterfaceImpl", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The 'class' or 'struct' constraint must come before any other constraints. - /// - internal static string ERR_RefValBoundMustBeFirst { - get { - return ResourceManager.GetString("ERR_RefValBoundMustBeFirst", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}': cannot specify both a constraint class and the 'class' or 'struct' constraint. - /// - internal static string ERR_RefValBoundWithClass { - get { - return ResourceManager.GetString("ERR_RefValBoundWithClass", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The assembly name '{0}' is reserved and cannot be used as a reference in an interactive session. - /// - internal static string ERR_ReservedAssemblyName { - get { - return ResourceManager.GetString("ERR_ReservedAssemblyName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The enumerator name '{0}' is reserved and cannot be used. - /// - internal static string ERR_ReservedEnumerator { - get { - return ResourceManager.GetString("ERR_ReservedEnumerator", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Each linked resource and module must have a unique filename. Filename '{0}' is specified more than once in this assembly. - /// - internal static string ERR_ResourceFileNameNotUnique { - get { - return ResourceManager.GetString("ERR_ResourceFileNameNotUnique", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Resource identifier '{0}' has already been used in this assembly. - /// - internal static string ERR_ResourceNotUnique { - get { - return ResourceManager.GetString("ERR_ResourceNotUnique", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Since '{0}' returns void, a return keyword must not be followed by an object expression. - /// - internal static string ERR_RetNoObjectRequired { - get { - return ResourceManager.GetString("ERR_RetNoObjectRequired", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Anonymous function converted to a void returning delegate cannot return a value. - /// - internal static string ERR_RetNoObjectRequiredLambda { - get { - return ResourceManager.GetString("ERR_RetNoObjectRequiredLambda", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to An object of a type convertible to '{0}' is required. - /// - internal static string ERR_RetObjectRequired { - get { - return ResourceManager.GetString("ERR_RetObjectRequired", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}': not all code paths return a value. - /// - internal static string ERR_ReturnExpected { - get { - return ResourceManager.GetString("ERR_ReturnExpected", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot return a value from an iterator. Use the yield return statement to return a value, or yield break to end the iteration.. - /// - internal static string ERR_ReturnInIterator { - get { - return ResourceManager.GetString("ERR_ReturnInIterator", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot modify the return value of '{0}' because it is not a variable. - /// - internal static string ERR_ReturnNotLValue { - get { - return ResourceManager.GetString("ERR_ReturnNotLValue", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}': static types cannot be used as return types. - /// - internal static string ERR_ReturnTypeIsStaticClass { - get { - return ResourceManager.GetString("ERR_ReturnTypeIsStaticClass", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Target runtime doesn't support default interface implementation.. - /// - internal static string ERR_RuntimeDoesNotSupportDefaultInterfaceImplementation { - get { - return ResourceManager.GetString("ERR_RuntimeDoesNotSupportDefaultInterfaceImplementation", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' cannot implement interface member '{1}' in type '{2}' because the target runtime doesn't support default interface implementation.. - /// - internal static string ERR_RuntimeDoesNotSupportDefaultInterfaceImplementationForMember { - get { - return ResourceManager.GetString("ERR_RuntimeDoesNotSupportDefaultInterfaceImplementationForMember", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Target runtime doesn't support 'protected', 'protected internal', or 'private protected' accessibility for a member of an interface.. - /// - internal static string ERR_RuntimeDoesNotSupportProtectedAccessForInterfaceMember { - get { - return ResourceManager.GetString("ERR_RuntimeDoesNotSupportProtectedAccessForInterfaceMember", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The type '{1}' exists in both '{0}' and '{2}'. - /// - internal static string ERR_SameFullNameAggAgg { - get { - return ResourceManager.GetString("ERR_SameFullNameAggAgg", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The namespace '{1}' in '{0}' conflicts with the type '{3}' in '{2}'. - /// - internal static string ERR_SameFullNameNsAgg { - get { - return ResourceManager.GetString("ERR_SameFullNameNsAgg", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The type '{1}' in '{0}' conflicts with the namespace '{3}' in '{2}'. - /// - internal static string ERR_SameFullNameThisAggThisNs { - get { - return ResourceManager.GetString("ERR_SameFullNameThisAggThisNs", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' cannot be sealed because it is not an override. - /// - internal static string ERR_SealedNonOverride { - get { - return ResourceManager.GetString("ERR_SealedNonOverride", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}': a class cannot be both static and sealed. - /// - internal static string ERR_SealedStaticClass { - get { - return ResourceManager.GetString("ERR_SealedStaticClass", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Security attribute '{0}' has an invalid SecurityAction value '{1}'. - /// - internal static string ERR_SecurityAttributeInvalidAction { - get { - return ResourceManager.GetString("ERR_SecurityAttributeInvalidAction", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to SecurityAction value '{0}' is invalid for security attributes applied to an assembly. - /// - internal static string ERR_SecurityAttributeInvalidActionAssembly { - get { - return ResourceManager.GetString("ERR_SecurityAttributeInvalidActionAssembly", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to SecurityAction value '{0}' is invalid for security attributes applied to a type or a method. - /// - internal static string ERR_SecurityAttributeInvalidActionTypeOrMethod { - get { - return ResourceManager.GetString("ERR_SecurityAttributeInvalidActionTypeOrMethod", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Security attribute '{0}' is not valid on this declaration type. Security attributes are only valid on assembly, type and method declarations.. - /// - internal static string ERR_SecurityAttributeInvalidTarget { - get { - return ResourceManager.GetString("ERR_SecurityAttributeInvalidTarget", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to First argument to a security attribute must be a valid SecurityAction. - /// - internal static string ERR_SecurityAttributeMissingAction { - get { - return ResourceManager.GetString("ERR_SecurityAttributeMissingAction", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Security attribute '{0}' cannot be applied to an Async method.. - /// - internal static string ERR_SecurityCriticalOrSecuritySafeCriticalOnAsync { - get { - return ResourceManager.GetString("ERR_SecurityCriticalOrSecuritySafeCriticalOnAsync", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Async methods are not allowed in an Interface, Class, or Structure which has the 'SecurityCritical' or 'SecuritySafeCritical' attribute.. - /// - internal static string ERR_SecurityCriticalOrSecuritySafeCriticalOnAsyncInClassOrStruct { - get { - return ResourceManager.GetString("ERR_SecurityCriticalOrSecuritySafeCriticalOnAsyncInClassOrStruct", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to ; expected. - /// - internal static string ERR_SemicolonExpected { - get { - return ResourceManager.GetString("ERR_SemicolonExpected", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to { or ; expected. - /// - internal static string ERR_SemiOrLBraceExpected { - get { - return ResourceManager.GetString("ERR_SemiOrLBraceExpected", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to { or ; or => expected. - /// - internal static string ERR_SemiOrLBraceOrArrowExpected { - get { - return ResourceManager.GetString("ERR_SemiOrLBraceOrArrowExpected", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Key file '{0}' is missing the private key needed for signing. - /// - internal static string ERR_SignButNoPrivateKey { - get { - return ResourceManager.GetString("ERR_SignButNoPrivateKey", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A single-element deconstruct pattern requires some other syntax for disambiguation. It is recommended to add a discard designator '_' after the close paren ')'.. - /// - internal static string ERR_SingleElementPositionalPatternRequiresDisambiguation { - get { - return ResourceManager.GetString("ERR_SingleElementPositionalPatternRequiresDisambiguation", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A single-line comment may not be used in an interpolated string.. - /// - internal static string ERR_SingleLineCommentInExpressionHole { - get { - return ResourceManager.GetString("ERR_SingleLineCommentInExpressionHole", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The type or namespace name '{0}' could not be found (are you missing a using directive or an assembly reference?). - /// - internal static string ERR_SingleTypeNameNotFound { - get { - return ResourceManager.GetString("ERR_SingleTypeNameNotFound", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The type name '{0}' could not be found. This type has been forwarded to assembly '{1}'. Consider adding a reference to that assembly.. - /// - internal static string ERR_SingleTypeNameNotFoundFwd { - get { - return ResourceManager.GetString("ERR_SingleTypeNameNotFoundFwd", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' does not have a predefined size, therefore sizeof can only be used in an unsafe context. - /// - internal static string ERR_SizeofUnsafe { - get { - return ResourceManager.GetString("ERR_SizeofUnsafe", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Source file references are not supported.. - /// - internal static string ERR_SourceFileReferencesNotSupported { - get { - return ResourceManager.GetString("ERR_SourceFileReferencesNotSupported", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to /sourcelink switch is only supported when emitting PDB.. - /// - internal static string ERR_SourceLinkRequiresPdb { - get { - return ResourceManager.GetString("ERR_SourceLinkRequiresPdb", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Instance of type '{0}' cannot be used inside a nested function, query expression, iterator block or async method. - /// - internal static string ERR_SpecialByRefInLambda { - get { - return ResourceManager.GetString("ERR_SpecialByRefInLambda", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Constraint cannot be special class '{0}'. - /// - internal static string ERR_SpecialTypeAsBound { - get { - return ResourceManager.GetString("ERR_SpecialTypeAsBound", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Conversion of a stackalloc expression of type '{0}' to type '{1}' is not possible.. - /// - internal static string ERR_StackAllocConversionNotPossible { - get { - return ResourceManager.GetString("ERR_StackAllocConversionNotPossible", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to stackalloc may not be used in a catch or finally block. - /// - internal static string ERR_StackallocInCatchFinally { - get { - return ResourceManager.GetString("ERR_StackallocInCatchFinally", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A lambda expression with a statement body cannot be converted to an expression tree. - /// - internal static string ERR_StatementLambdaToExpressionTree { - get { - return ResourceManager.GetString("ERR_StatementLambdaToExpressionTree", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{1}': cannot derive from static class '{0}'. - /// - internal static string ERR_StaticBaseClass { - get { - return ResourceManager.GetString("ERR_StaticBaseClass", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}': static classes cannot implement interfaces. - /// - internal static string ERR_StaticClassInterfaceImpl { - get { - return ResourceManager.GetString("ERR_StaticClassInterfaceImpl", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The constant '{0}' cannot be marked static. - /// - internal static string ERR_StaticConstant { - get { - return ResourceManager.GetString("ERR_StaticConstant", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}': a static constructor must be parameterless. - /// - internal static string ERR_StaticConstParam { - get { - return ResourceManager.GetString("ERR_StaticConstParam", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}': access modifiers are not allowed on static constructors. - /// - internal static string ERR_StaticConstructorWithAccessModifiers { - get { - return ResourceManager.GetString("ERR_StaticConstructorWithAccessModifiers", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}': static constructor cannot have an explicit 'this' or 'base' constructor call. - /// - internal static string ERR_StaticConstructorWithExplicitConstructorCall { - get { - return ResourceManager.GetString("ERR_StaticConstructorWithExplicitConstructorCall", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Static class '{0}' cannot derive from type '{1}'. Static classes must derive from object.. - /// - internal static string ERR_StaticDerivedFromNonObject { - get { - return ResourceManager.GetString("ERR_StaticDerivedFromNonObject", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The second operand of an 'is' or 'as' operator may not be static type '{0}'. - /// - internal static string ERR_StaticInAsOrIs { - get { - return ResourceManager.GetString("ERR_StaticInAsOrIs", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A static local function cannot contain a reference to 'this' or 'base'.. - /// - internal static string ERR_StaticLocalFunctionCannotCaptureThis { - get { - return ResourceManager.GetString("ERR_StaticLocalFunctionCannotCaptureThis", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A static local function cannot contain a reference to '{0}'.. - /// - internal static string ERR_StaticLocalFunctionCannotCaptureVariable { - get { - return ResourceManager.GetString("ERR_StaticLocalFunctionCannotCaptureVariable", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Static member '{0}' cannot be marked 'readonly'.. - /// - internal static string ERR_StaticMemberCantBeReadOnly { - get { - return ResourceManager.GetString("ERR_StaticMemberCantBeReadOnly", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Static field or property '{0}' cannot be assigned in an object initializer. - /// - internal static string ERR_StaticMemberInObjectInitializer { - get { - return ResourceManager.GetString("ERR_StaticMemberInObjectInitializer", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to stdin argument '-' is specified, but input has not been redirected from the standard input stream.. - /// - internal static string ERR_StdInOptionProvidedButConsoleInputIsNotRedirected - { - get - { - return ResourceManager.GetString("ERR_StdInOptionProvidedButConsoleInputIsNotRedirected", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A static member '{0}' cannot be marked as override, virtual, or abstract. - /// - internal static string ERR_StaticNotVirtual { - get { - return ResourceManager.GetString("ERR_StaticNotVirtual", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Struct member '{0}' of type '{1}' causes a cycle in the struct layout. - /// - internal static string ERR_StructLayoutCycle { - get { - return ResourceManager.GetString("ERR_StructLayoutCycle", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The FieldOffset attribute is not allowed on static or const fields. - /// - internal static string ERR_StructOffsetOnBadField { - get { - return ResourceManager.GetString("ERR_StructOffsetOnBadField", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The FieldOffset attribute can only be placed on members of types marked with the StructLayout(LayoutKind.Explicit). - /// - internal static string ERR_StructOffsetOnBadStruct { - get { - return ResourceManager.GetString("ERR_StructOffsetOnBadStruct", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Structs cannot contain explicit parameterless constructors. - /// - internal static string ERR_StructsCantContainDefaultConstructor { - get { - return ResourceManager.GetString("ERR_StructsCantContainDefaultConstructor", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}': structs cannot call base class constructors. - /// - internal static string ERR_StructWithBaseConstructorCall { - get { - return ResourceManager.GetString("ERR_StructWithBaseConstructorCall", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Sub-expression cannot be used in an argument to nameof.. - /// - internal static string ERR_SubexpressionNotInNameof { - get { - return ResourceManager.GetString("ERR_SubexpressionNotInNameof", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The pattern has already been handled by a previous arm of the switch expression.. - /// - internal static string ERR_SwitchArmSubsumed { - get { - return ResourceManager.GetString("ERR_SwitchArmSubsumed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The switch case has already been handled by a previous case.. - /// - internal static string ERR_SwitchCaseSubsumed { - get { - return ResourceManager.GetString("ERR_SwitchCaseSubsumed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to No best type was found for the switch expression.. - /// - internal static string ERR_SwitchExpressionNoBestType { - get { - return ResourceManager.GetString("ERR_SwitchExpressionNoBestType", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The switch expression must be a value; found '{0}'.. - /// - internal static string ERR_SwitchExpressionValueExpected { - get { - return ResourceManager.GetString("ERR_SwitchExpressionValueExpected", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Control cannot fall out of switch from final case label ('{0}'). - /// - internal static string ERR_SwitchFallOut { - get { - return ResourceManager.GetString("ERR_SwitchFallOut", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Control cannot fall through from one case label ('{0}') to another. - /// - internal static string ERR_SwitchFallThrough { - get { - return ResourceManager.GetString("ERR_SwitchFallThrough", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Parentheses are required around the switch governing expression.. - /// - internal static string ERR_SwitchGoverningExpressionRequiresParens { - get { - return ResourceManager.GetString("ERR_SwitchGoverningExpressionRequiresParens", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Command-line syntax error: Missing ':<number>' for '{0}' option. - /// - internal static string ERR_SwitchNeedsNumber { - get { - return ResourceManager.GetString("ERR_SwitchNeedsNumber", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Command-line syntax error: Missing '{0}' for '{1}' option. - /// - internal static string ERR_SwitchNeedsString { - get { - return ResourceManager.GetString("ERR_SwitchNeedsString", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 'MethodImplOptions.Synchronized' cannot be applied to an async method. - /// - internal static string ERR_SynchronizedAsyncMethod { - get { - return ResourceManager.GetString("ERR_SynchronizedAsyncMethod", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Syntax error, '{0}' expected. - /// - internal static string ERR_SyntaxError { - get { - return ResourceManager.GetString("ERR_SyntaxError", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to System.Void cannot be used from C# -- use typeof(void) to get the void type object. - /// - internal static string ERR_SystemVoid { - get { - return ResourceManager.GetString("ERR_SystemVoid", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Since '{0}' is an async method that returns 'Task', a return keyword must not be followed by an object expression. Did you intend to return 'Task<T>'?. - /// - internal static string ERR_TaskRetNoObjectRequired { - get { - return ResourceManager.GetString("ERR_TaskRetNoObjectRequired", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Async lambda expression converted to a 'Task' returning delegate cannot return a value. Did you intend to return 'Task<T>'?. - /// - internal static string ERR_TaskRetNoObjectRequiredLambda { - get { - return ResourceManager.GetString("ERR_TaskRetNoObjectRequiredLambda", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Keyword 'this' is not available in the current context. - /// - internal static string ERR_ThisInBadContext { - get { - return ResourceManager.GetString("ERR_ThisInBadContext", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Keyword 'this' is not valid in a static property, static method, or static field initializer. - /// - internal static string ERR_ThisInStaticMeth { - get { - return ResourceManager.GetString("ERR_ThisInStaticMeth", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Keyword 'this' or 'base' expected. - /// - internal static string ERR_ThisOrBaseExpected { - get { - return ResourceManager.GetString("ERR_ThisOrBaseExpected", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Anonymous methods, lambda expressions, and query expressions inside structs cannot access instance members of 'this'. Consider copying 'this' to a local variable outside the anonymous method, lambda expression or query expression and using the local instead.. - /// - internal static string ERR_ThisStructNotInAnonMeth { - get { - return ResourceManager.GetString("ERR_ThisStructNotInAnonMeth", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A throw expression is not allowed in this context.. - /// - internal static string ERR_ThrowMisplaced { - get { - return ResourceManager.GetString("ERR_ThrowMisplaced", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Catch clauses cannot follow the general catch clause of a try statement. - /// - internal static string ERR_TooManyCatches { - get { - return ResourceManager.GetString("ERR_TooManyCatches", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Too many characters in character literal. - /// - internal static string ERR_TooManyCharsInConst { - get { - return ResourceManager.GetString("ERR_TooManyCharsInConst", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Only 65534 locals, including those generated by the compiler, are allowed. - /// - internal static string ERR_TooManyLocals { - get { - return ResourceManager.GetString("ERR_TooManyLocals", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Combined length of user strings used by the program exceeds allowed limit. Try to decrease use of string literals.. - /// - internal static string ERR_TooManyUserStrings { - get { - return ResourceManager.GetString("ERR_TooManyUserStrings", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A format specifier may not contain trailing whitespace.. - /// - internal static string ERR_TrailingWhitespaceInFormatSpecifier { - get { - return ResourceManager.GetString("ERR_TrailingWhitespaceInFormatSpecifier", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Unexpected character sequence '...'. - /// - internal static string ERR_TripleDotNotAllowed { - get { - return ResourceManager.GetString("ERR_TripleDotNotAllowed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Tuple element names must be unique.. - /// - internal static string ERR_TupleDuplicateElementName { - get { - return ResourceManager.GetString("ERR_TupleDuplicateElementName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The name '{0}' does not identify tuple element '{1}'.. - /// - internal static string ERR_TupleElementNameMismatch { - get { - return ResourceManager.GetString("ERR_TupleElementNameMismatch", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot define a class or member that utilizes tuples because the compiler required type '{0}' cannot be found. Are you missing a reference?. - /// - internal static string ERR_TupleElementNamesAttributeMissing { - get { - return ResourceManager.GetString("ERR_TupleElementNamesAttributeMissing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Tuple element names are not permitted on the left of a deconstruction.. - /// - internal static string ERR_TupleElementNamesInDeconstruction { - get { - return ResourceManager.GetString("ERR_TupleElementNamesInDeconstruction", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Tuple element name '{0}' is inferred. Please use language version {1} or greater to access an element by its inferred name.. - /// - internal static string ERR_TupleInferredNamesNotAvailable { - get { - return ResourceManager.GetString("ERR_TupleInferredNamesNotAvailable", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Tuple element name '{0}' is only allowed at position {1}.. - /// - internal static string ERR_TupleReservedElementName { - get { - return ResourceManager.GetString("ERR_TupleReservedElementName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Tuple element name '{0}' is disallowed at any position.. - /// - internal static string ERR_TupleReservedElementNameAnyPosition { - get { - return ResourceManager.GetString("ERR_TupleReservedElementNameAnyPosition", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Tuple types used as operands of an == or != operator must have matching cardinalities. But this operator has tuple types of cardinality {0} on the left and {1} on the right.. - /// - internal static string ERR_TupleSizesMismatchForBinOps { - get { - return ResourceManager.GetString("ERR_TupleSizesMismatchForBinOps", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Tuple must contain at least two elements.. - /// - internal static string ERR_TupleTooFewElements { - get { - return ResourceManager.GetString("ERR_TupleTooFewElements", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The {1} '{0}' cannot be used with type arguments. - /// - internal static string ERR_TypeArgsNotAllowed { - get { - return ResourceManager.GetString("ERR_TypeArgsNotAllowed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Type expected. - /// - internal static string ERR_TypeExpected { - get { - return ResourceManager.GetString("ERR_TypeExpected", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Module '{0}' in assembly '{1}' is forwarding the type '{2}' to multiple assemblies: '{3}' and '{4}'.. - /// - internal static string ERR_TypeForwardedToMultipleAssemblies { - get { - return ResourceManager.GetString("ERR_TypeForwardedToMultipleAssemblies", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot infer the type of implicitly-typed deconstruction variable '{0}'.. - /// - internal static string ERR_TypeInferenceFailedForImplicitlyTypedDeconstructionVariable { - get { - return ResourceManager.GetString("ERR_TypeInferenceFailedForImplicitlyTypedDeconstructionVariable", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot infer the type of implicitly-typed out variable '{0}'.. - /// - internal static string ERR_TypeInferenceFailedForImplicitlyTypedOutVariable { - get { - return ResourceManager.GetString("ERR_TypeInferenceFailedForImplicitlyTypedOutVariable", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The first operand of an 'as' operator may not be a tuple literal without a natural type.. - /// - internal static string ERR_TypelessTupleInAs { - get { - return ResourceManager.GetString("ERR_TypelessTupleInAs", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Type parameter declaration must be an identifier not a type. - /// - internal static string ERR_TypeParamMustBeIdentifier { - get { - return ResourceManager.GetString("ERR_TypeParamMustBeIdentifier", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The type name '{0}' is reserved to be used by the compiler.. - /// - internal static string ERR_TypeReserved { - get { - return ResourceManager.GetString("ERR_TypeReserved", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot convert null to type parameter '{0}' because it could be a non-nullable value type. Consider using 'default({0})' instead.. - /// - internal static string ERR_TypeVarCantBeNull { - get { - return ResourceManager.GetString("ERR_TypeVarCantBeNull", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Type parameter '{0}' has the same name as the containing type, or method. - /// - internal static string ERR_TypeVariableSameAsParent { - get { - return ResourceManager.GetString("ERR_TypeVariableSameAsParent", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The contextual keyword 'var' may only appear within a local variable declaration or in script code. - /// - internal static string ERR_TypeVarNotFound { - get { - return ResourceManager.GetString("ERR_TypeVarNotFound", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The contextual keyword 'var' cannot be used in a range variable declaration. - /// - internal static string ERR_TypeVarNotFoundRangeVariable { - get { - return ResourceManager.GetString("ERR_TypeVarNotFoundRangeVariable", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{1}' does not define type parameter '{0}'. - /// - internal static string ERR_TyVarNotFoundInConstraint { - get { - return ResourceManager.GetString("ERR_TyVarNotFoundInConstraint", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Field '{0}' must be fully assigned before control is returned to the caller. - /// - internal static string ERR_UnassignedThis { - get { - return ResourceManager.GetString("ERR_UnassignedThis", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Auto-implemented property '{0}' must be fully assigned before control is returned to the caller.. - /// - internal static string ERR_UnassignedThisAutoProperty { - get { - return ResourceManager.GetString("ERR_UnassignedThisAutoProperty", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot modify the result of an unboxing conversion. - /// - internal static string ERR_UnboxNotLValue { - get { - return ResourceManager.GetString("ERR_UnboxNotLValue", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Missing close delimiter '}' for interpolated expression started with '{'.. - /// - internal static string ERR_UnclosedExpressionHole { - get { - return ResourceManager.GetString("ERR_UnclosedExpressionHole", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A '{0}' character must be escaped (by doubling) in an interpolated string.. - /// - internal static string ERR_UnescapedCurly { - get { - return ResourceManager.GetString("ERR_UnescapedCurly", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Unexpected use of an aliased name. - /// - internal static string ERR_UnexpectedAliasedName { - get { - return ResourceManager.GetString("ERR_UnexpectedAliasedName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Type arguments are not allowed in the nameof operator.. - /// - internal static string ERR_UnexpectedBoundGenericName { - get { - return ResourceManager.GetString("ERR_UnexpectedBoundGenericName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Unexpected character '{0}'. - /// - internal static string ERR_UnexpectedCharacter { - get { - return ResourceManager.GetString("ERR_UnexpectedCharacter", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Unexpected preprocessor directive. - /// - internal static string ERR_UnexpectedDirective { - get { - return ResourceManager.GetString("ERR_UnexpectedDirective", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Unexpected use of a generic name. - /// - internal static string ERR_UnexpectedGenericName { - get { - return ResourceManager.GetString("ERR_UnexpectedGenericName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Semicolon after method or accessor block is not valid. - /// - internal static string ERR_UnexpectedSemicolon { - get { - return ResourceManager.GetString("ERR_UnexpectedSemicolon", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Unexpected token '{0}'. - /// - internal static string ERR_UnexpectedToken { - get { - return ResourceManager.GetString("ERR_UnexpectedToken", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Unexpected use of an unbound generic name. - /// - internal static string ERR_UnexpectedUnboundGenericName { - get { - return ResourceManager.GetString("ERR_UnexpectedUnboundGenericName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Invalid variance: The type parameter '{1}' must be {3} valid on '{0}'. '{1}' is {2}.. - /// - internal static string ERR_UnexpectedVariance { - get { - return ResourceManager.GetString("ERR_UnexpectedVariance", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' cannot implement both '{1}' and '{2}' because they may unify for some type parameter substitutions. - /// - internal static string ERR_UnifyingInterfaceInstantiations { - get { - return ResourceManager.GetString("ERR_UnifyingInterfaceInstantiations", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' does not implement inherited abstract member '{1}'. - /// - internal static string ERR_UnimplementedAbstractMethod { - get { - return ResourceManager.GetString("ERR_UnimplementedAbstractMethod", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' does not implement interface member '{1}'. '{2}' is not public.. - /// - internal static string ERR_UnimplementedInterfaceAccessor { - get { - return ResourceManager.GetString("ERR_UnimplementedInterfaceAccessor", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' does not implement interface member '{1}'. - /// - internal static string ERR_UnimplementedInterfaceMember { - get { - return ResourceManager.GetString("ERR_UnimplementedInterfaceMember", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}': cannot specify both a constraint class and the 'unmanaged' constraint. - /// - internal static string ERR_UnmanagedBoundWithClass { - get { - return ResourceManager.GetString("ERR_UnmanagedBoundWithClass", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The 'unmanaged' constraint must come before any other constraints. - /// - internal static string ERR_UnmanagedConstraintMustBeFirst { - get { - return ResourceManager.GetString("ERR_UnmanagedConstraintMustBeFirst", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The type '{2}' must be a non-nullable value type, along with all fields at any level of nesting, in order to use it as parameter '{1}' in the generic type or method '{0}'. - /// - internal static string ERR_UnmanagedConstraintNotSatisfied { - get { - return ResourceManager.GetString("ERR_UnmanagedConstraintNotSatisfied", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A previous catch clause already catches all exceptions of this or of a super type ('{0}'). - /// - internal static string ERR_UnreachableCatch { - get { - return ResourceManager.GetString("ERR_UnreachableCatch", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Async methods cannot have unsafe parameters or return types. - /// - internal static string ERR_UnsafeAsyncArgType { - get { - return ResourceManager.GetString("ERR_UnsafeAsyncArgType", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Iterators cannot have unsafe parameters or yield types. - /// - internal static string ERR_UnsafeIteratorArgType { - get { - return ResourceManager.GetString("ERR_UnsafeIteratorArgType", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Pointers and fixed size buffers may only be used in an unsafe context. - /// - internal static string ERR_UnsafeNeeded { - get { - return ResourceManager.GetString("ERR_UnsafeNeeded", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Unsafe type '{0}' cannot be used in object creation. - /// - internal static string ERR_UnsafeTypeInObjectCreation { - get { - return ResourceManager.GetString("ERR_UnsafeTypeInObjectCreation", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Transparent identifier member access failed for field '{0}' of '{1}'. Does the data being queried implement the query pattern?. - /// - internal static string ERR_UnsupportedTransparentIdentifierAccess { - get { - return ResourceManager.GetString("ERR_UnsupportedTransparentIdentifierAccess", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Unterminated string literal. - /// - internal static string ERR_UnterminatedStringLit { - get { - return ResourceManager.GetString("ERR_UnterminatedStringLit", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use of unassigned local variable '{0}'. - /// - internal static string ERR_UseDefViolation { - get { - return ResourceManager.GetString("ERR_UseDefViolation", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use of possibly unassigned field '{0}'. - /// - internal static string ERR_UseDefViolationField { - get { - return ResourceManager.GetString("ERR_UseDefViolationField", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use of unassigned out parameter '{0}'. - /// - internal static string ERR_UseDefViolationOut { - get { - return ResourceManager.GetString("ERR_UseDefViolationOut", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use of possibly unassigned auto-implemented property '{0}'. - /// - internal static string ERR_UseDefViolationProperty { - get { - return ResourceManager.GetString("ERR_UseDefViolationProperty", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The 'this' object cannot be used before all of its fields are assigned to. - /// - internal static string ERR_UseDefViolationThis { - get { - return ResourceManager.GetString("ERR_UseDefViolationThis", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A using clause must precede all other elements defined in the namespace except extern alias declarations. - /// - internal static string ERR_UsingAfterElements { - get { - return ResourceManager.GetString("ERR_UsingAfterElements", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A using variable cannot be used directly within a switch section (consider using braces). . - /// - internal static string ERR_UsingVarInSwitchCase { - get { - return ResourceManager.GetString("ERR_UsingVarInSwitchCase", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A switch expression or case label must be a bool, char, string, integral, enum, or corresponding nullable type in C# 6 and earlier.. - /// - internal static string ERR_V6SwitchGoverningTypeValueExpected { - get { - return ResourceManager.GetString("ERR_V6SwitchGoverningTypeValueExpected", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The type '{2}' must be a non-nullable value type in order to use it as parameter '{1}' in the generic type or method '{0}'. - /// - internal static string ERR_ValConstraintNotSatisfied { - get { - return ResourceManager.GetString("ERR_ValConstraintNotSatisfied", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot convert null to '{0}' because it is a non-nullable value type. - /// - internal static string ERR_ValueCantBeNull { - get { - return ResourceManager.GetString("ERR_ValueCantBeNull", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Syntax error; value expected. - /// - internal static string ERR_ValueExpected { - get { - return ResourceManager.GetString("ERR_ValueExpected", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Extension method '{0}' defined on value type '{1}' cannot be used to create delegates. - /// - internal static string ERR_ValueTypeExtDelegate { - get { - return ResourceManager.GetString("ERR_ValueTypeExtDelegate", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Members of property '{0}' of type '{1}' cannot be assigned with an object initializer because it is of a value type. - /// - internal static string ERR_ValueTypePropertyInObjectInitializer { - get { - return ResourceManager.GetString("ERR_ValueTypePropertyInObjectInitializer", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to __arglist is not allowed in the parameter list of async methods. - /// - internal static string ERR_VarargsAsync { - get { - return ResourceManager.GetString("ERR_VarargsAsync", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to An expression tree lambda may not contain a method with variable arguments. - /// - internal static string ERR_VarArgsInExpressionTree { - get { - return ResourceManager.GetString("ERR_VarArgsInExpressionTree", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to __arglist is not allowed in the parameter list of iterators. - /// - internal static string ERR_VarargsIterator { - get { - return ResourceManager.GetString("ERR_VarargsIterator", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to An __arglist parameter must be the last parameter in a formal parameter list. - /// - internal static string ERR_VarargsLast { - get { - return ResourceManager.GetString("ERR_VarargsLast", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot declare a variable of static type '{0}'. - /// - internal static string ERR_VarDeclIsStaticClass { - get { - return ResourceManager.GetString("ERR_VarDeclIsStaticClass", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot use local variable '{0}' before it is declared. - /// - internal static string ERR_VariableUsedBeforeDeclaration { - get { - return ResourceManager.GetString("ERR_VariableUsedBeforeDeclaration", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot use local variable '{0}' before it is declared. The declaration of the local variable hides the field '{1}'.. - /// - internal static string ERR_VariableUsedBeforeDeclarationAndHidesField { - get { - return ResourceManager.GetString("ERR_VariableUsedBeforeDeclarationAndHidesField", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Enums, classes, and structures cannot be declared in an interface that has an 'in' or 'out' type parameter.. - /// - internal static string ERR_VarianceInterfaceNesting { - get { - return ResourceManager.GetString("ERR_VarianceInterfaceNesting", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The syntax 'var (...)' as an lvalue is reserved.. - /// - internal static string ERR_VarInvocationLvalueReserved { - get { - return ResourceManager.GetString("ERR_VarInvocationLvalueReserved", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The syntax 'var' for a pattern is not permitted to refer to a type, but '{0}' is in scope here.. - /// - internal static string ERR_VarMayNotBindToType { - get { - return ResourceManager.GetString("ERR_VarMayNotBindToType", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}': virtual or abstract members cannot be private. - /// - internal static string ERR_VirtualPrivate { - get { - return ResourceManager.GetString("ERR_VirtualPrivate", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A value of type 'void' may not be assigned.. - /// - internal static string ERR_VoidAssignment { - get { - return ResourceManager.GetString("ERR_VoidAssignment", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The operation in question is undefined on void pointers. - /// - internal static string ERR_VoidError { - get { - return ResourceManager.GetString("ERR_VoidError", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A tuple may not contain a value of type 'void'.. - /// - internal static string ERR_VoidInTuple { - get { - return ResourceManager.GetString("ERR_VoidInTuple", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}': a field cannot be both volatile and readonly. - /// - internal static string ERR_VolatileAndReadonly { - get { - return ResourceManager.GetString("ERR_VolatileAndReadonly", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}': a volatile field cannot be of the type '{1}'. - /// - internal static string ERR_VolatileStruct { - get { - return ResourceManager.GetString("ERR_VolatileStruct", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A Windows Runtime event may not be passed as an out or ref parameter.. - /// - internal static string ERR_WinRtEventPassedByRef { - get { - return ResourceManager.GetString("ERR_WinRtEventPassedByRef", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Matching the tuple type '{0}' requires '{1}' subpatterns, but '{2}' subpatterns are present.. - /// - internal static string ERR_WrongNumberOfSubpatterns { - get { - return ResourceManager.GetString("ERR_WrongNumberOfSubpatterns", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The yield statement cannot be used inside an anonymous method or lambda expression. - /// - internal static string ERR_YieldInAnonMeth { - get { - return ResourceManager.GetString("ERR_YieldInAnonMeth", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot use 'yield' in top-level script code. - /// - internal static string ERR_YieldNotAllowedInScript { - get { - return ResourceManager.GetString("ERR_YieldNotAllowedInScript", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Algorithm '{0}' is not supported. - /// - internal static string FTL_BadChecksumAlgorithm { - get { - return ResourceManager.GetString("FTL_BadChecksumAlgorithm", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Code page '{0}' is invalid or not installed. - /// - internal static string FTL_BadCodepage { - get { - return ResourceManager.GetString("FTL_BadCodepage", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Unexpected error writing debug information -- '{0}'. - /// - internal static string FTL_DebugEmitFailure { - get { - return ResourceManager.GetString("FTL_DebugEmitFailure", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to File name '{0}' is empty, contains invalid characters, has a drive specification without an absolute path, or is too long. - /// - internal static string FTL_InvalidInputFileName { - get { - return ResourceManager.GetString("FTL_InvalidInputFileName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Invalid target type for /target: must specify 'exe', 'winexe', 'library', or 'module'. - /// - internal static string FTL_InvalidTarget { - get { - return ResourceManager.GetString("FTL_InvalidTarget", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Metadata file '{0}' could not be opened -- {1}. - /// - internal static string FTL_MetadataCantOpenFile { - get { - return ResourceManager.GetString("FTL_MetadataCantOpenFile", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot create short filename '{0}' when a long filename with the same short filename already exists. - /// - internal static string FTL_OutputFileExists { - get { - return ResourceManager.GetString("FTL_OutputFileExists", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Generic parameter is definition when expected to be reference {0}. - /// - internal static string GenericParameterDefinition { - get { - return ResourceManager.GetString("GenericParameterDefinition", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Unused extern alias.. - /// - internal static string HDN_UnusedExternAlias { - get { - return ResourceManager.GetString("HDN_UnusedExternAlias", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Unused extern alias. - /// - internal static string HDN_UnusedExternAlias_Title { - get { - return ResourceManager.GetString("HDN_UnusedExternAlias_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Unnecessary using directive.. - /// - internal static string HDN_UnusedUsingDirective { - get { - return ResourceManager.GetString("HDN_UnusedUsingDirective", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Unnecessary using directive. - /// - internal static string HDN_UnusedUsingDirective_Title { - get { - return ResourceManager.GetString("HDN_UnusedUsingDirective_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to {0} is not a valid C# compound assignment operation. - /// - internal static string ICompoundAssignmentOperationIsNotCSharpCompoundAssignment { - get { - return ResourceManager.GetString("ICompoundAssignmentOperationIsNotCSharpCompoundAssignment", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to {0} is not a valid C# conversion expression. - /// - internal static string IConversionExpressionIsNotCSharpConversion { - get { - return ResourceManager.GetString("IConversionExpressionIsNotCSharpConversion", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to anonymous method. - /// - internal static string IDS_AnonMethod { - get { - return ResourceManager.GetString("IDS_AnonMethod", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to await in catch blocks and finally blocks. - /// - internal static string IDS_AwaitInCatchAndFinally { - get { - return ResourceManager.GetString("IDS_AwaitInCatchAndFinally", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to collection. - /// - internal static string IDS_Collection { - get { - return ResourceManager.GetString("IDS_Collection", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to contravariant. - /// - internal static string IDS_Contravariant { - get { - return ResourceManager.GetString("IDS_Contravariant", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to contravariantly. - /// - internal static string IDS_Contravariantly { - get { - return ResourceManager.GetString("IDS_Contravariantly", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to covariant. - /// - internal static string IDS_Covariant { - get { - return ResourceManager.GetString("IDS_Covariant", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to covariantly. - /// - internal static string IDS_Covariantly { - get { - return ResourceManager.GetString("IDS_Covariantly", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to - /// Visual C# Compiler Options - /// - /// - OUTPUT FILES - - ///-out:<file> Specify output file name (default: base name of - /// file with main class or first file) - ///-target:exe Build a console executable (default) (Short - /// form: -t:exe) - ///-target:winexe Build a Windows executable (Short form: - /// -t:winexe) - ///-target:library B [rest of string was truncated]";. - /// - internal static string IDS_CSCHelp { - get { - return ResourceManager.GetString("IDS_CSCHelp", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to default interface implementation. - /// - internal static string IDS_DefaultInterfaceImplementation { - get { - return ResourceManager.GetString("IDS_DefaultInterfaceImplementation", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to directory does not exist. - /// - internal static string IDS_DirectoryDoesNotExist { - get { - return ResourceManager.GetString("IDS_DirectoryDoesNotExist", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to path is too long or invalid. - /// - internal static string IDS_DirectoryHasInvalidPath { - get { - return ResourceManager.GetString("IDS_DirectoryHasInvalidPath", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to disposable. - /// - internal static string IDS_Disposable { - get { - return ResourceManager.GetString("IDS_Disposable", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to alternative interpolated verbatim strings. - /// - internal static string IDS_FeatureAltInterpolatedVerbatimStrings { - get { - return ResourceManager.GetString("IDS_FeatureAltInterpolatedVerbatimStrings", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to anonymous methods. - /// - internal static string IDS_FeatureAnonDelegates { - get { - return ResourceManager.GetString("IDS_FeatureAnonDelegates", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to anonymous types. - /// - internal static string IDS_FeatureAnonymousTypes { - get { - return ResourceManager.GetString("IDS_FeatureAnonymousTypes", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to async function. - /// - internal static string IDS_FeatureAsync { - get { - return ResourceManager.GetString("IDS_FeatureAsync", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to async main. - /// - internal static string IDS_FeatureAsyncMain { - get { - return ResourceManager.GetString("IDS_FeatureAsyncMain", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to async streams. - /// - internal static string IDS_FeatureAsyncStreams { - get { - return ResourceManager.GetString("IDS_FeatureAsyncStreams", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to asynchronous using. - /// - internal static string IDS_FeatureAsyncUsing { - get { - return ResourceManager.GetString("IDS_FeatureAsyncUsing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to automatically implemented properties. - /// - internal static string IDS_FeatureAutoImplementedProperties { - get { - return ResourceManager.GetString("IDS_FeatureAutoImplementedProperties", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to auto property initializer. - /// - internal static string IDS_FeatureAutoPropertyInitializer { - get { - return ResourceManager.GetString("IDS_FeatureAutoPropertyInitializer", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to binary literals. - /// - internal static string IDS_FeatureBinaryLiteral { - get { - return ResourceManager.GetString("IDS_FeatureBinaryLiteral", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to coalescing assignment. - /// - internal static string IDS_FeatureCoalesceAssignmentExpression { - get { - return ResourceManager.GetString("IDS_FeatureCoalesceAssignmentExpression", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to collection initializer. - /// - internal static string IDS_FeatureCollectionInitializer { - get { - return ResourceManager.GetString("IDS_FeatureCollectionInitializer", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to default operator. - /// - internal static string IDS_FeatureDefault { - get { - return ResourceManager.GetString("IDS_FeatureDefault", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to default literal. - /// - internal static string IDS_FeatureDefaultLiteral { - get { - return ResourceManager.GetString("IDS_FeatureDefaultLiteral", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to delegate generic type constraints. - /// - internal static string IDS_FeatureDelegateGenericTypeConstraint { - get { - return ResourceManager.GetString("IDS_FeatureDelegateGenericTypeConstraint", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to dictionary initializer. - /// - internal static string IDS_FeatureDictionaryInitializer { - get { - return ResourceManager.GetString("IDS_FeatureDictionaryInitializer", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to digit separators. - /// - internal static string IDS_FeatureDigitSeparator { - get { - return ResourceManager.GetString("IDS_FeatureDigitSeparator", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to dynamic. - /// - internal static string IDS_FeatureDynamic { - get { - return ResourceManager.GetString("IDS_FeatureDynamic", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to enum generic type constraints. - /// - internal static string IDS_FeatureEnumGenericTypeConstraint { - get { - return ResourceManager.GetString("IDS_FeatureEnumGenericTypeConstraint", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to exception filter. - /// - internal static string IDS_FeatureExceptionFilter { - get { - return ResourceManager.GetString("IDS_FeatureExceptionFilter", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to expression body property accessor. - /// - internal static string IDS_FeatureExpressionBodiedAccessor { - get { - return ResourceManager.GetString("IDS_FeatureExpressionBodiedAccessor", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to expression body constructor and destructor. - /// - internal static string IDS_FeatureExpressionBodiedDeOrConstructor { - get { - return ResourceManager.GetString("IDS_FeatureExpressionBodiedDeOrConstructor", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to expression-bodied indexer. - /// - internal static string IDS_FeatureExpressionBodiedIndexer { - get { - return ResourceManager.GetString("IDS_FeatureExpressionBodiedIndexer", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to expression-bodied method. - /// - internal static string IDS_FeatureExpressionBodiedMethod { - get { - return ResourceManager.GetString("IDS_FeatureExpressionBodiedMethod", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to expression-bodied property. - /// - internal static string IDS_FeatureExpressionBodiedProperty { - get { - return ResourceManager.GetString("IDS_FeatureExpressionBodiedProperty", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to declaration of expression variables in member initializers and queries. - /// - internal static string IDS_FeatureExpressionVariablesInQueriesAndInitializers { - get { - return ResourceManager.GetString("IDS_FeatureExpressionVariablesInQueriesAndInitializers", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to extensible fixed statement. - /// - internal static string IDS_FeatureExtensibleFixedStatement { - get { - return ResourceManager.GetString("IDS_FeatureExtensibleFixedStatement", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to extension method. - /// - internal static string IDS_FeatureExtensionMethod { - get { - return ResourceManager.GetString("IDS_FeatureExtensionMethod", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to extern alias. - /// - internal static string IDS_FeatureExternAlias { - get { - return ResourceManager.GetString("IDS_FeatureExternAlias", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to extern local functions. - /// - internal static string IDS_FeatureExternLocalFunctions { - get { - return ResourceManager.GetString("IDS_FeatureExternLocalFunctions", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to fixed size buffers. - /// - internal static string IDS_FeatureFixedBuffer { - get { - return ResourceManager.GetString("IDS_FeatureFixedBuffer", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to generics. - /// - internal static string IDS_FeatureGenerics { - get { - return ResourceManager.GetString("IDS_FeatureGenerics", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to namespace alias qualifier. - /// - internal static string IDS_FeatureGlobalNamespace { - get { - return ResourceManager.GetString("IDS_FeatureGlobalNamespace", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to implicitly typed array. - /// - internal static string IDS_FeatureImplicitArray { - get { - return ResourceManager.GetString("IDS_FeatureImplicitArray", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to implicitly typed local variable. - /// - internal static string IDS_FeatureImplicitLocal { - get { - return ResourceManager.GetString("IDS_FeatureImplicitLocal", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to indexing movable fixed buffers. - /// - internal static string IDS_FeatureIndexingMovableFixedBuffers { - get { - return ResourceManager.GetString("IDS_FeatureIndexingMovableFixedBuffers", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to index operator. - /// - internal static string IDS_FeatureIndexOperator { - get { - return ResourceManager.GetString("IDS_FeatureIndexOperator", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to interpolated strings. - /// - internal static string IDS_FeatureInterpolatedStrings { - get { - return ResourceManager.GetString("IDS_FeatureInterpolatedStrings", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to iterators. - /// - internal static string IDS_FeatureIterators { - get { - return ResourceManager.GetString("IDS_FeatureIterators", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to lambda expression. - /// - internal static string IDS_FeatureLambda { - get { - return ResourceManager.GetString("IDS_FeatureLambda", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to lambda discard parameters. - /// - internal static string IDS_FeatureLambdaDiscardParameters { - get { - return ResourceManager.GetString("IDS_FeatureLambdaDiscardParameters", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to leading digit separator. - /// - internal static string IDS_FeatureLeadingDigitSeparator { - get { - return ResourceManager.GetString("IDS_FeatureLeadingDigitSeparator", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to local function attributes. - /// - internal static string IDS_FeatureLocalFunctionAttributes { - get { - return ResourceManager.GetString("IDS_FeatureLocalFunctionAttributes", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to local functions. - /// - internal static string IDS_FeatureLocalFunctions { - get { - return ResourceManager.GetString("IDS_FeatureLocalFunctions", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to module as an attribute target specifier. - /// - internal static string IDS_FeatureModuleAttrLoc { - get { - return ResourceManager.GetString("IDS_FeatureModuleAttrLoc", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to named argument. - /// - internal static string IDS_FeatureNamedArgument { - get { - return ResourceManager.GetString("IDS_FeatureNamedArgument", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to nameof operator. - /// - internal static string IDS_FeatureNameof { - get { - return ResourceManager.GetString("IDS_FeatureNameof", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to name shadowing in nested functions. - /// - internal static string IDS_FeatureNameShadowingInNestedFunctions { - get { - return ResourceManager.GetString("IDS_FeatureNameShadowingInNestedFunctions", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to stackalloc in nested expressions. - /// - internal static string IDS_FeatureNestedStackalloc { - get { - return ResourceManager.GetString("IDS_FeatureNestedStackalloc", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to notnull generic type constraint. - /// - internal static string IDS_FeatureNotNullGenericTypeConstraint { - get { - return ResourceManager.GetString("IDS_FeatureNotNullGenericTypeConstraint", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to nullable types. - /// - internal static string IDS_FeatureNullable { - get { - return ResourceManager.GetString("IDS_FeatureNullable", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to nullable reference types. - /// - internal static string IDS_FeatureNullableReferenceTypes { - get { - return ResourceManager.GetString("IDS_FeatureNullableReferenceTypes", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to null propagating operator. - /// - internal static string IDS_FeatureNullPropagatingOperator { - get { - return ResourceManager.GetString("IDS_FeatureNullPropagatingOperator", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to object initializer. - /// - internal static string IDS_FeatureObjectInitializer { - get { - return ResourceManager.GetString("IDS_FeatureObjectInitializer", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to obsolete on property accessor. - /// - internal static string IDS_FeatureObsoleteOnPropertyAccessor { - get { - return ResourceManager.GetString("IDS_FeatureObsoleteOnPropertyAccessor", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to optional parameter. - /// - internal static string IDS_FeatureOptionalParameter { - get { - return ResourceManager.GetString("IDS_FeatureOptionalParameter", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to out variable declaration. - /// - internal static string IDS_FeatureOutVar { - get { - return ResourceManager.GetString("IDS_FeatureOutVar", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to partial method. - /// - internal static string IDS_FeaturePartialMethod { - get { - return ResourceManager.GetString("IDS_FeaturePartialMethod", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to partial types. - /// - internal static string IDS_FeaturePartialTypes { - get { - return ResourceManager.GetString("IDS_FeaturePartialTypes", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to pattern matching. - /// - internal static string IDS_FeaturePatternMatching { - get { - return ResourceManager.GetString("IDS_FeaturePatternMatching", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to #pragma. - /// - internal static string IDS_FeaturePragma { - get { - return ResourceManager.GetString("IDS_FeaturePragma", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to warning action enable. - /// - internal static string IDS_FeaturePragmaWarningEnable { - get { - return ResourceManager.GetString("IDS_FeaturePragmaWarningEnable", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to private protected. - /// - internal static string IDS_FeaturePrivateProtected { - get { - return ResourceManager.GetString("IDS_FeaturePrivateProtected", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to access modifiers on properties. - /// - internal static string IDS_FeaturePropertyAccessorMods { - get { - return ResourceManager.GetString("IDS_FeaturePropertyAccessorMods", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to query expression. - /// - internal static string IDS_FeatureQueryExpression { - get { - return ResourceManager.GetString("IDS_FeatureQueryExpression", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to range operator. - /// - internal static string IDS_FeatureRangeOperator { - get { - return ResourceManager.GetString("IDS_FeatureRangeOperator", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to readonly automatically implemented properties. - /// - internal static string IDS_FeatureReadonlyAutoImplementedProperties { - get { - return ResourceManager.GetString("IDS_FeatureReadonlyAutoImplementedProperties", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to readonly members. - /// - internal static string IDS_FeatureReadOnlyMembers { - get { - return ResourceManager.GetString("IDS_FeatureReadOnlyMembers", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to readonly references. - /// - internal static string IDS_FeatureReadOnlyReferences { - get { - return ResourceManager.GetString("IDS_FeatureReadOnlyReferences", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to readonly structs. - /// - internal static string IDS_FeatureReadOnlyStructs { - get { - return ResourceManager.GetString("IDS_FeatureReadOnlyStructs", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to recursive patterns. - /// - internal static string IDS_FeatureRecursivePatterns { - get { - return ResourceManager.GetString("IDS_FeatureRecursivePatterns", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to ref conditional expression. - /// - internal static string IDS_FeatureRefConditional { - get { - return ResourceManager.GetString("IDS_FeatureRefConditional", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to ref extension methods. - /// - internal static string IDS_FeatureRefExtensionMethods { - get { - return ResourceManager.GetString("IDS_FeatureRefExtensionMethods", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to ref for-loop variables. - /// - internal static string IDS_FeatureRefFor { - get { - return ResourceManager.GetString("IDS_FeatureRefFor", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to ref foreach iteration variables. - /// - internal static string IDS_FeatureRefForEach { - get { - return ResourceManager.GetString("IDS_FeatureRefForEach", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to byref locals and returns. - /// - internal static string IDS_FeatureRefLocalsReturns { - get { - return ResourceManager.GetString("IDS_FeatureRefLocalsReturns", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to ref reassignment. - /// - internal static string IDS_FeatureRefReassignment { - get { - return ResourceManager.GetString("IDS_FeatureRefReassignment", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to ref structs. - /// - internal static string IDS_FeatureRefStructs { - get { - return ResourceManager.GetString("IDS_FeatureRefStructs", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to stackalloc initializer. - /// - internal static string IDS_FeatureStackAllocInitializer { - get { - return ResourceManager.GetString("IDS_FeatureStackAllocInitializer", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to static classes. - /// - internal static string IDS_FeatureStaticClasses { - get { - return ResourceManager.GetString("IDS_FeatureStaticClasses", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to static local functions. - /// - internal static string IDS_FeatureStaticLocalFunctions { - get { - return ResourceManager.GetString("IDS_FeatureStaticLocalFunctions", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to <switch expression>. - /// - internal static string IDS_FeatureSwitchExpression { - get { - return ResourceManager.GetString("IDS_FeatureSwitchExpression", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to switch on boolean type. - /// - internal static string IDS_FeatureSwitchOnBool { - get { - return ResourceManager.GetString("IDS_FeatureSwitchOnBool", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to throw expression. - /// - internal static string IDS_FeatureThrowExpression { - get { - return ResourceManager.GetString("IDS_FeatureThrowExpression", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to tuple equality. - /// - internal static string IDS_FeatureTupleEquality { - get { - return ResourceManager.GetString("IDS_FeatureTupleEquality", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to tuples. - /// - internal static string IDS_FeatureTuples { - get { - return ResourceManager.GetString("IDS_FeatureTuples", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to type variance. - /// - internal static string IDS_FeatureTypeVariance { - get { - return ResourceManager.GetString("IDS_FeatureTypeVariance", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to unconstrained type parameters in null coalescing operator. - /// - internal static string IDS_FeatureUnconstrainedTypeParameterInNullCoalescingOperator { - get { - return ResourceManager.GetString("IDS_FeatureUnconstrainedTypeParameterInNullCoalescingOperator", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to unmanaged constructed types. - /// - internal static string IDS_FeatureUnmanagedConstructedTypes { - get { - return ResourceManager.GetString("IDS_FeatureUnmanagedConstructedTypes", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to unmanaged generic type constraints. - /// - internal static string IDS_FeatureUnmanagedGenericTypeConstraint { - get { - return ResourceManager.GetString("IDS_FeatureUnmanagedGenericTypeConstraint", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to using declarations. - /// - internal static string IDS_FeatureUsingDeclarations { - get { - return ResourceManager.GetString("IDS_FeatureUsingDeclarations", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to using static. - /// - internal static string IDS_FeatureUsingStatic { - get { - return ResourceManager.GetString("IDS_FeatureUsingStatic", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to fixed variable. - /// - internal static string IDS_FIXEDLOCAL { - get { - return ResourceManager.GetString("IDS_FIXEDLOCAL", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to foreach iteration variable. - /// - internal static string IDS_FOREACHLOCAL { - get { - return ResourceManager.GetString("IDS_FOREACHLOCAL", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to <global namespace>. - /// - internal static string IDS_GlobalNamespace { - get { - return ResourceManager.GetString("IDS_GlobalNamespace", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to invariantly. - /// - internal static string IDS_Invariantly { - get { - return ResourceManager.GetString("IDS_Invariantly", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to lambda expression. - /// - internal static string IDS_Lambda { - get { - return ResourceManager.GetString("IDS_Lambda", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Supported language versions:. - /// - internal static string IDS_LangVersions { - get { - return ResourceManager.GetString("IDS_LangVersions", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to LIB environment variable. - /// - internal static string IDS_LIB_ENV { - get { - return ResourceManager.GetString("IDS_LIB_ENV", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to /LIB option. - /// - internal static string IDS_LIB_OPTION { - get { - return ResourceManager.GetString("IDS_LIB_OPTION", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to {0} version {1}. - /// - internal static string IDS_LogoLine1 { - get { - return ResourceManager.GetString("IDS_LogoLine1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Copyright (C) Microsoft Corporation. All rights reserved.. - /// - internal static string IDS_LogoLine2 { - get { - return ResourceManager.GetString("IDS_LogoLine2", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to method group. - /// - internal static string IDS_MethodGroup { - get { - return ResourceManager.GetString("IDS_MethodGroup", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to <namespace>. - /// - internal static string IDS_Namespace1 { - get { - return ResourceManager.GetString("IDS_Namespace1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to <null>. - /// - internal static string IDS_NULL { - get { - return ResourceManager.GetString("IDS_NULL", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Operation caused a stack overflow.. - /// - internal static string IDS_OperationCausedStackOverflow { - get { - return ResourceManager.GetString("IDS_OperationCausedStackOverflow", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to constraints for override and explicit interface implementation methods. - /// - internal static string IDS_OverrideWithConstraints { - get { - return ResourceManager.GetString("IDS_OverrideWithConstraints", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to <path list>. - /// - internal static string IDS_PathList { - get { - return ResourceManager.GetString("IDS_PathList", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to /REFERENCEPATH option. - /// - internal static string IDS_REFERENCEPATH_OPTION { - get { - return ResourceManager.GetString("IDS_REFERENCEPATH_OPTION", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to (Location of symbol related to previous error). - /// - internal static string IDS_RELATEDERROR { - get { - return ResourceManager.GetString("IDS_RELATEDERROR", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to (Location of symbol related to previous warning). - /// - internal static string IDS_RELATEDWARNING { - get { - return ResourceManager.GetString("IDS_RELATEDWARNING", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to using alias. - /// - internal static string IDS_SK_ALIAS { - get { - return ResourceManager.GetString("IDS_SK_ALIAS", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to constructor. - /// - internal static string IDS_SK_CONSTRUCTOR { - get { - return ResourceManager.GetString("IDS_SK_CONSTRUCTOR", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to event. - /// - internal static string IDS_SK_EVENT { - get { - return ResourceManager.GetString("IDS_SK_EVENT", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to extern alias. - /// - internal static string IDS_SK_EXTERNALIAS { - get { - return ResourceManager.GetString("IDS_SK_EXTERNALIAS", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to field. - /// - internal static string IDS_SK_FIELD { - get { - return ResourceManager.GetString("IDS_SK_FIELD", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to label. - /// - internal static string IDS_SK_LABEL { - get { - return ResourceManager.GetString("IDS_SK_LABEL", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to method. - /// - internal static string IDS_SK_METHOD { - get { - return ResourceManager.GetString("IDS_SK_METHOD", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to namespace. - /// - internal static string IDS_SK_NAMESPACE { - get { - return ResourceManager.GetString("IDS_SK_NAMESPACE", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to property. - /// - internal static string IDS_SK_PROPERTY { - get { - return ResourceManager.GetString("IDS_SK_PROPERTY", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to type. - /// - internal static string IDS_SK_TYPE { - get { - return ResourceManager.GetString("IDS_SK_TYPE", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to type parameter. - /// - internal static string IDS_SK_TYVAR { - get { - return ResourceManager.GetString("IDS_SK_TYVAR", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to element. - /// - internal static string IDS_SK_UNKNOWN { - get { - return ResourceManager.GetString("IDS_SK_UNKNOWN", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to variable. - /// - internal static string IDS_SK_VARIABLE { - get { - return ResourceManager.GetString("IDS_SK_VARIABLE", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to <text>. - /// - internal static string IDS_Text { - get { - return ResourceManager.GetString("IDS_Text", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to <throw expression>. - /// - internal static string IDS_ThrowExpression { - get { - return ResourceManager.GetString("IDS_ThrowExpression", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Microsoft (R) Visual C# Compiler. - /// - internal static string IDS_ToolName { - get { - return ResourceManager.GetString("IDS_ToolName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to using variable. - /// - internal static string IDS_USINGLOCAL { - get { - return ResourceManager.GetString("IDS_USINGLOCAL", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 'experimental'. - /// - internal static string IDS_VersionExperimental { - get { - return ResourceManager.GetString("IDS_VersionExperimental", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Include tag is invalid . - /// - internal static string IDS_XMLBADINCLUDE { - get { - return ResourceManager.GetString("IDS_XMLBADINCLUDE", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Failed to insert some or all of included XML . - /// - internal static string IDS_XMLFAILEDINCLUDE { - get { - return ResourceManager.GetString("IDS_XMLFAILEDINCLUDE", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to <!-- Badly formed XML comment ignored for member "{0}" -->. - /// - internal static string IDS_XMLIGNORED { - get { - return ResourceManager.GetString("IDS_XMLIGNORED", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Badly formed XML file "{0}" cannot be included . - /// - internal static string IDS_XMLIGNORED2 { - get { - return ResourceManager.GetString("IDS_XMLIGNORED2", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Missing file attribute. - /// - internal static string IDS_XMLMISSINGINCLUDEFILE { - get { - return ResourceManager.GetString("IDS_XMLMISSINGINCLUDEFILE", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Missing path attribute. - /// - internal static string IDS_XMLMISSINGINCLUDEPATH { - get { - return ResourceManager.GetString("IDS_XMLMISSINGINCLUDEPATH", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to No matching elements were found for the following include tag . - /// - internal static string IDS_XMLNOINCLUDE { - get { - return ResourceManager.GetString("IDS_XMLNOINCLUDE", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Skipping some types in analyzer assembly {0} due to a ReflectionTypeLoadException : {1}.. - /// - internal static string INF_UnableToLoadSomeTypesInAnalyzer { - get { - return ResourceManager.GetString("INF_UnableToLoadSomeTypesInAnalyzer", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Skip loading types in analyzer assembly that fail due to a ReflectionTypeLoadException. - /// - internal static string INF_UnableToLoadSomeTypesInAnalyzer_Title { - get { - return ResourceManager.GetString("INF_UnableToLoadSomeTypesInAnalyzer_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Called GetDeclarationName for a declaration node that can possibly contain multiple variable declarators.. - /// - internal static string InvalidGetDeclarationNameMultipleDeclarators { - get { - return ResourceManager.GetString("InvalidGetDeclarationNameMultipleDeclarators", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to items: must be non-empty. - /// - internal static string ItemsMustBeNonEmpty { - get { - return ResourceManager.GetString("ItemsMustBeNonEmpty", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Location must be provided in order to provide minimal type qualification.. - /// - internal static string LocationMustBeProvided { - get { - return ResourceManager.GetString("LocationMustBeProvided", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to LookupOptions has an invalid combination of options. - /// - internal static string LookupOptionsHasInvalidCombo { - get { - return ResourceManager.GetString("LookupOptionsHasInvalidCombo", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Name conflict for name {0}. - /// - internal static string NameConflictForName { - get { - return ResourceManager.GetString("NameConflictForName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to SearchCriteria is expected.. - /// - internal static string NoNoneSearchCriteria { - get { - return ResourceManager.GetString("NoNoneSearchCriteria", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Not a C# symbol.. - /// - internal static string NotACSharpSymbol { - get { - return ResourceManager.GetString("NotACSharpSymbol", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Position is not within syntax tree with full span {0}. - /// - internal static string PositionIsNotWithinSyntax { - get { - return ResourceManager.GetString("PositionIsNotWithinSyntax", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Position must be within span of the syntax tree.. - /// - internal static string PositionNotWithinTree { - get { - return ResourceManager.GetString("PositionNotWithinTree", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Syntax node to be speculated cannot belong to a syntax tree from the current compilation.. - /// - internal static string SpeculatedSyntaxNodeCannotBelongToCurrentCompilation { - get { - return ResourceManager.GetString("SpeculatedSyntaxNodeCannotBelongToCurrentCompilation", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Submission can have at most one syntax tree.. - /// - internal static string SubmissionCanHaveAtMostOne { - get { - return ResourceManager.GetString("SubmissionCanHaveAtMostOne", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Submission can only include script code.. - /// - internal static string SubmissionCanOnlyInclude { - get { - return ResourceManager.GetString("SubmissionCanOnlyInclude", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Syntax node is not within syntax tree. - /// - internal static string SyntaxNodeIsNotWithinSynt { - get { - return ResourceManager.GetString("SyntaxNodeIsNotWithinSynt", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Syntax tree already present. - /// - internal static string SyntaxTreeAlreadyPresent { - get { - return ResourceManager.GetString("SyntaxTreeAlreadyPresent", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to SyntaxTree resulted from a #load directive and cannot be removed or replaced directly.. - /// - internal static string SyntaxTreeFromLoadNoRemoveReplace { - get { - return ResourceManager.GetString("SyntaxTreeFromLoadNoRemoveReplace", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Syntax tree should be created from a submission.. - /// - internal static string SyntaxTreeIsNotASubmission { - get { - return ResourceManager.GetString("SyntaxTreeIsNotASubmission", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to SyntaxTree is not part of the compilation. - /// - internal static string SyntaxTreeNotFound { - get { - return ResourceManager.GetString("SyntaxTreeNotFound", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to SyntaxTree is not part of the compilation, so it cannot be removed. - /// - internal static string SyntaxTreeNotFoundToRemove { - get { - return ResourceManager.GetString("SyntaxTreeNotFoundToRemove", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to SyntaxTreeSemanticModel must be provided in order to provide minimal type qualification.. - /// - internal static string SyntaxTreeSemanticModelMust { - get { - return ResourceManager.GetString("SyntaxTreeSemanticModelMust", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to This method can only be used to create tokens - {0} is not a token kind.. - /// - internal static string ThisMethodCanOnlyBeUsedToCreateTokens { - get { - return ResourceManager.GetString("ThisMethodCanOnlyBeUsedToCreateTokens", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to tree must have a root node with SyntaxKind.CompilationUnit. - /// - internal static string TreeMustHaveARootNodeWith { - get { - return ResourceManager.GetString("TreeMustHaveARootNodeWith", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to tree not part of compilation. - /// - internal static string TreeNotPartOfCompilation { - get { - return ResourceManager.GetString("TreeNotPartOfCompilation", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Type argument cannot be null. - /// - internal static string TypeArgumentCannotBeNull { - get { - return ResourceManager.GetString("TypeArgumentCannotBeNull", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use Microsoft.CodeAnalysis.CSharp.SyntaxFactory.Literal to create numeric literal tokens.. - /// - internal static string UseLiteralForNumeric { - get { - return ResourceManager.GetString("UseLiteralForNumeric", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use Microsoft.CodeAnalysis.CSharp.SyntaxFactory.Literal to create character literal tokens.. - /// - internal static string UseLiteralForTokens { - get { - return ResourceManager.GetString("UseLiteralForTokens", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use Microsoft.CodeAnalysis.CSharp.SyntaxFactory.Identifier or Microsoft.CodeAnalysis.CSharp.SyntaxFactory.VerbatimIdentifier to create identifier tokens.. - /// - internal static string UseVerbatimIdentifier { - get { - return ResourceManager.GetString("UseVerbatimIdentifier", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Alignment value {0} has a magnitude greater than {1} and may result in a large formatted string.. - /// - internal static string WRN_AlignmentMagnitude { - get { - return ResourceManager.GetString("WRN_AlignmentMagnitude", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Alignment value has a magnitude that may result in a large formatted string. - /// - internal static string WRN_AlignmentMagnitude_Title { - get { - return ResourceManager.GetString("WRN_AlignmentMagnitude_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The result of the expression is always 'null' of type '{0}'. - /// - internal static string WRN_AlwaysNull { - get { - return ResourceManager.GetString("WRN_AlwaysNull", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The result of the expression is always 'null'. - /// - internal static string WRN_AlwaysNull_Title { - get { - return ResourceManager.GetString("WRN_AlwaysNull_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Ambiguous reference in cref attribute: '{0}'. Assuming '{1}', but could have also matched other overloads including '{2}'.. - /// - internal static string WRN_AmbiguousXMLReference { - get { - return ResourceManager.GetString("WRN_AmbiguousXMLReference", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Ambiguous reference in cref attribute. - /// - internal static string WRN_AmbiguousXMLReference_Title { - get { - return ResourceManager.GetString("WRN_AmbiguousXMLReference_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to An instance of analyzer {0} cannot be created from {1} : {2}.. - /// - internal static string WRN_AnalyzerCannotBeCreated { - get { - return ResourceManager.GetString("WRN_AnalyzerCannotBeCreated", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to An analyzer instance cannot be created. - /// - internal static string WRN_AnalyzerCannotBeCreated_Title { - get { - return ResourceManager.GetString("WRN_AnalyzerCannotBeCreated_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Attribute '{0}' from module '{1}' will be ignored in favor of the instance appearing in source. - /// - internal static string WRN_AssemblyAttributeFromModuleIsOverridden { - get { - return ResourceManager.GetString("WRN_AssemblyAttributeFromModuleIsOverridden", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Attribute will be ignored in favor of the instance appearing in source. - /// - internal static string WRN_AssemblyAttributeFromModuleIsOverridden_Title { - get { - return ResourceManager.GetString("WRN_AssemblyAttributeFromModuleIsOverridden_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Possibly incorrect assignment to local '{0}' which is the argument to a using or lock statement. The Dispose call or unlocking will happen on the original value of the local.. - /// - internal static string WRN_AssignmentToLockOrDispose { - get { - return ResourceManager.GetString("WRN_AssignmentToLockOrDispose", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Possibly incorrect assignment to local which is the argument to a using or lock statement. - /// - internal static string WRN_AssignmentToLockOrDispose_Title { - get { - return ResourceManager.GetString("WRN_AssignmentToLockOrDispose_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Assignment made to same variable; did you mean to assign something else?. - /// - internal static string WRN_AssignmentToSelf { - get { - return ResourceManager.GetString("WRN_AssignmentToSelf", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Assignment made to same variable. - /// - internal static string WRN_AssignmentToSelf_Title { - get { - return ResourceManager.GetString("WRN_AssignmentToSelf_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.. - /// - internal static string WRN_AsyncLacksAwaits { - get { - return ResourceManager.GetString("WRN_AsyncLacksAwaits", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Async method lacks 'await' operators and will run synchronously. - /// - internal static string WRN_AsyncLacksAwaits_Title { - get { - return ResourceManager.GetString("WRN_AsyncLacksAwaits_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Attribute '{0}' is ignored when public signing is specified.. - /// - internal static string WRN_AttributeIgnoredWhenPublicSigning { - get { - return ResourceManager.GetString("WRN_AttributeIgnoredWhenPublicSigning", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Attribute is ignored when public signing is specified.. - /// - internal static string WRN_AttributeIgnoredWhenPublicSigning_Title { - get { - return ResourceManager.GetString("WRN_AttributeIgnoredWhenPublicSigning_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' is not a valid attribute location for this declaration. Valid attribute locations for this declaration are '{1}'. All attributes in this block will be ignored.. - /// - internal static string WRN_AttributeLocationOnBadDeclaration { - get { - return ResourceManager.GetString("WRN_AttributeLocationOnBadDeclaration", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Not a valid attribute location for this declaration. - /// - internal static string WRN_AttributeLocationOnBadDeclaration_Title { - get { - return ResourceManager.GetString("WRN_AttributeLocationOnBadDeclaration_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Field-targeted attributes on auto-properties are not supported in language version {0}. Please use language version {1} or greater.. - /// - internal static string WRN_AttributesOnBackingFieldsNotAvailable { - get { - return ResourceManager.GetString("WRN_AttributesOnBackingFieldsNotAvailable", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Field-targeted attributes on auto-properties are not supported in this version of the language.. - /// - internal static string WRN_AttributesOnBackingFieldsNotAvailable_Title { - get { - return ResourceManager.GetString("WRN_AttributesOnBackingFieldsNotAvailable_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Possible unintended reference comparison; to get a value comparison, cast the left hand side to type '{0}'. - /// - internal static string WRN_BadRefCompareLeft { - get { - return ResourceManager.GetString("WRN_BadRefCompareLeft", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Possible unintended reference comparison; left hand side needs cast. - /// - internal static string WRN_BadRefCompareLeft_Title { - get { - return ResourceManager.GetString("WRN_BadRefCompareLeft_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Possible unintended reference comparison; to get a value comparison, cast the right hand side to type '{0}'. - /// - internal static string WRN_BadRefCompareRight { - get { - return ResourceManager.GetString("WRN_BadRefCompareRight", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Possible unintended reference comparison; right hand side needs cast. - /// - internal static string WRN_BadRefCompareRight_Title { - get { - return ResourceManager.GetString("WRN_BadRefCompareRight_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot restore warning 'CS{0}' because it was disabled globally. - /// - internal static string WRN_BadRestoreNumber { - get { - return ResourceManager.GetString("WRN_BadRestoreNumber", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot restore warning because it was disabled globally. - /// - internal static string WRN_BadRestoreNumber_Title { - get { - return ResourceManager.GetString("WRN_BadRestoreNumber_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The language name '{0}' is invalid.. - /// - internal static string WRN_BadUILang { - get { - return ResourceManager.GetString("WRN_BadUILang", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The language name is invalid. - /// - internal static string WRN_BadUILang_Title { - get { - return ResourceManager.GetString("WRN_BadUILang_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' is not a valid warning number. - /// - internal static string WRN_BadWarningNumber { - get { - return ResourceManager.GetString("WRN_BadWarningNumber", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A number that was passed to the #pragma warning preprocessor directive was not a valid warning number. Verify that the number represents a warning, not an error.. - /// - internal static string WRN_BadWarningNumber_Description { - get { - return ResourceManager.GetString("WRN_BadWarningNumber_Description", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Not a valid warning number. - /// - internal static string WRN_BadWarningNumber_Title { - get { - return ResourceManager.GetString("WRN_BadWarningNumber_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to XML comment has cref attribute '{0}' that could not be resolved. - /// - internal static string WRN_BadXMLRef { - get { - return ResourceManager.GetString("WRN_BadXMLRef", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to XML comment has cref attribute that could not be resolved. - /// - internal static string WRN_BadXMLRef_Title { - get { - return ResourceManager.GetString("WRN_BadXMLRef_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Invalid type for parameter {0} in XML comment cref attribute: '{1}'. - /// - internal static string WRN_BadXMLRefParamType { - get { - return ResourceManager.GetString("WRN_BadXMLRefParamType", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Invalid type for parameter in XML comment cref attribute. - /// - internal static string WRN_BadXMLRefParamType_Title { - get { - return ResourceManager.GetString("WRN_BadXMLRefParamType_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Invalid return type in XML comment cref attribute. - /// - internal static string WRN_BadXMLRefReturnType { - get { - return ResourceManager.GetString("WRN_BadXMLRefReturnType", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Invalid return type in XML comment cref attribute. - /// - internal static string WRN_BadXMLRefReturnType_Title { - get { - return ResourceManager.GetString("WRN_BadXMLRefReturnType_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to XML comment has syntactically incorrect cref attribute '{0}'. - /// - internal static string WRN_BadXMLRefSyntax { - get { - return ResourceManager.GetString("WRN_BadXMLRefSyntax", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to XML comment has syntactically incorrect cref attribute. - /// - internal static string WRN_BadXMLRefSyntax_Title { - get { - return ResourceManager.GetString("WRN_BadXMLRefSyntax_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to XML comment has cref attribute '{0}' that refers to a type parameter. - /// - internal static string WRN_BadXMLRefTypeVar { - get { - return ResourceManager.GetString("WRN_BadXMLRefTypeVar", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to XML comment has cref attribute that refers to a type parameter. - /// - internal static string WRN_BadXMLRefTypeVar_Title { - get { - return ResourceManager.GetString("WRN_BadXMLRefTypeVar_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Bitwise-or operator used on a sign-extended operand; consider casting to a smaller unsigned type first. - /// - internal static string WRN_BitwiseOrSignExtend { - get { - return ResourceManager.GetString("WRN_BitwiseOrSignExtend", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The compiler implicitly widened and sign-extended a variable, and then used the resulting value in a bitwise OR operation. This can result in unexpected behavior.. - /// - internal static string WRN_BitwiseOrSignExtend_Description { - get { - return ResourceManager.GetString("WRN_BitwiseOrSignExtend_Description", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Bitwise-or operator used on a sign-extended operand. - /// - internal static string WRN_BitwiseOrSignExtend_Title { - get { - return ResourceManager.GetString("WRN_BitwiseOrSignExtend_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Using '{0}' as a ref or out value or taking its address may cause a runtime exception because it is a field of a marshal-by-reference class. - /// - internal static string WRN_ByRefNonAgileField { - get { - return ResourceManager.GetString("WRN_ByRefNonAgileField", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Using a field of a marshal-by-reference class as a ref or out value or taking its address may cause a runtime exception. - /// - internal static string WRN_ByRefNonAgileField_Title { - get { - return ResourceManager.GetString("WRN_ByRefNonAgileField_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Call System.IDisposable.Dispose() on allocated instance of {0} before all references to it are out of scope.. - /// - internal static string WRN_CA2000_DisposeObjectsBeforeLosingScope1 { - get { - return ResourceManager.GetString("WRN_CA2000_DisposeObjectsBeforeLosingScope1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Call System.IDisposable.Dispose() on allocated instance before all references to it are out of scope. - /// - internal static string WRN_CA2000_DisposeObjectsBeforeLosingScope1_Title { - get { - return ResourceManager.GetString("WRN_CA2000_DisposeObjectsBeforeLosingScope1_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Allocated instance of {0} is not disposed along all exception paths. Call System.IDisposable.Dispose() before all references to it are out of scope.. - /// - internal static string WRN_CA2000_DisposeObjectsBeforeLosingScope2 { - get { - return ResourceManager.GetString("WRN_CA2000_DisposeObjectsBeforeLosingScope2", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Allocated instance is not disposed along all exception paths. - /// - internal static string WRN_CA2000_DisposeObjectsBeforeLosingScope2_Title { - get { - return ResourceManager.GetString("WRN_CA2000_DisposeObjectsBeforeLosingScope2_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Object '{0}' can be disposed more than once.. - /// - internal static string WRN_CA2202_DoNotDisposeObjectsMultipleTimes { - get { - return ResourceManager.GetString("WRN_CA2202_DoNotDisposeObjectsMultipleTimes", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Object can be disposed more than once. - /// - internal static string WRN_CA2202_DoNotDisposeObjectsMultipleTimes_Title { - get { - return ResourceManager.GetString("WRN_CA2202_DoNotDisposeObjectsMultipleTimes_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The CallerFilePathAttribute applied to parameter '{0}' will have no effect because it applies to a member that is used in contexts that do not allow optional arguments. - /// - internal static string WRN_CallerFilePathParamForUnconsumedLocation { - get { - return ResourceManager.GetString("WRN_CallerFilePathParamForUnconsumedLocation", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The CallerFilePathAttribute will have no effect because it applies to a member that is used in contexts that do not allow optional arguments. - /// - internal static string WRN_CallerFilePathParamForUnconsumedLocation_Title { - get { - return ResourceManager.GetString("WRN_CallerFilePathParamForUnconsumedLocation_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The CallerMemberNameAttribute applied to parameter '{0}' will have no effect. It is overridden by the CallerFilePathAttribute.. - /// - internal static string WRN_CallerFilePathPreferredOverCallerMemberName { - get { - return ResourceManager.GetString("WRN_CallerFilePathPreferredOverCallerMemberName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The CallerMemberNameAttribute will have no effect; it is overridden by the CallerFilePathAttribute. - /// - internal static string WRN_CallerFilePathPreferredOverCallerMemberName_Title { - get { - return ResourceManager.GetString("WRN_CallerFilePathPreferredOverCallerMemberName_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The CallerLineNumberAttribute applied to parameter '{0}' will have no effect because it applies to a member that is used in contexts that do not allow optional arguments. - /// - internal static string WRN_CallerLineNumberParamForUnconsumedLocation { - get { - return ResourceManager.GetString("WRN_CallerLineNumberParamForUnconsumedLocation", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The CallerLineNumberAttribute will have no effect because it applies to a member that is used in contexts that do not allow optional arguments. - /// - internal static string WRN_CallerLineNumberParamForUnconsumedLocation_Title { - get { - return ResourceManager.GetString("WRN_CallerLineNumberParamForUnconsumedLocation_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The CallerFilePathAttribute applied to parameter '{0}' will have no effect. It is overridden by the CallerLineNumberAttribute.. - /// - internal static string WRN_CallerLineNumberPreferredOverCallerFilePath { - get { - return ResourceManager.GetString("WRN_CallerLineNumberPreferredOverCallerFilePath", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The CallerFilePathAttribute will have no effect; it is overridden by the CallerLineNumberAttribute. - /// - internal static string WRN_CallerLineNumberPreferredOverCallerFilePath_Title { - get { - return ResourceManager.GetString("WRN_CallerLineNumberPreferredOverCallerFilePath_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The CallerMemberNameAttribute applied to parameter '{0}' will have no effect. It is overridden by the CallerLineNumberAttribute.. - /// - internal static string WRN_CallerLineNumberPreferredOverCallerMemberName { - get { - return ResourceManager.GetString("WRN_CallerLineNumberPreferredOverCallerMemberName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The CallerMemberNameAttribute will have no effect; it is overridden by the CallerLineNumberAttribute. - /// - internal static string WRN_CallerLineNumberPreferredOverCallerMemberName_Title { - get { - return ResourceManager.GetString("WRN_CallerLineNumberPreferredOverCallerMemberName_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The CallerMemberNameAttribute applied to parameter '{0}' will have no effect because it applies to a member that is used in contexts that do not allow optional arguments. - /// - internal static string WRN_CallerMemberNameParamForUnconsumedLocation { - get { - return ResourceManager.GetString("WRN_CallerMemberNameParamForUnconsumedLocation", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The CallerMemberNameAttribute will have no effect because it applies to a member that is used in contexts that do not allow optional arguments. - /// - internal static string WRN_CallerMemberNameParamForUnconsumedLocation_Title { - get { - return ResourceManager.GetString("WRN_CallerMemberNameParamForUnconsumedLocation_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Accessing a member on '{0}' may cause a runtime exception because it is a field of a marshal-by-reference class. - /// - internal static string WRN_CallOnNonAgileField { - get { - return ResourceManager.GetString("WRN_CallOnNonAgileField", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to This warning occurs when you try to call a method, property, or indexer on a member of a class that derives from MarshalByRefObject, and the member is a value type. Objects that inherit from MarshalByRefObject are typically intended to be marshaled by reference across an application domain. If any code ever attempts to directly access the value-type member of such an object across an application domain, a runtime exception will occur. To resolve the warning, first copy the member into a local variable and c [rest of string was truncated]";. - /// - internal static string WRN_CallOnNonAgileField_Description { - get { - return ResourceManager.GetString("WRN_CallOnNonAgileField_Description", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Accessing a member on a field of a marshal-by-reference class may cause a runtime exception. - /// - internal static string WRN_CallOnNonAgileField_Title { - get { - return ResourceManager.GetString("WRN_CallOnNonAgileField_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Ignoring /win32manifest for module because it only applies to assemblies. - /// - internal static string WRN_CantHaveManifestForModule { - get { - return ResourceManager.GetString("WRN_CantHaveManifestForModule", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Ignoring /win32manifest for module because it only applies to assemblies. - /// - internal static string WRN_CantHaveManifestForModule_Title { - get { - return ResourceManager.GetString("WRN_CantHaveManifestForModule_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The name '_' refers to the constant, not the discard pattern. Use 'var _' to discard the value, or '@_' to refer to a constant by that name.. - /// - internal static string WRN_CaseConstantNamedUnderscore { - get { - return ResourceManager.GetString("WRN_CaseConstantNamedUnderscore", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Do not use '_' for a case constant.. - /// - internal static string WRN_CaseConstantNamedUnderscore_Title { - get { - return ResourceManager.GetString("WRN_CaseConstantNamedUnderscore_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Arrays as attribute arguments is not CLS-compliant. - /// - internal static string WRN_CLS_ArrayArgumentToAttribute { - get { - return ResourceManager.GetString("WRN_CLS_ArrayArgumentToAttribute", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Arrays as attribute arguments is not CLS-compliant. - /// - internal static string WRN_CLS_ArrayArgumentToAttribute_Title { - get { - return ResourceManager.GetString("WRN_CLS_ArrayArgumentToAttribute_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' cannot be marked as CLS-compliant because the assembly does not have a CLSCompliant attribute. - /// - internal static string WRN_CLS_AssemblyNotCLS { - get { - return ResourceManager.GetString("WRN_CLS_AssemblyNotCLS", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Type or member cannot be marked as CLS-compliant because the assembly does not have a CLSCompliant attribute. - /// - internal static string WRN_CLS_AssemblyNotCLS_Title { - get { - return ResourceManager.GetString("WRN_CLS_AssemblyNotCLS_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute. - /// - internal static string WRN_CLS_AssemblyNotCLS2 { - get { - return ResourceManager.GetString("WRN_CLS_AssemblyNotCLS2", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Type or member does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute. - /// - internal static string WRN_CLS_AssemblyNotCLS2_Title { - get { - return ResourceManager.GetString("WRN_CLS_AssemblyNotCLS2_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Argument type '{0}' is not CLS-compliant. - /// - internal static string WRN_CLS_BadArgType { - get { - return ResourceManager.GetString("WRN_CLS_BadArgType", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Argument type is not CLS-compliant. - /// - internal static string WRN_CLS_BadArgType_Title { - get { - return ResourceManager.GetString("WRN_CLS_BadArgType_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' has no accessible constructors which use only CLS-compliant types. - /// - internal static string WRN_CLS_BadAttributeType { - get { - return ResourceManager.GetString("WRN_CLS_BadAttributeType", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Type has no accessible constructors which use only CLS-compliant types. - /// - internal static string WRN_CLS_BadAttributeType_Title { - get { - return ResourceManager.GetString("WRN_CLS_BadAttributeType_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}': base type '{1}' is not CLS-compliant. - /// - internal static string WRN_CLS_BadBase { - get { - return ResourceManager.GetString("WRN_CLS_BadBase", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A base type was marked as not having to be compliant with the Common Language Specification (CLS) in an assembly that was marked as being CLS compliant. Either remove the attribute that specifies the assembly is CLS compliant or remove the attribute that indicates the type is not CLS compliant.. - /// - internal static string WRN_CLS_BadBase_Description { - get { - return ResourceManager.GetString("WRN_CLS_BadBase_Description", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Base type is not CLS-compliant. - /// - internal static string WRN_CLS_BadBase_Title { - get { - return ResourceManager.GetString("WRN_CLS_BadBase_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Type of '{0}' is not CLS-compliant. - /// - internal static string WRN_CLS_BadFieldPropType { - get { - return ResourceManager.GetString("WRN_CLS_BadFieldPropType", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A public, protected, or protected internal variable must be of a type that is compliant with the Common Language Specification (CLS).. - /// - internal static string WRN_CLS_BadFieldPropType_Description { - get { - return ResourceManager.GetString("WRN_CLS_BadFieldPropType_Description", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Type is not CLS-compliant. - /// - internal static string WRN_CLS_BadFieldPropType_Title { - get { - return ResourceManager.GetString("WRN_CLS_BadFieldPropType_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Identifier '{0}' is not CLS-compliant. - /// - internal static string WRN_CLS_BadIdentifier { - get { - return ResourceManager.GetString("WRN_CLS_BadIdentifier", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Identifier is not CLS-compliant. - /// - internal static string WRN_CLS_BadIdentifier_Title { - get { - return ResourceManager.GetString("WRN_CLS_BadIdentifier_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Identifier '{0}' differing only in case is not CLS-compliant. - /// - internal static string WRN_CLS_BadIdentifierCase { - get { - return ResourceManager.GetString("WRN_CLS_BadIdentifierCase", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Identifier differing only in case is not CLS-compliant. - /// - internal static string WRN_CLS_BadIdentifierCase_Title { - get { - return ResourceManager.GetString("WRN_CLS_BadIdentifierCase_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' is not CLS-compliant because base interface '{1}' is not CLS-compliant. - /// - internal static string WRN_CLS_BadInterface { - get { - return ResourceManager.GetString("WRN_CLS_BadInterface", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Type is not CLS-compliant because base interface is not CLS-compliant. - /// - internal static string WRN_CLS_BadInterface_Title { - get { - return ResourceManager.GetString("WRN_CLS_BadInterface_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}': CLS-compliant interfaces must have only CLS-compliant members. - /// - internal static string WRN_CLS_BadInterfaceMember { - get { - return ResourceManager.GetString("WRN_CLS_BadInterfaceMember", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to CLS-compliant interfaces must have only CLS-compliant members. - /// - internal static string WRN_CLS_BadInterfaceMember_Title { - get { - return ResourceManager.GetString("WRN_CLS_BadInterfaceMember_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Return type of '{0}' is not CLS-compliant. - /// - internal static string WRN_CLS_BadReturnType { - get { - return ResourceManager.GetString("WRN_CLS_BadReturnType", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Return type is not CLS-compliant. - /// - internal static string WRN_CLS_BadReturnType_Title { - get { - return ResourceManager.GetString("WRN_CLS_BadReturnType_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Constraint type '{0}' is not CLS-compliant. - /// - internal static string WRN_CLS_BadTypeVar { - get { - return ResourceManager.GetString("WRN_CLS_BadTypeVar", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Constraint type is not CLS-compliant. - /// - internal static string WRN_CLS_BadTypeVar_Title { - get { - return ResourceManager.GetString("WRN_CLS_BadTypeVar_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' cannot be marked as CLS-compliant because it is a member of non-CLS-compliant type '{1}'. - /// - internal static string WRN_CLS_IllegalTrueInFalse { - get { - return ResourceManager.GetString("WRN_CLS_IllegalTrueInFalse", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Type cannot be marked as CLS-compliant because it is a member of non-CLS-compliant type. - /// - internal static string WRN_CLS_IllegalTrueInFalse_Title { - get { - return ResourceManager.GetString("WRN_CLS_IllegalTrueInFalse_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to CLSCompliant attribute has no meaning when applied to parameters. Try putting it on the method instead.. - /// - internal static string WRN_CLS_MeaninglessOnParam { - get { - return ResourceManager.GetString("WRN_CLS_MeaninglessOnParam", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to CLSCompliant attribute has no meaning when applied to parameters. - /// - internal static string WRN_CLS_MeaninglessOnParam_Title { - get { - return ResourceManager.GetString("WRN_CLS_MeaninglessOnParam_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to CLS compliance checking will not be performed on '{0}' because it is not visible from outside this assembly. - /// - internal static string WRN_CLS_MeaninglessOnPrivateType { - get { - return ResourceManager.GetString("WRN_CLS_MeaninglessOnPrivateType", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to CLS compliance checking will not be performed because it is not visible from outside this assembly. - /// - internal static string WRN_CLS_MeaninglessOnPrivateType_Title { - get { - return ResourceManager.GetString("WRN_CLS_MeaninglessOnPrivateType_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to CLSCompliant attribute has no meaning when applied to return types. Try putting it on the method instead.. - /// - internal static string WRN_CLS_MeaninglessOnReturn { - get { - return ResourceManager.GetString("WRN_CLS_MeaninglessOnReturn", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to CLSCompliant attribute has no meaning when applied to return types. - /// - internal static string WRN_CLS_MeaninglessOnReturn_Title { - get { - return ResourceManager.GetString("WRN_CLS_MeaninglessOnReturn_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Added modules must be marked with the CLSCompliant attribute to match the assembly. - /// - internal static string WRN_CLS_ModuleMissingCLS { - get { - return ResourceManager.GetString("WRN_CLS_ModuleMissingCLS", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Added modules must be marked with the CLSCompliant attribute to match the assembly. - /// - internal static string WRN_CLS_ModuleMissingCLS_Title { - get { - return ResourceManager.GetString("WRN_CLS_ModuleMissingCLS_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}': only CLS-compliant members can be abstract. - /// - internal static string WRN_CLS_NoAbstractMembers { - get { - return ResourceManager.GetString("WRN_CLS_NoAbstractMembers", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Only CLS-compliant members can be abstract. - /// - internal static string WRN_CLS_NoAbstractMembers_Title { - get { - return ResourceManager.GetString("WRN_CLS_NoAbstractMembers_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to You must specify the CLSCompliant attribute on the assembly, not the module, to enable CLS compliance checking. - /// - internal static string WRN_CLS_NotOnModules { - get { - return ResourceManager.GetString("WRN_CLS_NotOnModules", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to You must specify the CLSCompliant attribute on the assembly, not the module, to enable CLS compliance checking. - /// - internal static string WRN_CLS_NotOnModules_Title { - get { - return ResourceManager.GetString("WRN_CLS_NotOnModules_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to You cannot specify the CLSCompliant attribute on a module that differs from the CLSCompliant attribute on the assembly. - /// - internal static string WRN_CLS_NotOnModules2 { - get { - return ResourceManager.GetString("WRN_CLS_NotOnModules2", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to You cannot specify the CLSCompliant attribute on a module that differs from the CLSCompliant attribute on the assembly. - /// - internal static string WRN_CLS_NotOnModules2_Title { - get { - return ResourceManager.GetString("WRN_CLS_NotOnModules2_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Methods with variable arguments are not CLS-compliant. - /// - internal static string WRN_CLS_NoVarArgs { - get { - return ResourceManager.GetString("WRN_CLS_NoVarArgs", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Methods with variable arguments are not CLS-compliant. - /// - internal static string WRN_CLS_NoVarArgs_Title { - get { - return ResourceManager.GetString("WRN_CLS_NoVarArgs_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Overloaded method '{0}' differing only in ref or out, or in array rank, is not CLS-compliant. - /// - internal static string WRN_CLS_OverloadRefOut { - get { - return ResourceManager.GetString("WRN_CLS_OverloadRefOut", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Overloaded method differing only in ref or out, or in array rank, is not CLS-compliant. - /// - internal static string WRN_CLS_OverloadRefOut_Title { - get { - return ResourceManager.GetString("WRN_CLS_OverloadRefOut_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Overloaded method '{0}' differing only by unnamed array types is not CLS-compliant. - /// - internal static string WRN_CLS_OverloadUnnamed { - get { - return ResourceManager.GetString("WRN_CLS_OverloadUnnamed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to This error occurs if you have an overloaded method that takes a jagged array and the only difference between the method signatures is the element type of the array. To avoid this error, consider using a rectangular array rather than a jagged array; use an additional parameter to disambiguate the function call; rename one or more of the overloaded methods; or, if CLS Compliance is not needed, remove the CLSCompliantAttribute attribute.. - /// - internal static string WRN_CLS_OverloadUnnamed_Description { - get { - return ResourceManager.GetString("WRN_CLS_OverloadUnnamed_Description", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Overloaded method differing only by unnamed array types is not CLS-compliant. - /// - internal static string WRN_CLS_OverloadUnnamed_Title { - get { - return ResourceManager.GetString("WRN_CLS_OverloadUnnamed_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to CLS-compliant field '{0}' cannot be volatile. - /// - internal static string WRN_CLS_VolatileField { - get { - return ResourceManager.GetString("WRN_CLS_VolatileField", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to CLS-compliant field cannot be volatile. - /// - internal static string WRN_CLS_VolatileField_Title { - get { - return ResourceManager.GetString("WRN_CLS_VolatileField_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Option '{0}' overrides attribute '{1}' given in a source file or added module. - /// - internal static string WRN_CmdOptionConflictsSource { - get { - return ResourceManager.GetString("WRN_CmdOptionConflictsSource", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to This warning occurs if the assembly attributes AssemblyKeyFileAttribute or AssemblyKeyNameAttribute found in source conflict with the /keyfile or /keycontainer command line option or key file name or key container specified in the Project Properties.. - /// - internal static string WRN_CmdOptionConflictsSource_Description { - get { - return ResourceManager.GetString("WRN_CmdOptionConflictsSource_Description", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Option overrides attribute given in a source file or added module. - /// - internal static string WRN_CmdOptionConflictsSource_Title { - get { - return ResourceManager.GetString("WRN_CmdOptionConflictsSource_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Comparing with null of type '{0}' always produces 'false'. - /// - internal static string WRN_CmpAlwaysFalse { - get { - return ResourceManager.GetString("WRN_CmpAlwaysFalse", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Comparing with null of struct type always produces 'false'. - /// - internal static string WRN_CmpAlwaysFalse_Title { - get { - return ResourceManager.GetString("WRN_CmpAlwaysFalse_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' interface marked with 'CoClassAttribute' not marked with 'ComImportAttribute'. - /// - internal static string WRN_CoClassWithoutComImport { - get { - return ResourceManager.GetString("WRN_CoClassWithoutComImport", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Interface marked with 'CoClassAttribute' not marked with 'ComImportAttribute'. - /// - internal static string WRN_CoClassWithoutComImport_Title { - get { - return ResourceManager.GetString("WRN_CoClassWithoutComImport_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Comparison made to same variable; did you mean to compare something else?. - /// - internal static string WRN_ComparisonToSelf { - get { - return ResourceManager.GetString("WRN_ComparisonToSelf", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Comparison made to same variable. - /// - internal static string WRN_ComparisonToSelf_Title { - get { - return ResourceManager.GetString("WRN_ComparisonToSelf_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Different checksum values given for '{0}'. - /// - internal static string WRN_ConflictingChecksum { - get { - return ResourceManager.GetString("WRN_ConflictingChecksum", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Different #pragma checksum values given. - /// - internal static string WRN_ConflictingChecksum_Title { - get { - return ResourceManager.GetString("WRN_ConflictingChecksum_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Referenced assembly '{0}' targets a different processor.. - /// - internal static string WRN_ConflictingMachineAssembly { - get { - return ResourceManager.GetString("WRN_ConflictingMachineAssembly", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Referenced assembly targets a different processor. - /// - internal static string WRN_ConflictingMachineAssembly_Title { - get { - return ResourceManager.GetString("WRN_ConflictingMachineAssembly_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Converting null literal or possible null value to non-nullable type.. - /// - internal static string WRN_ConvertingNullableToNonNullable { - get { - return ResourceManager.GetString("WRN_ConvertingNullableToNonNullable", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Converting null literal or possible null value to non-nullable type.. - /// - internal static string WRN_ConvertingNullableToNonNullable_Title { - get { - return ResourceManager.GetString("WRN_ConvertingNullableToNonNullable_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The fully qualified name for '{0}' is too long for debug information. Compile without '/debug' option.. - /// - internal static string WRN_DebugFullNameTooLong { - get { - return ResourceManager.GetString("WRN_DebugFullNameTooLong", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Fully qualified name is too long for debug information. - /// - internal static string WRN_DebugFullNameTooLong_Title { - get { - return ResourceManager.GetString("WRN_DebugFullNameTooLong_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The default value specified for parameter '{0}' will have no effect because it applies to a member that is used in contexts that do not allow optional arguments. - /// - internal static string WRN_DefaultValueForUnconsumedLocation { - get { - return ResourceManager.GetString("WRN_DefaultValueForUnconsumedLocation", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The default value specified will have no effect because it applies to a member that is used in contexts that do not allow optional arguments. - /// - internal static string WRN_DefaultValueForUnconsumedLocation_Title { - get { - return ResourceManager.GetString("WRN_DefaultValueForUnconsumedLocation_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Invalid name for a preprocessing symbol; '{0}' is not a valid identifier. - /// - internal static string WRN_DefineIdentifierRequired { - get { - return ResourceManager.GetString("WRN_DefineIdentifierRequired", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Invalid name for a preprocessing symbol; not a valid identifier. - /// - internal static string WRN_DefineIdentifierRequired_Title { - get { - return ResourceManager.GetString("WRN_DefineIdentifierRequired_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Delay signing was specified and requires a public key, but no public key was specified. - /// - internal static string WRN_DelaySignButNoKey { - get { - return ResourceManager.GetString("WRN_DelaySignButNoKey", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Delay signing was specified and requires a public key, but no public key was specified. - /// - internal static string WRN_DelaySignButNoKey_Title { - get { - return ResourceManager.GetString("WRN_DelaySignButNoKey_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The best overloaded Add method '{0}' for the collection initializer element is obsolete.. - /// - internal static string WRN_DeprecatedCollectionInitAdd { - get { - return ResourceManager.GetString("WRN_DeprecatedCollectionInitAdd", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The best overloaded Add method for the collection initializer element is obsolete. - /// - internal static string WRN_DeprecatedCollectionInitAdd_Title { - get { - return ResourceManager.GetString("WRN_DeprecatedCollectionInitAdd_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The best overloaded Add method '{0}' for the collection initializer element is obsolete. {1}. - /// - internal static string WRN_DeprecatedCollectionInitAddStr { - get { - return ResourceManager.GetString("WRN_DeprecatedCollectionInitAddStr", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The best overloaded Add method for the collection initializer element is obsolete. - /// - internal static string WRN_DeprecatedCollectionInitAddStr_Title { - get { - return ResourceManager.GetString("WRN_DeprecatedCollectionInitAddStr_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' is obsolete. - /// - internal static string WRN_DeprecatedSymbol { - get { - return ResourceManager.GetString("WRN_DeprecatedSymbol", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Type or member is obsolete. - /// - internal static string WRN_DeprecatedSymbol_Title { - get { - return ResourceManager.GetString("WRN_DeprecatedSymbol_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' is obsolete: '{1}'. - /// - internal static string WRN_DeprecatedSymbolStr { - get { - return ResourceManager.GetString("WRN_DeprecatedSymbolStr", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Type or member is obsolete. - /// - internal static string WRN_DeprecatedSymbolStr_Title { - get { - return ResourceManager.GetString("WRN_DeprecatedSymbolStr_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A possible null value may not be used for a type marked with [NotNull] or [DisallowNull]. - /// - internal static string WRN_DisallowNullAttributeForbidsMaybeNullAssignment { - get { - return ResourceManager.GetString("WRN_DisallowNullAttributeForbidsMaybeNullAssignment", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A possible null value may not be used for a type marked with [NotNull] or [DisallowNull]. - /// - internal static string WRN_DisallowNullAttributeForbidsMaybeNullAssignment_Title { - get { - return ResourceManager.GetString("WRN_DisallowNullAttributeForbidsMaybeNullAssignment_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Method '{0}' lacks `[DoesNotReturn]` annotation to match implemented or overridden member.. - /// - internal static string WRN_DoesNotReturnMismatch { - get { - return ResourceManager.GetString("WRN_DoesNotReturnMismatch", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Method lacks `[DoesNotReturn]` annotation to match implemented or overridden member.. - /// - internal static string WRN_DoesNotReturnMismatch_Title { - get { - return ResourceManager.GetString("WRN_DoesNotReturnMismatch_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Expression will always cause a System.NullReferenceException because the default value of '{0}' is null. - /// - internal static string WRN_DotOnDefault { - get { - return ResourceManager.GetString("WRN_DotOnDefault", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Expression will always cause a System.NullReferenceException because the type's default value is null. - /// - internal static string WRN_DotOnDefault_Title { - get { - return ResourceManager.GetString("WRN_DotOnDefault_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' is already listed in the interface list on type '{1}' with different nullability of reference types.. - /// - internal static string WRN_DuplicateInterfaceWithNullabilityMismatchInBaseList { - get { - return ResourceManager.GetString("WRN_DuplicateInterfaceWithNullabilityMismatchInBaseList", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Interface is already listed in the interface list with different nullability of reference types.. - /// - internal static string WRN_DuplicateInterfaceWithNullabilityMismatchInBaseList_Title { - get { - return ResourceManager.GetString("WRN_DuplicateInterfaceWithNullabilityMismatchInBaseList_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to XML comment has a duplicate param tag for '{0}'. - /// - internal static string WRN_DuplicateParamTag { - get { - return ResourceManager.GetString("WRN_DuplicateParamTag", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to XML comment has a duplicate param tag. - /// - internal static string WRN_DuplicateParamTag_Title { - get { - return ResourceManager.GetString("WRN_DuplicateParamTag_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to XML comment has a duplicate typeparam tag for '{0}'. - /// - internal static string WRN_DuplicateTypeParamTag { - get { - return ResourceManager.GetString("WRN_DuplicateTypeParamTag", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to XML comment has a duplicate typeparam tag. - /// - internal static string WRN_DuplicateTypeParamTag_Title { - get { - return ResourceManager.GetString("WRN_DuplicateTypeParamTag_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The using directive for '{0}' appeared previously in this namespace. - /// - internal static string WRN_DuplicateUsing { - get { - return ResourceManager.GetString("WRN_DuplicateUsing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Using directive appeared previously in this namespace. - /// - internal static string WRN_DuplicateUsing_Title { - get { - return ResourceManager.GetString("WRN_DuplicateUsing_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The dynamically dispatched call to method '{0}' may fail at runtime because one or more applicable overloads are conditional methods.. - /// - internal static string WRN_DynamicDispatchToConditionalMethod { - get { - return ResourceManager.GetString("WRN_DynamicDispatchToConditionalMethod", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Dynamically dispatched call may fail at runtime because one or more applicable overloads are conditional methods. - /// - internal static string WRN_DynamicDispatchToConditionalMethod_Title { - get { - return ResourceManager.GetString("WRN_DynamicDispatchToConditionalMethod_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Empty switch block. - /// - internal static string WRN_EmptySwitch { - get { - return ResourceManager.GetString("WRN_EmptySwitch", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Empty switch block. - /// - internal static string WRN_EmptySwitch_Title { - get { - return ResourceManager.GetString("WRN_EmptySwitch_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Single-line comment or end-of-line expected. - /// - internal static string WRN_EndOfPPLineExpected { - get { - return ResourceManager.GetString("WRN_EndOfPPLineExpected", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Single-line comment or end-of-line expected after #pragma directive. - /// - internal static string WRN_EndOfPPLineExpected_Title { - get { - return ResourceManager.GetString("WRN_EndOfPPLineExpected_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' defines operator == or operator != but does not override Object.Equals(object o). - /// - internal static string WRN_EqualityOpWithoutEquals { - get { - return ResourceManager.GetString("WRN_EqualityOpWithoutEquals", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Type defines operator == or operator != but does not override Object.Equals(object o). - /// - internal static string WRN_EqualityOpWithoutEquals_Title { - get { - return ResourceManager.GetString("WRN_EqualityOpWithoutEquals_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' defines operator == or operator != but does not override Object.GetHashCode(). - /// - internal static string WRN_EqualityOpWithoutGetHashCode { - get { - return ResourceManager.GetString("WRN_EqualityOpWithoutGetHashCode", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Type defines operator == or operator != but does not override Object.GetHashCode(). - /// - internal static string WRN_EqualityOpWithoutGetHashCode_Title { - get { - return ResourceManager.GetString("WRN_EqualityOpWithoutGetHashCode_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' overrides Object.Equals(object o) but does not override Object.GetHashCode(). - /// - internal static string WRN_EqualsWithoutGetHashCode { - get { - return ResourceManager.GetString("WRN_EqualsWithoutGetHashCode", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Type overrides Object.Equals(object o) but does not override Object.GetHashCode(). - /// - internal static string WRN_EqualsWithoutGetHashCode_Title { - get { - return ResourceManager.GetString("WRN_EqualsWithoutGetHashCode_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to {0}. See also error CS{1}.. - /// - internal static string WRN_ErrorOverride { - get { - return ResourceManager.GetString("WRN_ErrorOverride", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The compiler emits this warning when it overrides an error with a warning. For information about the problem, search for the error code mentioned.. - /// - internal static string WRN_ErrorOverride_Description { - get { - return ResourceManager.GetString("WRN_ErrorOverride_Description", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Warning is overriding an error. - /// - internal static string WRN_ErrorOverride_Title { - get { - return ResourceManager.GetString("WRN_ErrorOverride_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' is for evaluation purposes only and is subject to change or removal in future updates.. - /// - internal static string WRN_Experimental { - get { - return ResourceManager.GetString("WRN_Experimental", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Type is for evaluation purposes only and is subject to change or removal in future updates.. - /// - internal static string WRN_Experimental_Title { - get { - return ResourceManager.GetString("WRN_Experimental_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Explicit interface implementation '{0}' matches more than one interface member. Which interface member is actually chosen is implementation-dependent. Consider using a non-explicit implementation instead.. - /// - internal static string WRN_ExplicitImplCollision { - get { - return ResourceManager.GetString("WRN_ExplicitImplCollision", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Explicit interface implementation matches more than one interface member. - /// - internal static string WRN_ExplicitImplCollision_Title { - get { - return ResourceManager.GetString("WRN_ExplicitImplCollision_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Constructor '{0}' is marked external. - /// - internal static string WRN_ExternCtorNoImplementation { - get { - return ResourceManager.GetString("WRN_ExternCtorNoImplementation", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Constructor is marked external. - /// - internal static string WRN_ExternCtorNoImplementation_Title { - get { - return ResourceManager.GetString("WRN_ExternCtorNoImplementation_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Method, operator, or accessor '{0}' is marked external and has no attributes on it. Consider adding a DllImport attribute to specify the external implementation.. - /// - internal static string WRN_ExternMethodNoImplementation { - get { - return ResourceManager.GetString("WRN_ExternMethodNoImplementation", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Method, operator, or accessor is marked external and has no attributes on it. - /// - internal static string WRN_ExternMethodNoImplementation_Title { - get { - return ResourceManager.GetString("WRN_ExternMethodNoImplementation_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Unable to include XML fragment '{1}' of file '{0}' -- {2}. - /// - internal static string WRN_FailedInclude { - get { - return ResourceManager.GetString("WRN_FailedInclude", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Unable to include XML fragment. - /// - internal static string WRN_FailedInclude_Title { - get { - return ResourceManager.GetString("WRN_FailedInclude_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Source file '{0}' specified multiple times. - /// - internal static string WRN_FileAlreadyIncluded { - get { - return ResourceManager.GetString("WRN_FileAlreadyIncluded", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Source file specified multiple times. - /// - internal static string WRN_FileAlreadyIncluded_Title { - get { - return ResourceManager.GetString("WRN_FileAlreadyIncluded_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Invalid filename specified for preprocessor directive. Filename is too long or not a valid filename.. - /// - internal static string WRN_FileNameTooLong { - get { - return ResourceManager.GetString("WRN_FileNameTooLong", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Invalid filename specified for preprocessor directive. - /// - internal static string WRN_FileNameTooLong_Title { - get { - return ResourceManager.GetString("WRN_FileNameTooLong_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Filter expression is a constant 'false', consider removing the catch clause. - /// - internal static string WRN_FilterIsConstantFalse { - get { - return ResourceManager.GetString("WRN_FilterIsConstantFalse", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Filter expression is a constant 'false'. - /// - internal static string WRN_FilterIsConstantFalse_Title { - get { - return ResourceManager.GetString("WRN_FilterIsConstantFalse_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Filter expression is a constant 'false', consider removing the try-catch block. - /// - internal static string WRN_FilterIsConstantFalseRedundantTryCatch { - get { - return ResourceManager.GetString("WRN_FilterIsConstantFalseRedundantTryCatch", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Filter expression is a constant 'false'. . - /// - internal static string WRN_FilterIsConstantFalseRedundantTryCatch_Title { - get { - return ResourceManager.GetString("WRN_FilterIsConstantFalseRedundantTryCatch_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Filter expression is a constant 'true', consider removing the filter. - /// - internal static string WRN_FilterIsConstantTrue { - get { - return ResourceManager.GetString("WRN_FilterIsConstantTrue", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Filter expression is a constant 'true'. - /// - internal static string WRN_FilterIsConstantTrue_Title { - get { - return ResourceManager.GetString("WRN_FilterIsConstantTrue_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Introducing a 'Finalize' method can interfere with destructor invocation. Did you intend to declare a destructor?. - /// - internal static string WRN_FinalizeMethod { - get { - return ResourceManager.GetString("WRN_FinalizeMethod", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to This warning occurs when you create a class with a method whose signature is public virtual void Finalize. - /// - ///If such a class is used as a base class and if the deriving class defines a destructor, the destructor will override the base class Finalize method, not Finalize.. - /// - internal static string WRN_FinalizeMethod_Description { - get { - return ResourceManager.GetString("WRN_FinalizeMethod_Description", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Introducing a 'Finalize' method can interfere with destructor invocation. - /// - internal static string WRN_FinalizeMethod_Title { - get { - return ResourceManager.GetString("WRN_FinalizeMethod_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The given expression always matches the provided constant.. - /// - internal static string WRN_GivenExpressionAlwaysMatchesConstant { - get { - return ResourceManager.GetString("WRN_GivenExpressionAlwaysMatchesConstant", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The given expression always matches the provided constant.. - /// - internal static string WRN_GivenExpressionAlwaysMatchesConstant_Title { - get { - return ResourceManager.GetString("WRN_GivenExpressionAlwaysMatchesConstant_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The given expression never matches the provided pattern.. - /// - internal static string WRN_GivenExpressionNeverMatchesPattern { - get { - return ResourceManager.GetString("WRN_GivenExpressionNeverMatchesPattern", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The given expression never matches the provided pattern.. - /// - internal static string WRN_GivenExpressionNeverMatchesPattern_Title { - get { - return ResourceManager.GetString("WRN_GivenExpressionNeverMatchesPattern_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Defining an alias named 'global' is ill-advised since 'global::' always references the global namespace and not an alias. - /// - internal static string WRN_GlobalAliasDefn { - get { - return ResourceManager.GetString("WRN_GlobalAliasDefn", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Defining an alias named 'global' is ill-advised. - /// - internal static string WRN_GlobalAliasDefn_Title { - get { - return ResourceManager.GetString("WRN_GlobalAliasDefn_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The 'goto case' value is not implicitly convertible to type '{0}'. - /// - internal static string WRN_GotoCaseShouldConvert { - get { - return ResourceManager.GetString("WRN_GotoCaseShouldConvert", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The 'goto case' value is not implicitly convertible to the switch type. - /// - internal static string WRN_GotoCaseShouldConvert_Title { - get { - return ResourceManager.GetString("WRN_GotoCaseShouldConvert_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Expected identifier or numeric literal.. - /// - internal static string WRN_IdentifierOrNumericLiteralExpected { - get { - return ResourceManager.GetString("WRN_IdentifierOrNumericLiteralExpected", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Expected identifier or numeric literal. - /// - internal static string WRN_IdentifierOrNumericLiteralExpected_Title { - get { - return ResourceManager.GetString("WRN_IdentifierOrNumericLiteralExpected_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Invalid #pragma checksum syntax; should be #pragma checksum "filename" "{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}" "XXXX...". - /// - internal static string WRN_IllegalPPChecksum { - get { - return ResourceManager.GetString("WRN_IllegalPPChecksum", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Invalid #pragma checksum syntax. - /// - internal static string WRN_IllegalPPChecksum_Title { - get { - return ResourceManager.GetString("WRN_IllegalPPChecksum_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Expected 'disable' or 'restore'. - /// - internal static string WRN_IllegalPPWarning { - get { - return ResourceManager.GetString("WRN_IllegalPPWarning", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Expected 'disable' or 'restore' after #pragma warning. - /// - internal static string WRN_IllegalPPWarning_Title { - get { - return ResourceManager.GetString("WRN_IllegalPPWarning_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Unrecognized #pragma directive. - /// - internal static string WRN_IllegalPragma { - get { - return ResourceManager.GetString("WRN_IllegalPragma", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Unrecognized #pragma directive. - /// - internal static string WRN_IllegalPragma_Title { - get { - return ResourceManager.GetString("WRN_IllegalPragma_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Call to non-readonly member '{0}' from a 'readonly' member results in an implicit copy of '{1}'.. - /// - internal static string WRN_ImplicitCopyInReadOnlyMember { - get { - return ResourceManager.GetString("WRN_ImplicitCopyInReadOnlyMember", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Call to non-readonly member from a 'readonly' member results in an implicit copy.. - /// - internal static string WRN_ImplicitCopyInReadOnlyMember_Title { - get { - return ResourceManager.GetString("WRN_ImplicitCopyInReadOnlyMember_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Assignment in conditional expression is always constant; did you mean to use == instead of = ?. - /// - internal static string WRN_IncorrectBooleanAssg { - get { - return ResourceManager.GetString("WRN_IncorrectBooleanAssg", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Assignment in conditional expression is always constant. - /// - internal static string WRN_IncorrectBooleanAssg_Title { - get { - return ResourceManager.GetString("WRN_IncorrectBooleanAssg_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Assembly reference '{0}' is invalid and cannot be resolved. - /// - internal static string WRN_InvalidAssemblyName { - get { - return ResourceManager.GetString("WRN_InvalidAssemblyName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to This warning indicates that an attribute, such as InternalsVisibleToAttribute, was not specified correctly.. - /// - internal static string WRN_InvalidAssemblyName_Description { - get { - return ResourceManager.GetString("WRN_InvalidAssemblyName_Description", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Assembly reference is invalid and cannot be resolved. - /// - internal static string WRN_InvalidAssemblyName_Title { - get { - return ResourceManager.GetString("WRN_InvalidAssemblyName_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' is not a recognized attribute location. Valid attribute locations for this declaration are '{1}'. All attributes in this block will be ignored.. - /// - internal static string WRN_InvalidAttributeLocation { - get { - return ResourceManager.GetString("WRN_InvalidAttributeLocation", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Not a recognized attribute location. - /// - internal static string WRN_InvalidAttributeLocation_Title { - get { - return ResourceManager.GetString("WRN_InvalidAttributeLocation_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Invalid XML include element -- {0}. - /// - internal static string WRN_InvalidInclude { - get { - return ResourceManager.GetString("WRN_InvalidInclude", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Invalid XML include element. - /// - internal static string WRN_InvalidInclude_Title { - get { - return ResourceManager.GetString("WRN_InvalidInclude_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' has the wrong signature to be an entry point. - /// - internal static string WRN_InvalidMainSig { - get { - return ResourceManager.GetString("WRN_InvalidMainSig", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Method has the wrong signature to be an entry point. - /// - internal static string WRN_InvalidMainSig_Title { - get { - return ResourceManager.GetString("WRN_InvalidMainSig_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Invalid number. - /// - internal static string WRN_InvalidNumber { - get { - return ResourceManager.GetString("WRN_InvalidNumber", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Invalid number. - /// - internal static string WRN_InvalidNumber_Title { - get { - return ResourceManager.GetString("WRN_InvalidNumber_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Invalid search path '{0}' specified in '{1}' -- '{2}'. - /// - internal static string WRN_InvalidSearchPathDir { - get { - return ResourceManager.GetString("WRN_InvalidSearchPathDir", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Invalid search path specified. - /// - internal static string WRN_InvalidSearchPathDir_Title { - get { - return ResourceManager.GetString("WRN_InvalidSearchPathDir_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The specified version string does not conform to the recommended format - major.minor.build.revision. - /// - internal static string WRN_InvalidVersionFormat { - get { - return ResourceManager.GetString("WRN_InvalidVersionFormat", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The specified version string does not conform to the recommended format - major.minor.build.revision. - /// - internal static string WRN_InvalidVersionFormat_Title { - get { - return ResourceManager.GetString("WRN_InvalidVersionFormat_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The given expression is never of the provided ('{0}') type. - /// - internal static string WRN_IsAlwaysFalse { - get { - return ResourceManager.GetString("WRN_IsAlwaysFalse", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 'is' expression's given expression is never of the provided type. - /// - internal static string WRN_IsAlwaysFalse_Title { - get { - return ResourceManager.GetString("WRN_IsAlwaysFalse_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The given expression is always of the provided ('{0}') type. - /// - internal static string WRN_IsAlwaysTrue { - get { - return ResourceManager.GetString("WRN_IsAlwaysTrue", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 'is' expression's given expression is always of the provided type. - /// - internal static string WRN_IsAlwaysTrue_Title { - get { - return ResourceManager.GetString("WRN_IsAlwaysTrue_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Using '{0}' to test compatibility with '{1}' is essentially identical to testing compatibility with '{2}' and will succeed for all non-null values. - /// - internal static string WRN_IsDynamicIsConfusing { - get { - return ResourceManager.GetString("WRN_IsDynamicIsConfusing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Using 'is' to test compatibility with 'dynamic' is essentially identical to testing compatibility with 'Object'. - /// - internal static string WRN_IsDynamicIsConfusing_Title { - get { - return ResourceManager.GetString("WRN_IsDynamicIsConfusing_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The name '_' refers to the type '{0}', not the discard pattern. Use '@_' for the type, or 'var _' to discard.. - /// - internal static string WRN_IsTypeNamedUnderscore { - get { - return ResourceManager.GetString("WRN_IsTypeNamedUnderscore", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Do not use '_' to refer to the type in an is-type expression.. - /// - internal static string WRN_IsTypeNamedUnderscore_Title { - get { - return ResourceManager.GetString("WRN_IsTypeNamedUnderscore_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The 'l' suffix is easily confused with the digit '1' -- use 'L' for clarity. - /// - internal static string WRN_LowercaseEllSuffix { - get { - return ResourceManager.GetString("WRN_LowercaseEllSuffix", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The 'l' suffix is easily confused with the digit '1'. - /// - internal static string WRN_LowercaseEllSuffix_Title { - get { - return ResourceManager.GetString("WRN_LowercaseEllSuffix_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}': an entry point cannot be generic or in a generic type. - /// - internal static string WRN_MainCantBeGeneric { - get { - return ResourceManager.GetString("WRN_MainCantBeGeneric", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to An entry point cannot be generic or in a generic type. - /// - internal static string WRN_MainCantBeGeneric_Title { - get { - return ResourceManager.GetString("WRN_MainCantBeGeneric_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The entry point of the program is global script code; ignoring '{0}' entry point.. - /// - internal static string WRN_MainIgnored { - get { - return ResourceManager.GetString("WRN_MainIgnored", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The entry point of the program is global script code; ignoring entry point. - /// - internal static string WRN_MainIgnored_Title { - get { - return ResourceManager.GetString("WRN_MainIgnored_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.. - /// - internal static string WRN_MissingNonNullTypesContextForAnnotation { - get { - return ResourceManager.GetString("WRN_MissingNonNullTypesContextForAnnotation", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.. - /// - internal static string WRN_MissingNonNullTypesContextForAnnotation_Title { - get { - return ResourceManager.GetString("WRN_MissingNonNullTypesContextForAnnotation_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.. - /// - internal static string WRN_MissingNonNullTypesContextForAnnotationInGeneratedCode { - get { - return ResourceManager.GetString("WRN_MissingNonNullTypesContextForAnnotationInGeneratedCode", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.. - /// - internal static string WRN_MissingNonNullTypesContextForAnnotationInGeneratedCode_Title { - get { - return ResourceManager.GetString("WRN_MissingNonNullTypesContextForAnnotationInGeneratedCode_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Parameter '{0}' has no matching param tag in the XML comment for '{1}' (but other parameters do). - /// - internal static string WRN_MissingParamTag { - get { - return ResourceManager.GetString("WRN_MissingParamTag", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Parameter has no matching param tag in the XML comment (but other parameters do). - /// - internal static string WRN_MissingParamTag_Title { - get { - return ResourceManager.GetString("WRN_MissingParamTag_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Type parameter '{0}' has no matching typeparam tag in the XML comment on '{1}' (but other type parameters do). - /// - internal static string WRN_MissingTypeParamTag { - get { - return ResourceManager.GetString("WRN_MissingTypeParamTag", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Type parameter has no matching typeparam tag in the XML comment (but other type parameters do). - /// - internal static string WRN_MissingTypeParamTag_Title { - get { - return ResourceManager.GetString("WRN_MissingTypeParamTag_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Missing XML comment for publicly visible type or member '{0}'. - /// - internal static string WRN_MissingXMLComment { - get { - return ResourceManager.GetString("WRN_MissingXMLComment", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The /doc compiler option was specified, but one or more constructs did not have comments.. - /// - internal static string WRN_MissingXMLComment_Description { - get { - return ResourceManager.GetString("WRN_MissingXMLComment_Description", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Missing XML comment for publicly visible type or member. - /// - internal static string WRN_MissingXMLComment_Title { - get { - return ResourceManager.GetString("WRN_MissingXMLComment_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The predefined type '{0}' is defined in multiple assemblies in the global alias; using definition from '{1}'. - /// - internal static string WRN_MultiplePredefTypes { - get { - return ResourceManager.GetString("WRN_MultiplePredefTypes", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to This error occurs when a predefined system type such as System.Int32 is found in two assemblies. One way this can happen is if you are referencing mscorlib or System.Runtime.dll from two different places, such as trying to run two versions of the .NET Framework side-by-side.. - /// - internal static string WRN_MultiplePredefTypes_Description { - get { - return ResourceManager.GetString("WRN_MultiplePredefTypes_Description", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Predefined type is defined in multiple assemblies in the global alias. - /// - internal static string WRN_MultiplePredefTypes_Title { - get { - return ResourceManager.GetString("WRN_MultiplePredefTypes_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Member '{0}' implements interface member '{1}' in type '{2}'. There are multiple matches for the interface member at run-time. It is implementation dependent which method will be called.. - /// - internal static string WRN_MultipleRuntimeImplementationMatches { - get { - return ResourceManager.GetString("WRN_MultipleRuntimeImplementationMatches", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to This warning can be generated when two interface methods are differentiated only by whether a particular parameter is marked with ref or with out. It is best to change your code to avoid this warning because it is not obvious or guaranteed which method is called at runtime. - /// - ///Although C# distinguishes between out and ref, the CLR sees them as the same. When deciding which method implements the interface, the CLR just picks one. - /// - ///Give the compiler some way to differentiate the methods. For example, you ca [rest of string was truncated]";. - /// - internal static string WRN_MultipleRuntimeImplementationMatches_Description { - get { - return ResourceManager.GetString("WRN_MultipleRuntimeImplementationMatches_Description", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Member implements interface member with multiple matches at run-time. - /// - internal static string WRN_MultipleRuntimeImplementationMatches_Title { - get { - return ResourceManager.GetString("WRN_MultipleRuntimeImplementationMatches_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Member '{1}' overrides '{0}'. There are multiple override candidates at run-time. It is implementation dependent which method will be called.. - /// - internal static string WRN_MultipleRuntimeOverrideMatches { - get { - return ResourceManager.GetString("WRN_MultipleRuntimeOverrideMatches", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Member overrides base member with multiple override candidates at run-time. - /// - internal static string WRN_MultipleRuntimeOverrideMatches_Title { - get { - return ResourceManager.GetString("WRN_MultipleRuntimeOverrideMatches_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Indexing an array with a negative index (array indices always start at zero). - /// - internal static string WRN_NegativeArrayIndex { - get { - return ResourceManager.GetString("WRN_NegativeArrayIndex", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Indexing an array with a negative index. - /// - internal static string WRN_NegativeArrayIndex_Title { - get { - return ResourceManager.GetString("WRN_NegativeArrayIndex_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The member '{0}' does not hide an accessible member. The new keyword is not required.. - /// - internal static string WRN_NewNotRequired { - get { - return ResourceManager.GetString("WRN_NewNotRequired", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Member does not hide an inherited member; new keyword is not required. - /// - internal static string WRN_NewNotRequired_Title { - get { - return ResourceManager.GetString("WRN_NewNotRequired_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' hides inherited member '{1}'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.. - /// - internal static string WRN_NewOrOverrideExpected { - get { - return ResourceManager.GetString("WRN_NewOrOverrideExpected", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Member hides inherited member; missing override keyword. - /// - internal static string WRN_NewOrOverrideExpected_Title { - get { - return ResourceManager.GetString("WRN_NewOrOverrideExpected_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' hides inherited member '{1}'. Use the new keyword if hiding was intended.. - /// - internal static string WRN_NewRequired { - get { - return ResourceManager.GetString("WRN_NewRequired", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A variable was declared with the same name as a variable in a base class. However, the new keyword was not used. This warning informs you that you should use new; the variable is declared as if new had been used in the declaration.. - /// - internal static string WRN_NewRequired_Description { - get { - return ResourceManager.GetString("WRN_NewRequired_Description", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Member hides inherited member; missing new keyword. - /// - internal static string WRN_NewRequired_Title { - get { - return ResourceManager.GetString("WRN_NewRequired_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The assembly {0} does not contain any analyzers.. - /// - internal static string WRN_NoAnalyzerInAssembly { - get { - return ResourceManager.GetString("WRN_NoAnalyzerInAssembly", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Assembly does not contain any analyzers. - /// - internal static string WRN_NoAnalyzerInAssembly_Title { - get { - return ResourceManager.GetString("WRN_NoAnalyzerInAssembly_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Ignoring /noconfig option because it was specified in a response file. - /// - internal static string WRN_NoConfigNotOnCommandLine { - get { - return ResourceManager.GetString("WRN_NoConfigNotOnCommandLine", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Ignoring /noconfig option because it was specified in a response file. - /// - internal static string WRN_NoConfigNotOnCommandLine_Title { - get { - return ResourceManager.GetString("WRN_NoConfigNotOnCommandLine_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Feature '{0}' is not part of the standardized ISO C# language specification, and may not be accepted by other compilers. - /// - internal static string WRN_NonECMAFeature { - get { - return ResourceManager.GetString("WRN_NonECMAFeature", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Feature is not part of the standardized ISO C# language specification, and may not be accepted by other compilers. - /// - internal static string WRN_NonECMAFeature_Title { - get { - return ResourceManager.GetString("WRN_NonECMAFeature_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Member '{0}' overrides obsolete member '{1}'. Add the Obsolete attribute to '{0}'.. - /// - internal static string WRN_NonObsoleteOverridingObsolete { - get { - return ResourceManager.GetString("WRN_NonObsoleteOverridingObsolete", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Member overrides obsolete member. - /// - internal static string WRN_NonObsoleteOverridingObsolete_Title { - get { - return ResourceManager.GetString("WRN_NonObsoleteOverridingObsolete_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to No value for RuntimeMetadataVersion found. No assembly containing System.Object was found nor was a value for RuntimeMetadataVersion specified through options.. - /// - internal static string WRN_NoRuntimeMetadataVersion { - get { - return ResourceManager.GetString("WRN_NoRuntimeMetadataVersion", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to No value for RuntimeMetadataVersion found. - /// - internal static string WRN_NoRuntimeMetadataVersion_Title { - get { - return ResourceManager.GetString("WRN_NoRuntimeMetadataVersion_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to No source files specified.. - /// - internal static string WRN_NoSources { - get { - return ResourceManager.GetString("WRN_NoSources", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to No source files specified. - /// - internal static string WRN_NoSources_Title { - get { - return ResourceManager.GetString("WRN_NoSources_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The result of the expression is always '{0}' since a value of type '{1}' is never equal to 'null' of type '{2}'. - /// - internal static string WRN_NubExprIsConstBool { - get { - return ResourceManager.GetString("WRN_NubExprIsConstBool", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The result of the expression is always the same since a value of this type is never equal to 'null'. - /// - internal static string WRN_NubExprIsConstBool_Title { - get { - return ResourceManager.GetString("WRN_NubExprIsConstBool_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The result of the expression is always '{0}' since a value of type '{1}' is never equal to 'null' of type '{2}'. - /// - internal static string WRN_NubExprIsConstBool2 { - get { - return ResourceManager.GetString("WRN_NubExprIsConstBool2", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The result of the expression is always the same since a value of this type is never equal to 'null'. - /// - internal static string WRN_NubExprIsConstBool2_Title { - get { - return ResourceManager.GetString("WRN_NubExprIsConstBool2_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Argument of type '{0}' cannot be used for parameter '{2}' of type '{1}' in '{3}' due to differences in the nullability of reference types.. - /// - internal static string WRN_NullabilityMismatchInArgument { - get { - return ResourceManager.GetString("WRN_NullabilityMismatchInArgument", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Argument cannot be used for parameter due to differences in the nullability of reference types.. - /// - internal static string WRN_NullabilityMismatchInArgument_Title { - get { - return ResourceManager.GetString("WRN_NullabilityMismatchInArgument_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Argument of type '{0}' cannot be used as an output of type '{1}' for parameter '{2}' in '{3}' due to differences in the nullability of reference types.. - /// - internal static string WRN_NullabilityMismatchInArgumentForOutput { - get { - return ResourceManager.GetString("WRN_NullabilityMismatchInArgumentForOutput", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Argument cannot be used as an output for parameter due to differences in the nullability of reference types.. - /// - internal static string WRN_NullabilityMismatchInArgumentForOutput_Title { - get { - return ResourceManager.GetString("WRN_NullabilityMismatchInArgumentForOutput_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Nullability of reference types in value of type '{0}' doesn't match target type '{1}'.. - /// - internal static string WRN_NullabilityMismatchInAssignment { - get { - return ResourceManager.GetString("WRN_NullabilityMismatchInAssignment", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Nullability of reference types in value doesn't match target type.. - /// - internal static string WRN_NullabilityMismatchInAssignment_Title { - get { - return ResourceManager.GetString("WRN_NullabilityMismatchInAssignment_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Nullability in constraints for type parameter '{0}' of method '{1}' doesn't match the constraints for type parameter '{2}' of interface method '{3}'. Consider using an explicit interface implementation instead.. - /// - internal static string WRN_NullabilityMismatchInConstraintsOnImplicitImplementation { - get { - return ResourceManager.GetString("WRN_NullabilityMismatchInConstraintsOnImplicitImplementation", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Nullability in constraints for type parameter doesn't match the constraints for type parameter in implicitly implemented interface method'.. - /// - internal static string WRN_NullabilityMismatchInConstraintsOnImplicitImplementation_Title { - get { - return ResourceManager.GetString("WRN_NullabilityMismatchInConstraintsOnImplicitImplementation_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Partial method declarations of '{0}' have inconsistent nullability in constraints for type parameter '{1}'. - /// - internal static string WRN_NullabilityMismatchInConstraintsOnPartialImplementation { - get { - return ResourceManager.GetString("WRN_NullabilityMismatchInConstraintsOnPartialImplementation", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Partial method declarations have inconsistent nullability in constraints for type parameter. - /// - internal static string WRN_NullabilityMismatchInConstraintsOnPartialImplementation_Title { - get { - return ResourceManager.GetString("WRN_NullabilityMismatchInConstraintsOnPartialImplementation_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Nullability of reference types in explicit interface specifier doesn't match interface implemented by the type.. - /// - internal static string WRN_NullabilityMismatchInExplicitlyImplementedInterface { - get { - return ResourceManager.GetString("WRN_NullabilityMismatchInExplicitlyImplementedInterface", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Nullability of reference types in explicit interface specifier doesn't match interface implemented by the type.. - /// - internal static string WRN_NullabilityMismatchInExplicitlyImplementedInterface_Title { - get { - return ResourceManager.GetString("WRN_NullabilityMismatchInExplicitlyImplementedInterface_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' does not implement interface member '{1}'. Nullability of reference types in interface implemented by the base type doesn't match.. - /// - internal static string WRN_NullabilityMismatchInInterfaceImplementedByBase { - get { - return ResourceManager.GetString("WRN_NullabilityMismatchInInterfaceImplementedByBase", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Type does not implement interface member. Nullability of reference types in interface implemented by the base type doesn't match.. - /// - internal static string WRN_NullabilityMismatchInInterfaceImplementedByBase_Title { - get { - return ResourceManager.GetString("WRN_NullabilityMismatchInInterfaceImplementedByBase_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Nullability of reference types in type of parameter '{0}' of '{1}' doesn't match the target delegate '{2}'.. - /// - internal static string WRN_NullabilityMismatchInParameterTypeOfTargetDelegate { - get { - return ResourceManager.GetString("WRN_NullabilityMismatchInParameterTypeOfTargetDelegate", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Nullability of reference types in type of parameter doesn't match the target delegate.. - /// - internal static string WRN_NullabilityMismatchInParameterTypeOfTargetDelegate_Title { - get { - return ResourceManager.GetString("WRN_NullabilityMismatchInParameterTypeOfTargetDelegate_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Nullability of reference types in type of parameter '{0}' doesn't match implemented member '{1}'.. - /// - internal static string WRN_NullabilityMismatchInParameterTypeOnExplicitImplementation { - get { - return ResourceManager.GetString("WRN_NullabilityMismatchInParameterTypeOnExplicitImplementation", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Nullability of reference types in type of parameter doesn't match implemented member.. - /// - internal static string WRN_NullabilityMismatchInParameterTypeOnExplicitImplementation_Title { - get { - return ResourceManager.GetString("WRN_NullabilityMismatchInParameterTypeOnExplicitImplementation_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Nullability of reference types in type of parameter '{0}' doesn't match implemented member '{1}' because of nullability attributes.. - /// - internal static string WRN_NullabilityMismatchInParameterTypeOnExplicitImplementationBecauseOfAttributes { - get { - return ResourceManager.GetString("WRN_NullabilityMismatchInParameterTypeOnExplicitImplementationBecauseOfAttributes" + - "", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Nullability of reference types in type of parameter doesn't match implemented member because of nullability attributes.. - /// - internal static string WRN_NullabilityMismatchInParameterTypeOnExplicitImplementationBecauseOfAttributes_Title { - get { - return ResourceManager.GetString("WRN_NullabilityMismatchInParameterTypeOnExplicitImplementationBecauseOfAttributes" + - "_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Nullability of reference types in type of parameter '{0}' of '{1}' doesn't match implicitly implemented member '{2}'.. - /// - internal static string WRN_NullabilityMismatchInParameterTypeOnImplicitImplementation { - get { - return ResourceManager.GetString("WRN_NullabilityMismatchInParameterTypeOnImplicitImplementation", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Nullability of reference types in type of parameter doesn't match implicitly implemented member.. - /// - internal static string WRN_NullabilityMismatchInParameterTypeOnImplicitImplementation_Title { - get { - return ResourceManager.GetString("WRN_NullabilityMismatchInParameterTypeOnImplicitImplementation_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Nullability of reference types in type of parameter '{0}' of '{1}' doesn't match implicitly implemented member '{2}' because of nullability attributes.. - /// - internal static string WRN_NullabilityMismatchInParameterTypeOnImplicitImplementationBecauseOfAttributes { - get { - return ResourceManager.GetString("WRN_NullabilityMismatchInParameterTypeOnImplicitImplementationBecauseOfAttributes" + - "", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Nullability of reference types in type of parameter doesn't match implicitly implemented member because of nullability attributes.. - /// - internal static string WRN_NullabilityMismatchInParameterTypeOnImplicitImplementationBecauseOfAttributes_Title { - get { - return ResourceManager.GetString("WRN_NullabilityMismatchInParameterTypeOnImplicitImplementationBecauseOfAttributes" + - "_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Nullability of reference types in type of parameter '{0}' doesn't match overridden member.. - /// - internal static string WRN_NullabilityMismatchInParameterTypeOnOverride { - get { - return ResourceManager.GetString("WRN_NullabilityMismatchInParameterTypeOnOverride", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Nullability of reference types in type of parameter doesn't match overridden member.. - /// - internal static string WRN_NullabilityMismatchInParameterTypeOnOverride_Title { - get { - return ResourceManager.GetString("WRN_NullabilityMismatchInParameterTypeOnOverride_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Type of parameter '{0}' doesn't match overridden member because of nullability attributes.. - /// - internal static string WRN_NullabilityMismatchInParameterTypeOnOverrideBecauseOfAttributes { - get { - return ResourceManager.GetString("WRN_NullabilityMismatchInParameterTypeOnOverrideBecauseOfAttributes", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Type of parameter doesn't match overridden member because of nullability attributes.. - /// - internal static string WRN_NullabilityMismatchInParameterTypeOnOverrideBecauseOfAttributes_Title { - get { - return ResourceManager.GetString("WRN_NullabilityMismatchInParameterTypeOnOverrideBecauseOfAttributes_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Nullability of reference types in type of parameter '{0}' doesn't match partial method declaration.. - /// - internal static string WRN_NullabilityMismatchInParameterTypeOnPartial { - get { - return ResourceManager.GetString("WRN_NullabilityMismatchInParameterTypeOnPartial", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Nullability of reference types in type of parameter doesn't match partial method declaration.. - /// - internal static string WRN_NullabilityMismatchInParameterTypeOnPartial_Title { - get { - return ResourceManager.GetString("WRN_NullabilityMismatchInParameterTypeOnPartial_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Nullability of reference types in return type of '{0}' doesn't match the target delegate '{1}'.. - /// - internal static string WRN_NullabilityMismatchInReturnTypeOfTargetDelegate { - get { - return ResourceManager.GetString("WRN_NullabilityMismatchInReturnTypeOfTargetDelegate", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Nullability of reference types in return type doesn't match the target delegate.. - /// - internal static string WRN_NullabilityMismatchInReturnTypeOfTargetDelegate_Title { - get { - return ResourceManager.GetString("WRN_NullabilityMismatchInReturnTypeOfTargetDelegate_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Nullability of reference types in return type doesn't match implemented member '{0}'.. - /// - internal static string WRN_NullabilityMismatchInReturnTypeOnExplicitImplementation { - get { - return ResourceManager.GetString("WRN_NullabilityMismatchInReturnTypeOnExplicitImplementation", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Nullability of reference types in return type doesn't match implemented member.. - /// - internal static string WRN_NullabilityMismatchInReturnTypeOnExplicitImplementation_Title { - get { - return ResourceManager.GetString("WRN_NullabilityMismatchInReturnTypeOnExplicitImplementation_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Nullability of reference types in return type doesn't match implemented member '{0}' because of nullability attributes.. - /// - internal static string WRN_NullabilityMismatchInReturnTypeOnExplicitImplementationBecauseOfAttributes { - get { - return ResourceManager.GetString("WRN_NullabilityMismatchInReturnTypeOnExplicitImplementationBecauseOfAttributes", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Nullability of reference types in return type doesn't match implemented member because of nullability attributes.. - /// - internal static string WRN_NullabilityMismatchInReturnTypeOnExplicitImplementationBecauseOfAttributes_Title { - get { - return ResourceManager.GetString("WRN_NullabilityMismatchInReturnTypeOnExplicitImplementationBecauseOfAttributes_Ti" + - "tle", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Nullability of reference types in return type of '{0}' doesn't match implicitly implemented member '{1}'.. - /// - internal static string WRN_NullabilityMismatchInReturnTypeOnImplicitImplementation { - get { - return ResourceManager.GetString("WRN_NullabilityMismatchInReturnTypeOnImplicitImplementation", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Nullability of reference types in return type doesn't match implicitly implemented member.. - /// - internal static string WRN_NullabilityMismatchInReturnTypeOnImplicitImplementation_Title { - get { - return ResourceManager.GetString("WRN_NullabilityMismatchInReturnTypeOnImplicitImplementation_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Nullability of reference types in return type of '{0}' doesn't match implicitly implemented member '{1}' because of nullability attributes.. - /// - internal static string WRN_NullabilityMismatchInReturnTypeOnImplicitImplementationBecauseOfAttributes { - get { - return ResourceManager.GetString("WRN_NullabilityMismatchInReturnTypeOnImplicitImplementationBecauseOfAttributes", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Nullability of reference types in return type doesn't match implicitly implemented member because of nullability attributes.. - /// - internal static string WRN_NullabilityMismatchInReturnTypeOnImplicitImplementationBecauseOfAttributes_Title { - get { - return ResourceManager.GetString("WRN_NullabilityMismatchInReturnTypeOnImplicitImplementationBecauseOfAttributes_Ti" + - "tle", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Nullability of reference types in return type doesn't match overridden member.. - /// - internal static string WRN_NullabilityMismatchInReturnTypeOnOverride { - get { - return ResourceManager.GetString("WRN_NullabilityMismatchInReturnTypeOnOverride", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Nullability of reference types in return type doesn't match overridden member.. - /// - internal static string WRN_NullabilityMismatchInReturnTypeOnOverride_Title { - get { - return ResourceManager.GetString("WRN_NullabilityMismatchInReturnTypeOnOverride_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Return type doesn't match overridden member because of nullability attributes.. - /// - internal static string WRN_NullabilityMismatchInReturnTypeOnOverrideBecauseOfAttributes { - get { - return ResourceManager.GetString("WRN_NullabilityMismatchInReturnTypeOnOverrideBecauseOfAttributes", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Return type doesn't match overridden member because of nullability attributes.. - /// - internal static string WRN_NullabilityMismatchInReturnTypeOnOverrideBecauseOfAttributes_Title { - get { - return ResourceManager.GetString("WRN_NullabilityMismatchInReturnTypeOnOverrideBecauseOfAttributes_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Nullability of reference types in type doesn't match implemented member '{0}'.. - /// - internal static string WRN_NullabilityMismatchInTypeOnExplicitImplementation { - get { - return ResourceManager.GetString("WRN_NullabilityMismatchInTypeOnExplicitImplementation", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Nullability of reference types in type doesn't match implemented member.. - /// - internal static string WRN_NullabilityMismatchInTypeOnExplicitImplementation_Title { - get { - return ResourceManager.GetString("WRN_NullabilityMismatchInTypeOnExplicitImplementation_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Nullability of reference types in type of '{0}' doesn't match implicitly implemented member '{1}'.. - /// - internal static string WRN_NullabilityMismatchInTypeOnImplicitImplementation { - get { - return ResourceManager.GetString("WRN_NullabilityMismatchInTypeOnImplicitImplementation", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Nullability of reference types in type doesn't match implicitly implemented member.. - /// - internal static string WRN_NullabilityMismatchInTypeOnImplicitImplementation_Title { - get { - return ResourceManager.GetString("WRN_NullabilityMismatchInTypeOnImplicitImplementation_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Nullability of reference types in type doesn't match overridden member.. - /// - internal static string WRN_NullabilityMismatchInTypeOnOverride { - get { - return ResourceManager.GetString("WRN_NullabilityMismatchInTypeOnOverride", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Nullability of reference types in type doesn't match overridden member.. - /// - internal static string WRN_NullabilityMismatchInTypeOnOverride_Title { - get { - return ResourceManager.GetString("WRN_NullabilityMismatchInTypeOnOverride_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The type '{3}' cannot be used as type parameter '{2}' in the generic type or method '{0}'. Nullability of type argument '{3}' doesn't match constraint type '{1}'.. - /// - internal static string WRN_NullabilityMismatchInTypeParameterConstraint { - get { - return ResourceManager.GetString("WRN_NullabilityMismatchInTypeParameterConstraint", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The type cannot be used as type parameter in the generic type or method. Nullability of type argument doesn't match constraint type.. - /// - internal static string WRN_NullabilityMismatchInTypeParameterConstraint_Title { - get { - return ResourceManager.GetString("WRN_NullabilityMismatchInTypeParameterConstraint_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The type '{2}' cannot be used as type parameter '{1}' in the generic type or method '{0}'. Nullability of type argument '{2}' doesn't match 'notnull' constraint.. - /// - internal static string WRN_NullabilityMismatchInTypeParameterNotNullConstraint { - get { - return ResourceManager.GetString("WRN_NullabilityMismatchInTypeParameterNotNullConstraint", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The type cannot be used as type parameter in the generic type or method. Nullability of type argument doesn't match 'notnull' constraint.. - /// - internal static string WRN_NullabilityMismatchInTypeParameterNotNullConstraint_Title { - get { - return ResourceManager.GetString("WRN_NullabilityMismatchInTypeParameterNotNullConstraint_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The type '{2}' cannot be used as type parameter '{1}' in the generic type or method '{0}'. Nullability of type argument '{2}' doesn't match 'class' constraint.. - /// - internal static string WRN_NullabilityMismatchInTypeParameterReferenceTypeConstraint { - get { - return ResourceManager.GetString("WRN_NullabilityMismatchInTypeParameterReferenceTypeConstraint", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The type cannot be used as type parameter in the generic type or method. Nullability of type argument doesn't match 'class' constraint.. - /// - internal static string WRN_NullabilityMismatchInTypeParameterReferenceTypeConstraint_Title { - get { - return ResourceManager.GetString("WRN_NullabilityMismatchInTypeParameterReferenceTypeConstraint_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Nullable value type may be null.. - /// - internal static string WRN_NullableValueTypeMayBeNull { - get { - return ResourceManager.GetString("WRN_NullableValueTypeMayBeNull", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Nullable value type may be null.. - /// - internal static string WRN_NullableValueTypeMayBeNull_Title { - get { - return ResourceManager.GetString("WRN_NullableValueTypeMayBeNull_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot convert null literal to non-nullable reference type.. - /// - internal static string WRN_NullAsNonNullable { - get { - return ResourceManager.GetString("WRN_NullAsNonNullable", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot convert null literal to non-nullable reference type.. - /// - internal static string WRN_NullAsNonNullable_Title { - get { - return ResourceManager.GetString("WRN_NullAsNonNullable_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Possible null reference argument for parameter '{0}' in '{1}'.. - /// - internal static string WRN_NullReferenceArgument { - get { - return ResourceManager.GetString("WRN_NullReferenceArgument", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Possible null reference argument.. - /// - internal static string WRN_NullReferenceArgument_Title { - get { - return ResourceManager.GetString("WRN_NullReferenceArgument_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Possible null reference assignment.. - /// - internal static string WRN_NullReferenceAssignment { - get { - return ResourceManager.GetString("WRN_NullReferenceAssignment", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Possible null reference assignment.. - /// - internal static string WRN_NullReferenceAssignment_Title { - get { - return ResourceManager.GetString("WRN_NullReferenceAssignment_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Object or collection initializer implicitly dereferences possibly null member '{0}'.. - /// - internal static string WRN_NullReferenceInitializer { - get { - return ResourceManager.GetString("WRN_NullReferenceInitializer", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Object or collection initializer implicitly dereferences possibly null member.. - /// - internal static string WRN_NullReferenceInitializer_Title { - get { - return ResourceManager.GetString("WRN_NullReferenceInitializer_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Dereference of a possibly null reference.. - /// - internal static string WRN_NullReferenceReceiver { - get { - return ResourceManager.GetString("WRN_NullReferenceReceiver", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Dereference of a possibly null reference.. - /// - internal static string WRN_NullReferenceReceiver_Title { - get { - return ResourceManager.GetString("WRN_NullReferenceReceiver_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Possible null reference return.. - /// - internal static string WRN_NullReferenceReturn { - get { - return ResourceManager.GetString("WRN_NullReferenceReturn", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Possible null reference return.. - /// - internal static string WRN_NullReferenceReturn_Title { - get { - return ResourceManager.GetString("WRN_NullReferenceReturn_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Obsolete member '{0}' overrides non-obsolete member '{1}'. - /// - internal static string WRN_ObsoleteOverridingNonObsolete { - get { - return ResourceManager.GetString("WRN_ObsoleteOverridingNonObsolete", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Obsolete member overrides non-obsolete member. - /// - internal static string WRN_ObsoleteOverridingNonObsolete_Title { - get { - return ResourceManager.GetString("WRN_ObsoleteOverridingNonObsolete_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Parameter '{0}' may not have a null value when exiting with '{1}'.. - /// - internal static string WRN_ParameterConditionallyDisallowsNull { - get { - return ResourceManager.GetString("WRN_ParameterConditionallyDisallowsNull", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Parameter may not have a null value when exiting in some condition.. - /// - internal static string WRN_ParameterConditionallyDisallowsNull_Title { - get { - return ResourceManager.GetString("WRN_ParameterConditionallyDisallowsNull_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' does not implement the '{1}' pattern. '{2}' has the wrong signature.. - /// - internal static string WRN_PatternBadSignature { - get { - return ResourceManager.GetString("WRN_PatternBadSignature", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Type does not implement the collection pattern; member has the wrong signature. - /// - internal static string WRN_PatternBadSignature_Title { - get { - return ResourceManager.GetString("WRN_PatternBadSignature_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' does not implement the '{1}' pattern. '{2}' is ambiguous with '{3}'.. - /// - internal static string WRN_PatternIsAmbiguous { - get { - return ResourceManager.GetString("WRN_PatternIsAmbiguous", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Type does not implement the collection pattern; members are ambiguous. - /// - internal static string WRN_PatternIsAmbiguous_Title { - get { - return ResourceManager.GetString("WRN_PatternIsAmbiguous_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' does not implement the '{1}' pattern. '{2}' is either static or not public.. - /// - internal static string WRN_PatternStaticOrInaccessible { - get { - return ResourceManager.GetString("WRN_PatternStaticOrInaccessible", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Type does not implement the collection pattern; member is either static or not public. - /// - internal static string WRN_PatternStaticOrInaccessible_Title { - get { - return ResourceManager.GetString("WRN_PatternStaticOrInaccessible_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Local name '{0}' is too long for PDB. Consider shortening or compiling without /debug.. - /// - internal static string WRN_PdbLocalNameTooLong { - get { - return ResourceManager.GetString("WRN_PdbLocalNameTooLong", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Local name is too long for PDB. - /// - internal static string WRN_PdbLocalNameTooLong_Title { - get { - return ResourceManager.GetString("WRN_PdbLocalNameTooLong_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Possible mistaken empty statement. - /// - internal static string WRN_PossibleMistakenNullStatement { - get { - return ResourceManager.GetString("WRN_PossibleMistakenNullStatement", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Possible mistaken empty statement. - /// - internal static string WRN_PossibleMistakenNullStatement_Title { - get { - return ResourceManager.GetString("WRN_PossibleMistakenNullStatement_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}': new protected member declared in sealed class. - /// - internal static string WRN_ProtectedInSealed { - get { - return ResourceManager.GetString("WRN_ProtectedInSealed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to New protected member declared in sealed class. - /// - internal static string WRN_ProtectedInSealed_Title { - get { - return ResourceManager.GetString("WRN_ProtectedInSealed_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Referenced assembly '{0}' has different culture setting of '{1}'.. - /// - internal static string WRN_RefCultureMismatch { - get { - return ResourceManager.GetString("WRN_RefCultureMismatch", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Referenced assembly has different culture setting. - /// - internal static string WRN_RefCultureMismatch_Title { - get { - return ResourceManager.GetString("WRN_RefCultureMismatch_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Referenced assembly '{0}' does not have a strong name.. - /// - internal static string WRN_ReferencedAssemblyDoesNotHaveStrongName { - get { - return ResourceManager.GetString("WRN_ReferencedAssemblyDoesNotHaveStrongName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Referenced assembly does not have a strong name. - /// - internal static string WRN_ReferencedAssemblyDoesNotHaveStrongName_Title { - get { - return ResourceManager.GetString("WRN_ReferencedAssemblyDoesNotHaveStrongName_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A reference was created to embedded interop assembly '{0}' because of an indirect reference to that assembly created by assembly '{1}'. Consider changing the 'Embed Interop Types' property on either assembly.. - /// - internal static string WRN_ReferencedAssemblyReferencesLinkedPIA { - get { - return ResourceManager.GetString("WRN_ReferencedAssemblyReferencesLinkedPIA", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to You have added a reference to an assembly using /link (Embed Interop Types property set to True). This instructs the compiler to embed interop type information from that assembly. However, the compiler cannot embed interop type information from that assembly because another assembly that you have referenced also references that assembly using /reference (Embed Interop Types property set to False). - /// - ///To embed interop type information for both assemblies, use /link for references to each assembly (set the Em [rest of string was truncated]";. - /// - internal static string WRN_ReferencedAssemblyReferencesLinkedPIA_Description { - get { - return ResourceManager.GetString("WRN_ReferencedAssemblyReferencesLinkedPIA_Description", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A reference was created to embedded interop assembly because of an indirect assembly reference. - /// - internal static string WRN_ReferencedAssemblyReferencesLinkedPIA_Title { - get { - return ResourceManager.GetString("WRN_ReferencedAssemblyReferencesLinkedPIA_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The type '{1}' in '{0}' conflicts with the imported type '{3}' in '{2}'. Using the type defined in '{0}'.. - /// - internal static string WRN_SameFullNameThisAggAgg { - get { - return ResourceManager.GetString("WRN_SameFullNameThisAggAgg", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Type conflicts with imported type. - /// - internal static string WRN_SameFullNameThisAggAgg_Title { - get { - return ResourceManager.GetString("WRN_SameFullNameThisAggAgg_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The type '{1}' in '{0}' conflicts with the imported namespace '{3}' in '{2}'. Using the type defined in '{0}'.. - /// - internal static string WRN_SameFullNameThisAggNs { - get { - return ResourceManager.GetString("WRN_SameFullNameThisAggNs", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Type conflicts with imported namespace. - /// - internal static string WRN_SameFullNameThisAggNs_Title { - get { - return ResourceManager.GetString("WRN_SameFullNameThisAggNs_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The namespace '{1}' in '{0}' conflicts with the imported type '{3}' in '{2}'. Using the namespace defined in '{0}'.. - /// - internal static string WRN_SameFullNameThisNsAgg { - get { - return ResourceManager.GetString("WRN_SameFullNameThisNsAgg", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Namespace conflicts with imported type. - /// - internal static string WRN_SameFullNameThisNsAgg_Title { - get { - return ResourceManager.GetString("WRN_SameFullNameThisNsAgg_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to There is no defined ordering between fields in multiple declarations of partial struct '{0}'. To specify an ordering, all instance fields must be in the same declaration.. - /// - internal static string WRN_SequentialOnPartialClass { - get { - return ResourceManager.GetString("WRN_SequentialOnPartialClass", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to There is no defined ordering between fields in multiple declarations of partial struct. - /// - internal static string WRN_SequentialOnPartialClass_Title { - get { - return ResourceManager.GetString("WRN_SequentialOnPartialClass_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A method marked [DoesNotReturn] should not return.. - /// - internal static string WRN_ShouldNotReturn { - get { - return ResourceManager.GetString("WRN_ShouldNotReturn", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A method marked [DoesNotReturn] should not return.. - /// - internal static string WRN_ShouldNotReturn_Title { - get { - return ResourceManager.GetString("WRN_ShouldNotReturn_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The switch expression does not handle all possible values of its input type (it is not exhaustive).. - /// - internal static string WRN_SwitchExpressionNotExhaustive { - get { - return ResourceManager.GetString("WRN_SwitchExpressionNotExhaustive", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The switch expression does not handle all possible values of its input type (it is not exhaustive).. - /// - internal static string WRN_SwitchExpressionNotExhaustive_Title { - get { - return ResourceManager.GetString("WRN_SwitchExpressionNotExhaustive_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The switch expression does not handle some null inputs (it is not exhaustive).. - /// - internal static string WRN_SwitchExpressionNotExhaustiveForNull { - get { - return ResourceManager.GetString("WRN_SwitchExpressionNotExhaustiveForNull", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The switch expression does not handle some null inputs.. - /// - internal static string WRN_SwitchExpressionNotExhaustiveForNull_Title { - get { - return ResourceManager.GetString("WRN_SwitchExpressionNotExhaustiveForNull_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Thrown value may be null.. - /// - internal static string WRN_ThrowPossibleNull { - get { - return ResourceManager.GetString("WRN_ThrowPossibleNull", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Thrown value may be null.. - /// - internal static string WRN_ThrowPossibleNull_Title { - get { - return ResourceManager.GetString("WRN_ThrowPossibleNull_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Source file has exceeded the limit of 16,707,565 lines representable in the PDB; debug information will be incorrect. - /// - internal static string WRN_TooManyLinesForDebugger { - get { - return ResourceManager.GetString("WRN_TooManyLinesForDebugger", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Source file has exceeded the limit of 16,707,565 lines representable in the PDB; debug information will be incorrect. - /// - internal static string WRN_TooManyLinesForDebugger_Title { - get { - return ResourceManager.GetString("WRN_TooManyLinesForDebugger_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The tuple element name '{0}' is ignored because a different name or no name is specified on the other side of the tuple == or != operator.. - /// - internal static string WRN_TupleBinopLiteralNameMismatch { - get { - return ResourceManager.GetString("WRN_TupleBinopLiteralNameMismatch", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The tuple element name is ignored because a different name or no name is specified on the other side of the tuple == or != operator.. - /// - internal static string WRN_TupleBinopLiteralNameMismatch_Title { - get { - return ResourceManager.GetString("WRN_TupleBinopLiteralNameMismatch_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The tuple element name '{0}' is ignored because a different name or no name is specified by the target type '{1}'.. - /// - internal static string WRN_TupleLiteralNameMismatch { - get { - return ResourceManager.GetString("WRN_TupleLiteralNameMismatch", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The tuple element name is ignored because a different name or no name is specified by the assignment target.. - /// - internal static string WRN_TupleLiteralNameMismatch_Title { - get { - return ResourceManager.GetString("WRN_TupleLiteralNameMismatch_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Type parameter '{0}' has the same name as the type parameter from outer method '{1}'. - /// - internal static string WRN_TypeParameterSameAsOuterMethodTypeParameter { - get { - return ResourceManager.GetString("WRN_TypeParameterSameAsOuterMethodTypeParameter", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Type parameter has the same type as the type parameter from outer method.. - /// - internal static string WRN_TypeParameterSameAsOuterMethodTypeParameter_Title { - get { - return ResourceManager.GetString("WRN_TypeParameterSameAsOuterMethodTypeParameter_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Type parameter '{0}' has the same name as the type parameter from outer type '{1}'. - /// - internal static string WRN_TypeParameterSameAsOuterTypeParameter { - get { - return ResourceManager.GetString("WRN_TypeParameterSameAsOuterTypeParameter", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Type parameter has the same name as the type parameter from outer type. - /// - internal static string WRN_TypeParameterSameAsOuterTypeParameter_Title { - get { - return ResourceManager.GetString("WRN_TypeParameterSameAsOuterTypeParameter_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Unable to load Analyzer assembly {0} : {1}. - /// - internal static string WRN_UnableToLoadAnalyzer { - get { - return ResourceManager.GetString("WRN_UnableToLoadAnalyzer", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Unable to load Analyzer assembly. - /// - internal static string WRN_UnableToLoadAnalyzer_Title { - get { - return ResourceManager.GetString("WRN_UnableToLoadAnalyzer_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Field '{0}' is never assigned to, and will always have its default value {1}. - /// - internal static string WRN_UnassignedInternalField { - get { - return ResourceManager.GetString("WRN_UnassignedInternalField", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Field is never assigned to, and will always have its default value. - /// - internal static string WRN_UnassignedInternalField_Title { - get { - return ResourceManager.GetString("WRN_UnassignedInternalField_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Unboxing a possibly null value.. - /// - internal static string WRN_UnboxPossibleNull { - get { - return ResourceManager.GetString("WRN_UnboxPossibleNull", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Unboxing a possibly null value.. - /// - internal static string WRN_UnboxPossibleNull_Title { - get { - return ResourceManager.GetString("WRN_UnboxPossibleNull_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The EnumeratorCancellationAttribute applied to parameter '{0}' will have no effect. The attribute is only effective on a parameter of type CancellationToken in an async-iterator method returning IAsyncEnumerable. - /// - internal static string WRN_UnconsumedEnumeratorCancellationAttributeUsage { - get { - return ResourceManager.GetString("WRN_UnconsumedEnumeratorCancellationAttributeUsage", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The EnumeratorCancellationAttribute will have no effect. The attribute is only effective on a parameter of type CancellationToken in an async-iterator method returning IAsyncEnumerable. - /// - internal static string WRN_UnconsumedEnumeratorCancellationAttributeUsage_Title { - get { - return ResourceManager.GetString("WRN_UnconsumedEnumeratorCancellationAttributeUsage_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Async-iterator '{0}' has one or more parameters of type 'CancellationToken' but none of them is decorated with the 'EnumeratorCancellation' attribute, so the cancellation token parameter from the generated 'IAsyncEnumerable<>.GetAsyncEnumerator' will be unconsumed. - /// - internal static string WRN_UndecoratedCancellationTokenParameter { - get { - return ResourceManager.GetString("WRN_UndecoratedCancellationTokenParameter", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Async-iterator member has one or more parameters of type 'CancellationToken' but none of them is decorated with the 'EnumeratorCancellation' attribute, so the cancellation token parameter from the generated 'IAsyncEnumerable<>.GetAsyncEnumerator' will be unconsumed. - /// - internal static string WRN_UndecoratedCancellationTokenParameter_Title { - get { - return ResourceManager.GetString("WRN_UndecoratedCancellationTokenParameter_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Assuming assembly reference '{0}' used by '{1}' matches identity '{2}' of '{3}', you may need to supply runtime policy. - /// - internal static string WRN_UnifyReferenceBldRev { - get { - return ResourceManager.GetString("WRN_UnifyReferenceBldRev", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The two assemblies differ in release and/or version number. For unification to occur, you must specify directives in the application's .config file, and you must provide the correct strong name of an assembly.. - /// - internal static string WRN_UnifyReferenceBldRev_Description { - get { - return ResourceManager.GetString("WRN_UnifyReferenceBldRev_Description", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Assuming assembly reference matches identity. - /// - internal static string WRN_UnifyReferenceBldRev_Title { - get { - return ResourceManager.GetString("WRN_UnifyReferenceBldRev_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Assuming assembly reference '{0}' used by '{1}' matches identity '{2}' of '{3}', you may need to supply runtime policy. - /// - internal static string WRN_UnifyReferenceMajMin { - get { - return ResourceManager.GetString("WRN_UnifyReferenceMajMin", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The two assemblies differ in release and/or version number. For unification to occur, you must specify directives in the application's .config file, and you must provide the correct strong name of an assembly.. - /// - internal static string WRN_UnifyReferenceMajMin_Description { - get { - return ResourceManager.GetString("WRN_UnifyReferenceMajMin_Description", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Assuming assembly reference matches identity. - /// - internal static string WRN_UnifyReferenceMajMin_Title { - get { - return ResourceManager.GetString("WRN_UnifyReferenceMajMin_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The command line switch '{0}' is not yet implemented and was ignored.. - /// - internal static string WRN_UnimplementedCommandLineSwitch { - get { - return ResourceManager.GetString("WRN_UnimplementedCommandLineSwitch", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Command line switch is not yet implemented. - /// - internal static string WRN_UnimplementedCommandLineSwitch_Title { - get { - return ResourceManager.GetString("WRN_UnimplementedCommandLineSwitch_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Non-nullable {0} '{1}' is uninitialized. Consider declaring the {0} as nullable.. - /// - internal static string WRN_UninitializedNonNullableField { - get { - return ResourceManager.GetString("WRN_UninitializedNonNullableField", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Non-nullable field is uninitialized. Consider declaring as nullable.. - /// - internal static string WRN_UninitializedNonNullableField_Title { - get { - return ResourceManager.GetString("WRN_UninitializedNonNullableField_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to XML comment on '{1}' has a paramref tag for '{0}', but there is no parameter by that name. - /// - internal static string WRN_UnmatchedParamRefTag { - get { - return ResourceManager.GetString("WRN_UnmatchedParamRefTag", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to XML comment has a paramref tag, but there is no parameter by that name. - /// - internal static string WRN_UnmatchedParamRefTag_Title { - get { - return ResourceManager.GetString("WRN_UnmatchedParamRefTag_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to XML comment has a param tag for '{0}', but there is no parameter by that name. - /// - internal static string WRN_UnmatchedParamTag { - get { - return ResourceManager.GetString("WRN_UnmatchedParamTag", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to XML comment has a param tag, but there is no parameter by that name. - /// - internal static string WRN_UnmatchedParamTag_Title { - get { - return ResourceManager.GetString("WRN_UnmatchedParamTag_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to XML comment on '{1}' has a typeparamref tag for '{0}', but there is no type parameter by that name. - /// - internal static string WRN_UnmatchedTypeParamRefTag { - get { - return ResourceManager.GetString("WRN_UnmatchedTypeParamRefTag", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to XML comment has a typeparamref tag, but there is no type parameter by that name. - /// - internal static string WRN_UnmatchedTypeParamRefTag_Title { - get { - return ResourceManager.GetString("WRN_UnmatchedTypeParamRefTag_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to XML comment has a typeparam tag for '{0}', but there is no type parameter by that name. - /// - internal static string WRN_UnmatchedTypeParamTag { - get { - return ResourceManager.GetString("WRN_UnmatchedTypeParamTag", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to XML comment has a typeparam tag, but there is no type parameter by that name. - /// - internal static string WRN_UnmatchedTypeParamTag_Title { - get { - return ResourceManager.GetString("WRN_UnmatchedTypeParamTag_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.. - /// - internal static string WRN_UnobservedAwaitableExpression { - get { - return ResourceManager.GetString("WRN_UnobservedAwaitableExpression", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The current method calls an async method that returns a Task or a Task<TResult> and doesn't apply the await operator to the result. The call to the async method starts an asynchronous task. However, because no await operator is applied, the program continues without waiting for the task to complete. In most cases, that behavior isn't what you expect. Usually other aspects of the calling method depend on the results of the call or, minimally, the called method is expected to complete before you return from t [rest of string was truncated]";. - /// - internal static string WRN_UnobservedAwaitableExpression_Description { - get { - return ResourceManager.GetString("WRN_UnobservedAwaitableExpression_Description", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Because this call is not awaited, execution of the current method continues before the call is completed. - /// - internal static string WRN_UnobservedAwaitableExpression_Title { - get { - return ResourceManager.GetString("WRN_UnobservedAwaitableExpression_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to XML comment is not placed on a valid language element. - /// - internal static string WRN_UnprocessedXMLComment { - get { - return ResourceManager.GetString("WRN_UnprocessedXMLComment", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to XML comment is not placed on a valid language element. - /// - internal static string WRN_UnprocessedXMLComment_Title { - get { - return ResourceManager.GetString("WRN_UnprocessedXMLComment_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Within cref attributes, nested types of generic types should be qualified.. - /// - internal static string WRN_UnqualifiedNestedTypeInCref { - get { - return ResourceManager.GetString("WRN_UnqualifiedNestedTypeInCref", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Within cref attributes, nested types of generic types should be qualified. - /// - internal static string WRN_UnqualifiedNestedTypeInCref_Title { - get { - return ResourceManager.GetString("WRN_UnqualifiedNestedTypeInCref_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Unreachable code detected. - /// - internal static string WRN_UnreachableCode { - get { - return ResourceManager.GetString("WRN_UnreachableCode", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Unreachable code detected. - /// - internal static string WRN_UnreachableCode_Title { - get { - return ResourceManager.GetString("WRN_UnreachableCode_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A previous catch clause already catches all exceptions. All non-exceptions thrown will be wrapped in a System.Runtime.CompilerServices.RuntimeWrappedException.. - /// - internal static string WRN_UnreachableGeneralCatch { - get { - return ResourceManager.GetString("WRN_UnreachableGeneralCatch", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to This warning is caused when a catch() block has no specified exception type after a catch (System.Exception e) block. The warning advises that the catch() block will not catch any exceptions. - /// - ///A catch() block after a catch (System.Exception e) block can catch non-CLS exceptions if the RuntimeCompatibilityAttribute is set to false in the AssemblyInfo.cs file: [assembly: RuntimeCompatibilityAttribute(WrapNonExceptionThrows = false)]. If this attribute is not set explicitly to false, all thrown non-CLS excep [rest of string was truncated]";. - /// - internal static string WRN_UnreachableGeneralCatch_Description { - get { - return ResourceManager.GetString("WRN_UnreachableGeneralCatch_Description", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A previous catch clause already catches all exceptions. - /// - internal static string WRN_UnreachableGeneralCatch_Title { - get { - return ResourceManager.GetString("WRN_UnreachableGeneralCatch_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The event '{0}' is never used. - /// - internal static string WRN_UnreferencedEvent { - get { - return ResourceManager.GetString("WRN_UnreferencedEvent", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Event is never used. - /// - internal static string WRN_UnreferencedEvent_Title { - get { - return ResourceManager.GetString("WRN_UnreferencedEvent_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The field '{0}' is never used. - /// - internal static string WRN_UnreferencedField { - get { - return ResourceManager.GetString("WRN_UnreferencedField", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Field is never used. - /// - internal static string WRN_UnreferencedField_Title { - get { - return ResourceManager.GetString("WRN_UnreferencedField_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The field '{0}' is assigned but its value is never used. - /// - internal static string WRN_UnreferencedFieldAssg { - get { - return ResourceManager.GetString("WRN_UnreferencedFieldAssg", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Field is assigned but its value is never used. - /// - internal static string WRN_UnreferencedFieldAssg_Title { - get { - return ResourceManager.GetString("WRN_UnreferencedFieldAssg_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to This label has not been referenced. - /// - internal static string WRN_UnreferencedLabel { - get { - return ResourceManager.GetString("WRN_UnreferencedLabel", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to This label has not been referenced. - /// - internal static string WRN_UnreferencedLabel_Title { - get { - return ResourceManager.GetString("WRN_UnreferencedLabel_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The local function '{0}' is declared but never used. - /// - internal static string WRN_UnreferencedLocalFunction { - get { - return ResourceManager.GetString("WRN_UnreferencedLocalFunction", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Local function is declared but never used. - /// - internal static string WRN_UnreferencedLocalFunction_Title { - get { - return ResourceManager.GetString("WRN_UnreferencedLocalFunction_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The variable '{0}' is declared but never used. - /// - internal static string WRN_UnreferencedVar { - get { - return ResourceManager.GetString("WRN_UnreferencedVar", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Variable is declared but never used. - /// - internal static string WRN_UnreferencedVar_Title { - get { - return ResourceManager.GetString("WRN_UnreferencedVar_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The variable '{0}' is assigned but its value is never used. - /// - internal static string WRN_UnreferencedVarAssg { - get { - return ResourceManager.GetString("WRN_UnreferencedVarAssg", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Variable is assigned but its value is never used. - /// - internal static string WRN_UnreferencedVarAssg_Title { - get { - return ResourceManager.GetString("WRN_UnreferencedVarAssg_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Comparison to integral constant is useless; the constant is outside the range of type '{0}'. - /// - internal static string WRN_VacuousIntegralComp { - get { - return ResourceManager.GetString("WRN_VacuousIntegralComp", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Comparison to integral constant is useless; the constant is outside the range of the type. - /// - internal static string WRN_VacuousIntegralComp_Title { - get { - return ResourceManager.GetString("WRN_VacuousIntegralComp_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}': a reference to a volatile field will not be treated as volatile. - /// - internal static string WRN_VolatileByRef { - get { - return ResourceManager.GetString("WRN_VolatileByRef", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A volatile field should not normally be used as a ref or out value, since it will not be treated as volatile. There are exceptions to this, such as when calling an interlocked API.. - /// - internal static string WRN_VolatileByRef_Description { - get { - return ResourceManager.GetString("WRN_VolatileByRef_Description", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A reference to a volatile field will not be treated as volatile. - /// - internal static string WRN_VolatileByRef_Title { - get { - return ResourceManager.GetString("WRN_VolatileByRef_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to #warning: '{0}'. - /// - internal static string WRN_WarningDirective { - get { - return ResourceManager.GetString("WRN_WarningDirective", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to #warning directive. - /// - internal static string WRN_WarningDirective_Title { - get { - return ResourceManager.GetString("WRN_WarningDirective_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to XML comment has badly formed XML -- '{0}'. - /// - internal static string WRN_XMLParseError { - get { - return ResourceManager.GetString("WRN_XMLParseError", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to XML comment has badly formed XML. - /// - internal static string WRN_XMLParseError_Title { - get { - return ResourceManager.GetString("WRN_XMLParseError_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Badly formed XML in included comments file -- '{0}'. - /// - internal static string WRN_XMLParseIncludeError { - get { - return ResourceManager.GetString("WRN_XMLParseIncludeError", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Badly formed XML in included comments file. - /// - internal static string WRN_XMLParseIncludeError_Title { - get { - return ResourceManager.GetString("WRN_XMLParseIncludeError_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Wrong number of type arguments. - /// - internal static string WrongNumberOfTypeArguments { - get { - return ResourceManager.GetString("WrongNumberOfTypeArguments", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Expected a {0} SemanticModel.. - /// - internal static string WrongSemanticModelType { - get { - return ResourceManager.GetString("WrongSemanticModelType", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The literal string ']]>' is not allowed in element content.. - /// - internal static string XML_CDataEndTagNotAllowed { - get { - return ResourceManager.GetString("XML_CDataEndTagNotAllowed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Duplicate '{0}' attribute. - /// - internal static string XML_DuplicateAttribute { - get { - return ResourceManager.GetString("XML_DuplicateAttribute", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to End tag '{0}' does not match the start tag '{1}'.. - /// - internal static string XML_ElementTypeMatch { - get { - return ResourceManager.GetString("XML_ElementTypeMatch", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Expected an end tag for element '{0}'.. - /// - internal static string XML_EndTagExpected { - get { - return ResourceManager.GetString("XML_EndTagExpected", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to End tag was not expected at this location.. - /// - internal static string XML_EndTagNotExpected { - get { - return ResourceManager.GetString("XML_EndTagNotExpected", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Expected '>' or '/>' to close tag '{0}'.. - /// - internal static string XML_ExpectedEndOfTag { - get { - return ResourceManager.GetString("XML_ExpectedEndOfTag", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Unexpected character at this location.. - /// - internal static string XML_ExpectedEndOfXml { - get { - return ResourceManager.GetString("XML_ExpectedEndOfXml", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to An identifier was expected.. - /// - internal static string XML_ExpectedIdentifier { - get { - return ResourceManager.GetString("XML_ExpectedIdentifier", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Incorrect syntax was used in a comment.. - /// - internal static string XML_IncorrectComment { - get { - return ResourceManager.GetString("XML_IncorrectComment", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to An invalid character was found inside an entity reference.. - /// - internal static string XML_InvalidCharEntity { - get { - return ResourceManager.GetString("XML_InvalidCharEntity", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The character(s) '{0}' cannot be used at this location.. - /// - internal static string XML_InvalidToken { - get { - return ResourceManager.GetString("XML_InvalidToken", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Invalid unicode character.. - /// - internal static string XML_InvalidUnicodeChar { - get { - return ResourceManager.GetString("XML_InvalidUnicodeChar", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Whitespace is not allowed at this location.. - /// - internal static string XML_InvalidWhitespace { - get { - return ResourceManager.GetString("XML_InvalidWhitespace", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The character '<' cannot be used in an attribute value.. - /// - internal static string XML_LessThanInAttributeValue { - get { - return ResourceManager.GetString("XML_LessThanInAttributeValue", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Missing equals sign between attribute and attribute value.. - /// - internal static string XML_MissingEqualsAttribute { - get { - return ResourceManager.GetString("XML_MissingEqualsAttribute", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Reference to undefined entity '{0}'.. - /// - internal static string XML_RefUndefinedEntity_1 { - get { - return ResourceManager.GetString("XML_RefUndefinedEntity_1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Missing closing quotation mark for string literal.. - /// - internal static string XML_StringLiteralNoEndQuote { - get { - return ResourceManager.GetString("XML_StringLiteralNoEndQuote", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Non-ASCII quotations marks may not be used around string literals.. - /// - internal static string XML_StringLiteralNonAsciiQuote { - get { - return ResourceManager.GetString("XML_StringLiteralNonAsciiQuote", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A string literal was expected, but no opening quotation mark was found.. - /// - internal static string XML_StringLiteralNoStartQuote { - get { - return ResourceManager.GetString("XML_StringLiteralNoStartQuote", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Required white space was missing.. - /// - internal static string XML_WhitespaceMissing { - get { - return ResourceManager.GetString("XML_WhitespaceMissing", resourceCulture); - } - } - } -} diff --git a/src/Compilers/CSharp/Portable/CSharpResources.resx b/src/Compilers/CSharp/Portable/CSharpResources.resx index c0fb2b72b2ad6..c78f91d4f2641 100644 --- a/src/Compilers/CSharp/Portable/CSharpResources.resx +++ b/src/Compilers/CSharp/Portable/CSharpResources.resx @@ -2581,6 +2581,9 @@ A catch() block after a catch (System.Exception e) block can catch non-CLS excep Outputs without source must have the /out option specified + + Output directory could not be determined + Conflicting options specified: Win32 resource file; Win32 manifest diff --git a/src/Compilers/CSharp/Portable/CommandLine/CSharpCommandLineParser.cs b/src/Compilers/CSharp/Portable/CommandLine/CSharpCommandLineParser.cs index 4913bd1575905..2e4cdf4e21379 100644 --- a/src/Compilers/CSharp/Portable/CommandLine/CSharpCommandLineParser.cs +++ b/src/Compilers/CSharp/Portable/CommandLine/CSharpCommandLineParser.cs @@ -2,6 +2,8 @@ // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. +#nullable enable + using System; using System.Collections.Generic; using System.Collections.Immutable; @@ -33,7 +35,7 @@ internal CSharpCommandLineParser(bool isScriptCommandLineParser = false) protected override string RegularFileExtension { get { return ".cs"; } } protected override string ScriptFileExtension { get { return ".csx"; } } - internal sealed override CommandLineArguments CommonParse(IEnumerable args, string baseDirectory, string sdkDirectoryOpt, string additionalReferenceDirectories) + internal sealed override CommandLineArguments CommonParse(IEnumerable args, string baseDirectory, string? sdkDirectoryOpt, string additionalReferenceDirectories) { return Parse(args, baseDirectory, sdkDirectoryOpt, additionalReferenceDirectories); } @@ -46,17 +48,17 @@ internal sealed override CommandLineArguments CommonParse(IEnumerable ar /// The directory to search for mscorlib, or null if not available. /// A string representing additional reference paths. /// a commandlinearguments object representing the parsed command line. - public new CSharpCommandLineArguments Parse(IEnumerable args, string baseDirectory, string sdkDirectory, string additionalReferenceDirectories = null) + public new CSharpCommandLineArguments Parse(IEnumerable args, string? baseDirectory, string? sdkDirectory, string? additionalReferenceDirectories = null) { Debug.Assert(baseDirectory == null || PathUtilities.IsAbsolute(baseDirectory)); List diagnostics = new List(); List flattenedArgs = new List(); - List scriptArgs = IsScriptCommandLineParser ? new List() : null; - List responsePaths = IsScriptCommandLineParser ? new List() : null; + List? scriptArgs = IsScriptCommandLineParser ? new List() : null; + List? responsePaths = IsScriptCommandLineParser ? new List() : null; FlattenArgs(args, diagnostics, flattenedArgs, scriptArgs, baseDirectory, responsePaths); - string appConfigPath = null; + string? appConfigPath = null; bool displayLogo = true; bool displayHelp = false; bool displayVersion = false; @@ -70,31 +72,31 @@ internal sealed override CommandLineArguments CommonParse(IEnumerable ar bool emitPdb = false; DebugInformationFormat debugInformationFormat = PathUtilities.IsUnixLikePlatform ? DebugInformationFormat.PortablePdb : DebugInformationFormat.Pdb; bool debugPlus = false; - string pdbPath = null; + string? pdbPath = null; bool noStdLib = IsScriptCommandLineParser; // don't add mscorlib from sdk dir when running scripts - string outputDirectory = baseDirectory; + string? outputDirectory = baseDirectory; ImmutableArray> pathMap = ImmutableArray>.Empty; - string outputFileName = null; - string outputRefFilePath = null; + string? outputFileName = null; + string? outputRefFilePath = null; bool refOnly = false; - string documentationPath = null; - ErrorLogOptions errorLogOptions = null; + string? documentationPath = null; + ErrorLogOptions? errorLogOptions = null; bool parseDocumentationComments = false; //Don't just null check documentationFileName because we want to do this even if the file name is invalid. bool utf8output = false; OutputKind outputKind = OutputKind.ConsoleApplication; SubsystemVersion subsystemVersion = SubsystemVersion.None; LanguageVersion languageVersion = LanguageVersion.Default; - string mainTypeName = null; - string win32ManifestFile = null; - string win32ResourceFile = null; - string win32IconFile = null; + string? mainTypeName = null; + string? win32ManifestFile = null; + string? win32ResourceFile = null; + string? win32IconFile = null; bool noWin32Manifest = false; Platform platform = Platform.AnyCpu; ulong baseAddress = 0; int fileAlignment = 0; bool? delaySignSetting = null; - string keyFileSetting = null; - string keyContainerSetting = null; + string? keyFileSetting = null; + string? keyContainerSetting = null; List managedResources = new List(); List sourceFiles = new List(); List additionalFiles = new List(); @@ -103,7 +105,7 @@ internal sealed override CommandLineArguments CommonParse(IEnumerable ar bool sourceFilesSpecified = false; bool embedAllSourceFiles = false; bool resourcesOrModulesSpecified = false; - Encoding codepage = null; + Encoding? codepage = null; var checksumAlgorithm = SourceHashAlgorithmUtils.DefaultContentHashAlgorithm; var defines = ArrayBuilder.GetInstance(); List metadataReferences = new List(); @@ -119,20 +121,20 @@ internal sealed override CommandLineArguments CommonParse(IEnumerable ar int warningLevel = 4; bool highEntropyVA = false; bool printFullPaths = false; - string moduleAssemblyName = null; - string moduleName = null; + string? moduleAssemblyName = null; + string? moduleName = null; List features = new List(); - string runtimeMetadataVersion = null; + string? runtimeMetadataVersion = null; bool errorEndLocation = false; bool reportAnalyzer = false; ArrayBuilder instrumentationKinds = ArrayBuilder.GetInstance(); - CultureInfo preferredUILang = null; - string touchedFilesPath = null; + CultureInfo? preferredUILang = null; + string? touchedFilesPath = null; bool optionsEnded = false; bool interactiveMode = false; bool publicSign = false; - string sourceLink = null; - string ruleSetPath = null; + string? sourceLink = null; + string? ruleSetPath = null; // Process ruleset files first so that diagnostic severity settings specified on the command line via // /nowarn and /warnaserror can override diagnostic severity settings specified in the ruleset file. @@ -140,12 +142,12 @@ internal sealed override CommandLineArguments CommonParse(IEnumerable ar { foreach (string arg in flattenedArgs) { - string name, value; + string? name, value; if (TryParseOption(arg, out name, out value) && (name == "ruleset")) { var unquoted = RemoveQuotesAndSlashes(value); - if (string.IsNullOrEmpty(unquoted)) + if (RoslynString.IsNullOrEmpty(unquoted)) { AddDiagnostic(diagnostics, ErrorCode.ERR_SwitchNeedsString, "", name); } @@ -162,7 +164,7 @@ internal sealed override CommandLineArguments CommonParse(IEnumerable ar { Debug.Assert(optionsEnded || !arg.StartsWith("@", StringComparison.Ordinal)); - string name, value; + string? name, value; if (optionsEnded || !TryParseOption(arg, out name, out value)) { foreach (var path in ParseFileArgument(arg, baseDirectory, diagnostics)) @@ -278,7 +280,7 @@ internal sealed override CommandLineArguments CommonParse(IEnumerable ar case "d": case "define": - if (string.IsNullOrEmpty(value)) + if (RoslynString.IsNullOrEmpty(value)) { AddDiagnostic(diagnostics, ErrorCode.ERR_SwitchNeedsString, "", arg); continue; @@ -308,7 +310,7 @@ internal sealed override CommandLineArguments CommonParse(IEnumerable ar continue; case "checksumalgorithm": - if (string.IsNullOrEmpty(value)) + if (RoslynString.IsNullOrEmpty(value)) { AddDiagnostic(diagnostics, ErrorCode.ERR_SwitchNeedsString, "", name); continue; @@ -401,7 +403,7 @@ internal sealed override CommandLineArguments CommonParse(IEnumerable ar case "instrument": value = RemoveQuotesAndSlashes(value); - if (string.IsNullOrEmpty(value)) + if (RoslynString.IsNullOrEmpty(value)) { AddDiagnostic(diagnostics, ErrorCode.ERR_SwitchNeedsString, "", name); } @@ -442,7 +444,7 @@ internal sealed override CommandLineArguments CommonParse(IEnumerable ar case "preferreduilang": value = RemoveQuotesAndSlashes(value); - if (string.IsNullOrEmpty(value)) + if (RoslynString.IsNullOrEmpty(value)) { AddDiagnostic(diagnostics, ErrorCode.ERR_SwitchNeedsString, "", arg); continue; @@ -474,7 +476,7 @@ internal sealed override CommandLineArguments CommonParse(IEnumerable ar continue; case "out": - if (string.IsNullOrWhiteSpace(value)) + if (RoslynString.IsNullOrWhiteSpace(value)) { AddDiagnostic(diagnostics, ErrorCode.ERR_NoFileSpec, arg); } @@ -487,7 +489,7 @@ internal sealed override CommandLineArguments CommonParse(IEnumerable ar case "refout": value = RemoveQuotesAndSlashes(value); - if (string.IsNullOrEmpty(value)) + if (RoslynString.IsNullOrEmpty(value)) { AddDiagnostic(diagnostics, ErrorCode.ERR_NoFileSpec, arg); } @@ -512,7 +514,7 @@ internal sealed override CommandLineArguments CommonParse(IEnumerable ar break; // force 'unrecognized option' } - if (string.IsNullOrEmpty(value)) + if (RoslynString.IsNullOrEmpty(value)) { AddDiagnostic(diagnostics, ErrorCode.FTL_InvalidTarget); } @@ -526,7 +528,7 @@ internal sealed override CommandLineArguments CommonParse(IEnumerable ar case "moduleassemblyname": value = value != null ? value.Unquote() : null; - if (string.IsNullOrEmpty(value)) + if (RoslynString.IsNullOrEmpty(value)) { AddDiagnostic(diagnostics, ErrorCode.ERR_SwitchNeedsString, "", arg); } @@ -558,7 +560,7 @@ internal sealed override CommandLineArguments CommonParse(IEnumerable ar case "platform": value = RemoveQuotesAndSlashes(value); - if (string.IsNullOrEmpty(value)) + if (RoslynString.IsNullOrEmpty(value)) { AddDiagnostic(diagnostics, ErrorCode.ERR_SwitchNeedsString, "", arg); } @@ -575,7 +577,7 @@ internal sealed override CommandLineArguments CommonParse(IEnumerable ar { break; // force 'unrecognized option' } - else if (string.IsNullOrEmpty(value)) + else if (RoslynString.IsNullOrEmpty(value)) { AddDiagnostic(diagnostics, ErrorCode.ERR_NoFileSpec, arg); } @@ -592,13 +594,13 @@ internal sealed override CommandLineArguments CommonParse(IEnumerable ar case "doc": parseDocumentationComments = true; - if (string.IsNullOrEmpty(value)) + if (RoslynString.IsNullOrEmpty(value)) { AddDiagnostic(diagnostics, ErrorCode.ERR_SwitchNeedsString, MessageID.IDS_Text.Localize(), arg); continue; } - string unquoted = RemoveQuotesAndSlashes(value); - if (string.IsNullOrEmpty(unquoted)) + string? unquoted = RemoveQuotesAndSlashes(value); + if (RoslynString.IsNullOrEmpty(unquoted)) { // CONSIDER: This diagnostic exactly matches dev11, but it would be simpler (and more consistent with /out) // if we just let the next case handle /doc:"". @@ -686,7 +688,7 @@ internal sealed override CommandLineArguments CommonParse(IEnumerable ar case "sourcelink": value = RemoveQuotesAndSlashes(value); - if (string.IsNullOrEmpty(value)) + if (RoslynString.IsNullOrEmpty(value)) { AddDiagnostic(diagnostics, ErrorCode.ERR_NoFileSpec, arg); } @@ -915,7 +917,7 @@ internal sealed override CommandLineArguments CommonParse(IEnumerable ar case "langversion": value = RemoveQuotesAndSlashes(value); - if (string.IsNullOrEmpty(value)) + if (RoslynString.IsNullOrEmpty(value)) { AddDiagnostic(diagnostics, ErrorCode.ERR_SwitchNeedsString, MessageID.IDS_Text.Localize(), "/langversion:"); } @@ -1039,7 +1041,7 @@ internal sealed override CommandLineArguments CommonParse(IEnumerable ar ulong newBaseAddress; if (string.IsNullOrEmpty(value) || !TryParseUInt64(value, out newBaseAddress)) { - if (string.IsNullOrEmpty(value)) + if (RoslynString.IsNullOrEmpty(value)) { AddDiagnostic(diagnostics, ErrorCode.ERR_SwitchNeedsNumber, name); } @@ -1056,7 +1058,7 @@ internal sealed override CommandLineArguments CommonParse(IEnumerable ar continue; case "subsystemversion": - if (string.IsNullOrEmpty(value)) + if (RoslynString.IsNullOrEmpty(value)) { AddDiagnostic(diagnostics, ErrorCode.ERR_SwitchNeedsString, MessageID.IDS_Text.Localize(), "subsystemversion"); continue; @@ -1139,7 +1141,7 @@ internal sealed override CommandLineArguments CommonParse(IEnumerable ar value = RemoveQuotesAndSlashes(value); ushort newAlignment; - if (string.IsNullOrEmpty(value)) + if (RoslynString.IsNullOrEmpty(value)) { AddDiagnostic(diagnostics, ErrorCode.ERR_SwitchNeedsNumber, name); } @@ -1159,7 +1161,7 @@ internal sealed override CommandLineArguments CommonParse(IEnumerable ar case "pdb": value = RemoveQuotesAndSlashes(value); - if (string.IsNullOrEmpty(value)) + if (RoslynString.IsNullOrEmpty(value)) { AddDiagnostic(diagnostics, ErrorCode.ERR_NoFileSpec, arg); } @@ -1197,7 +1199,7 @@ internal sealed override CommandLineArguments CommonParse(IEnumerable ar case "errorlog": unquoted = RemoveQuotesAndSlashes(value); - if (string.IsNullOrEmpty(unquoted)) + if (RoslynString.IsNullOrEmpty(unquoted)) { AddDiagnostic(diagnostics, ErrorCode.ERR_SwitchNeedsString, ErrorLogOptionFormat, RemoveQuotesAndSlashes(arg)); } @@ -1213,7 +1215,7 @@ internal sealed override CommandLineArguments CommonParse(IEnumerable ar case "appconfig": unquoted = RemoveQuotesAndSlashes(value); - if (string.IsNullOrEmpty(unquoted)) + if (RoslynString.IsNullOrEmpty(unquoted)) { AddDiagnostic(diagnostics, ErrorCode.ERR_SwitchNeedsString, ":", RemoveQuotesAndSlashes(arg)); } @@ -1239,7 +1241,7 @@ internal sealed override CommandLineArguments CommonParse(IEnumerable ar continue; case "additionalfile": - if (string.IsNullOrEmpty(value)) + if (RoslynString.IsNullOrEmpty(value)) { AddDiagnostic(diagnostics, ErrorCode.ERR_SwitchNeedsString, "", name); continue; @@ -1252,7 +1254,7 @@ internal sealed override CommandLineArguments CommonParse(IEnumerable ar continue; case "analyzerconfig": - if (string.IsNullOrEmpty(value)) + if (RoslynString.IsNullOrEmpty(value)) { AddDiagnostic(diagnostics, ErrorCode.ERR_SwitchNeedsString, "", name); continue; @@ -1262,7 +1264,7 @@ internal sealed override CommandLineArguments CommonParse(IEnumerable ar continue; case "embed": - if (string.IsNullOrEmpty(value)) + if (RoslynString.IsNullOrEmpty(value)) { embedAllSourceFiles = true; continue; @@ -1343,18 +1345,22 @@ internal sealed override CommandLineArguments CommonParse(IEnumerable ar // Dev11 searches for the key file in the current directory and assembly output directory. // We always look to base directory and then examine the search paths. - if (!string.IsNullOrEmpty(baseDirectory)) + if (!RoslynString.IsNullOrEmpty(baseDirectory)) { keyFileSearchPaths.Add(baseDirectory); } - if (!string.IsNullOrEmpty(outputDirectory) && baseDirectory != outputDirectory) + if (RoslynString.IsNullOrEmpty(outputDirectory)) + { + AddDiagnostic(diagnostics, ErrorCode.ERR_NoOutputDirectory); + } + else if (baseDirectory != outputDirectory) { keyFileSearchPaths.Add(outputDirectory); } // Public sign doesn't use the legacy search path settings - if (publicSign && !string.IsNullOrEmpty(keyFileSetting)) + if (publicSign && !RoslynString.IsNullOrEmpty(keyFileSetting)) { keyFileSetting = ParseGenericPathToFile(keyFileSetting, diagnostics, baseDirectory); } @@ -1376,7 +1382,7 @@ internal sealed override CommandLineArguments CommonParse(IEnumerable ar var parsedFeatures = ParseFeatures(features); - string compilationName; + string? compilationName; GetCompilationAndModuleNames(diagnostics, outputKind, sourceFiles, sourceFilesSpecified, moduleAssemblyName, ref outputFileName, ref moduleName, out compilationName); var parseOptions = new CSharpParseOptions @@ -1464,7 +1470,7 @@ internal sealed override CommandLineArguments CommonParse(IEnumerable ar EmitPdb = emitPdb && !refOnly, // silently ignore emitPdb when refOnly is set SourceLink = sourceLink, RuleSetPath = ruleSetPath, - OutputDirectory = outputDirectory, + OutputDirectory = outputDirectory!, // error produced when null DocumentationPath = documentationPath, ErrorLogOptions = errorLogOptions, AppConfigPath = appConfigPath, @@ -1500,18 +1506,18 @@ internal sealed override CommandLineArguments CommonParse(IEnumerable ar }; } - private static void ParseAndResolveReferencePaths(string switchName, string switchValue, string baseDirectory, List builder, MessageID origin, List diagnostics) + private static void ParseAndResolveReferencePaths(string? switchName, string? switchValue, string? baseDirectory, List builder, MessageID origin, List diagnostics) { if (string.IsNullOrEmpty(switchValue)) { - Debug.Assert(!string.IsNullOrEmpty(switchName)); + RoslynDebug.Assert(!RoslynString.IsNullOrEmpty(switchName)); AddDiagnostic(diagnostics, ErrorCode.ERR_SwitchNeedsString, MessageID.IDS_PathList.Localize(), switchName); return; } foreach (string path in ParseSeparatedPaths(switchValue)) { - string resolvedPath = FileUtilities.ResolveRelativePath(path, baseDirectory); + string? resolvedPath = FileUtilities.ResolveRelativePath(path, baseDirectory); if (resolvedPath == null) { AddDiagnostic(diagnostics, ErrorCode.WRN_InvalidSearchPathDir, path, origin.Localize(), MessageID.IDS_DirectoryHasInvalidPath.Localize()); @@ -1527,7 +1533,7 @@ private static void ParseAndResolveReferencePaths(string switchName, string swit } } - private static string GetWin32Setting(string arg, string value, List diagnostics) + private static string? GetWin32Setting(string arg, string? value, List diagnostics) { if (value == null) { @@ -1554,12 +1560,12 @@ private void GetCompilationAndModuleNames( OutputKind outputKind, List sourceFiles, bool sourceFilesSpecified, - string moduleAssemblyName, - ref string outputFileName, - ref string moduleName, - out string compilationName) + string? moduleAssemblyName, + ref string? outputFileName, + ref string? moduleName, + out string? compilationName) { - string simpleName; + string? simpleName; if (outputFileName == null) { // In C#, if the output file name isn't specified explicitly, then executables take their @@ -1620,7 +1626,7 @@ private void GetCompilationAndModuleNames( } } - private ImmutableArray BuildSearchPaths(string sdkDirectoryOpt, List libPaths, List responsePathsOpt) + private ImmutableArray BuildSearchPaths(string? sdkDirectoryOpt, List libPaths, List? responsePathsOpt) { var builder = ArrayBuilder.GetInstance(); @@ -1733,9 +1739,9 @@ private static OutputKind ParseTarget(string value, IList diagnostic } } - private static IEnumerable ParseUsings(string arg, string value, IList diagnostics) + private static IEnumerable ParseUsings(string arg, string? value, IList diagnostics) { - if (value.Length == 0) + if (RoslynString.IsNullOrEmpty(value)) { AddDiagnostic(diagnostics, ErrorCode.ERR_SwitchNeedsString, MessageID.IDS_Namespace1.Localize(), arg); yield break; @@ -1747,7 +1753,7 @@ private static IEnumerable ParseUsings(string arg, string value, IList ParseAnalyzers(string arg, string value, List diagnostics) + private static IEnumerable ParseAnalyzers(string arg, string? value, List diagnostics) { if (value == null) { @@ -1768,7 +1774,7 @@ private static IEnumerable ParseAnalyzers(string a } } - private static IEnumerable ParseAssemblyReferences(string arg, string value, IList diagnostics, bool embedInteropTypes) + private static IEnumerable ParseAssemblyReferences(string arg, string? value, IList diagnostics, bool embedInteropTypes) { if (value == null) { @@ -1793,7 +1799,7 @@ private static IEnumerable ParseAssemblyReferences(string int eqlOrQuote = value.IndexOfAny(s_quoteOrEquals); - string alias; + string? alias; if (eqlOrQuote >= 0 && value[eqlOrQuote] == '=') { alias = value.Substring(0, eqlOrQuote); @@ -1838,7 +1844,7 @@ private static IEnumerable ParseAssemblyReferences(string } } - private static void ValidateWin32Settings(string win32ResourceFile, string win32IconResourceFile, string win32ManifestFile, OutputKind outputKind, IList diagnostics) + private static void ValidateWin32Settings(string? win32ResourceFile, string? win32IconResourceFile, string? win32ManifestFile, OutputKind outputKind, IList diagnostics) { if (win32ResourceFile != null) { @@ -1877,18 +1883,18 @@ private static IEnumerable ParseInstrumentationKinds(string } } - internal static ResourceDescription ParseResourceDescription( + internal static ResourceDescription? ParseResourceDescription( string arg, string resourceDescriptor, - string baseDirectory, + string? baseDirectory, IList diagnostics, bool embedded) { - string filePath; - string fullPath; - string fileName; - string resourceName; - string accessibility; + string? filePath; + string? fullPath; + string? fileName; + string? resourceName; + string? accessibility; ParseResourceDescription( resourceDescriptor, @@ -1921,11 +1927,12 @@ internal static ResourceDescription ParseResourceDescription( return null; } - if (string.IsNullOrEmpty(filePath)) + if (RoslynString.IsNullOrWhiteSpace(filePath)) { AddDiagnostic(diagnostics, ErrorCode.ERR_NoFileSpec, arg); return null; } + Debug.Assert(!resourceName.IsEmpty()); // see ParseResourceDescription's check on filePath if (!PathUtilities.IsValidFilePath(fullPath)) { diff --git a/src/Compilers/CSharp/Portable/Errors/ErrorCode.cs b/src/Compilers/CSharp/Portable/Errors/ErrorCode.cs index 0fabc3c448331..e78020d61b8c3 100644 --- a/src/Compilers/CSharp/Portable/Errors/ErrorCode.cs +++ b/src/Compilers/CSharp/Portable/Errors/ErrorCode.cs @@ -1746,20 +1746,21 @@ internal enum ErrorCode WRN_ParameterConditionallyDisallowsNull = 8762, WRN_ShouldNotReturn = 8763, - ERR_ConditionalOnLocalFunction = 8764, + WRN_NullabilityMismatchInReturnTypeOnOverrideBecauseOfAttributes = 8764, + WRN_NullabilityMismatchInParameterTypeOnOverrideBecauseOfAttributes = 8765, - WRN_NullabilityMismatchInReturnTypeOnOverrideBecauseOfAttributes = 8765, - WRN_NullabilityMismatchInParameterTypeOnOverrideBecauseOfAttributes = 8766, + WRN_NullabilityMismatchInReturnTypeOnImplicitImplementationBecauseOfAttributes = 8766, + WRN_NullabilityMismatchInParameterTypeOnImplicitImplementationBecauseOfAttributes = 8767, + WRN_NullabilityMismatchInReturnTypeOnExplicitImplementationBecauseOfAttributes = 8768, + WRN_NullabilityMismatchInParameterTypeOnExplicitImplementationBecauseOfAttributes = 8769, - WRN_NullabilityMismatchInReturnTypeOnImplicitImplementationBecauseOfAttributes = 8767, - WRN_NullabilityMismatchInParameterTypeOnImplicitImplementationBecauseOfAttributes = 8768, - WRN_NullabilityMismatchInReturnTypeOnExplicitImplementationBecauseOfAttributes = 8769, - WRN_NullabilityMismatchInParameterTypeOnExplicitImplementationBecauseOfAttributes = 8770, - - WRN_DoesNotReturnMismatch = 8771, + WRN_DoesNotReturnMismatch = 8770, + ERR_NoOutputDirectory = 8771, ERR_StdInOptionProvidedButConsoleInputIsNotRedirected = 8782, + ERR_ConditionalOnLocalFunction = 8783, + // Note: you will need to re-generate compiler code after adding warnings (eng\generate-compiler-code.cmd) } } diff --git a/src/Compilers/CSharp/Portable/Errors/ErrorFacts.cs b/src/Compilers/CSharp/Portable/Errors/ErrorFacts.cs index 0484ea5b7e268..487d49ffc12a3 100644 --- a/src/Compilers/CSharp/Portable/Errors/ErrorFacts.cs +++ b/src/Compilers/CSharp/Portable/Errors/ErrorFacts.cs @@ -195,7 +195,7 @@ private static System.Resources.ResourceManager ResourceManager { if (s_resourceManager == null) { - s_resourceManager = new System.Resources.ResourceManager("Microsoft.CodeAnalysis.CSharp.CSharpResources", typeof(ErrorCode).GetTypeInfo().Assembly); + s_resourceManager = new System.Resources.ResourceManager(typeof(CSharpResources).FullName, typeof(ErrorCode).GetTypeInfo().Assembly); } return s_resourceManager; diff --git a/src/Compilers/CSharp/Portable/FlowAnalysis/NullableWalker.cs b/src/Compilers/CSharp/Portable/FlowAnalysis/NullableWalker.cs index 61ed4b9637cb1..30649ccc3f166 100644 --- a/src/Compilers/CSharp/Portable/FlowAnalysis/NullableWalker.cs +++ b/src/Compilers/CSharp/Portable/FlowAnalysis/NullableWalker.cs @@ -5229,11 +5229,15 @@ public override BoundNode VisitTupleLiteral(BoundTupleLiteral node) public override BoundNode VisitConvertedTupleLiteral(BoundConvertedTupleLiteral node) { + Debug.Assert(!IsConditionalState); + var savedState = this.State.Clone(); // Visit the source tuple so that the semantic model can correctly report nullability for it // Disable diagnostics, as we don't want to duplicate any that are produced by visiting the converted literal below VisitWithoutDiagnostics(node.SourceTuple); + this.SetState(savedState); VisitTupleExpression(node); + return null; } diff --git a/src/Compilers/CSharp/Portable/Microsoft.CodeAnalysis.CSharp.csproj b/src/Compilers/CSharp/Portable/Microsoft.CodeAnalysis.CSharp.csproj index 8a1870df98311..409e13cb17687 100644 --- a/src/Compilers/CSharp/Portable/Microsoft.CodeAnalysis.CSharp.csproj +++ b/src/Compilers/CSharp/Portable/Microsoft.CodeAnalysis.CSharp.csproj @@ -20,11 +20,6 @@ - - True - True - CSharpResources.resx - @@ -40,11 +35,7 @@ - - Designer - ResXFileCodeGenerator - CSharpResources.Designer.cs - + diff --git a/src/Compilers/CSharp/Portable/Parser/LanguageParser.cs b/src/Compilers/CSharp/Portable/Parser/LanguageParser.cs index 936e0878f74f7..8cb298ee8cbd0 100644 --- a/src/Compilers/CSharp/Portable/Parser/LanguageParser.cs +++ b/src/Compilers/CSharp/Portable/Parser/LanguageParser.cs @@ -5,7 +5,6 @@ using System; using System.Collections.Generic; using System.Diagnostics; -using System.Runtime.CompilerServices; using System.Threading; using Microsoft.CodeAnalysis.CSharp.Symbols; using Microsoft.CodeAnalysis.Text; @@ -2094,9 +2093,9 @@ private MemberDeclarationSyntax ParseMemberDeclarationOrStatementCore(SyntaxKind { var saveTerm = _termState; _termState |= TerminatorState.IsPossibleStatementStartOrStop; // partial statements can abort if a new statement starts - - // Any expression is allowed, not just expression statements: - var statement = this.TryParseStatementNoDeclaration(attributes, allowAnyExpression: true); + // We don't allow local declaration statements at the top level. We want + // to fall out below and parse them instead as fields. + var statement = this.ParseStatementCore(attributes, isGlobalScriptLevel: true); _termState = saveTerm; if (statement != null) @@ -6276,247 +6275,210 @@ private TypeSyntax ParsePointerTypeMods(TypeSyntax type) public StatementSyntax ParseStatement() { return ParseWithStackGuard( - () => TryParseStatementCore() ?? ParseExpressionStatement(attributes: default), + () => ParsePossiblyAttributedStatement(isGlobalScriptLevel: false) ?? ParseExpressionStatement(attributes: default), () => SyntaxFactory.EmptyStatement(attributeLists: default, SyntaxFactory.MissingToken(SyntaxKind.SemicolonToken))); } - /// null when a statement cannot be parsed at this location. - private StatementSyntax TryParseStatementCore() + private StatementSyntax ParsePossiblyAttributedStatement(bool isGlobalScriptLevel) + => ParseStatementCore(ParseAttributeDeclarations(), isGlobalScriptLevel); + + /// If we're being called while parsing a C# script from + /// the top-level. At the top level, we allow most statements *except* for + /// local-decls/local-funcs. Those will instead be parsed out as + /// script-fields/methods. + private StatementSyntax ParseStatementCore(SyntaxList attributes, bool isGlobalScriptLevel) { - var resetPointBeforeStatement = this.GetResetPoint(); + if (canReuseStatement(attributes, isGlobalScriptLevel)) + { + return (StatementSyntax)this.EatNode(); + } + + ResetPoint resetPointBeforeStatement = this.GetResetPoint(); try { _recursionDepth++; StackGuard.EnsureSufficientExecutionStack(_recursionDepth); - if (this.IsIncrementalAndFactoryContextMatches && this.CurrentNode is CSharp.Syntax.StatementSyntax) - { - return (StatementSyntax)this.EatNode(); - } - - // All statements allow attributes in the syntax model (though not all support them in terms of the langauge). - // Start by parsing out the optional attributes that can proceed everything. Then determine how to - // parse the actual construct that follows. - var attributes = this.ParseAttributeDeclarations(); + StatementSyntax result; - StatementSyntax result = TryParseStatementNoDeclaration(attributes, allowAnyExpression: false); - if (result != null) - { - return result; - } - - // We could not successfully parse the statement as a non-declaration. Try to parse - // it as either a declaration or as an "await X();" statement that is in a non-async - // method. - - result = TryParsePossibleDeclarationOrBadAwaitStatement(attributes); - if (result != null) + // Main switch to handle processing almost any statement. + switch (this.CurrentToken.Kind) { - return result; + case SyntaxKind.FixedKeyword: + return this.ParseFixedStatement(attributes); + case SyntaxKind.BreakKeyword: + return this.ParseBreakStatement(attributes); + case SyntaxKind.ContinueKeyword: + return this.ParseContinueStatement(attributes); + case SyntaxKind.TryKeyword: + case SyntaxKind.CatchKeyword: + case SyntaxKind.FinallyKeyword: + return this.ParseTryStatement(attributes); + case SyntaxKind.CheckedKeyword: + case SyntaxKind.UncheckedKeyword: + return this.ParseCheckedStatement(attributes); + case SyntaxKind.DoKeyword: + return this.ParseDoStatement(attributes); + case SyntaxKind.ForKeyword: + return this.ParseForOrForEachStatement(attributes); + case SyntaxKind.ForEachKeyword: + return this.ParseForEachStatement(attributes, awaitTokenOpt: default); + case SyntaxKind.GotoKeyword: + return this.ParseGotoStatement(attributes); + case SyntaxKind.IfKeyword: + return this.ParseIfStatement(attributes); + case SyntaxKind.ElseKeyword: + // Including 'else' keyword to handle 'else without if' error cases + return this.ParseMisplacedElse(attributes); + case SyntaxKind.LockKeyword: + return this.ParseLockStatement(attributes); + case SyntaxKind.ReturnKeyword: + return this.ParseReturnStatement(attributes); + case SyntaxKind.SwitchKeyword: + return this.ParseSwitchStatement(attributes); + case SyntaxKind.ThrowKeyword: + return this.ParseThrowStatement(attributes); + case SyntaxKind.UnsafeKeyword: + result = TryParseStatementStartingWithUnsafe(attributes); + if (result != null) + return result; + break; + case SyntaxKind.UsingKeyword: + return ParseStatementStartingWithUsing(attributes); + case SyntaxKind.WhileKeyword: + return this.ParseWhileStatement(attributes); + case SyntaxKind.OpenBraceToken: + return this.ParseBlock(attributes); + case SyntaxKind.SemicolonToken: + return _syntaxFactory.EmptyStatement(attributes, this.EatToken()); + case SyntaxKind.IdentifierToken: + result = TryParseStatementStartingWithIdentifier(attributes, isGlobalScriptLevel); + if (result != null) + return result; + break; } - // We didn't successfully parse anything. If we parsed any attributes, we have to rewind - // to before them so that they don't get lost. - this.Reset(ref resetPointBeforeStatement); - return null; + return ParseStatementCoreRest(attributes, isGlobalScriptLevel, ref resetPointBeforeStatement); } finally { _recursionDepth--; this.Release(ref resetPointBeforeStatement); + + } + + bool canReuseStatement(SyntaxList attributes, bool isGlobalScriptLevel) + { + // Can only reuse a global-script or regular statement if we're in the same + // global-script context we were originally in. + return this.IsIncrementalAndFactoryContextMatches && + this.CurrentNode is Syntax.StatementSyntax && + isGlobalScriptLevel == (this.CurrentNode.Parent is Syntax.GlobalStatementSyntax) && + attributes.Count == 0; } } - /// null when a statement cannot be parsed at this location. - private StatementSyntax TryParsePossibleDeclarationOrBadAwaitStatement(SyntaxList attributes) + private StatementSyntax ParseStatementCoreRest(SyntaxList attributes, bool isGlobalScriptLevel, ref ResetPoint resetPointBeforeStatement) { - ResetPoint resetPointBeforeStatement = this.GetResetPoint(); - try + if (!this.IsPossibleLocalDeclarationStatement(isGlobalScriptLevel)) { - // Precondition: We have already attempted to parse the statement as a non-declaration and failed. - // - // That means that we are in one of the following cases: - // - // 1) This is not a statement. This can happen if the start of the statement was an - // accessibility modifier, but the rest of the statement did not parse as a local - // function. If there was an accessibility modifier and the statement parsed as - // local function, that should be marked as a mistake with local function visibility. - // Otherwise, it's likely the user just forgot a closing brace on their method. - // 2) This is a perfectly mundane and correct local declaration statement like "int x;" - // 3) This is a perfectly mundane but erroneous local declaration statement, like "int X();" - // 4) We are in the rare case of the code containing "await x;" and the intention is that - // "await" is the type of "x". This only works in a non-async method. - // 5) We have a misplaced await statement in a non-async method, like "await X();", - // so the parse failed. Had we been in an async method then the parse attempt - // done by our caller would have succeeded. Retry as if we were async. Later - // semantic code will error out that this isn't legal. - - bool beginsWithAwait = this.CurrentToken.ContextualKind == SyntaxKind.AwaitKeyword; - StatementSyntax result = TryParseLocalDeclarationStatement(attributes); - - // Case (1) - if (result == null) - { - this.Reset(ref resetPointBeforeStatement); - return null; - } - - // Cases (2), (3) and (4): - if (!beginsWithAwait || !result.ContainsDiagnostics) - { - return result; - } + return this.ParseExpressionStatement(attributes); + } - // The statement begins with "await" and could not be parsed as a legal declaration statement. - // We know from our precondition that it is not a legal "await X();" statement, though it is - // possible that it was only not legal because we were not in an async context. + if (isGlobalScriptLevel) + { + // if we're at the global script level, then we don't support local-decls or + // local-funcs. The caller instead will look for those and parse them as + // fields/methods in the global script scope. + return null; + } - Debug.Assert(!IsInAsync); + bool beginsWithAwait = this.CurrentToken.ContextualKind == SyntaxKind.AwaitKeyword; + var result = ParseLocalDeclarationStatement(attributes); - // Let's see if we're in case (5). Pretend that we're in an async method and retry. + // didn't get any sort of statement. This was something else entirely + // (like just a `}`). No need to retry anything here. Just reset back + // to where we started from and bail entirely from parsing a statement. + if (result == null) + { + this.Reset(ref resetPointBeforeStatement); + return null; + } + if (result.ContainsDiagnostics && + beginsWithAwait && + !IsInAsync) + { + // Local decl had issues. We were also starting with 'await' in a non-async + // context. Retry parsing this as if we were in an 'async' context as it's much + // more likely that this was a misplace await-expr' than a local decl. + // + // The user will still get a later binding error about an await-expr in a non-async + // context. this.Reset(ref resetPointBeforeStatement); + IsInAsync = true; - result = TryParseStatementNoDeclaration(attributes, allowAnyExpression: false); + result = ParseExpressionStatement(attributes); IsInAsync = false; - - return result; - } - finally - { - this.Release(ref resetPointBeforeStatement); } + + // Didn't want to retry as an `await expr`. Just return what we actually + // produced. + return result; } - /// - /// Parses any statement but a declaration statement. Returns null if the lookahead looks like a declaration. - /// - /// - /// Variable declarations in global code are parsed as field declarations so we need to fallback if we encounter a declaration statement. - /// - /// null when a statement cannot be parsed at this location. - private StatementSyntax TryParseStatementNoDeclaration( - SyntaxList attributes, bool allowAnyExpression) + private StatementSyntax TryParseStatementStartingWithIdentifier(SyntaxList attributes, bool isGlobalScriptLevel) { - switch (this.CurrentToken.Kind) + if (this.CurrentToken.ContextualKind == SyntaxKind.AwaitKeyword && + this.PeekToken(1).Kind == SyntaxKind.ForEachKeyword) { - case SyntaxKind.FixedKeyword: - return this.ParseFixedStatement(attributes); - case SyntaxKind.BreakKeyword: - return this.ParseBreakStatement(attributes); - case SyntaxKind.ContinueKeyword: - return this.ParseContinueStatement(attributes); - case SyntaxKind.TryKeyword: - case SyntaxKind.CatchKeyword: - case SyntaxKind.FinallyKeyword: - return this.ParseTryStatement(attributes); - case SyntaxKind.CheckedKeyword: - case SyntaxKind.UncheckedKeyword: - return this.ParseCheckedStatement(attributes); - case SyntaxKind.ConstKeyword: - return null; - case SyntaxKind.DoKeyword: - return this.ParseDoStatement(attributes); - case SyntaxKind.ForKeyword: - return this.ParseForOrForEachStatement(attributes); - case SyntaxKind.ForEachKeyword: - return this.ParseForEachStatement(attributes, awaitTokenOpt: default); - case SyntaxKind.GotoKeyword: - return this.ParseGotoStatement(attributes); - case SyntaxKind.IfKeyword: - return this.ParseIfStatement(attributes); - case SyntaxKind.ElseKeyword: - // Including 'else' keyword to handle 'else without if' error cases - return this.ParseMisplacedElse(attributes); - case SyntaxKind.LockKeyword: - return this.ParseLockStatement(attributes); - case SyntaxKind.ReturnKeyword: - return this.ParseReturnStatement(attributes); - case SyntaxKind.SwitchKeyword: - return this.ParseSwitchStatement(attributes); - case SyntaxKind.ThrowKeyword: - return this.ParseThrowStatement(attributes); - case SyntaxKind.UnsafeKeyword: - // Checking for brace to disambiguate between unsafe statement and unsafe local function - if (this.IsPossibleUnsafeStatement()) - { - return this.ParseUnsafeStatement(attributes); - } - break; - case SyntaxKind.UsingKeyword: - return PeekToken(1).Kind == SyntaxKind.OpenParenToken - ? this.ParseUsingStatement(attributes) - : this.TryParseLocalDeclarationStatement(attributes); - case SyntaxKind.WhileKeyword: - return this.ParseWhileStatement(attributes); - case SyntaxKind.OpenBraceToken: - return this.ParseBlock(attributes); - case SyntaxKind.SemicolonToken: - return _syntaxFactory.EmptyStatement(attributes, this.EatToken()); - case SyntaxKind.IdentifierToken: - if (isPossibleAwaitForEach()) - { - return this.ParseForEachStatement(attributes, parseAwaitKeyword(MessageID.IDS_FeatureAsyncStreams)); - } - else if (isPossibleAwaitUsing()) - { - if (PeekToken(2).Kind == SyntaxKind.OpenParenToken) - { - return this.ParseUsingStatement(attributes, parseAwaitKeyword(MessageID.IDS_FeatureAsyncUsing)); - } - else - { - return this.TryParseLocalDeclarationStatement(attributes, parseAwaitKeyword(MessageID.None)); - } - } - else if (this.IsPossibleLabeledStatement()) - { - return this.ParseLabeledStatement(attributes); - } - else if (this.IsPossibleYieldStatement()) - { - return this.ParseYieldStatement(attributes); - } - else if (this.IsPossibleAwaitExpressionStatement()) - { - return this.ParseExpressionStatement(attributes); - } - else if (this.IsQueryExpression(mayBeVariableDeclaration: true, mayBeMemberDeclaration: allowAnyExpression)) - { - return this.ParseExpressionStatement(attributes, this.ParseQueryExpression(0)); - } - break; + return this.ParseForEachStatement(attributes, ParseAwaitKeyword(MessageID.IDS_FeatureAsyncStreams)); } - - if (this.IsPossibleLocalDeclarationStatement(allowAnyExpression)) + else if (IsPossibleAwaitUsing()) { - return null; + if (PeekToken(2).Kind == SyntaxKind.OpenParenToken) + { + // `await using Type ...` is handled below in ParseLocalDeclarationStatement + return this.ParseUsingStatement(attributes, ParseAwaitKeyword(MessageID.IDS_FeatureAsyncUsing)); + } } - else + else if (this.IsPossibleLabeledStatement()) { - return this.ParseExpressionStatement(attributes); + return this.ParseLabeledStatement(attributes); } - - bool isPossibleAwaitForEach() + else if (this.IsPossibleYieldStatement()) { - return this.CurrentToken.ContextualKind == SyntaxKind.AwaitKeyword && - this.PeekToken(1).Kind == SyntaxKind.ForEachKeyword; + return this.ParseYieldStatement(attributes); } - - bool isPossibleAwaitUsing() + else if (this.IsPossibleAwaitExpressionStatement()) { - return this.CurrentToken.ContextualKind == SyntaxKind.AwaitKeyword && - this.PeekToken(1).Kind == SyntaxKind.UsingKeyword; + return this.ParseExpressionStatement(attributes); } - - SyntaxToken parseAwaitKeyword(MessageID feature) + else if (this.IsQueryExpression(mayBeVariableDeclaration: true, mayBeMemberDeclaration: isGlobalScriptLevel)) { - Debug.Assert(this.CurrentToken.ContextualKind == SyntaxKind.AwaitKeyword); - SyntaxToken awaitToken = this.EatContextualToken(SyntaxKind.AwaitKeyword); - return feature != MessageID.None ? CheckFeatureAvailability(awaitToken, feature) : awaitToken; + return this.ParseExpressionStatement(attributes, this.ParseQueryExpression(0)); } + + return null; + } + + private StatementSyntax ParseStatementStartingWithUsing(SyntaxList attributes) + => PeekToken(1).Kind == SyntaxKind.OpenParenToken ? ParseUsingStatement(attributes) : ParseLocalDeclarationStatement(attributes); + + // Checking for brace to disambiguate between unsafe statement and unsafe local function + private StatementSyntax TryParseStatementStartingWithUnsafe(SyntaxList attributes) + => IsPossibleUnsafeStatement() ? ParseUnsafeStatement(attributes) : null; + + private SyntaxToken ParseAwaitKeyword(MessageID feature) + { + Debug.Assert(this.CurrentToken.ContextualKind == SyntaxKind.AwaitKeyword); + SyntaxToken awaitToken = this.EatContextualToken(SyntaxKind.AwaitKeyword); + return feature != MessageID.None ? CheckFeatureAvailability(awaitToken, feature) : awaitToken; } + private bool IsPossibleAwaitUsing() + => CurrentToken.ContextualKind == SyntaxKind.AwaitKeyword && PeekToken(1).Kind == SyntaxKind.UsingKeyword; + private bool IsPossibleLabeledStatement() { return this.PeekToken(1).Kind == SyntaxKind.ColonToken && this.IsTrueIdentifier(); @@ -6532,7 +6494,7 @@ private bool IsPossibleYieldStatement() return this.CurrentToken.ContextualKind == SyntaxKind.YieldKeyword && (this.PeekToken(1).Kind == SyntaxKind.ReturnKeyword || this.PeekToken(1).Kind == SyntaxKind.BreakKeyword); } - private bool IsPossibleLocalDeclarationStatement(bool allowAnyExpression) + private bool IsPossibleLocalDeclarationStatement(bool isGlobalScriptLevel) { // This method decides whether to parse a statement as a // declaration or as an expression statement. In the old @@ -6548,6 +6510,19 @@ private bool IsPossibleLocalDeclarationStatement(bool allowAnyExpression) return true; } + // note: `using (` and `await using (` are already handled in ParseStatementCore. + if (tk == SyntaxKind.UsingKeyword) + { + Debug.Assert(PeekToken(1).Kind != SyntaxKind.OpenParenToken); + return true; + } + + if (IsPossibleAwaitUsing()) + { + Debug.Assert(PeekToken(2).Kind != SyntaxKind.OpenParenToken); + return true; + } + tk = this.CurrentToken.ContextualKind; var isPossibleAttributeOrModifier = (IsAdditionalLocalFunctionModifier(tk) || tk == SyntaxKind.OpenBracketToken) @@ -6632,7 +6607,7 @@ private bool IsPossibleLocalDeclarationStatement(bool allowAnyExpression) } // T? and T* might start an expression, we need to parse further to disambiguate: - if (allowAnyExpression) + if (isGlobalScriptLevel) { if (st == ScanTypeFlags.PointerOrMultiplication) { @@ -7057,7 +7032,7 @@ private void ParseStatements(ref CSharpSyntaxNode previousNode, SyntaxListBuilde { if (this.IsPossibleStatement(acceptAccessibilityMods: true)) { - var statement = this.TryParseStatementCore(); + var statement = this.ParsePossiblyAttributedStatement(isGlobalScriptLevel: false); if (statement != null) { statements.Add(statement); @@ -7187,7 +7162,7 @@ private StatementSyntax ParseEmbeddedStatement() // deep impact on the number of recursive calls we can make (more than a hundred during // empirical testing). - return parseEmbeddedStatementRest(this.TryParseStatementCore()); + return parseEmbeddedStatementRest(this.ParsePossiblyAttributedStatement(isGlobalScriptLevel: false)); StatementSyntax parseEmbeddedStatementRest(StatementSyntax statement) { @@ -8114,24 +8089,38 @@ private LabeledStatementSyntax ParseLabeledStatement(SyntaxList /// Parses any kind of local declaration statement: local variable or local function. /// - /// null if a local declaration could not be parsed at the current - /// location. - private StatementSyntax TryParseLocalDeclarationStatement( - SyntaxList attributes, SyntaxToken awaitKeywordOpt = default) + private StatementSyntax ParseLocalDeclarationStatement(SyntaxList attributes) { - var usingKeyword = TryEatToken(SyntaxKind.UsingKeyword); + SyntaxToken awaitKeyword, usingKeyword; + bool canParseAsLocalFunction = false; + if (IsPossibleAwaitUsing()) + { + awaitKeyword = ParseAwaitKeyword(MessageID.None); + usingKeyword = EatToken(); + } + else if (this.CurrentToken.Kind == SyntaxKind.UsingKeyword) + { + awaitKeyword = default; + usingKeyword = EatToken(); + } + else + { + awaitKeyword = default; + usingKeyword = null; + canParseAsLocalFunction = true; + } + if (usingKeyword != null) { usingKeyword = CheckFeatureAvailability(usingKeyword, MessageID.IDS_FeatureUsingDeclarations); } - bool canParseAsLocalFunction = usingKeyword == null; var mods = _pool.Allocate(); this.ParseDeclarationModifiers(mods); @@ -8139,14 +8128,12 @@ private StatementSyntax TryParseLocalDeclarationStatement( var variables = _pool.AllocateSeparated(); try { - TypeSyntax type; - LocalFunctionStatementSyntax localFunction; this.ParseLocalDeclaration(variables, allowLocalFunctions: canParseAsLocalFunction, attributes: attributes, mods: mods.ToList(), - type: out type, - localFunction: out localFunction); + type: out var type, + localFunction: out var localFunction); if (localFunction != null) { @@ -8178,7 +8165,7 @@ private StatementSyntax TryParseLocalDeclarationStatement( var semicolon = this.EatToken(SyntaxKind.SemicolonToken); return _syntaxFactory.LocalDeclarationStatement( attributes, - awaitKeywordOpt, + awaitKeyword, usingKeyword, mods.ToList(), _syntaxFactory.VariableDeclaration(type, variables), diff --git a/src/Compilers/CSharp/Portable/Symbols/Source/SourceMethodSymbolWithAttributes.cs b/src/Compilers/CSharp/Portable/Symbols/Source/SourceMethodSymbolWithAttributes.cs index 8f3c2b1035651..886bf497a055d 100644 --- a/src/Compilers/CSharp/Portable/Symbols/Source/SourceMethodSymbolWithAttributes.cs +++ b/src/Compilers/CSharp/Portable/Symbols/Source/SourceMethodSymbolWithAttributes.cs @@ -971,9 +971,6 @@ internal override bool HasSpecialName internal sealed override bool IsDirectlyExcludedFromCodeCoverage => GetDecodedWellKnownAttributeData()?.HasExcludeFromCodeCoverageAttribute == true; - // PROTOTYPE(local-function-attributes): security-related properties perhaps should be - // overridden in SynthesizedMethodBaseSymbol in order to work with local functions - internal override bool RequiresSecurityObject { get diff --git a/src/Compilers/CSharp/Portable/Symbols/Source/SourceNamedTypeSymbol_Bases.cs b/src/Compilers/CSharp/Portable/Symbols/Source/SourceNamedTypeSymbol_Bases.cs index 9d2e7f43a2fe3..6e4af9daf05d1 100644 --- a/src/Compilers/CSharp/Portable/Symbols/Source/SourceNamedTypeSymbol_Bases.cs +++ b/src/Compilers/CSharp/Portable/Symbols/Source/SourceNamedTypeSymbol_Bases.cs @@ -571,12 +571,12 @@ private ImmutableArray MakeAcyclicInterfaces(ConsList result = isClass ? null : ArrayBuilder.GetInstance(); + ArrayBuilder result = isInterface ? ArrayBuilder.GetInstance() : null; foreach (var t in declaredInterfaces) { - if (!isClass) + if (isInterface) { if (BaseTypeAnalysis.TypeDependsOn(depends: t, on: this)) { @@ -611,7 +611,7 @@ private ImmutableArray MakeAcyclicInterfaces(ConsList{0}: Typ použitý v příkazu using musí být implicitně převoditelný na System.IDisposable. Neměli jste v úmyslu použít await using místo using? + + Output directory could not be determined + Output directory could not be determined + + The 'notnull' constraint must come before any other constraints Omezení notnull musí být zadané před všemi ostatními omezeními. diff --git a/src/Compilers/CSharp/Portable/xlf/CSharpResources.de.xlf b/src/Compilers/CSharp/Portable/xlf/CSharpResources.de.xlf index 595d23e745963..a0302df053a55 100644 --- a/src/Compilers/CSharp/Portable/xlf/CSharpResources.de.xlf +++ b/src/Compilers/CSharp/Portable/xlf/CSharpResources.de.xlf @@ -327,6 +327,11 @@ "{0}": Der in einer using-Anweisung verwendete Typ muss implizit in "System.IDisposable" konvertierbar sein. Meinten Sie "await using" anstelle von "using"? + + Output directory could not be determined + Output directory could not be determined + + The 'notnull' constraint must come before any other constraints Die notnull-Einschränkung muss vor allen anderen Einschränkungen stehen. diff --git a/src/Compilers/CSharp/Portable/xlf/CSharpResources.es.xlf b/src/Compilers/CSharp/Portable/xlf/CSharpResources.es.xlf index 0ba4d3b5ceed6..72b00b8888a4c 100644 --- a/src/Compilers/CSharp/Portable/xlf/CSharpResources.es.xlf +++ b/src/Compilers/CSharp/Portable/xlf/CSharpResources.es.xlf @@ -327,6 +327,11 @@ "{0}": el tipo usado en una instrucción using debe poder convertirse implícitamente en "System.IDisposable". ¿Quiso decir "await using" en lugar de "using"? + + Output directory could not be determined + Output directory could not be determined + + The 'notnull' constraint must come before any other constraints La restricción "notnull" debe preceder a cualquier otra restricción diff --git a/src/Compilers/CSharp/Portable/xlf/CSharpResources.fr.xlf b/src/Compilers/CSharp/Portable/xlf/CSharpResources.fr.xlf index 99fc09d2bb19c..ccd741c2bed68 100644 --- a/src/Compilers/CSharp/Portable/xlf/CSharpResources.fr.xlf +++ b/src/Compilers/CSharp/Portable/xlf/CSharpResources.fr.xlf @@ -327,6 +327,11 @@ '{0}' : le type utilisé dans une instruction using doit être implicitement convertible en 'System.IDisposable'. Est-ce qu'il ne s'agit pas plutôt de 'await using' au lieu de 'using' ? + + Output directory could not be determined + Output directory could not be determined + + The 'notnull' constraint must come before any other constraints La contrainte 'notnull' doit être placée avant toutes les autres contraintes diff --git a/src/Compilers/CSharp/Portable/xlf/CSharpResources.it.xlf b/src/Compilers/CSharp/Portable/xlf/CSharpResources.it.xlf index 222720c5364df..59612677a333b 100644 --- a/src/Compilers/CSharp/Portable/xlf/CSharpResources.it.xlf +++ b/src/Compilers/CSharp/Portable/xlf/CSharpResources.it.xlf @@ -327,6 +327,11 @@ '{0}': il tipo usato in un'istruzione using deve essere convertibile in modo implicito in 'System.IDisposable'. Si intendeva 'await using' invece di 'using'? + + Output directory could not be determined + Output directory could not be determined + + The 'notnull' constraint must come before any other constraints Il vincolo 'notnull' deve precedere gli altri vincoli diff --git a/src/Compilers/CSharp/Portable/xlf/CSharpResources.ja.xlf b/src/Compilers/CSharp/Portable/xlf/CSharpResources.ja.xlf index 5d749d2c36ae6..d4e16ff7b39af 100644 --- a/src/Compilers/CSharp/Portable/xlf/CSharpResources.ja.xlf +++ b/src/Compilers/CSharp/Portable/xlf/CSharpResources.ja.xlf @@ -327,6 +327,11 @@ '{0}': using ステートメントで使用される型は、暗黙的に 'System.IDisposable' への変換が可能でなければなりません。'using' ではなく 'await using' ですか? + + Output directory could not be determined + Output directory could not be determined + + The 'notnull' constraint must come before any other constraints 'notnull' 制約は、他の制約の前に指定されなければなりません diff --git a/src/Compilers/CSharp/Portable/xlf/CSharpResources.ko.xlf b/src/Compilers/CSharp/Portable/xlf/CSharpResources.ko.xlf index 1930f85bf62c8..ce3acb0ebbc02 100644 --- a/src/Compilers/CSharp/Portable/xlf/CSharpResources.ko.xlf +++ b/src/Compilers/CSharp/Portable/xlf/CSharpResources.ko.xlf @@ -327,6 +327,11 @@ '{0}': using 문에 사용된 형식은 암시적으로 'System.IDisposable'로 변환할 수 있어야 합니다. 'using' 대신 'await using'을 사용하시겠습니까? + + Output directory could not be determined + Output directory could not be determined + + The 'notnull' constraint must come before any other constraints 'notnull' 제약 조건은 다른 모든 제약 조건보다 앞에 와야 합니다. diff --git a/src/Compilers/CSharp/Portable/xlf/CSharpResources.pl.xlf b/src/Compilers/CSharp/Portable/xlf/CSharpResources.pl.xlf index 8c071d0b95c45..f5304e394c29c 100644 --- a/src/Compilers/CSharp/Portable/xlf/CSharpResources.pl.xlf +++ b/src/Compilers/CSharp/Portable/xlf/CSharpResources.pl.xlf @@ -327,6 +327,11 @@ „{0}”: typ użyty w instrukcji using musi umożliwiać niejawną konwersję na interfejs „System.IDisposable”. Czy chodziło Ci o instrukcję „await using”, a nie „using”? + + Output directory could not be determined + Output directory could not be determined + + The 'notnull' constraint must come before any other constraints Ograniczenie „notnull” musi występować przed wszystkimi innymi ograniczeniami diff --git a/src/Compilers/CSharp/Portable/xlf/CSharpResources.pt-BR.xlf b/src/Compilers/CSharp/Portable/xlf/CSharpResources.pt-BR.xlf index 3088d036e13e9..948bb59320fcc 100644 --- a/src/Compilers/CSharp/Portable/xlf/CSharpResources.pt-BR.xlf +++ b/src/Compilers/CSharp/Portable/xlf/CSharpResources.pt-BR.xlf @@ -327,6 +327,11 @@ '{0}': o tipo usado em uma instrução using deve ser implicitamente conversível em 'System.IDisposable'. Você quis dizer 'await using' em vez de 'using'? + + Output directory could not be determined + Output directory could not be determined + + The 'notnull' constraint must come before any other constraints A restrição 'notnull' precisa vir antes de outras restrições diff --git a/src/Compilers/CSharp/Portable/xlf/CSharpResources.ru.xlf b/src/Compilers/CSharp/Portable/xlf/CSharpResources.ru.xlf index 39b70b0a241f8..7477ac986e314 100644 --- a/src/Compilers/CSharp/Portable/xlf/CSharpResources.ru.xlf +++ b/src/Compilers/CSharp/Portable/xlf/CSharpResources.ru.xlf @@ -327,6 +327,11 @@ "{0}": тип, использованный в операторе using, должен иметь возможность неявного преобразования в System.IDisposable. Вы хотели использовать "await using" вместо "using"? + + Output directory could not be determined + Output directory could not be determined + + The 'notnull' constraint must come before any other constraints Ограничение "notnull" должно предшествовать любым другим ограничениям. diff --git a/src/Compilers/CSharp/Portable/xlf/CSharpResources.tr.xlf b/src/Compilers/CSharp/Portable/xlf/CSharpResources.tr.xlf index d217b8a9aba72..9895cb9386cc2 100644 --- a/src/Compilers/CSharp/Portable/xlf/CSharpResources.tr.xlf +++ b/src/Compilers/CSharp/Portable/xlf/CSharpResources.tr.xlf @@ -327,6 +327,11 @@ '{0}': using deyiminde kullanılan tür örtük olarak 'System.IDisposable' arabirimine dönüştürülebilir olmalıdır. 'using' yerine 'await using' mi kullanmak istediniz? + + Output directory could not be determined + Output directory could not be determined + + The 'notnull' constraint must come before any other constraints 'notnull' kısıtlaması diğer kısıtlamalardan önce gelmelidir diff --git a/src/Compilers/CSharp/Portable/xlf/CSharpResources.zh-Hans.xlf b/src/Compilers/CSharp/Portable/xlf/CSharpResources.zh-Hans.xlf index 3f7506abd56a7..f4885142e3bc8 100644 --- a/src/Compilers/CSharp/Portable/xlf/CSharpResources.zh-Hans.xlf +++ b/src/Compilers/CSharp/Portable/xlf/CSharpResources.zh-Hans.xlf @@ -327,6 +327,11 @@ “{0}”: using 语句中使用的类型必须可隐式转换为 "System.IDisposable"。是否希望使用 "await using" 而非 "using"? + + Output directory could not be determined + Output directory could not be determined + + The 'notnull' constraint must come before any other constraints "notnull" 约束必须在其他所有约束之前 diff --git a/src/Compilers/CSharp/Portable/xlf/CSharpResources.zh-Hant.xlf b/src/Compilers/CSharp/Portable/xlf/CSharpResources.zh-Hant.xlf index 6cb42c081974c..ff6d2f40ffad5 100644 --- a/src/Compilers/CSharp/Portable/xlf/CSharpResources.zh-Hant.xlf +++ b/src/Compilers/CSharp/Portable/xlf/CSharpResources.zh-Hant.xlf @@ -327,6 +327,11 @@ '{0}': using 陳述式中使用的類型必須可以隱含轉換為 'System.IDisposable'。您指的是 'await using' 而不是 'using' 嗎? + + Output directory could not be determined + Output directory could not be determined + + The 'notnull' constraint must come before any other constraints 'notnull' 限制式必須在所有其他限制式之前 diff --git a/src/Compilers/CSharp/Test/CommandLine/CommandLineTests.cs b/src/Compilers/CSharp/Test/CommandLine/CommandLineTests.cs index 046e30a304ce2..cd3a09e2b71f6 100644 --- a/src/Compilers/CSharp/Test/CommandLine/CommandLineTests.cs +++ b/src/Compilers/CSharp/Test/CommandLine/CommandLineTests.cs @@ -444,12 +444,47 @@ a.cs @""..\c.rsp"" @\d.rsp Assert.Equal(basePath, args.BaseDirectory); } - [Fact] +#nullable enable + [ConditionalFact(typeof(WindowsOnly))] public void NullBaseDirectoryNotAddedToKeyFileSearchPaths() { - var parser = CSharpCommandLineParser.Default.Parse(new string[0], null, SdkDirectory); + var parser = CSharpCommandLineParser.Default.Parse(new[] { "c:/test.cs" }, baseDirectory: null, SdkDirectory); + AssertEx.Equal(ImmutableArray.Create(), parser.KeyFileSearchPaths); + Assert.Null(parser.OutputDirectory); + parser.Errors.Verify( + // error CS8762: Output directory could not be determined + Diagnostic(ErrorCode.ERR_NoOutputDirectory).WithLocation(1, 1) + ); + } + + [ConditionalFact(typeof(WindowsOnly))] + public void NullBaseDirectoryWithAdditionalFiles() + { + var parser = CSharpCommandLineParser.Default.Parse(new[] { "/additionalfile:web.config", "c:/test.cs" }, baseDirectory: null, SdkDirectory); AssertEx.Equal(ImmutableArray.Create(), parser.KeyFileSearchPaths); + Assert.Null(parser.OutputDirectory); + parser.Errors.Verify( + // error CS2021: File name 'web.config' is empty, contains invalid characters, has a drive specification without an absolute path, or is too long + Diagnostic(ErrorCode.FTL_InvalidInputFileName).WithArguments("web.config").WithLocation(1, 1), + // error CS8762: Output directory could not be determined + Diagnostic(ErrorCode.ERR_NoOutputDirectory).WithLocation(1, 1) + ); + } + + [ConditionalFact(typeof(WindowsOnly))] + public void NullBaseDirectoryWithAdditionalFiles_Wildcard() + { + var parser = CSharpCommandLineParser.Default.Parse(new[] { "/additionalfile:*", "c:/test.cs" }, baseDirectory: null, SdkDirectory); + AssertEx.Equal(ImmutableArray.Create(), parser.KeyFileSearchPaths); + Assert.Null(parser.OutputDirectory); + parser.Errors.Verify( + // error CS2001: Source file '*' could not be found. + Diagnostic(ErrorCode.ERR_FileNotFound).WithArguments("*").WithLocation(1, 1), + // error CS8762: Output directory could not be determined + Diagnostic(ErrorCode.ERR_NoOutputDirectory).WithLocation(1, 1) + ); } +#nullable restore [Fact, WorkItem(29252, "https://github.com/dotnet/roslyn/issues/29252")] public void NoSdkPath() @@ -903,15 +938,15 @@ public void ParseResources() desc = CSharpCommandLineParser.ParseResourceDescription("", " ", WorkingDirectory, diags, embedded: false); diags.Verify( - // error CS2021: File name ' ' contains invalid characters, has a drive specification without an absolute path, or is too long - Diagnostic(ErrorCode.FTL_InvalidInputFileName).WithArguments(" ")); + // error CS2005: Missing file specification for '' option + Diagnostic(ErrorCode.ERR_NoFileSpec).WithArguments("").WithLocation(1, 1)); diags.Clear(); Assert.Null(desc); desc = CSharpCommandLineParser.ParseResourceDescription("", " , ", WorkingDirectory, diags, embedded: false); diags.Verify( - // error CS2021: File name ' ' contains invalid characters, has a drive specification without an absolute path, or is too long - Diagnostic(ErrorCode.FTL_InvalidInputFileName).WithArguments(" ")); + // error CS2005: Missing file specification for '' option + Diagnostic(ErrorCode.ERR_NoFileSpec).WithArguments("").WithLocation(1, 1)); diags.Clear(); Assert.Null(desc); @@ -924,8 +959,8 @@ public void ParseResources() desc = CSharpCommandLineParser.ParseResourceDescription("", " ,name", WorkingDirectory, diags, embedded: false); diags.Verify( - // error CS2021: File name ' ' contains invalid characters, has a drive specification without an absolute path, or is too long - Diagnostic(ErrorCode.FTL_InvalidInputFileName).WithArguments(" ")); + // error CS2005: Missing file specification for '' option + Diagnostic(ErrorCode.ERR_NoFileSpec).WithArguments("").WithLocation(1, 1)); diags.Clear(); Assert.Null(desc); @@ -952,8 +987,8 @@ public void ParseResources() desc = CSharpCommandLineParser.ParseResourceDescription("", " , ,private", WorkingDirectory, diags, embedded: false); diags.Verify( - // error CS2021: File name ' ' contains invalid characters, has a drive specification without an absolute path, or is too long - Diagnostic(ErrorCode.FTL_InvalidInputFileName).WithArguments(" ")); + // error CS2005: Missing file specification for '' option + Diagnostic(ErrorCode.ERR_NoFileSpec).WithArguments("").WithLocation(1, 1)); diags.Clear(); Assert.Null(desc); @@ -989,8 +1024,8 @@ public void ParseResources() desc = CSharpCommandLineParser.ParseResourceDescription("", " ,name,private", WorkingDirectory, diags, embedded: false); diags.Verify( - // error CS2021: File name ' ' contains invalid characters, has a drive specification without an absolute path, or is too long - Diagnostic(ErrorCode.FTL_InvalidInputFileName).WithArguments(" ")); + // error CS2005: Missing file specification for '' option + Diagnostic(ErrorCode.ERR_NoFileSpec).WithArguments("").WithLocation(1, 1)); diags.Clear(); Assert.Null(desc); diff --git a/src/Compilers/CSharp/Test/Emit/Emit/EmitMetadataTests.cs b/src/Compilers/CSharp/Test/Emit/Emit/EmitMetadataTests.cs index e09e3a3c8967c..12dc974bd644b 100644 --- a/src/Compilers/CSharp/Test/Emit/Emit/EmitMetadataTests.cs +++ b/src/Compilers/CSharp/Test/Emit/Emit/EmitMetadataTests.cs @@ -83,10 +83,38 @@ public class N : D.K CompileAndVerify(source, symbolValidator: module => { - var baseLine = System.Xml.Linq.XElement.Load(new StringReader(Resources.EmitSimpleBaseLine1)); - System.Xml.Linq.XElement dumpXML = DumpTypeInfo(module); - - Assert.Equal(baseLine.ToString(), dumpXML.ToString()); + var dump = DumpTypeInfo(module).ToString(); + + AssertEx.AssertEqualToleratingWhitespaceDifferences(@" + + + + + + + + + + + + + + + + + + + + + + + + + + + + +", dump); }, options: TestOptions.ReleaseDll.WithMetadataImportOptions(MetadataImportOptions.Internal)); } diff --git a/src/Compilers/CSharp/Test/Emit/Emit/EndToEndTests.cs b/src/Compilers/CSharp/Test/Emit/Emit/EndToEndTests.cs index 30d709d0eae9f..210c629ff67a9 100644 --- a/src/Compilers/CSharp/Test/Emit/Emit/EndToEndTests.cs +++ b/src/Compilers/CSharp/Test/Emit/Emit/EndToEndTests.cs @@ -223,7 +223,7 @@ public static void Main(string[] args) } } - [ConditionalFact(typeof(WindowsOnly), AlwaysSkip = "PROTOTYPE(local-function-attributes)")] + [ConditionalFact(typeof(WindowsOnly))] public void NestedIfStatements() { int nestingLevel = (ExecutionConditionUtil.Architecture, ExecutionConditionUtil.Configuration) switch diff --git a/src/Compilers/CSharp/Test/Emit/Microsoft.CodeAnalysis.CSharp.Emit.UnitTests.csproj b/src/Compilers/CSharp/Test/Emit/Microsoft.CodeAnalysis.CSharp.Emit.UnitTests.csproj index 85bac7ea1122c..e85cfa5282f14 100644 --- a/src/Compilers/CSharp/Test/Emit/Microsoft.CodeAnalysis.CSharp.Emit.UnitTests.csproj +++ b/src/Compilers/CSharp/Test/Emit/Microsoft.CodeAnalysis.CSharp.Emit.UnitTests.csproj @@ -20,22 +20,12 @@ Emit\MvidReader.cs - - True - True - Resources.resx - - - ResXFileCodeGenerator - Resources.Designer.cs - Designer - diff --git a/src/Compilers/CSharp/Test/Emit/Resources.Designer.cs b/src/Compilers/CSharp/Test/Emit/Resources.Designer.cs deleted file mode 100644 index dacb4f8ca8652..0000000000000 --- a/src/Compilers/CSharp/Test/Emit/Resources.Designer.cs +++ /dev/null @@ -1,82 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace Microsoft.CodeAnalysis.CSharp.UnitTests { - using System; - - - /// - /// A strongly-typed resource class, for looking up localized strings, etc. - /// - // This class was auto-generated by the StronglyTypedResourceBuilder - // class via a tool like ResGen or Visual Studio. - // To add or remove a member, edit your .ResX file then rerun ResGen - // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - internal class Resources { - - private static global::System.Resources.ResourceManager resourceMan; - - private static global::System.Globalization.CultureInfo resourceCulture; - - [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] - internal Resources() { - } - - /// - /// Returns the cached ResourceManager instance used by this class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Resources.ResourceManager ResourceManager { - get { - if (object.ReferenceEquals(resourceMan, null)) { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.CodeAnalysis.CSharp.UnitTests.Resources", typeof(Resources).Assembly); - resourceMan = temp; - } - return resourceMan; - } - } - - /// - /// Overrides the current thread's CurrentUICulture property for all - /// resource lookups using this strongly typed resource class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Globalization.CultureInfo Culture { - get { - return resourceCulture; - } - set { - resourceCulture = value; - } - } - - /// - /// Looks up a localized string similar to <Global> - /// <type name="&lt;Module&gt;" /> - /// <type name="A" Of="T" base="System.Object"> - /// <field name="x1" type="A&lt;T&gt;" /> - /// <field name="x2" type="A&lt;D&gt;" /> - /// <type name="B" base="A&lt;T&gt;"> - /// <field name="y1" type="A&lt;T&gt;.B" /> - /// <field name="y2" type="A&lt;D&gt;.B" /> - /// <type name="C" base="A&lt;T&gt;.B" /> - /// </type> - /// <type name="H" Of="S" base="System.Objec [rest of string was truncated]";. - /// - internal static string EmitSimpleBaseLine1 { - get { - return ResourceManager.GetString("EmitSimpleBaseLine1", resourceCulture); - } - } - } -} diff --git a/src/Compilers/CSharp/Test/Emit/Resources.resx b/src/Compilers/CSharp/Test/Emit/Resources.resx deleted file mode 100644 index 74560d63cebba..0000000000000 --- a/src/Compilers/CSharp/Test/Emit/Resources.resx +++ /dev/null @@ -1,152 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 2.0 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - <Global> - <type name="&lt;Module&gt;" /> - <type name="A" Of="T" base="System.Object"> - <field name="x1" type="A&lt;T&gt;" /> - <field name="x2" type="A&lt;D&gt;" /> - <type name="B" base="A&lt;T&gt;"> - <field name="y1" type="A&lt;T&gt;.B" /> - <field name="y2" type="A&lt;D&gt;.B" /> - <type name="C" base="A&lt;T&gt;.B" /> - </type> - <type name="H" Of="S" base="System.Object"> - <type name="I" base="A&lt;T&gt;.H&lt;S&gt;" /> - </type> - </type> - <type name="D" base="System.Object"> - <type name="K" Of="T" base="System.Object"> - <type name="L" base="D.K&lt;T&gt;" /> - </type> - </type> - <type name="F" base="A&lt;D&gt;" /> - <type name="G" base="A&lt;NS1.E&gt;.B" /> - <type name="J" base="A&lt;D&gt;.H&lt;D&gt;" /> - <type name="M" base="System.Object" /> - <type name="N" base="D.K&lt;M&gt;" /> - <NS1> - <type name="E" base="D" /> - </NS1> - </Global> - - diff --git a/src/Compilers/CSharp/Test/Semantic/Semantics/LocalFunctionTests.cs b/src/Compilers/CSharp/Test/Semantic/Semantics/LocalFunctionTests.cs index cae971111beb2..65e6fe3c6c022 100644 --- a/src/Compilers/CSharp/Test/Semantic/Semantics/LocalFunctionTests.cs +++ b/src/Compilers/CSharp/Test/Semantic/Semantics/LocalFunctionTests.cs @@ -370,7 +370,8 @@ void local<[X]T>() {} [InlineData("[return: A] void local() { }")] [InlineData("void local([A] int i) { }")] [InlineData("void local<[A]T>() {}")] - public void LocalFunctionAttribute_SpeculativeSemanticModel(string localFunction) + [InlineData("[A] int x = 123;")] + public void LocalFunctionAttribute_SpeculativeSemanticModel(string statement) { string text = $@" using System; @@ -380,7 +381,7 @@ class C {{ static void M() {{ - {localFunction} + {statement} }} }}"; var tree = SyntaxFactory.ParseSyntaxTree(text); @@ -410,6 +411,58 @@ static void M() Assert.Equal(attrType, info.Symbol); } + [Theory] + [InlineData(@"[Attr(42, Name = ""hello"")] void local() { }")] + [InlineData(@"[return: Attr(42, Name = ""hello"")] void local() { }")] + [InlineData(@"void local([Attr(42, Name = ""hello"")] int i) { }")] + [InlineData(@"void local<[Attr(42, Name = ""hello"")]T>() {}")] + [InlineData(@"[Attr(42, Name = ""hello"")] int x = 123;")] + public void LocalFunctionAttribute_Argument_SemanticModel(string statement) + { + var text = $@" +class Attr +{{ + public Attr(int id) {{ }} + public string Name {{ get; set; }} +}} + +class C +{{ + static void M() + {{ + {statement} + }} +}}"; + var tree = SyntaxFactory.ParseSyntaxTree(text, options: TestOptions.RegularPreview); + var comp = CreateCompilation(tree); + var model = comp.GetSemanticModel(tree, ignoreAccessibility: true); + validate(model, tree); + + var newTree = SyntaxFactory.ParseSyntaxTree(text + " ", options: TestOptions.RegularPreview); + var mMethod = (MethodDeclarationSyntax)newTree.FindNodeOrTokenByKind(SyntaxKind.MethodDeclaration, occurrence: 1).AsNode(); + + Assert.True(model.TryGetSpeculativeSemanticModelForMethodBody(mMethod.Body.SpanStart, mMethod, out var newModel)); + validate(newModel, newTree); + + static void validate(SemanticModel model, SyntaxTree tree) + { + var attributeSyntax = tree.GetRoot().DescendantNodes().OfType().Single(); + var attrArgs = attributeSyntax.ArgumentList.Arguments; + + var attrArg0 = attrArgs[0].Expression; + Assert.Null(model.GetSymbolInfo(attrArg0).Symbol); + + var argType0 = model.GetTypeInfo(attrArg0).Type; + Assert.Equal(SpecialType.System_Int32, argType0.SpecialType); + + var attrArg1 = attrArgs[1].Expression; + Assert.Null(model.GetSymbolInfo(attrArg1).Symbol); + + var argType1 = model.GetTypeInfo(attrArg1).Type; + Assert.Equal(SpecialType.System_String, argType1.SpecialType); + } + } + [Fact] public void LocalFunctionAttribute_OnFunction() { @@ -556,6 +609,123 @@ void local6() { } // (31,12): error CS0182: An attribute argument must be a constant expression, typeof expression or array creation expression of an attribute parameter type // [A(local5())] // 3 Diagnostic(ErrorCode.ERR_BadAttributeArgument, "local5()").WithLocation(31, 12)); + + var tree = comp.SyntaxTrees.Single(); + var model = comp.GetSemanticModel(tree); + + var arg1 = (AttributeArgumentSyntax)tree.FindNodeOrTokenByKind(SyntaxKind.AttributeArgument, occurrence: 1).AsNode(); + Assert.Equal("System.String s1", model.GetSymbolInfo(arg1.Expression).Symbol.ToTestDisplayString()); + Assert.Equal(SpecialType.System_String, model.GetTypeInfo(arg1.Expression).Type.SpecialType); + + var arg2 = (AttributeArgumentSyntax)tree.FindNodeOrTokenByKind(SyntaxKind.AttributeArgument, occurrence: 2).AsNode(); + Assert.Null(model.GetSymbolInfo(arg2.Expression).Symbol); + Assert.Equal(SpecialType.System_String, model.GetTypeInfo(arg2.Expression).Type.SpecialType); + + var arg3 = (AttributeArgumentSyntax)tree.FindNodeOrTokenByKind(SyntaxKind.AttributeArgument, occurrence: 3).AsNode(); + Assert.Equal("System.String s2", model.GetSymbolInfo(arg3.Expression).Symbol.ToTestDisplayString()); + Assert.Equal(SpecialType.System_String, model.GetTypeInfo(arg3.Expression).Type.SpecialType); + } + + [Fact] + public void LocalFunctionAttribute_OnFunction_DeclarationPattern() + { + const string text = @" +using System; +class A : Attribute +{ + internal A(bool b) { } +} + +class C +{ + void M() + { +#pragma warning disable 8321 // Unreferenced local function + [A(42 is int i)] // 1 + void local1() + { + _ = i.ToString(); // 2 + } + + _ = i.ToString(); // 3 + } +} +"; + var comp = CreateCompilation(text, parseOptions: TestOptions.RegularPreview); + comp.VerifyDiagnostics( + // (13,12): error CS0182: An attribute argument must be a constant expression, typeof expression or array creation expression of an attribute parameter type + // [A(42 is int i)] // 1 + Diagnostic(ErrorCode.ERR_BadAttributeArgument, "42 is int i").WithLocation(13, 12), + // (16,17): error CS0103: The name 'i' does not exist in the current context + // _ = i.ToString(); // 2 + Diagnostic(ErrorCode.ERR_NameNotInContext, "i").WithArguments("i").WithLocation(16, 17), + // (19,13): error CS0103: The name 'i' does not exist in the current context + // _ = i.ToString(); // 3 + Diagnostic(ErrorCode.ERR_NameNotInContext, "i").WithArguments("i").WithLocation(19, 13)); + + var tree = comp.SyntaxTrees.Single(); + var model = comp.GetSemanticModel(tree); + + var arg = (AttributeArgumentSyntax)tree.FindNodeOrTokenByKind(SyntaxKind.AttributeArgument, occurrence: 1).AsNode(); + Assert.Null(model.GetSymbolInfo(arg.Expression).Symbol); + Assert.Equal(SpecialType.System_Boolean, model.GetTypeInfo(arg.Expression).Type.SpecialType); + + var decl = (DeclarationPatternSyntax)tree.FindNodeOrTokenByKind(SyntaxKind.DeclarationPattern, occurrence: 1).AsNode(); + Assert.Equal("System.Int32 i", model.GetDeclaredSymbol(decl.Designation).ToTestDisplayString()); + } + + [Fact] + public void LocalFunctionAttribute_OnFunction_OutVarInCall() + { + const string text = @" +using System; +class A : Attribute +{ + internal A(bool b) { } +} + +class C +{ + void M1() + { +#pragma warning disable 8321 // Unreferenced local function + [A(M2(out var i))] // 1 + void local1() + { + _ = i.ToString(); // 2 + } + + _ = i.ToString(); // 3 + } + + static bool M2(out int x) + { + x = 0; + return false; + } +} +"; + var comp = CreateCompilation(text, parseOptions: TestOptions.RegularPreview); + comp.VerifyDiagnostics( + // (13,12): error CS0182: An attribute argument must be a constant expression, typeof expression or array creation expression of an attribute parameter type + // [A(M2(out var i))] // 1 + Diagnostic(ErrorCode.ERR_BadAttributeArgument, "M2(out var i)").WithLocation(13, 12), + // (16,17): error CS0103: The name 'i' does not exist in the current context + // _ = i.ToString(); // 2 + Diagnostic(ErrorCode.ERR_NameNotInContext, "i").WithArguments("i").WithLocation(16, 17), + // (19,13): error CS0103: The name 'i' does not exist in the current context + // _ = i.ToString(); // 3 + Diagnostic(ErrorCode.ERR_NameNotInContext, "i").WithArguments("i").WithLocation(19, 13)); + + var tree = comp.SyntaxTrees.Single(); + var model = comp.GetSemanticModel(tree); + + var arg = (AttributeArgumentSyntax)tree.FindNodeOrTokenByKind(SyntaxKind.AttributeArgument, occurrence: 1).AsNode(); + Assert.Equal("System.Boolean C.M2(out System.Int32 x)", model.GetSymbolInfo(arg.Expression).Symbol.ToTestDisplayString()); + Assert.Equal(SpecialType.System_Boolean, model.GetTypeInfo(arg.Expression).Type.SpecialType); + + var decl = (DeclarationExpressionSyntax)tree.FindNodeOrTokenByKind(SyntaxKind.DeclarationExpression, occurrence: 1).AsNode(); + Assert.Equal("System.Int32 i", model.GetDeclaredSymbol(decl.Designation).ToTestDisplayString()); } [Fact] diff --git a/src/Compilers/CSharp/Test/Semantic/Semantics/LookupTests.cs b/src/Compilers/CSharp/Test/Semantic/Semantics/LookupTests.cs index ceca89dea9d35..8254cdcdb8e0a 100644 --- a/src/Compilers/CSharp/Test/Semantic/Semantics/LookupTests.cs +++ b/src/Compilers/CSharp/Test/Semantic/Semantics/LookupTests.cs @@ -1066,6 +1066,35 @@ static void local1(int z) Assert.Contains("System.Int32 y", lookupSymbols); } + [Fact] + public void LookupInsideIncompleteStatementAttribute() + { + var testSrc = @" +using System; + +class Program +{ + const int w = 0451; + + void M() + { + int x = 42; + const int y = 123; + [ObsoleteAttribute(/*pos*/ + int + } +} +"; + + var lookupNames = GetLookupNames(testSrc); + var lookupSymbols = GetLookupSymbols(testSrc).Select(e => e.ToTestDisplayString()).ToList(); + + Assert.Contains("w", lookupNames); + Assert.Contains("y", lookupNames); + Assert.Contains("System.Int32 Program.w", lookupSymbols); + Assert.Contains("System.Int32 y", lookupSymbols); + } + [WorkItem(541909, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/541909")] [Fact] public void LookupFromRangeVariableAfterFromClause() diff --git a/src/Compilers/CSharp/Test/Semantic/Semantics/NullableReferenceTypesTests.cs b/src/Compilers/CSharp/Test/Semantic/Semantics/NullableReferenceTypesTests.cs index 4748fa9d9d07c..db6ac0e7c847f 100644 --- a/src/Compilers/CSharp/Test/Semantic/Semantics/NullableReferenceTypesTests.cs +++ b/src/Compilers/CSharp/Test/Semantic/Semantics/NullableReferenceTypesTests.cs @@ -1136,6 +1136,26 @@ void M() ); } + [Fact, WorkItem(41520, "https://github.com/dotnet/roslyn/issues/41520")] + public void WarnInsideTupleLiteral() + { + var source = @" +class C +{ + (int, int) M(string? s) + { + return (s.Length, 1); + } +} +"; + var compilation = CreateNullableCompilation(source); + compilation.VerifyDiagnostics( + // (6,17): warning CS8602: Dereference of a possibly null reference. + // return (s.Length, 1); + Diagnostic(ErrorCode.WRN_NullReferenceReceiver, "s").WithLocation(6, 17) + ); + } + [Fact, WorkItem(31297, "https://github.com/dotnet/roslyn/issues/31297")] public void SuppressNullableWarning_RefSpanReturn() { @@ -123645,5 +123665,65 @@ void Method(Program x) Assert.Equal(CodeAnalysis.NullableAnnotation.None, model.GetTypeInfo(identifiers[3]).Nullability.Annotation); // Note: this discrepancy causes some issues with type simplification in the IDE layer } + + [Fact, WorkItem(39417, "https://github.com/dotnet/roslyn/issues/39417")] + public void ConfigureAwait_DetectSettingNullableToNonNullableType() + { + var source = +@"using System.Threading.Tasks; +#nullable enable +class Request +{ + public string? Name { get; } + public Task GetName() => Task.FromResult(Name); +} +class Handler +{ + public async Task Handle(Request request) + { + string a = request.Name; + string b = await request.GetName().ConfigureAwait(false); + } +} +"; + var comp = CreateCompilation(source); + comp.VerifyDiagnostics( + Diagnostic(ErrorCode.WRN_ConvertingNullableToNonNullable, "request.Name").WithLocation(12, 20), + Diagnostic(ErrorCode.WRN_ConvertingNullableToNonNullable, "await request.GetName().ConfigureAwait(false)").WithLocation(13, 20) + ); + } + + [Fact, WorkItem(39417, "https://github.com/dotnet/roslyn/issues/39417")] + public void CustomAwaitable_DetectSettingNullableToNonNullableType() + { + var source = +@"using System.Runtime.CompilerServices; +using System.Threading.Tasks; +#nullable enable +static class TaskExtensions +{ + public static ConfiguredTaskAwaitable NoSync(this Task task) + { + return task.ConfigureAwait(false); + } +} +class Request +{ + public string? Name { get; } + public Task GetName() => Task.FromResult(Name); +} +class Handler +{ + public async Task Handle(Request request) + { + string a = await request.GetName().NoSync(); + } +} +"; + var comp = CreateCompilation(source); + comp.VerifyDiagnostics( + Diagnostic(ErrorCode.WRN_ConvertingNullableToNonNullable, "await request.GetName().NoSync()").WithLocation(20, 20) + ); + } } } diff --git a/src/Compilers/CSharp/Test/Symbol/Symbols/DefaultInterfaceImplementationTests.cs b/src/Compilers/CSharp/Test/Symbol/Symbols/DefaultInterfaceImplementationTests.cs index 3fabf279692bd..6d221ebfac973 100644 --- a/src/Compilers/CSharp/Test/Symbol/Symbols/DefaultInterfaceImplementationTests.cs +++ b/src/Compilers/CSharp/Test/Symbol/Symbols/DefaultInterfaceImplementationTests.cs @@ -59816,5 +59816,32 @@ interface I1 Diagnostic(ErrorCode.ERR_ClassDoesntImplementInterface, "I1").WithArguments("I1.P1", "I1").WithLocation(4, 9) ); } + + [Fact, WorkItem(41481, "https://github.com/dotnet/roslyn/issues/41481")] + public void IncompletePropertyImplementationSyntax_01() + { + var source1 = +@"interface A +{ + object A.B{"; + var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, + parseOptions: TestOptions.Regular, + targetFramework: TargetFramework.NetStandardLatest); + Assert.True(compilation1.Assembly.RuntimeSupportsDefaultInterfaceImplementation); + compilation1.VerifyDiagnostics( + // (3,12): error CS0540: 'A.B': containing type does not implement interface 'A' + // object A.B{ + Diagnostic(ErrorCode.ERR_ClassDoesntImplementInterface, "A").WithArguments("A.B", "A").WithLocation(3, 12), + // (3,14): error CS0548: 'A.B': property or indexer must have at least one accessor + // object A.B{ + Diagnostic(ErrorCode.ERR_PropertyWithNoAccessors, "B").WithArguments("A.B").WithLocation(3, 14), + // (3,16): error CS1513: } expected + // object A.B{ + Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(3, 16), + // (3,16): error CS1513: } expected + // object A.B{ + Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(3, 16) + ); + } } } diff --git a/src/Compilers/CSharp/Test/Symbol/Symbols/TypeTests.cs b/src/Compilers/CSharp/Test/Symbol/Symbols/TypeTests.cs index 4e97087dd871a..31c2cefe0f6b0 100644 --- a/src/Compilers/CSharp/Test/Symbol/Symbols/TypeTests.cs +++ b/src/Compilers/CSharp/Test/Symbol/Symbols/TypeTests.cs @@ -2292,5 +2292,37 @@ public interface I1 Assert.True(i1.IsExplicitDefinitionOfNoPiaLocalType); } + + [Fact] + [WorkItem(41501, "https://github.com/dotnet/roslyn/issues/41501")] + public void ImplementNestedInterface_01() + { + var text = @" +public struct TestStruct : TestStruct.IInnerInterface +{ + public interface IInnerInterface + { + } +} +"; + var compilation = CreateCompilation(text); + compilation.VerifyDiagnostics(); + } + + [Fact] + [WorkItem(41501, "https://github.com/dotnet/roslyn/issues/41501")] + public void ImplementNestedInterface_02() + { + var text = @" +public class TestClass : TestClass.IInnerInterface +{ + public interface IInnerInterface + { + } +} +"; + var compilation = CreateCompilation(text); + compilation.VerifyDiagnostics(); + } } } diff --git a/src/Compilers/CSharp/Test/Syntax/IncrementalParsing/IncrementalParsingTests.cs b/src/Compilers/CSharp/Test/Syntax/IncrementalParsing/IncrementalParsingTests.cs index cd1aca483a172..df335727fc3e8 100644 --- a/src/Compilers/CSharp/Test/Syntax/IncrementalParsing/IncrementalParsingTests.cs +++ b/src/Compilers/CSharp/Test/Syntax/IncrementalParsing/IncrementalParsingTests.cs @@ -2879,6 +2879,223 @@ class A { } WalkTreeAndVerify(tree.GetCompilationUnitRoot(), fullTree.GetCompilationUnitRoot()); } + [Fact] + public void Statement_EditAttributeList_01() + { + var source = @" +class C +{ + void M() + { + [Attr] + void local1() { }; + } +} +"; + var tree = SyntaxFactory.ParseSyntaxTree(source); + var text = tree.GetText(); + var substring = "Attr"; + var span = new TextSpan(source.IndexOf(substring) + substring.Length, 0); + var change = new TextChange(span, "1, Attr2"); + text = text.WithChanges(change); + tree = tree.WithChangedText(text); + var fullTree = SyntaxFactory.ParseSyntaxTree(text.ToString()); + WalkTreeAndVerify(tree.GetCompilationUnitRoot(), fullTree.GetCompilationUnitRoot()); + } + + [Fact] + public void Statement_EditAttributeList_02() + { + var source = @" +class C +{ + void M() + { + [Attr1] + Method1(); + } +} +"; + var tree = SyntaxFactory.ParseSyntaxTree(source); + var text = tree.GetText(); + var substring = @"Attr1"; + var span = new TextSpan(source.IndexOf(substring) + substring.Length, 0); + var change = new TextChange(span, ", Attr2"); + text = text.WithChanges(change); + tree = tree.WithChangedText(text); + var fullTree = SyntaxFactory.ParseSyntaxTree(text.ToString()); + WalkTreeAndVerify(tree.GetCompilationUnitRoot(), fullTree.GetCompilationUnitRoot()); + } + + [Fact] + public void Statement_AddAttributeList() + { + var source = @" +class C +{ + void M() + { + [Attr1] + void local1() { }; + } +} +"; + var tree = SyntaxFactory.ParseSyntaxTree(source); + var text = tree.GetText(); + var substring = @"[Attr1]"; + var span = new TextSpan(source.IndexOf(substring) + substring.Length, 0); + var change = new TextChange(span, " [Attr2]"); + text = text.WithChanges(change); + tree = tree.WithChangedText(text); + var fullTree = SyntaxFactory.ParseSyntaxTree(text.ToString()); + WalkTreeAndVerify(tree.GetCompilationUnitRoot(), fullTree.GetCompilationUnitRoot()); + } + + [Fact] + public void EditStatementWithAttributes_01() + { + var source = @" +class C +{ + void M() + { + [Attr1] + void local1() { Method(); }; + } +} +"; + var tree = SyntaxFactory.ParseSyntaxTree(source); + var text = tree.GetText(); + var substring = @"Method("; + var span = new TextSpan(source.IndexOf(substring) + substring.Length, 0); + var change = new TextChange(span, "Arg"); + text = text.WithChanges(change); + tree = tree.WithChangedText(text); + var fullTree = SyntaxFactory.ParseSyntaxTree(text.ToString()); + WalkTreeAndVerify(tree.GetCompilationUnitRoot(), fullTree.GetCompilationUnitRoot()); + } + + [Fact] + public void EditStatementWithAttributes_02() + { + var source = @" +class C +{ + void M() + { + [Attr1] + Method1(); + } +} +"; + var tree = SyntaxFactory.ParseSyntaxTree(source); + var text = tree.GetText(); + var substring = @"Method"; + var span = new TextSpan(source.IndexOf(substring) + substring.Length, 1); + var change = new TextChange(span, "2"); + text = text.WithChanges(change); + tree = tree.WithChangedText(text); + var fullTree = SyntaxFactory.ParseSyntaxTree(text.ToString()); + WalkTreeAndVerify(tree.GetCompilationUnitRoot(), fullTree.GetCompilationUnitRoot()); + } + + [Fact] + public void EditGlobalStatementWithAttributes_01() + { + var source = @" +[Attr] +x.y(); +"; + var tree = SyntaxFactory.ParseSyntaxTree(source); + var text = tree.GetText(); + var substring = @"x.y"; + var span = new TextSpan(source.IndexOf(substring) + substring.Length, 0); + var change = new TextChange(span, ".z"); + text = text.WithChanges(change); + tree = tree.WithChangedText(text); + var fullTree = SyntaxFactory.ParseSyntaxTree(text.ToString()); + WalkTreeAndVerify(tree.GetCompilationUnitRoot(), fullTree.GetCompilationUnitRoot()); + } + + [Fact] + public void EditGlobalStatementWithAttributes_02() + { + var source = @" +[Attr] +if (b) { } +"; + var tree = SyntaxFactory.ParseSyntaxTree(source); + var text = tree.GetText(); + var substring = @"if (b) { }"; + var span = new TextSpan(source.IndexOf(substring) + substring.Length, 0); + var change = new TextChange(span, " if (c) { }"); + text = text.WithChanges(change); + tree = tree.WithChangedText(text); + var fullTree = SyntaxFactory.ParseSyntaxTree(text.ToString()); + WalkTreeAndVerify(tree.GetCompilationUnitRoot(), fullTree.GetCompilationUnitRoot()); + } + + [Fact] + public void EditGlobalStatementWithAttributes_03() + { + var source = @" +[Attr] +if (b) { } +"; + var tree = SyntaxFactory.ParseSyntaxTree(source); + var text = tree.GetText(); + var substring = @"if (b) { }"; + var span = new TextSpan(source.IndexOf(substring) + substring.Length, 0); + var change = new TextChange(span, " else (c) { }"); + text = text.WithChanges(change); + tree = tree.WithChangedText(text); + var fullTree = SyntaxFactory.ParseSyntaxTree(text.ToString()); + WalkTreeAndVerify(tree.GetCompilationUnitRoot(), fullTree.GetCompilationUnitRoot()); + } + + [Fact] + public void EditNestedStatementWithAttributes_01() + { + var source = "{ [Goo]Goo(); [Goo]Goo(); [Goo]Goo(); }"; + var tree = SyntaxFactory.ParseSyntaxTree(source); + var text = tree.GetText(); + var span = new TextSpan(start: 0, length: 1); // delete first character + var change = new TextChange(span, ""); + text = text.WithChanges(change); + tree = tree.WithChangedText(text); + var fullTree = SyntaxFactory.ParseSyntaxTree(text.ToString()); + WalkTreeAndVerify(tree.GetCompilationUnitRoot(), fullTree.GetCompilationUnitRoot()); + } + + [Fact] + public void EditNestedStatementWithAttributes_02() + { + var source = "{ [Goo]Goo(); [Goo]Goo(); [Goo]Goo(); }"; + var tree = SyntaxFactory.ParseSyntaxTree(source); + var text = tree.GetText(); + var span = new TextSpan(start: 0, length: 0); + var change = new TextChange(span, "{ "); + text = text.WithChanges(change); + tree = tree.WithChangedText(text); + var fullTree = SyntaxFactory.ParseSyntaxTree(text.ToString()); + WalkTreeAndVerify(tree.GetCompilationUnitRoot(), fullTree.GetCompilationUnitRoot()); + } + + [Fact] + public void EditNestedStatementWithAttributes_03() + { + var source = "class C { void M() { Goo[Goo] [Goo]if(Goo) { } } }"; + var tree = SyntaxFactory.ParseSyntaxTree(source); + var text = tree.GetText(); + var substring = "Goo[Goo]"; + var span = new TextSpan(start: source.IndexOf(substring), length: 3); // Goo[Goo] -> [Goo] + var change = new TextChange(span, ""); + text = text.WithChanges(change); + tree = tree.WithChangedText(text); + var fullTree = SyntaxFactory.ParseSyntaxTree(text.ToString()); + WalkTreeAndVerify(tree.GetCompilationUnitRoot(), fullTree.GetCompilationUnitRoot()); + } + #endregion #region Helper functions diff --git a/src/Compilers/CSharp/Test/Syntax/Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests.csproj b/src/Compilers/CSharp/Test/Syntax/Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests.csproj index 9d57345bc8ae8..bdad5c4697bf0 100644 --- a/src/Compilers/CSharp/Test/Syntax/Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests.csproj +++ b/src/Compilers/CSharp/Test/Syntax/Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests.csproj @@ -21,18 +21,7 @@ - - True - True - Resources.resx - - - - - PublicResXFileCodeGenerator - Resources.Designer.cs - Designer - + diff --git a/src/Compilers/CSharp/Test/Syntax/Parsing/ParserErrorMessageTests.cs b/src/Compilers/CSharp/Test/Syntax/Parsing/ParserErrorMessageTests.cs index 0f78730318fa4..9661ac4fa3008 100644 --- a/src/Compilers/CSharp/Test/Syntax/Parsing/ParserErrorMessageTests.cs +++ b/src/Compilers/CSharp/Test/Syntax/Parsing/ParserErrorMessageTests.cs @@ -6491,7 +6491,7 @@ static void Main(string[] args) { "); - const int depth = 10000; + const int depth = 100000; for (int i = 0; i < depth; i++) { var line = string.Format("Action a{0} = delegate d{0} {{", i); diff --git a/src/Compilers/CSharp/Test/Syntax/Parsing/StatementAttributeParsingTests.cs b/src/Compilers/CSharp/Test/Syntax/Parsing/StatementAttributeParsingTests.cs index e5675154de07d..9ae12926978ae 100644 --- a/src/Compilers/CSharp/Test/Syntax/Parsing/StatementAttributeParsingTests.cs +++ b/src/Compilers/CSharp/Test/Syntax/Parsing/StatementAttributeParsingTests.cs @@ -7365,5 +7365,79 @@ async void Goo(System.IAsyncDisposable d) // [A]await using var i = d; Diagnostic(ErrorCode.ERR_PredefinedTypeNotFound, "await").WithArguments("System.IAsyncDisposable").WithLocation(6, 12)); } + + [Fact] + public void AttrDeclOnStatementWhereMemberExpected() + { + UsingTree(@" +class C +{ + [Attr] x.y(); +} +"); + + N(SyntaxKind.CompilationUnit); + { + N(SyntaxKind.ClassDeclaration); + { + N(SyntaxKind.ClassKeyword); + N(SyntaxKind.IdentifierToken, "C"); + N(SyntaxKind.OpenBraceToken); + N(SyntaxKind.IncompleteMember); + { + N(SyntaxKind.AttributeList); + { + N(SyntaxKind.OpenBracketToken); + N(SyntaxKind.Attribute); + { + N(SyntaxKind.IdentifierName); + { + N(SyntaxKind.IdentifierToken, "Attr"); + } + } + N(SyntaxKind.CloseBracketToken); + } + N(SyntaxKind.QualifiedName); + { + N(SyntaxKind.IdentifierName); + { + N(SyntaxKind.IdentifierToken, "x"); + } + N(SyntaxKind.DotToken); + N(SyntaxKind.IdentifierName); + { + N(SyntaxKind.IdentifierToken, "y"); + } + } + } + N(SyntaxKind.IncompleteMember); + { + N(SyntaxKind.TupleType); + { + N(SyntaxKind.OpenParenToken); + M(SyntaxKind.TupleElement); + { + M(SyntaxKind.IdentifierName); + { + M(SyntaxKind.IdentifierToken); + } + } + M(SyntaxKind.CommaToken); + M(SyntaxKind.TupleElement); + { + M(SyntaxKind.IdentifierName); + { + M(SyntaxKind.IdentifierToken); + } + } + N(SyntaxKind.CloseParenToken); + } + } + N(SyntaxKind.CloseBraceToken); + } + N(SyntaxKind.EndOfFileToken); + } + EOF(); + } } } diff --git a/src/Compilers/CSharp/Test/Syntax/Resources.Designer.cs b/src/Compilers/CSharp/Test/Syntax/Resources.Designer.cs deleted file mode 100644 index b5a0f56d0c998..0000000000000 --- a/src/Compilers/CSharp/Test/Syntax/Resources.Designer.cs +++ /dev/null @@ -1,297 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.18250 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -using System.Reflection; - -namespace Microsoft.CodeAnalysis.CSharp.UnitTests { - - - /// - /// A strongly-typed resource class, for looking up localized strings, etc. - /// - // This class was auto-generated by the StronglyTypedResourceBuilder - // class via a tool like ResGen or Visual Studio. - // To add or remove a member, edit your .ResX file then rerun ResGen - // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - public class Resources { - - private static global::System.Resources.ResourceManager resourceMan; - - private static global::System.Globalization.CultureInfo resourceCulture; - - [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] - internal Resources() { - } - - /// - /// Returns the cached ResourceManager instance used by this class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - public static global::System.Resources.ResourceManager ResourceManager { - get { - if (object.ReferenceEquals(resourceMan, null)) { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.CodeAnalysis.CSharp.UnitTests.Resources", typeof(Resources).GetTypeInfo().Assembly); - resourceMan = temp; - } - return resourceMan; - } - } - - /// - /// Overrides the current thread's CurrentUICulture property for all - /// resource lookups using this strongly typed resource class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - public static global::System.Globalization.CultureInfo Culture { - get { - return resourceCulture; - } - set { - resourceCulture = value; - } - } - - /// - /// Looks up a localized string similar to extern alias libAlias=other_library.dll; - ///class myClass - ///{ - ///}. - /// - public static string InvalidExternAlias01 { - get { - return ResourceManager.GetString("InvalidExternAlias01", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to using System; - ///using System.Collections.Generic; - ///using System.Linq; - ///using System.Text; - ///namespace ConsoleApplication1 - ///{ - /// class Program - /// { - /// static void Main(string[] args) - /// { - /// } - /// } - ///} - ///public class Class_1_L0 - ///{ - /// //Sub [No Params] Qty: 10 [Specific Code Block] - /// public void TestSub_1_L1() - /// { - /// } - /// public void TestSub_2_L1() - /// { - /// } - /// public void TestSub_3_L1() - /// { - /// } - /// public void TestSub_4_L1() - /// { - /// } - /// public void TestSub_ [rest of string was truncated]";. - /// - public static string LongWithoutStmts_cs { - get { - return ResourceManager.GetString("LongWithoutStmts_cs", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to using System; - ///using System.Collections.Generic; - ///using System.Linq; - ///using System.Text; - /// - ///namespace ConsoleApplication1 - ///{ - /// class Program - /// { - /// static void Main(string[] args) - /// { - /// } - /// } - ///} - /// - /// - /// public class Class_1_L0 - /// { - /// - /// //Sub [No Params] Qty: 10 [Specific Code Block]/Repeating:15 - /// - /// public void TestSub_1_L1() - /// { - /// - /// System.Console.WriteLine("Test" + 2); - /// System.Console.WriteLine("Test" + 2); - /// System.Co [rest of string was truncated]";. - /// - public static string LongWithStmts_cs { - get { - return ResourceManager.GetString("LongWithStmts_cs", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to // <Area>Declaration of Methods with Optional Parameters</Area> - ///// <Title>Declaration of Optional Params</Title> - ///// <Description>Simple Declaration of a method with optional parameters. cast of an int to long</Description> - ///// <Expects status=success></Expects> - ///// <Code> - /// - ///using System.Runtime.InteropServices; - ///public struct Parent{ - /// - /// public int Goo([Optional] int i, [Optional] long j, [Optional] float f, [Optional] decimal d){ - /// if(d==0 ) return 0; - /// return 1; - /// } - ///} - /// - ///class Test{ - /// public static [rest of string was truncated]";. - /// - public static string OptionalFloat { - get { - return ResourceManager.GetString("OptionalFloat", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to // <Area>Declaration of Methods with Optional Parameters</Area> - ///// <Title>Declaration of Optional Params</Title> - ///// <Description>Simple Declaration of a method with optional parameters - ///// Params can't be defaulted</Description> - ///// <RelatedBugs>Dev10:477862</RelatedBugs> - ///// <Expects status=error>CS1751</Expects> - ///// <Code> - /// - ///public class Parent{ - /// - /// public int Goo( int x=2,params object[] array= null){ - /// x=2; - /// if(x ==2) return 0; - /// return 1; - /// } - ///} - /// - ///class Test{ - /// public static int Main(){ - /// Parent [rest of string was truncated]";. - /// - public static string OptionalParamsArray { - get { - return ResourceManager.GetString("OptionalParamsArray", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to class Test : N1.I1 - /// { - /// int global::N. - /// - public static string PartialAliasedName { - get { - return ResourceManager.GetString("PartialAliasedName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to class C - ///{ - ///public static int Main() - ///{ - ///switch(str) - ///{ - ///default: - ///List<in. - /// - public static string PartialInKeyword { - get { - return ResourceManager.GetString("PartialInKeyword", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to StringText oldText = new StringText(@"using System; - /// - ///class AAttribute : Attribute { - /// public AAttribute(object o) { } - ///} - /// - ///[A(new string[] is { """); - /// var startTree = SyntaxTree.Parse(oldText); - /// var roundTrip = startTree.Root.ToString().Equals(oldText);. - /// - public static string PartialNewAttributeArray { - get { - return ResourceManager.GetString("PartialNewAttributeArray", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to #define TEST - ///#define TEST2 - ///class Test - ///{ - ///static int Main() - ///{ - ///int x = 1; - /// - ///#if TEST3 - ///x++; - ///#elif TEST2 &. - /// - public static string PartialPreprocessorExpression { - get { - return ResourceManager.GetString("PartialPreprocessorExpression", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to using System; - ///public class Test - ///{ - ///public static int Main(string [] args) - ///{ - ///switch (false) { - ///case true: - ///break; - ///default false:. - /// - public static string PartialSwitchBlock { - get { - return ResourceManager.GetString("PartialSwitchBlock", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to #define A - ///using System; - ///class Program - ///{ - ///static int Main() - ///{ - ///int x = 0; - ///#if A == A\. - /// - public static string PartialUnicodeIdentifier { - get { - return ResourceManager.GetString("PartialUnicodeIdentifier", resourceCulture); - } - } - } -} diff --git a/src/Compilers/Core/CodeAnalysisTest/Microsoft.CodeAnalysis.UnitTests.csproj b/src/Compilers/Core/CodeAnalysisTest/Microsoft.CodeAnalysis.UnitTests.csproj index 5866410ce885a..18b2974541abf 100644 --- a/src/Compilers/Core/CodeAnalysisTest/Microsoft.CodeAnalysis.UnitTests.csproj +++ b/src/Compilers/Core/CodeAnalysisTest/Microsoft.CodeAnalysis.UnitTests.csproj @@ -26,18 +26,7 @@ - - True - True - Resources.resx - - - - - ResXFileCodeGenerator - Resources.Designer.cs - Designer - + diff --git a/src/Compilers/Core/CodeAnalysisTest/Resources.Designer.cs b/src/Compilers/Core/CodeAnalysisTest/Resources.Designer.cs deleted file mode 100644 index 5f88bfc89ec89..0000000000000 --- a/src/Compilers/Core/CodeAnalysisTest/Resources.Designer.cs +++ /dev/null @@ -1,103 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace Microsoft.CodeAnalysis.UnitTests { - using System; - - - /// - /// A strongly-typed resource class, for looking up localized strings, etc. - /// - // This class was auto-generated by the StronglyTypedResourceBuilder - // class via a tool like ResGen or Visual Studio. - // To add or remove a member, edit your .ResX file then rerun ResGen - // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - internal class Resources { - - private static global::System.Resources.ResourceManager resourceMan; - - private static global::System.Globalization.CultureInfo resourceCulture; - - [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] - internal Resources() { - } - - /// - /// Returns the cached ResourceManager instance used by this class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Resources.ResourceManager ResourceManager { - get { - if (object.ReferenceEquals(resourceMan, null)) { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.CodeAnalysis.UnitTests.Resources", typeof(Resources).Assembly); - resourceMan = temp; - } - return resourceMan; - } - } - - /// - /// Overrides the current thread's CurrentUICulture property for all - /// resource lookups using this strongly typed resource class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Globalization.CultureInfo Culture { - get { - return resourceCulture; - } - set { - resourceCulture = value; - } - } - - /// - /// Looks up a localized resource of type System.Byte[]. - /// - internal static byte[] defaultWin32Manifest { - get { - object obj = ResourceManager.GetObject("defaultWin32Manifest", resourceCulture); - return ((byte[])(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Byte[]. - /// - internal static byte[] nativeWithStringIDsAndTypesAndIntTypes { - get { - object obj = ResourceManager.GetObject("nativeWithStringIDsAndTypesAndIntTypes", resourceCulture); - return ((byte[])(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Byte[]. - /// - internal static byte[] Roslyn_ico { - get { - object obj = ResourceManager.GetObject("Roslyn_ico", resourceCulture); - return ((byte[])(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Byte[]. - /// - internal static byte[] VerResourceBuiltByRC { - get { - object obj = ResourceManager.GetObject("VerResourceBuiltByRC", resourceCulture); - return ((byte[])(obj)); - } - } - } -} diff --git a/src/Compilers/Core/MSBuildTask/ErrorString.Designer.cs b/src/Compilers/Core/MSBuildTask/ErrorString.Designer.cs deleted file mode 100644 index 94f978a8cbbfc..0000000000000 --- a/src/Compilers/Core/MSBuildTask/ErrorString.Designer.cs +++ /dev/null @@ -1,316 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace Microsoft.CodeAnalysis.BuildTasks { - using System; - - - /// - /// A strongly-typed resource class, for looking up localized strings, etc. - /// - // This class was auto-generated by the StronglyTypedResourceBuilder - // class via a tool like ResGen or Visual Studio. - // To add or remove a member, edit your .ResX file then rerun ResGen - // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - internal class ErrorString { - - private static global::System.Resources.ResourceManager resourceMan; - - private static global::System.Globalization.CultureInfo resourceCulture; - - [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] - internal ErrorString() { - } - - /// - /// Returns the cached ResourceManager instance used by this class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Resources.ResourceManager ResourceManager { - get { - if (object.ReferenceEquals(resourceMan, null)) { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.CodeAnalysis.BuildTasks.ErrorString", typeof(ErrorString).Assembly); - resourceMan = temp; - } - return resourceMan; - } - } - - /// - /// Overrides the current thread's CurrentUICulture property for all - /// resource lookups using this strongly typed resource class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Globalization.CultureInfo Culture { - get { - return resourceCulture; - } - set { - resourceCulture = value; - } - } - - /// - /// Looks up a localized string similar to MSB3883: Unexpected exception: . - /// - internal static string Compiler_UnexpectedException { - get { - return ResourceManager.GetString("Compiler_UnexpectedException", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Failed to check the content hash of the destination ref assembly '{0}'. It will be overwritten.. - /// - internal static string CopyRefAssembly_BadDestination1 { - get { - return ResourceManager.GetString("CopyRefAssembly_BadDestination1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Failed to check the content hash of the source ref assembly '{0}': {1} - ///{2}. - /// - internal static string CopyRefAssembly_BadSource3 { - get { - return ResourceManager.GetString("CopyRefAssembly_BadSource3", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Reference assembly "{0}" already has latest information. Leaving it untouched.. - /// - internal static string CopyRefAssembly_SkippingCopy1 { - get { - return ResourceManager.GetString("CopyRefAssembly_SkippingCopy1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Could not extract the MVID from "{0}". Are you sure it is a reference assembly?. - /// - internal static string CopyRefAssembly_SourceNotRef1 { - get { - return ResourceManager.GetString("CopyRefAssembly_SourceNotRef1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to MSB3053: The assembly alias "{1}" on reference "{0}" contains illegal characters.. - /// - internal static string Csc_AssemblyAliasContainsIllegalCharacters { - get { - return ResourceManager.GetString("Csc_AssemblyAliasContainsIllegalCharacters", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to MSB3051: The parameter to the compiler is invalid. {0}. - /// - internal static string Csc_InvalidParameter { - get { - return ResourceManager.GetString("Csc_InvalidParameter", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to MSB3052: The parameter to the compiler is invalid, '{0}{1}' will be ignored.. - /// - internal static string Csc_InvalidParameterWarning { - get { - return ResourceManager.GetString("Csc_InvalidParameterWarning", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The string "{0}" cannot be converted to a boolean (true/false) value.. - /// - internal static string General_CannotConvertStringToBool { - get { - return ResourceManager.GetString("General_CannotConvertStringToBool", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to MSB3081: A problem occurred while trying to set the "{0}" parameter for the IDE's in-process compiler. {1}. - /// - internal static string General_CouldNotSetHostObjectParameter { - get { - return ResourceManager.GetString("General_CouldNotSetHostObjectParameter", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to MSB3105: The item "{0}" was specified more than once in the "{1}" parameter. Duplicate items are not supported by the "{1}" parameter.. - /// - internal static string General_DuplicateItemsNotSupported { - get { - return ResourceManager.GetString("General_DuplicateItemsNotSupported", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to MSB3083: The item "{0}" was specified more than once in the "{1}" parameter and both items had the same value "{2}" for the "{3}" metadata. Duplicate items are not supported by the "{1}" parameter unless they have different values for the "{3}" metadata.. - /// - internal static string General_DuplicateItemsNotSupportedWithMetadata { - get { - return ResourceManager.GetString("General_DuplicateItemsNotSupportedWithMetadata", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Expected file "{0}" does not exist.. - /// - internal static string General_ExpectedFileMissing { - get { - return ResourceManager.GetString("General_ExpectedFileMissing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to MSB3087: An incompatible host object was passed into the "{0}" task. The host object for this task must implement the "{1}" interface.. - /// - internal static string General_IncorrectHostObject { - get { - return ResourceManager.GetString("General_IncorrectHostObject", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Item "{0}" has attribute "{1}" with value "{2}" that could not be converted to "{3}".. - /// - internal static string General_InvalidAttributeMetadata { - get { - return ResourceManager.GetString("General_InvalidAttributeMetadata", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The IDE's in-process compiler does not support the specified values for the "{0}" parameter. Therefore, this task will fallback to using the command-line compiler.. - /// - internal static string General_ParameterUnsupportedOnHostCompiler { - get { - return ResourceManager.GetString("General_ParameterUnsupportedOnHostCompiler", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to MSB3104: The referenced assembly "{0}" was not found. If this assembly is produced by another one of your projects, please make sure to build that project before building this one.. - /// - internal static string General_ReferenceDoesNotExist { - get { - return ResourceManager.GetString("General_ReferenceDoesNotExist", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to MSB3082: Task failed because "{0}" was not found.. - /// - internal static string General_ToolFileNotFound { - get { - return ResourceManager.GetString("General_ToolFileNotFound", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to File "{0}" could not be read: {1}. - /// - internal static string General_UnableToReadFile { - get { - return ResourceManager.GetString("General_UnableToReadFile", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to {0} contains duplicate items '{1}' with conflicting metadata '{2}': '{3}' and '{4}'. - /// - internal static string MapSourceRoots_ContainsDuplicate { - get { - return ResourceManager.GetString("MapSourceRoots.ContainsDuplicate", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The value of {0} not found in {1} items, or the corresponding item is not a top-level source root: '{2}'. - /// - internal static string MapSourceRoots_NoSuchTopLevelSourceRoot { - get { - return ResourceManager.GetString("MapSourceRoots.NoSuchTopLevelSourceRoot", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to {0} items must include at least one top-level (not nested) item when {1} is true. - /// - internal static string MapSourceRoots_NoTopLevelSourceRoot { - get { - return ResourceManager.GetString("MapSourceRoots.NoTopLevelSourceRoot", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to {0} paths are required to end with a slash or backslash: '{1}'. - /// - internal static string MapSourceRoots_PathMustEndWithSlashOrBackslash { - get { - return ResourceManager.GetString("MapSourceRoots.PathMustEndWithSlashOrBackslash", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Shared compilation failed; falling back to tool: {0}. - /// - internal static string SharedCompilationFallback { - get { - return ResourceManager.GetString("SharedCompilationFallback", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Using shared compilation with compiler from directory: {0}. - /// - internal static string UsingSharedCompilation { - get { - return ResourceManager.GetString("UsingSharedCompilation", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to MSB3401: "{1}" is an invalid value for the "{0}" parameter. The valid values are: {2}. - /// - internal static string Vbc_EnumParameterHasInvalidValue { - get { - return ResourceManager.GetString("Vbc_EnumParameterHasInvalidValue", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to "{1}" is an invalid value for the "{0}" parameter.. - /// - internal static string Vbc_ParameterHasInvalidValue { - get { - return ResourceManager.GetString("Vbc_ParameterHasInvalidValue", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to MSB3402: There was an error creating the pdb file "{0}". {1}. - /// - internal static string Vbc_RenamePDB { - get { - return ResourceManager.GetString("Vbc_RenamePDB", resourceCulture); - } - } - } -} diff --git a/src/Compilers/Core/MSBuildTask/Microsoft.Build.Tasks.CodeAnalysis.csproj b/src/Compilers/Core/MSBuildTask/Microsoft.Build.Tasks.CodeAnalysis.csproj index 76ee8ebc0d591..d53d91c31ab99 100644 --- a/src/Compilers/Core/MSBuildTask/Microsoft.Build.Tasks.CodeAnalysis.csproj +++ b/src/Compilers/Core/MSBuildTask/Microsoft.Build.Tasks.CodeAnalysis.csproj @@ -47,17 +47,9 @@ - - True - True - ErrorString.resx - - - ResXFileCodeGenerator - ErrorString.Designer.cs - + diff --git a/src/Compilers/Core/Portable/AssemblyUtilities.cs b/src/Compilers/Core/Portable/AssemblyUtilities.cs index 497a6549b9032..845c448a6adba 100644 --- a/src/Compilers/Core/Portable/AssemblyUtilities.cs +++ b/src/Compilers/Core/Portable/AssemblyUtilities.cs @@ -9,11 +9,9 @@ using System.Collections.Immutable; using System.Diagnostics; using System.IO; -using System.Reflection; using System.Reflection.Metadata; using System.Reflection.PortableExecutable; using Microsoft.CodeAnalysis; -using Roslyn.Utilities; namespace Roslyn.Utilities { @@ -34,7 +32,6 @@ internal static class AssemblyUtilities /// If the file is not an assembly or is somehow corrupted. public static ImmutableArray FindAssemblySet(string filePath) { - RoslynDebug.Assert(filePath != null); RoslynDebug.Assert(PathUtilities.IsAbsolute(filePath)); Queue workList = new Queue(); @@ -63,6 +60,7 @@ public static ImmutableArray FindAssemblySet(string filePath) var reference = metadataReader.GetAssemblyReference(handle); var referenceName = metadataReader.GetString(reference.Name); + // Suppression is questionable because Path.GetDirectoryName returns null on root directories https://github.com/dotnet/roslyn/issues/41636 string referencePath = Path.Combine(directory!, referenceName + ".dll"); if (!assemblySet.Contains(referencePath) && @@ -85,8 +83,7 @@ public static ImmutableArray FindAssemblySet(string filePath) /// If the file is not an assembly or is somehow corrupted. public static Guid ReadMvid(string filePath) { - Debug.Assert(filePath != null); - Debug.Assert(PathUtilities.IsAbsolute(filePath)); + RoslynDebug.Assert(PathUtilities.IsAbsolute(filePath)); using (var reader = new PEReader(FileUtilities.OpenRead(filePath))) { @@ -106,7 +103,6 @@ public static Guid ReadMvid(string filePath) /// If the file is not an assembly or is somehow corrupted. public static ImmutableArray FindSatelliteAssemblies(string filePath) { - Debug.Assert(filePath != null); Debug.Assert(PathUtilities.IsAbsolute(filePath)); var builder = ImmutableArray.CreateBuilder(); @@ -142,7 +138,6 @@ public static ImmutableArray FindSatelliteAssemblies(string filePath) /// If one of the files is not an assembly or is somehow corrupted. public static ImmutableArray IdentifyMissingDependencies(string assemblyPath, IEnumerable dependencyFilePaths) { - RoslynDebug.Assert(assemblyPath != null); RoslynDebug.Assert(PathUtilities.IsAbsolute(assemblyPath)); RoslynDebug.Assert(dependencyFilePaths != null); @@ -181,7 +176,6 @@ public static ImmutableArray IdentifyMissingDependencies(strin /// If the file is not an assembly or is somehow corrupted. public static AssemblyIdentity GetAssemblyIdentity(string assemblyPath) { - Debug.Assert(assemblyPath != null); Debug.Assert(PathUtilities.IsAbsolute(assemblyPath)); using (var reader = new PEReader(FileUtilities.OpenRead(assemblyPath))) diff --git a/src/Compilers/Core/Portable/CodeAnalysisResources.Designer.cs b/src/Compilers/Core/Portable/CodeAnalysisResources.Designer.cs deleted file mode 100644 index 02bc1c9d4d6db..0000000000000 --- a/src/Compilers/Core/Portable/CodeAnalysisResources.Designer.cs +++ /dev/null @@ -1,1750 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace Microsoft.CodeAnalysis { - using System; - - - /// - /// A strongly-typed resource class, for looking up localized strings, etc. - /// - // This class was auto-generated by the StronglyTypedResourceBuilder - // class via a tool like ResGen or Visual Studio. - // To add or remove a member, edit your .ResX file then rerun ResGen - // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - internal class CodeAnalysisResources { - - private static global::System.Resources.ResourceManager resourceMan; - - private static global::System.Globalization.CultureInfo resourceCulture; - - [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] - internal CodeAnalysisResources() { - } - - /// - /// Returns the cached ResourceManager instance used by this class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Resources.ResourceManager ResourceManager { - get { - if (object.ReferenceEquals(resourceMan, null)) { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.CodeAnalysis.CodeAnalysisResources", typeof(CodeAnalysisResources).Assembly); - resourceMan = temp; - } - return resourceMan; - } - } - - /// - /// Overrides the current thread's CurrentUICulture property for all - /// resource lookups using this strongly typed resource class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Globalization.CultureInfo Culture { - get { - return resourceCulture; - } - set { - resourceCulture = value; - } - } - - /// - /// Looks up a localized string similar to A language name cannot be specified for this option.. - /// - internal static string A_language_name_cannot_be_specified_for_this_option { - get { - return ResourceManager.GetString("A_language_name_cannot_be_specified_for_this_option", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A language name must be specified for this option.. - /// - internal static string A_language_name_must_be_specified_for_this_option { - get { - return ResourceManager.GetString("A_language_name_must_be_specified_for_this_option", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Absolute path expected.. - /// - internal static string AbsolutePathExpected { - get { - return ResourceManager.GetString("AbsolutePathExpected", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Analyzer Driver Failure. - /// - internal static string AnalyzerDriverFailure { - get { - return ResourceManager.GetString("AnalyzerDriverFailure", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Analyzer driver threw an exception of type '{0}' with message '{1}'.. - /// - internal static string AnalyzerDriverThrows { - get { - return ResourceManager.GetString("AnalyzerDriverThrows", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Analyzer driver threw the following exception: - ///'{0}'.. - /// - internal static string AnalyzerDriverThrowsDescription { - get { - return ResourceManager.GetString("AnalyzerDriverThrowsDescription", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Time (s). - /// - internal static string AnalyzerExecutionTimeColumnHeader { - get { - return ResourceManager.GetString("AnalyzerExecutionTimeColumnHeader", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Analyzer. - /// - internal static string AnalyzerNameColumnHeader { - get { - return ResourceManager.GetString("AnalyzerNameColumnHeader", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Total analyzer execution time: {0} seconds.. - /// - internal static string AnalyzerTotalExecutionTime { - get { - return ResourceManager.GetString("AnalyzerTotalExecutionTime", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to {0} must either be 'default' or have the same length as {1}.. - /// - internal static string AnonymousTypeArgumentCountMismatch2 { - get { - return ResourceManager.GetString("AnonymousTypeArgumentCountMismatch2", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to {0} and {1} must have the same length.. - /// - internal static string AnonymousTypeMemberAndNamesCountMismatch2 { - get { - return ResourceManager.GetString("AnonymousTypeMemberAndNamesCountMismatch2", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Argument cannot be empty.. - /// - internal static string ArgumentCannotBeEmpty { - get { - return ResourceManager.GetString("ArgumentCannotBeEmpty", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Argument cannot have a null element.. - /// - internal static string ArgumentElementCannotBeNull { - get { - return ResourceManager.GetString("ArgumentElementCannotBeNull", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Arrays with more than one dimension cannot be serialized.. - /// - internal static string Arrays_with_more_than_one_dimension_cannot_be_serialized { - get { - return ResourceManager.GetString("Arrays_with_more_than_one_dimension_cannot_be_serialized", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to assembly. - /// - internal static string Assembly { - get { - return ResourceManager.GetString("Assembly", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Assembly file not found. - /// - internal static string AssemblyFileNotFound { - get { - return ResourceManager.GetString("AssemblyFileNotFound", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Assembly must have at least one module.. - /// - internal static string AssemblyMustHaveAtLeastOneModule { - get { - return ResourceManager.GetString("AssemblyMustHaveAtLeastOneModule", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Assembly signing not supported.. - /// - internal static string AssemblySigningNotSupported { - get { - return ResourceManager.GetString("AssemblySigningNotSupported", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Analyzer attempted to register an 'async' action, which is not supported.. - /// - internal static string AsyncAnalyzerActionCannotBeRegistered { - get { - return ResourceManager.GetString("AsyncAnalyzerActionCannotBeRegistered", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot deserialize type '{0}'.. - /// - internal static string Cannot_deserialize_type_0 { - get { - return ResourceManager.GetString("Cannot_deserialize_type_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot serialize type '{0}'.. - /// - internal static string Cannot_serialize_type_0 { - get { - return ResourceManager.GetString("Cannot_serialize_type_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Can't alias a module.. - /// - internal static string CannotAliasModule { - get { - return ResourceManager.GetString("CannotAliasModule", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Can't create a reference to a module.. - /// - internal static string CannotCreateReferenceToModule { - get { - return ResourceManager.GetString("CannotCreateReferenceToModule", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Can't create a reference to a submission.. - /// - internal static string CannotCreateReferenceToSubmission { - get { - return ResourceManager.GetString("CannotCreateReferenceToSubmission", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Can't embed interop types from module.. - /// - internal static string CannotEmbedInteropTypesFromModule { - get { - return ResourceManager.GetString("CannotEmbedInteropTypesFromModule", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot target net module when emitting ref assembly.. - /// - internal static string CannotTargetNetModuleWhenEmittingRefAssembly { - get { - return ResourceManager.GetString("CannotTargetNetModuleWhenEmittingRefAssembly", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Can't create a module reference to an assembly.. - /// - internal static string CantCreateModuleReferenceToAssembly { - get { - return ResourceManager.GetString("CantCreateModuleReferenceToAssembly", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Can't create a metadata reference to an assembly without location.. - /// - internal static string CantCreateReferenceToAssemblyWithoutLocation { - get { - return ResourceManager.GetString("CantCreateReferenceToAssemblyWithoutLocation", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Can't create a metadata reference to a dynamic assembly.. - /// - internal static string CantCreateReferenceToDynamicAssembly { - get { - return ResourceManager.GetString("CantCreateReferenceToDynamicAssembly", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The changes must not overlap.. - /// - internal static string ChangesMustNotOverlap { - get { - return ResourceManager.GetString("ChangesMustNotOverlap", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Changing the version of an assembly reference is not allowed during debugging: '{0}' changed version to '{1}'.. - /// - internal static string ChangingVersionOfAssemblyReferenceIsNotAllowedDuringDebugging { - get { - return ResourceManager.GetString("ChangingVersionOfAssemblyReferenceIsNotAllowedDuringDebugging", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to class. - /// - internal static string Class1 { - get { - return ResourceManager.GetString("Class1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Win32 resources, assumed to be in COFF object format, have one or more invalid relocation header values.. - /// - internal static string CoffResourceInvalidRelocation { - get { - return ResourceManager.GetString("CoffResourceInvalidRelocation", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Win32 resources, assumed to be in COFF object format, have an invalid section size.. - /// - internal static string CoffResourceInvalidSectionSize { - get { - return ResourceManager.GetString("CoffResourceInvalidSectionSize", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Win32 resources, assumed to be in COFF object format, have one or more invalid symbol values.. - /// - internal static string CoffResourceInvalidSymbol { - get { - return ResourceManager.GetString("CoffResourceInvalidSymbol", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Win32 resources, assumed to be in COFF object format, are missing one or both of sections '.rsrc$01' and '.rsrc$02'. - /// - internal static string CoffResourceMissingSection { - get { - return ResourceManager.GetString("CoffResourceMissingSection", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Compilation options must not have errors.. - /// - internal static string CompilationOptionsMustNotHaveErrors { - get { - return ResourceManager.GetString("CompilationOptionsMustNotHaveErrors", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The compilation references multiple assemblies whose versions only differ in auto-generated build and/or revision numbers.. - /// - internal static string CompilationReferencesAssembliesWithDifferentAutoGeneratedVersion { - get { - return ResourceManager.GetString("CompilationReferencesAssembliesWithDifferentAutoGeneratedVersion", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Analyzer Failure. - /// - internal static string CompilerAnalyzerFailure { - get { - return ResourceManager.GetString("CompilerAnalyzerFailure", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Analyzer '{0}' threw an exception of type '{1}' with message '{2}'. - ///{3}. - /// - internal static string CompilerAnalyzerThrows { - get { - return ResourceManager.GetString("CompilerAnalyzerThrows", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Analyzer '{0}' threw the following exception: - ///'{1}'.. - /// - internal static string CompilerAnalyzerThrowsDescription { - get { - return ResourceManager.GetString("CompilerAnalyzerThrowsDescription", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to constructor. - /// - internal static string Constructor { - get { - return ResourceManager.GetString("Constructor", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to delegate. - /// - internal static string Delegate1 { - get { - return ResourceManager.GetString("Delegate1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Deserialization reader for '{0}' read incorrect number of values.. - /// - internal static string Deserialization_reader_for_0_read_incorrect_number_of_values { - get { - return ResourceManager.GetString("Deserialization_reader_for_0_read_incorrect_number_of_values", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A DiagnosticDescriptor must have an Id that is neither null nor an empty string nor a string that only contains white space.. - /// - internal static string DiagnosticIdCantBeNullOrWhitespace { - get { - return ResourceManager.GetString("DiagnosticIdCantBeNullOrWhitespace", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Suppress the following diagnostics to disable this analyzer: {0}. - /// - internal static string DisableAnalyzerDiagnosticsMessage { - get { - return ResourceManager.GetString("DisableAnalyzerDiagnosticsMessage", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Argument contains duplicate analyzer instances.. - /// - internal static string DuplicateAnalyzerInstances { - get { - return ResourceManager.GetString("DuplicateAnalyzerInstances", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to element is expected. - /// - internal static string ElementIsExpected { - get { - return ResourceManager.GetString("ElementIsExpected", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Embedded texts are only supported when emitting a PDB.. - /// - internal static string EmbeddedTextsRequirePdb { - get { - return ResourceManager.GetString("EmbeddedTextsRequirePdb", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Embedding PDB is not allowed when emitting metadata.. - /// - internal static string EmbeddingPdbUnexpectedWhenEmittingMetadata { - get { - return ResourceManager.GetString("EmbeddingPdbUnexpectedWhenEmittingMetadata", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A key in the pathMap is empty.. - /// - internal static string EmptyKeyInPathMap { - get { - return ResourceManager.GetString("EmptyKeyInPathMap", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Empty or invalid file name. - /// - internal static string EmptyOrInvalidFileName { - get { - return ResourceManager.GetString("EmptyOrInvalidFileName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Empty or invalid resource name. - /// - internal static string EmptyOrInvalidResourceName { - get { - return ResourceManager.GetString("EmptyOrInvalidResourceName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 'end' must not be less than 'start'. - /// - internal static string EndMustNotBeLessThanStart { - get { - return ResourceManager.GetString("EndMustNotBeLessThanStart", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to enum. - /// - internal static string Enum1 { - get { - return ResourceManager.GetString("Enum1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to event. - /// - internal static string Event1 { - get { - return ResourceManager.GetString("Event1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Exception occurred with following context: - ///{0}. - /// - internal static string ExceptionContext { - get { - return ResourceManager.GetString("ExceptionContext", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Warning: Could not enable multicore JIT due to exception: {0}.. - /// - internal static string ExceptionEnablingMulticoreJit { - get { - return ResourceManager.GetString("ExceptionEnablingMulticoreJit", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Expected non-empty public key. - /// - internal static string ExpectedNonEmptyPublicKey { - get { - return ResourceManager.GetString("ExpectedNonEmptyPublicKey", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Could not locate the rule set file '{0}'.. - /// - internal static string FailedToResolveRuleSetName { - get { - return ResourceManager.GetString("FailedToResolveRuleSetName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to field. - /// - internal static string Field { - get { - return ResourceManager.GetString("Field", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to File not found.. - /// - internal static string FileNotFound { - get { - return ResourceManager.GetString("FileNotFound", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to File size exceeds maximum allowed size of a valid metadata file.. - /// - internal static string FileSizeExceedsMaximumAllowed { - get { - return ResourceManager.GetString("FileSizeExceedsMaximumAllowed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to {0}.GetMetadata() must return an instance of {1}.. - /// - internal static string GetMetadataMustReturnInstance { - get { - return ResourceManager.GetString("GetMetadataMustReturnInstance", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Icon stream is not in the expected format.. - /// - internal static string IconStreamUnexpectedFormat { - get { - return ResourceManager.GetString("IconStreamUnexpectedFormat", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Including private members should not be used when emitting to the secondary assembly output.. - /// - internal static string IncludingPrivateMembersUnexpectedWhenEmittingToMetadataPeStream { - get { - return ResourceManager.GetString("IncludingPrivateMembersUnexpectedWhenEmittingToMetadataPeStream", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Inconsistent language versions. - /// - internal static string InconsistentLanguageVersions { - get { - return ResourceManager.GetString("InconsistentLanguageVersions", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Inconsistent syntax tree features. - /// - internal static string InconsistentSyntaxTreeFeature { - get { - return ResourceManager.GetString("InconsistentSyntaxTreeFeature", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to <in-memory assembly>. - /// - internal static string InMemoryAssembly { - get { - return ResourceManager.GetString("InMemoryAssembly", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to <in-memory module>. - /// - internal static string InMemoryModule { - get { - return ResourceManager.GetString("InMemoryModule", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to interface. - /// - internal static string Interface1 { - get { - return ResourceManager.GetString("Interface1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Invalid alias.. - /// - internal static string InvalidAlias { - get { - return ResourceManager.GetString("InvalidAlias", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Invalid assembly name: '{0}'. - /// - internal static string InvalidAssemblyName { - get { - return ResourceManager.GetString("InvalidAssemblyName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Invalid characters in assembly culture name. - /// - internal static string InvalidCharactersInAssemblyCultureName { - get { - return ResourceManager.GetString("InvalidCharactersInAssemblyCultureName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Invalid characters in assembly name. - /// - internal static string InvalidCharactersInAssemblyName { - get { - return ResourceManager.GetString("InvalidCharactersInAssemblyName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Invalid compilation options -- submission can't be signed.. - /// - internal static string InvalidCompilationOptions { - get { - return ResourceManager.GetString("InvalidCompilationOptions", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Invalid content type. - /// - internal static string InvalidContentType { - get { - return ResourceManager.GetString("InvalidContentType", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Invalid culture name: '{0}'. - /// - internal static string InvalidCultureName { - get { - return ResourceManager.GetString("InvalidCultureName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Invalid data at offset {0}: {1}{2}*{3}{4}. - /// - internal static string InvalidDataAtOffset { - get { - return ResourceManager.GetString("InvalidDataAtOffset", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Reported diagnostic has an ID '{0}', which is not a valid identifier.. - /// - internal static string InvalidDiagnosticIdReported { - get { - return ResourceManager.GetString("InvalidDiagnosticIdReported", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Reported diagnostic '{0}' has a source location in file '{1}', which is not part of the compilation being analyzed.. - /// - internal static string InvalidDiagnosticLocationReported { - get { - return ResourceManager.GetString("InvalidDiagnosticLocationReported", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Reported diagnostic '{0}' has a source location '{1}' in file '{2}', which is outside of the given file.. - /// - internal static string InvalidDiagnosticSpanReported { - get { - return ResourceManager.GetString("InvalidDiagnosticSpanReported", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Suppressed diagnostic ID '{0}' does not match suppressable ID '{1}' for the given suppression descriptor.. - /// - internal static string InvalidDiagnosticSuppressionReported { - get { - return ResourceManager.GetString("InvalidDiagnosticSuppressionReported", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Invalid hash.. - /// - internal static string InvalidHash { - get { - return ResourceManager.GetString("InvalidHash", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Invalid module name specified in metadata module '{0}': '{1}'. - /// - internal static string InvalidModuleName { - get { - return ResourceManager.GetString("InvalidModuleName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Node to track is not a descendant of the root.. - /// - internal static string InvalidNodeToTrack { - get { - return ResourceManager.GetString("InvalidNodeToTrack", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Given operation block does not belong to the current analysis context.. - /// - internal static string InvalidOperationBlockForAnalysisContext { - get { - return ResourceManager.GetString("InvalidOperationBlockForAnalysisContext", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Invalid output kind for submission. DynamicallyLinkedLibrary expected.. - /// - internal static string InvalidOutputKindForSubmission { - get { - return ResourceManager.GetString("InvalidOutputKindForSubmission", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Invalid public key.. - /// - internal static string InvalidPublicKey { - get { - return ResourceManager.GetString("InvalidPublicKey", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Invalid public key token.. - /// - internal static string InvalidPublicKeyToken { - get { - return ResourceManager.GetString("InvalidPublicKeyToken", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to An error occurred while loading the included rule set file {0} - {1}. - /// - internal static string InvalidRuleSetInclude { - get { - return ResourceManager.GetString("InvalidRuleSetInclude", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Invalid size of public key token.. - /// - internal static string InvalidSizeOfPublicKeyToken { - get { - return ResourceManager.GetString("InvalidSizeOfPublicKeyToken", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Syntax tree doesn't belong to the underlying 'Compilation'.. - /// - internal static string InvalidTree { - get { - return ResourceManager.GetString("InvalidTree", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Parameter '{0}' must be an 'INamedTypeSymbol' or an 'IAssemblySymbol'.. - /// - internal static string IsSymbolAccessibleBadWithin { - get { - return ResourceManager.GetString("IsSymbolAccessibleBadWithin", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Parameter '{0}' must be a symbol from this compilation or some referenced assembly.. - /// - internal static string IsSymbolAccessibleWrongAssembly { - get { - return ResourceManager.GetString("IsSymbolAccessibleWrongAssembly", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Argument to '/keepalive' option is not a 32-bit integer.. - /// - internal static string KeepAliveIsNotAnInteger { - get { - return ResourceManager.GetString("KeepAliveIsNotAnInteger", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Arguments to '/keepalive' option below -1 are invalid.. - /// - internal static string KeepAliveIsTooSmall { - get { - return ResourceManager.GetString("KeepAliveIsTooSmall", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '/keepalive' option is only valid with '/shared' option.. - /// - internal static string KeepAliveWithoutShared { - get { - return ResourceManager.GetString("KeepAliveWithoutShared", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Metadata PE stream should not be given when emitting metadata only.. - /// - internal static string MetadataPeStreamUnexpectedWhenEmittingMetadataOnly { - get { - return ResourceManager.GetString("MetadataPeStreamUnexpectedWhenEmittingMetadataOnly", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to MetadataReference '{0}' not found to remove.. - /// - internal static string MetadataRefNotFoundToRemove1 { - get { - return ResourceManager.GetString("MetadataRefNotFoundToRemove1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to method. - /// - internal static string Method { - get { - return ResourceManager.GetString("Method", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Roslyn compiler server reports different protocol version than build task.. - /// - internal static string MismatchedVersion { - get { - return ResourceManager.GetString("MismatchedVersion", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Missing argument for '/keepalive' option.. - /// - internal static string MissingKeepAlive { - get { - return ResourceManager.GetString("MissingKeepAlive", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The item specified is not the element of a list.. - /// - internal static string MissingListItem { - get { - return ResourceManager.GetString("MissingListItem", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to module. - /// - internal static string Module { - get { - return ResourceManager.GetString("Module", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Module copy can't be used to create an assembly metadata.. - /// - internal static string ModuleCopyCannotBeUsedToCreateAssemblyMetadata { - get { - return ResourceManager.GetString("ModuleCopyCannotBeUsedToCreateAssemblyMetadata", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Module has invalid attributes.. - /// - internal static string ModuleHasInvalidAttributes { - get { - return ResourceManager.GetString("ModuleHasInvalidAttributes", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to NOTE: Elapsed time may be less than analyzer execution time because analyzers can run concurrently.. - /// - internal static string MultithreadedAnalyzerExecutionNote { - get { - return ResourceManager.GetString("MultithreadedAnalyzerExecutionNote", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Must include private members unless emitting a ref assembly.. - /// - internal static string MustIncludePrivateMembersUnlessRefAssembly { - get { - return ResourceManager.GetString("MustIncludePrivateMembersUnlessRefAssembly", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Name cannot be empty.. - /// - internal static string NameCannotBeEmpty { - get { - return ResourceManager.GetString("NameCannotBeEmpty", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Name cannot be null.. - /// - internal static string NameCannotBeNull { - get { - return ResourceManager.GetString("NameCannotBeNull", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Name cannot start with whitespace.. - /// - internal static string NameCannotStartWithWhitespace { - get { - return ResourceManager.GetString("NameCannotStartWithWhitespace", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Name contains invalid characters.. - /// - internal static string NameContainsInvalidCharacter { - get { - return ResourceManager.GetString("NameContainsInvalidCharacter", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to No analyzers found. - /// - internal static string NoAnalyzersFound { - get { - return ResourceManager.GetString("NoAnalyzersFound", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A node or token is out of sequence.. - /// - internal static string NodeOrTokenOutOfSequence { - get { - return ResourceManager.GetString("NodeOrTokenOutOfSequence", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Non-reported diagnostic with ID '{0}' cannot be suppressed.. - /// - internal static string NonReportedDiagnosticCannotBeSuppressed { - get { - return ResourceManager.GetString("NonReportedDiagnosticCannotBeSuppressed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Given operation has a non-null parent.. - /// - internal static string NotARootOperation { - get { - return ResourceManager.GetString("NotARootOperation", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A value in the pathMap is null.. - /// - internal static string NullValueInPathMap { - get { - return ResourceManager.GetString("NullValueInPathMap", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Given operation has a null semantic model.. - /// - internal static string OperationHasNullSemanticModel { - get { - return ResourceManager.GetString("OperationHasNullSemanticModel", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The provided operation must not be part of a Control Flow Graph.. - /// - internal static string OperationMustNotBeControlFlowGraphPart { - get { - return ResourceManager.GetString("OperationMustNotBeControlFlowGraphPart", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Output kind not supported.. - /// - internal static string OutputKindNotSupported { - get { - return ResourceManager.GetString("OutputKindNotSupported", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to parameter. - /// - internal static string Parameter { - get { - return ResourceManager.GetString("Parameter", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Path returned by {0}.ResolveMetadataFile must be absolute: '{1}'. - /// - internal static string PathReturnedByResolveMetadataFileMustBeAbsolute { - get { - return ResourceManager.GetString("PathReturnedByResolveMetadataFileMustBeAbsolute", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Path returned by {0}.ResolveStrongNameKeyFile must be absolute: '{1}'. - /// - internal static string PathReturnedByResolveStrongNameKeyFileMustBeAbsolute { - get { - return ResourceManager.GetString("PathReturnedByResolveStrongNameKeyFileMustBeAbsolute", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to PDB stream should not be given when embedding PDB into the PE stream.. - /// - internal static string PdbStreamUnexpectedWhenEmbedding { - get { - return ResourceManager.GetString("PdbStreamUnexpectedWhenEmbedding", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to PDB stream should not be given when emitting metadata only.. - /// - internal static string PdbStreamUnexpectedWhenEmittingMetadataOnly { - get { - return ResourceManager.GetString("PdbStreamUnexpectedWhenEmittingMetadataOnly", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to PE image doesn't contain managed metadata.. - /// - internal static string PEImageDoesntContainManagedMetadata { - get { - return ResourceManager.GetString("PEImageDoesntContainManagedMetadata", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to PE image not available.. - /// - internal static string PEImageNotAvailable { - get { - return ResourceManager.GetString("PEImageNotAvailable", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Previous submission has errors.. - /// - internal static string PreviousSubmissionHasErrors { - get { - return ResourceManager.GetString("PreviousSubmissionHasErrors", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to property, indexer. - /// - internal static string Property { - get { - return ResourceManager.GetString("Property", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Reference of type '{0}' is not valid for this compilation.. - /// - internal static string ReferenceOfTypeIsInvalid1 { - get { - return ResourceManager.GetString("ReferenceOfTypeIsInvalid1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Reference resolver should return readable non-null stream.. - /// - internal static string ReferenceResolverShouldReturnReadableNonNullStream { - get { - return ResourceManager.GetString("ReferenceResolverShouldReturnReadableNonNullStream", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Resource data provider should return non-null stream. - /// - internal static string ResourceDataProviderShouldReturnNonNullStream { - get { - return ResourceManager.GetString("ResourceDataProviderShouldReturnNonNullStream", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Resource stream ended at {0} bytes, expected {1} bytes.. - /// - internal static string ResourceStreamEndedUnexpectedly { - get { - return ResourceManager.GetString("ResourceStreamEndedUnexpectedly", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Resource stream provider should return non-null stream.. - /// - internal static string ResourceStreamProviderShouldReturnNonNullStream { - get { - return ResourceManager.GetString("ResourceStreamProviderShouldReturnNonNullStream", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to return. - /// - internal static string Return1 { - get { - return ResourceManager.GetString("Return1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Return type can't be a value type, pointer, by-ref or open generic type. - /// - internal static string ReturnTypeCannotBeValuePointerbyRefOrOpen { - get { - return ResourceManager.GetString("ReturnTypeCannotBeValuePointerbyRefOrOpen", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Return type can't be void, by-ref or open generic type. - /// - internal static string ReturnTypeCannotBeVoidByRefOrOpen { - get { - return ResourceManager.GetString("ReturnTypeCannotBeVoidByRefOrOpen", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The attribute {0} has an invalid value of {1}.. - /// - internal static string RuleSetBadAttributeValue { - get { - return ResourceManager.GetString("RuleSetBadAttributeValue", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The rule set file has duplicate rules for '{0}' with differing actions '{1}' and '{2}'.. - /// - internal static string RuleSetHasDuplicateRules { - get { - return ResourceManager.GetString("RuleSetHasDuplicateRules", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The element {0} is missing an attribute named {1}.. - /// - internal static string RuleSetMissingAttribute { - get { - return ResourceManager.GetString("RuleSetMissingAttribute", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to separator is expected. - /// - internal static string SeparatorIsExpected { - get { - return ResourceManager.GetString("SeparatorIsExpected", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Value for argument '/shared:' must not be empty. - /// - internal static string SharedArgumentMissing { - get { - return ResourceManager.GetString("SharedArgumentMissing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Size has to be positive.. - /// - internal static string SizeHasToBePositive { - get { - return ResourceManager.GetString("SizeHasToBePositive", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to SourceText cannot be embedded. Provide encoding or canBeEmbedded=true at construction.. - /// - internal static string SourceTextCannotBeEmbedded { - get { - return ResourceManager.GetString("SourceTextCannotBeEmbedded", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The span does not include the end of a line.. - /// - internal static string SpanDoesNotIncludeEndOfLine { - get { - return ResourceManager.GetString("SpanDoesNotIncludeEndOfLine", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The span does not include the start of a line.. - /// - internal static string SpanDoesNotIncludeStartOfLine { - get { - return ResourceManager.GetString("SpanDoesNotIncludeStartOfLine", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 'start' must not be negative. - /// - internal static string StartMustNotBeNegative { - get { - return ResourceManager.GetString("StartMustNotBeNegative", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Stream contains invalid data. - /// - internal static string Stream_contains_invalid_data { - get { - return ResourceManager.GetString("Stream_contains_invalid_data", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Stream is too long.. - /// - internal static string StreamIsTooLong { - get { - return ResourceManager.GetString("StreamIsTooLong", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Stream must be readable.. - /// - internal static string StreamMustSupportRead { - get { - return ResourceManager.GetString("StreamMustSupportRead", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Stream must support read and seek operations.. - /// - internal static string StreamMustSupportReadAndSeek { - get { - return ResourceManager.GetString("StreamMustSupportReadAndSeek", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Stream must be writable.. - /// - internal static string StreamMustSupportWrite { - get { - return ResourceManager.GetString("StreamMustSupportWrite", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to struct. - /// - internal static string Struct1 { - get { - return ResourceManager.GetString("Struct1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Analyzer '{0}' contains a null descriptor in its 'SupportedDiagnostics'.. - /// - internal static string SupportedDiagnosticsHasNullDescriptor { - get { - return ResourceManager.GetString("SupportedDiagnosticsHasNullDescriptor", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Analyzer '{0}' contains a null descriptor in its 'SupportedSuppressions'.. - /// - internal static string SupportedSuppressionsHasNullDescriptor { - get { - return ResourceManager.GetString("SupportedSuppressionsHasNullDescriptor", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Diagnostic '{0}: {1}' was programmatically suppressed by a DiagnosticSuppressor with suppression ID '{2}' and justification '{3}'. - /// - internal static string SuppressionDiagnosticDescriptorMessage { - get { - return ResourceManager.GetString("SuppressionDiagnosticDescriptorMessage", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Programmatic suppression of an analyzer diagnostic. - /// - internal static string SuppressionDiagnosticDescriptorTitle { - get { - return ResourceManager.GetString("SuppressionDiagnosticDescriptorTitle", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A SuppressionDescriptor must have an Id that is neither null nor an empty string nor a string that only contains white space.. - /// - internal static string SuppressionIdCantBeNullOrWhitespace { - get { - return ResourceManager.GetString("SuppressionIdCantBeNullOrWhitespace", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Windows PDB writer doesn't support SourceLink feature: '{0}'. - /// - internal static string SymWriterDoesNotSupportSourceLink { - get { - return ResourceManager.GetString("SymWriterDoesNotSupportSourceLink", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Windows PDB writer doesn't support deterministic compilation: '{0}'. - /// - internal static string SymWriterNotDeterministic { - get { - return ResourceManager.GetString("SymWriterNotDeterministic", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The version of Windows PDB writer is older than required: '{0}'. - /// - internal static string SymWriterOlderVersionThanRequired { - get { - return ResourceManager.GetString("SymWriterOlderVersionThanRequired", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The type '{0}' is not understood by the serialization binder.. - /// - internal static string The_type_0_is_not_understood_by_the_serialization_binder { - get { - return ResourceManager.GetString("The_type_0_is_not_understood_by_the_serialization_binder", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The stream cannot be read from.. - /// - internal static string TheStreamCannotBeReadFrom { - get { - return ResourceManager.GetString("TheStreamCannotBeReadFrom", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The stream cannot be written to.. - /// - internal static string TheStreamCannotBeWrittenTo { - get { - return ResourceManager.GetString("TheStreamCannotBeWrittenTo", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to If tuple element locations are specified, the number of locations must match the cardinality of the tuple.. - /// - internal static string TupleElementLocationCountMismatch { - get { - return ResourceManager.GetString("TupleElementLocationCountMismatch", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to If tuple element names are specified, the number of element names must match the cardinality of the tuple.. - /// - internal static string TupleElementNameCountMismatch { - get { - return ResourceManager.GetString("TupleElementNameCountMismatch", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Tuple element name cannot be an empty string.. - /// - internal static string TupleElementNameEmpty { - get { - return ResourceManager.GetString("TupleElementNameEmpty", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to If tuple element nullable annotations are specified, the number of annotations must match the cardinality of the tuple.. - /// - internal static string TupleElementNullableAnnotationCountMismatch { - get { - return ResourceManager.GetString("TupleElementNullableAnnotationCountMismatch", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Tuples must have at least two elements.. - /// - internal static string TuplesNeedAtLeastTwoElements { - get { - return ResourceManager.GetString("TuplesNeedAtLeastTwoElements", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The underlying type for a tuple must be tuple-compatible.. - /// - internal static string TupleUnderlyingTypeMustBeTupleCompatible { - get { - return ResourceManager.GetString("TupleUnderlyingTypeMustBeTupleCompatible", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to type must be a subclass of SyntaxAnnotation.. - /// - internal static string TypeMustBeASubclassOfSyntaxAnnotation { - get { - return ResourceManager.GetString("TypeMustBeASubclassOfSyntaxAnnotation", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Type must be same as host object type of previous submission.. - /// - internal static string TypeMustBeSameAsHostObjectTypeOfPreviousSubmission { - get { - return ResourceManager.GetString("TypeMustBeSameAsHostObjectTypeOfPreviousSubmission", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to type parameter. - /// - internal static string TypeParameter { - get { - return ResourceManager.GetString("TypeParameter", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Unable to determine specific cause of the failure.. - /// - internal static string UnableToDetermineSpecificCauseOfFailure { - get { - return ResourceManager.GetString("UnableToDetermineSpecificCauseOfFailure", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A node in the list is not of the expected type.. - /// - internal static string UnexpectedTypeOfNodeInList { - get { - return ResourceManager.GetString("UnexpectedTypeOfNodeInList", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Unrecognized resource file format.. - /// - internal static string UnrecognizedResourceFileFormat { - get { - return ResourceManager.GetString("UnrecognizedResourceFileFormat", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Unresolved: . - /// - internal static string Unresolved { - get { - return ResourceManager.GetString("Unresolved", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Argument contains an analyzer instance that does not belong to the 'Analyzers' for this CompilationWithAnalyzers instance.. - /// - internal static string UnsupportedAnalyzerInstance { - get { - return ResourceManager.GetString("UnsupportedAnalyzerInstance", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Reported diagnostic with ID '{0}' is not supported by the analyzer.. - /// - internal static string UnsupportedDiagnosticReported { - get { - return ResourceManager.GetString("UnsupportedDiagnosticReported", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Unsupported hash algorithm.. - /// - internal static string UnsupportedHashAlgorithm { - get { - return ResourceManager.GetString("UnsupportedHashAlgorithm", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Reported suppression with ID '{0}' is not supported by the suppressor.. - /// - internal static string UnsupportedSuppressionReported { - get { - return ResourceManager.GetString("UnsupportedSuppressionReported", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Value too large to be represented as a 30 bit unsigned integer.. - /// - internal static string Value_too_large_to_be_represented_as_a_30_bit_unsigned_integer { - get { - return ResourceManager.GetString("Value_too_large_to_be_represented_as_a_30_bit_unsigned_integer", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to WindowsRuntime identity can't be retargetable. - /// - internal static string WinRTIdentityCantBeRetargetable { - get { - return ResourceManager.GetString("WinRTIdentityCantBeRetargetable", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The diagnostic '{0}' was given an invalid severity '{1}' in the analyzer config file at '{2}'.. - /// - internal static string WRN_InvalidSeverityInAnalyzerConfig { - get { - return ResourceManager.GetString("WRN_InvalidSeverityInAnalyzerConfig", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Invalid severity in analyzer config file.. - /// - internal static string WRN_InvalidSeverityInAnalyzerConfig_Title { - get { - return ResourceManager.GetString("WRN_InvalidSeverityInAnalyzerConfig_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to References to XML documents are not supported.. - /// - internal static string XmlReferencesNotSupported { - get { - return ResourceManager.GetString("XmlReferencesNotSupported", resourceCulture); - } - } - } -} diff --git a/src/Compilers/Core/Portable/CommandLine/CommandLineArguments.cs b/src/Compilers/Core/Portable/CommandLine/CommandLineArguments.cs index 6799ca027ee86..b3e8a478b9335 100644 --- a/src/Compilers/Core/Portable/CommandLine/CommandLineArguments.cs +++ b/src/Compilers/Core/Portable/CommandLine/CommandLineArguments.cs @@ -2,6 +2,8 @@ // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. +#nullable enable + using System; using System.Collections.Generic; using System.Collections.Immutable; @@ -39,7 +41,7 @@ public abstract class CommandLineArguments /// absolute. This is the directory that relative paths specified on /// command line were resolved against. /// - public string BaseDirectory { get; internal set; } + public string? BaseDirectory { get; internal set; } /// /// A list of pairs of paths. This stores the value of the command-line compiler @@ -75,38 +77,38 @@ public abstract class CommandLineArguments /// /// Compilation name or null if not specified. /// - public string CompilationName { get; internal set; } + public string? CompilationName { get; internal set; } /// /// Gets the emit options. /// - public EmitOptions EmitOptions { get; internal set; } + public EmitOptions EmitOptions { get; internal set; } = null!; // initialized by Parse /// /// Name of the output file or null if not specified. /// - public string OutputFileName { get; internal set; } + public string? OutputFileName { get; internal set; } /// /// Path of the output ref assembly or null if not specified. /// - public string OutputRefFilePath { get; internal set; } + public string? OutputRefFilePath { get; internal set; } /// /// Path of the PDB file or null if same as output binary path with .pdb extension. /// - public string PdbPath { get; internal set; } + public string? PdbPath { get; internal set; } /// /// Path of the file containing information linking the compilation to source server that stores /// a snapshot of the source code included in the compilation. /// - public string SourceLink { get; internal set; } + public string? SourceLink { get; internal set; } /// /// Absolute path of the .ruleset file or null if not specified. /// - public string RuleSetPath { get; internal set; } + public string? RuleSetPath { get; internal set; } /// /// True to emit PDB information (to a standalone PDB file or embedded into the PE file). @@ -114,20 +116,19 @@ public abstract class CommandLineArguments public bool EmitPdb { get; internal set; } /// - /// Absolute path of the output directory. + /// Absolute path of the output directory (could only be null if there is an error reported). /// - public string OutputDirectory { get; internal set; } + public string OutputDirectory { get; internal set; } = null!; // initialized by Parse /// /// Absolute path of the documentation comment XML file or null if not specified. /// - public string DocumentationPath { get; internal set; } + public string? DocumentationPath { get; internal set; } /// /// Options controlling the generation of a SARIF log file containing compilation or /// analysis diagnostics, or null if no log file is desired. /// -#nullable enable public ErrorLogOptions? ErrorLogOptions { get; internal set; } /// @@ -135,12 +136,11 @@ public abstract class CommandLineArguments /// analysis diagnostics, or null if no log file is desired. /// public string? ErrorLogPath => ErrorLogOptions?.Path; -#nullable restore /// /// An absolute path of the app.config file or null if not specified. /// - public string AppConfigPath { get; internal set; } + public string? AppConfigPath { get; internal set; } /// /// Errors while parsing the command line arguments. @@ -205,18 +205,18 @@ public abstract class CommandLineArguments /// /// The path to a Win32 resource. /// - public string Win32ResourceFile { get; internal set; } + public string? Win32ResourceFile { get; internal set; } /// /// The path to a .ico icon file. /// - public string Win32Icon { get; internal set; } + public string? Win32Icon { get; internal set; } /// /// The path to a Win32 manifest file to embed /// into the output portable executable (PE) file. /// - public string Win32Manifest { get; internal set; } + public string? Win32Manifest { get; internal set; } /// /// If true, do not embed any Win32 manifest, including @@ -233,7 +233,7 @@ public abstract class CommandLineArguments /// /// Encoding to be used for source files or 'null' for autodetect/default. /// - public Encoding Encoding { get; internal set; } + public Encoding? Encoding { get; internal set; } /// /// Hash algorithm to use to calculate source file debug checksums and PDB checksum. @@ -262,7 +262,7 @@ public abstract class CommandLineArguments /// One with path and extension ".read" logging the files read, /// and second with path and extension ".write" logging the files written to during compilation. /// - public string TouchedFilesPath { get; internal set; } + public string? TouchedFilesPath { get; internal set; } /// /// If true, prints the full path of the file containing errors or @@ -293,7 +293,7 @@ public CompilationOptions CompilationOptions /// /// Specify the preferred output language name. /// - public CultureInfo PreferredUILang { get; internal set; } + public CultureInfo? PreferredUILang { get; internal set; } internal StrongNameProvider GetStrongNameProvider(StrongNameFileSystem fileSystem) => new DesktopStrongNameProvider(KeyFileSearchPaths, fileSystem); @@ -374,9 +374,9 @@ public IEnumerable ResolveMetadataReferences(MetadataReferenc /// /// called by CommonCompiler with diagnostics and message provider /// - internal IEnumerable ResolveMetadataReferences(MetadataReferenceResolver metadataResolver, List diagnosticsOpt, CommonMessageProvider messageProviderOpt) + internal IEnumerable ResolveMetadataReferences(MetadataReferenceResolver metadataResolver, List? diagnosticsOpt, CommonMessageProvider? messageProviderOpt) { - Debug.Assert(metadataResolver != null); + RoslynDebug.Assert(metadataResolver != null); var resolved = new List(); this.ResolveMetadataReferences(metadataResolver, diagnosticsOpt, messageProviderOpt, resolved); @@ -384,7 +384,7 @@ internal IEnumerable ResolveMetadataReferences(MetadataRefere return resolved; } - internal virtual bool ResolveMetadataReferences(MetadataReferenceResolver metadataResolver, List diagnosticsOpt, CommonMessageProvider messageProviderOpt, List resolved) + internal virtual bool ResolveMetadataReferences(MetadataReferenceResolver metadataResolver, List? diagnosticsOpt, CommonMessageProvider? messageProviderOpt, List resolved) { bool result = true; @@ -409,9 +409,9 @@ internal virtual bool ResolveMetadataReferences(MetadataReferenceResolver metada return result; } - internal static ImmutableArray ResolveMetadataReference(CommandLineReference cmdReference, MetadataReferenceResolver metadataResolver, List diagnosticsOpt, CommonMessageProvider messageProviderOpt) + internal static ImmutableArray ResolveMetadataReference(CommandLineReference cmdReference, MetadataReferenceResolver metadataResolver, List? diagnosticsOpt, CommonMessageProvider? messageProviderOpt) { - Debug.Assert(metadataResolver != null); + RoslynDebug.Assert(metadataResolver != null); Debug.Assert((diagnosticsOpt == null) == (messageProviderOpt == null)); ImmutableArray references; @@ -428,6 +428,7 @@ internal static ImmutableArray ResolveMetadataRefer if (references.IsDefaultOrEmpty && diagnosticsOpt != null) { + RoslynDebug.AssertNotNull(messageProviderOpt); diagnosticsOpt.Add(new DiagnosticInfo(messageProviderOpt, messageProviderOpt.ERR_MetadataFileNotFound, cmdReference.Reference)); return ImmutableArray.Empty; } @@ -464,7 +465,8 @@ internal ImmutableArray ResolveAnalyzersFromArguments( EventHandler errorHandler = (o, e) => { var analyzerReference = o as AnalyzerFileReference; - DiagnosticInfo diagnostic; + RoslynDebug.Assert(analyzerReference is object); + DiagnosticInfo? diagnostic; switch (e.ErrorCode) { case AnalyzerLoadFailureEventArgs.FailureErrorCode.UnableToLoadAnalyzer: @@ -520,9 +522,9 @@ internal ImmutableArray ResolveAnalyzersFromArguments( return analyzerBuilder.ToImmutable(); } - private AnalyzerFileReference ResolveAnalyzerReference(CommandLineAnalyzerReference reference, IAnalyzerAssemblyLoader analyzerLoader) + private AnalyzerFileReference? ResolveAnalyzerReference(CommandLineAnalyzerReference reference, IAnalyzerAssemblyLoader analyzerLoader) { - string resolvedPath = FileUtilities.ResolveRelativePath(reference.FilePath, basePath: null, baseDirectory: BaseDirectory, searchPaths: ReferencePaths, fileExists: File.Exists); + string? resolvedPath = FileUtilities.ResolveRelativePath(reference.FilePath, basePath: null, baseDirectory: BaseDirectory, searchPaths: ReferencePaths, fileExists: File.Exists); if (resolvedPath != null) { resolvedPath = FileUtilities.TryNormalizeAbsolutePath(resolvedPath); @@ -536,6 +538,5 @@ private AnalyzerFileReference ResolveAnalyzerReference(CommandLineAnalyzerRefere return null; } #endregion - } } diff --git a/src/Compilers/Core/Portable/CommandLine/CommandLineParser.cs b/src/Compilers/Core/Portable/CommandLine/CommandLineParser.cs index bc81a1f0aec54..7661e5d96a4f7 100644 --- a/src/Compilers/Core/Portable/CommandLine/CommandLineParser.cs +++ b/src/Compilers/Core/Portable/CommandLine/CommandLineParser.cs @@ -2,10 +2,13 @@ // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. +#nullable enable + using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics; +using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.IO; using System.Linq; @@ -25,7 +28,7 @@ public abstract class CommandLineParser internal CommandLineParser(CommonMessageProvider messageProvider, bool isScriptCommandLineParser) { - Debug.Assert(messageProvider != null); + RoslynDebug.Assert(messageProvider != null); _messageProvider = messageProvider; IsScriptCommandLineParser = isScriptCommandLineParser; } @@ -53,13 +56,18 @@ internal virtual TextReader CreateTextFileReader(string fullPath) /// File name pattern. May contain wildcards '*' (matches zero or more characters) and '?' (matches any character). /// Specifies whether to search the specified only, or all its subdirectories as well. /// Sequence of file paths. - internal virtual IEnumerable EnumerateFiles(string directory, string fileNamePattern, SearchOption searchOption) + internal virtual IEnumerable EnumerateFiles(string? directory, string fileNamePattern, SearchOption searchOption) { + if (directory is null) + { + return SpecializedCollections.EmptyEnumerable(); + } + Debug.Assert(PathUtilities.IsAbsolute(directory)); return Directory.EnumerateFiles(directory, fileNamePattern, searchOption); } - internal abstract CommandLineArguments CommonParse(IEnumerable args, string baseDirectory, string sdkDirectoryOpt, string additionalReferenceDirectories); + internal abstract CommandLineArguments CommonParse(IEnumerable args, string baseDirectory, string? sdkDirectoryOpt, string additionalReferenceDirectories); /// /// Parses a command line. @@ -69,7 +77,7 @@ internal virtual IEnumerable EnumerateFiles(string directory, string fil /// The directory to search for mscorlib, or null if not available. /// A string representing additional reference paths. /// a object representing the parsed command line. - public CommandLineArguments Parse(IEnumerable args, string baseDirectory, string sdkDirectory, string additionalReferenceDirectories) + public CommandLineArguments Parse(IEnumerable args, string baseDirectory, string? sdkDirectory, string additionalReferenceDirectories) { return CommonParse(args, baseDirectory, sdkDirectory, additionalReferenceDirectories); } @@ -79,7 +87,7 @@ private static bool IsOption(string arg) return !string.IsNullOrEmpty(arg) && (arg[0] == '/' || arg[0] == '-'); } - internal static bool TryParseOption(string arg, out string name, out string value) + internal static bool TryParseOption(string arg, [NotNullWhen(true)] out string? name, out string? value) { if (!IsOption(arg)) { @@ -130,12 +138,10 @@ internal static bool TryParseOption(string arg, out string name, out string valu return true; } -#nullable enable - internal ErrorLogOptions? ParseErrorLogOptions( string arg, IList diagnostics, - string baseDirectory, + string? baseDirectory, out bool diagnosticAlreadyReported) { diagnosticAlreadyReported = false; @@ -183,20 +189,18 @@ internal static bool TryParseOption(string arg, out string name, out string valu return new ErrorLogOptions(path, sarifVersion); } -#nullable restore - internal static void ParseAndNormalizeFile( string unquoted, - string baseDirectory, - out string outputFileName, - out string outputDirectory, + string? baseDirectory, + out string? outputFileName, + out string? outputDirectory, out string invalidPath) { outputFileName = null; outputDirectory = null; invalidPath = unquoted; - string resolvedPath = FileUtilities.ResolveRelativePath(unquoted, baseDirectory); + string? resolvedPath = FileUtilities.ResolveRelativePath(unquoted, baseDirectory); if (resolvedPath != null) { try @@ -234,7 +238,8 @@ internal static void ParseAndNormalizeFile( /// /// Trims all '.' and whitespace from the end of the path /// - internal static string RemoveTrailingSpacesAndDots(string path) + [return: NotNullIfNotNull("path")] + internal static string? RemoveTrailingSpacesAndDots(string? path) { if (path == null) { @@ -291,13 +296,13 @@ protected ImmutableArray> ParsePathMap(string pathM internal void ParseOutputFile( string value, IList errors, - string baseDirectory, - out string outputFileName, - out string outputDirectory) + string? baseDirectory, + out string? outputFileName, + out string? outputDirectory) { outputFileName = null; outputDirectory = null; - string invalidPath = null; + string? invalidPath = null; string unquoted = RemoveQuotesAndSlashes(value); ParseAndNormalizeFile(unquoted, baseDirectory, out outputFileName, out outputDirectory, out invalidPath); @@ -310,15 +315,15 @@ internal void ParseOutputFile( } } - internal string ParsePdbPath( + internal string? ParsePdbPath( string value, IList errors, - string baseDirectory) + string? baseDirectory) { - string outputFileName = null; - string outputDirectory = null; - string pdbPath = null; - string invalidPath = null; + string? outputFileName = null; + string? outputDirectory = null; + string? pdbPath = null; + string? invalidPath = null; string unquoted = RemoveQuotesAndSlashes(value); ParseAndNormalizeFile(unquoted, baseDirectory, out outputFileName, out outputDirectory, out invalidPath); @@ -329,22 +334,24 @@ internal string ParsePdbPath( } else { + // If outputDirectory were null, then outputFileName would be null (see ParseAndNormalizeFile) + Debug.Assert(outputDirectory is object); pdbPath = Path.ChangeExtension(Path.Combine(outputDirectory, outputFileName), ".pdb"); } return pdbPath; } - internal string ParseGenericPathToFile( + internal string? ParseGenericPathToFile( string unquoted, IList errors, - string baseDirectory, + string? baseDirectory, bool generateDiagnostic = true) { - string outputFileName = null; - string outputDirectory = null; - string genericPath = null; - string invalidPath = null; + string? outputFileName = null; + string? outputDirectory = null; + string? genericPath = null; + string? invalidPath = null; ParseAndNormalizeFile(unquoted, baseDirectory, out outputFileName, out outputDirectory, out invalidPath); if (string.IsNullOrWhiteSpace(outputFileName)) @@ -356,7 +363,8 @@ internal string ParseGenericPathToFile( } else { - genericPath = Path.Combine(outputDirectory, outputFileName); + // If outputDirectory were null, then outputFileName would be null (see ParseAndNormalizeFile) + genericPath = Path.Combine(outputDirectory!, outputFileName); } return genericPath; @@ -366,9 +374,9 @@ internal void FlattenArgs( IEnumerable rawArguments, IList diagnostics, List processedArgs, - List scriptArgsOpt, - string baseDirectory, - List responsePaths = null) + List? scriptArgsOpt, + string? baseDirectory, + List? responsePaths = null) { bool parsingScriptArgs = false; bool sourceFileSeen = false; @@ -384,7 +392,7 @@ internal void FlattenArgs( if (parsingScriptArgs) { - scriptArgsOpt.Add(arg); + scriptArgsOpt!.Add(arg); continue; } @@ -418,7 +426,7 @@ internal void FlattenArgs( { // response file: string path = RemoveQuotesAndSlashes(arg.Substring(1)).TrimEnd(null); - string resolvedPath = FileUtilities.ResolveRelativePath(path, baseDirectory); + string? resolvedPath = FileUtilities.ResolveRelativePath(path, baseDirectory); if (resolvedPath != null) { foreach (string newArg in ParseResponseFile(resolvedPath, diagnostics).Reverse()) @@ -436,7 +444,15 @@ internal void FlattenArgs( if (responsePaths != null) { - responsePaths.Add(FileUtilities.NormalizeAbsolutePath(PathUtilities.GetDirectoryName(resolvedPath))); + string? directory = PathUtilities.GetDirectoryName(resolvedPath); + if (directory is null) + { + diagnostics.Add(Diagnostic.Create(_messageProvider, _messageProvider.FTL_InvalidInputFileName, path)); + } + else + { + responsePaths.Add(FileUtilities.NormalizeAbsolutePath(directory)); + } } } else @@ -479,11 +495,11 @@ internal void FlattenArgs( /// internal static bool TryParseClientArgs( IEnumerable args, - out List parsedArgs, + out List? parsedArgs, out bool containsShared, - out string keepAliveValue, - out string pipeName, - out string errorMessage) + out string? keepAliveValue, + out string? pipeName, + out string? errorMessage) { containsShared = false; keepAliveValue = null; @@ -494,7 +510,7 @@ internal static bool TryParseClientArgs( foreach (var arg in args) { bool hasValue; - string value; + string? value; if (isClientArgsOption(arg, "keepalive", out hasValue, out value)) { if (string.IsNullOrEmpty(value)) @@ -552,7 +568,7 @@ internal static bool TryParseClientArgs( return true; } - bool isClientArgsOption(string arg, string optionName, out bool hasValue, out string optionValue) + bool isClientArgsOption(string arg, string optionName, out bool hasValue, out string? optionValue) { hasValue = false; optionValue = null; @@ -596,7 +612,7 @@ internal IEnumerable ParseResponseFile(string fullPath, IList ParseResponseLines(IEnumerable lines internal static void ParseResourceDescription( string resourceDescriptor, - string baseDirectory, + string? baseDirectory, bool skipLeadingSeparators, //VB does this - out string filePath, - out string fullPath, - out string fileName, + out string? filePath, + out string? fullPath, + out string? fileName, out string resourceName, - out string accessibility) + out string? accessibility) { filePath = null; fullPath = null; fileName = null; - resourceName = null; + resourceName = ""; accessibility = null; // resource descriptor is: "[,[,public|private]]" @@ -678,7 +694,7 @@ internal static void ParseResourceDescription( accessibility = RemoveQuotesAndSlashes(parts[offset + 2]); } - if (String.IsNullOrWhiteSpace(filePath)) + if (RoslynString.IsNullOrWhiteSpace(filePath)) { return; } @@ -688,7 +704,7 @@ internal static void ParseResourceDescription( // The default resource name is the file name. // Also use the file name for the name when user specifies string like "filePath,,private" - if (string.IsNullOrWhiteSpace(resourceName)) + if (RoslynString.IsNullOrWhiteSpace(resourceName)) { resourceName = fileName; } @@ -711,7 +727,8 @@ public static IEnumerable SplitCommandLineIntoArguments(string commandLi /// function is called RemoveQuotesAndSlashes. It has virtually the same behavior except for a few /// quirks in error cases. /// - internal static string RemoveQuotesAndSlashes(string arg) + [return: NotNullIfNotNull(parameterName: "arg")] + internal static string? RemoveQuotesAndSlashes(string? arg) { if (arg == null) { @@ -748,7 +765,7 @@ internal static string RemoveQuotesAndSlashes(string arg) /// internal static void ProcessSlashes(StringBuilder builder, string arg, ref int i) { - Debug.Assert(arg != null); + RoslynDebug.Assert(arg != null); Debug.Assert(i < arg.Length); var slashCount = 0; @@ -794,7 +811,7 @@ internal static void ProcessSlashes(StringBuilder builder, string arg, ref int i /// /// Split a string, based on whether "splitHere" returned true on each character. /// - private static IEnumerable Split(string str, Func splitHere) + private static IEnumerable Split(string? str, Func splitHere) { if (str == null) { @@ -818,15 +835,15 @@ private static IEnumerable Split(string str, Func splitHere) private static readonly char[] s_pathSeparators = { ';', ',' }; private static readonly char[] s_wildcards = new[] { '*', '?' }; - internal static IEnumerable ParseSeparatedPaths(string str) + internal static IEnumerable ParseSeparatedPaths(string? str) { - return ParseSeparatedStrings(str, s_pathSeparators, StringSplitOptions.RemoveEmptyEntries).Select(RemoveQuotesAndSlashes); + return ParseSeparatedStrings(str, s_pathSeparators, StringSplitOptions.RemoveEmptyEntries).Select(RemoveQuotesAndSlashes)!; } /// /// Split a string by a set of separators, taking quotes into account. /// - internal static IEnumerable ParseSeparatedStrings(string str, char[] separators, StringSplitOptions options = StringSplitOptions.None) + internal static IEnumerable ParseSeparatedStrings(string? str, char[] separators, StringSplitOptions options = StringSplitOptions.None) { bool inQuotes = false; @@ -848,7 +865,7 @@ internal IEnumerable ResolveRelativePaths(IEnumerable paths, str { foreach (var path in paths) { - string resolvedPath = FileUtilities.ResolveRelativePath(path, baseDirectory); + string? resolvedPath = FileUtilities.ResolveRelativePath(path, baseDirectory); if (resolvedPath == null) { errors.Add(Diagnostic.Create(_messageProvider, _messageProvider.FTL_InvalidInputFileName, path)); @@ -879,7 +896,7 @@ private protected CommandLineSourceFile ToCommandLineSourceFile(string resolvedP return new CommandLineSourceFile(resolvedPath, isScriptFile, isInputRedirected); } - internal IEnumerable ParseFileArgument(string arg, string baseDirectory, IList errors) + internal IEnumerable ParseFileArgument(string arg, string? baseDirectory, IList errors) { Debug.Assert(IsScriptCommandLineParser || !arg.StartsWith("-", StringComparison.Ordinal) && !arg.StartsWith("@", StringComparison.Ordinal)); @@ -900,7 +917,7 @@ internal IEnumerable ParseFileArgument(string arg, string baseDirectory, } else { - string resolvedPath = FileUtilities.ResolveRelativePath(path, baseDirectory); + string? resolvedPath = FileUtilities.ResolveRelativePath(path, baseDirectory); if (resolvedPath == null) { errors.Add(Diagnostic.Create(MessageProvider, (int)MessageProvider.FTL_InvalidInputFileName, path)); @@ -912,7 +929,7 @@ internal IEnumerable ParseFileArgument(string arg, string baseDirectory, } } - private protected IEnumerable ParseSeparatedFileArgument(string value, string baseDirectory, IList errors) + private protected IEnumerable ParseSeparatedFileArgument(string value, string? baseDirectory, IList errors) { foreach (string path in ParseSeparatedPaths(value).Where((path) => !string.IsNullOrWhiteSpace(path))) { @@ -923,7 +940,7 @@ private protected IEnumerable ParseSeparatedFileArgument(string value, s } } - internal IEnumerable ParseRecurseArgument(string arg, string baseDirectory, IList errors) + internal IEnumerable ParseRecurseArgument(string arg, string? baseDirectory, IList errors) { foreach (var path in ExpandFileNamePattern(arg, baseDirectory, SearchOption.AllDirectories, errors)) { @@ -931,7 +948,7 @@ internal IEnumerable ParseRecurseArgument(string arg, str } } - internal static Encoding TryParseEncodingName(string arg) + internal static Encoding? TryParseEncodingName(string arg) { long codepage; if (!string.IsNullOrWhiteSpace(arg) @@ -970,18 +987,18 @@ internal static SourceHashAlgorithm TryParseHashAlgorithmName(string arg) private IEnumerable ExpandFileNamePattern( string path, - string baseDirectory, + string? baseDirectory, SearchOption searchOption, IList errors) { - string directory = PathUtilities.GetDirectoryName(path); + string? directory = PathUtilities.GetDirectoryName(path); string pattern = PathUtilities.GetFileName(path); var resolvedDirectoryPath = string.IsNullOrEmpty(directory) ? baseDirectory : FileUtilities.ResolveRelativePath(directory, baseDirectory); - IEnumerator enumerator = null; + IEnumerator? enumerator = null; try { bool yielded = false; @@ -996,7 +1013,7 @@ private IEnumerable ExpandFileNamePattern( { while (true) { - string resolvedPath = null; + string? resolvedPath = null; try { if (enumerator == null) @@ -1059,7 +1076,7 @@ private IEnumerable ExpandFileNamePattern( internal abstract void GenerateErrorForNoFilesFoundInRecurse(string path, IList errors); - internal ReportDiagnostic GetDiagnosticOptionsFromRulesetFile(string fullPath, out Dictionary diagnosticOptions, IList diagnostics) + internal ReportDiagnostic GetDiagnosticOptionsFromRulesetFile(string? fullPath, out Dictionary diagnosticOptions, IList diagnostics) { return RuleSet.GetDiagnosticOptionsFromRulesetFile(fullPath, out diagnosticOptions, diagnostics, _messageProvider); } @@ -1070,11 +1087,11 @@ internal ReportDiagnostic GetDiagnosticOptionsFromRulesetFile(string fullPath, o /// The string value. /// The result if parsing was successful. /// true if parsing was successful, otherwise false. - internal static bool TryParseUInt64(string value, out ulong result) + internal static bool TryParseUInt64(string? value, out ulong result) { result = 0; - if (String.IsNullOrEmpty(value)) + if (RoslynString.IsNullOrEmpty(value)) { return false; } @@ -1108,11 +1125,11 @@ internal static bool TryParseUInt64(string value, out ulong result) /// The string value. /// The result if parsing was successful. /// true if parsing was successful, otherwise false. - internal static bool TryParseUInt16(string value, out ushort result) + internal static bool TryParseUInt16(string? value, out ushort result) { result = 0; - if (String.IsNullOrEmpty(value)) + if (RoslynString.IsNullOrEmpty(value)) { return false; } diff --git a/src/Compilers/Core/Portable/Compilation/Compilation.cs b/src/Compilers/Core/Portable/Compilation/Compilation.cs index b14cce21055ef..63d383b029bf3 100644 --- a/src/Compilers/Core/Portable/Compilation/Compilation.cs +++ b/src/Compilers/Core/Portable/Compilation/Compilation.cs @@ -2732,7 +2732,7 @@ internal bool SerializeToPeStream( pePdbFilePath = null; } - if (moduleBeingBuilt.DebugInformationFormat == DebugInformationFormat.Embedded && !string.IsNullOrEmpty(pePdbFilePath)) + if (moduleBeingBuilt.DebugInformationFormat == DebugInformationFormat.Embedded && !RoslynString.IsNullOrEmpty(pePdbFilePath)) { pePdbFilePath = PathUtilities.GetFileName(pePdbFilePath); } diff --git a/src/Compilers/Core/Portable/Desktop/AssemblyPortabilityPolicy.cs b/src/Compilers/Core/Portable/Desktop/AssemblyPortabilityPolicy.cs index cfb7c689db94e..47bb4f2fb9987 100644 --- a/src/Compilers/Core/Portable/Desktop/AssemblyPortabilityPolicy.cs +++ b/src/Compilers/Core/Portable/Desktop/AssemblyPortabilityPolicy.cs @@ -54,12 +54,6 @@ private static bool ReadToChild(XmlReader reader, int depth, string elementName, DtdProcessing = DtdProcessing.Prohibit, }; - [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.FxCop.Rules.Security.Xml.SecurityXmlRules", "CA3053:UseXmlSecureResolver", - MessageId = "System.Xml.XmlReader.Create", - Justification = @"For the call to XmlReader.Create() below, CA3053 recommends setting the -XmlReaderSettings.XmlResolver property to either null or an instance of XmlSecureResolver. -However, the said XmlResolver property no longer exists in .NET portable framework (i.e. core framework) which means there is no way to set it. -So we suppress this error until the reporting for CA3053 has been updated to account for .NET portable framework.")] internal static AssemblyPortabilityPolicy LoadFromXml(Stream input) { // Note: Unlike Fusion XML reader the XmlReader doesn't allow whitespace in front of diff --git a/src/Compilers/Core/Portable/DocumentationComments/DocumentationCommentIncludeCache.cs b/src/Compilers/Core/Portable/DocumentationComments/DocumentationCommentIncludeCache.cs index 809ccdfc66105..e5a5d75070531 100644 --- a/src/Compilers/Core/Portable/DocumentationComments/DocumentationCommentIncludeCache.cs +++ b/src/Compilers/Core/Portable/DocumentationComments/DocumentationCommentIncludeCache.cs @@ -44,12 +44,6 @@ public XDocument GetOrMakeDocument(string resolvedPath) /// /// /// - [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.FxCop.Rules.Security.Xml.SecurityXmlRules", "CA3053:UseXmlSecureResolver", - MessageId = "System.Xml.XmlReader.Create", - Justification = @"For the call to XmlReader.Create() below, CA3053 recommends setting the -XmlReaderSettings.XmlResolver property to either null or an instance of XmlSecureResolver. -However, the said XmlResolver property no longer exists in .NET portable framework (i.e. core framework) which means there is no way to set it. -So we suppress this error until the reporting for CA3053 has been updated to account for .NET portable framework.")] private static KeyValuePair MakeValue(XmlReferenceResolver resolver, string resolvedPath) { CacheMissCount++; diff --git a/src/Compilers/Core/Portable/DocumentationComments/XmlDocumentationCommentTextReader.cs b/src/Compilers/Core/Portable/DocumentationComments/XmlDocumentationCommentTextReader.cs index cb80b3ffb086c..b31f7399ff0a5 100644 --- a/src/Compilers/Core/Portable/DocumentationComments/XmlDocumentationCommentTextReader.cs +++ b/src/Compilers/Core/Portable/DocumentationComments/XmlDocumentationCommentTextReader.cs @@ -32,12 +32,6 @@ public static XmlException ParseAndGetException(string text) private static readonly XmlReaderSettings s_xmlSettings = new XmlReaderSettings { DtdProcessing = DtdProcessing.Prohibit }; // internal for testing - [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.FxCop.Rules.Security.Xml.SecurityXmlRules", "CA3053:UseXmlSecureResolver", - MessageId = "System.Xml.XmlReader.Create", - Justification = @"For the call to XmlReader.Create() below, CA3053 recommends setting the -XmlReaderSettings.XmlResolver property to either null or an instance of XmlSecureResolver. -However, the said XmlResolver property no longer exists in .NET portable framework (i.e. core framework) which means there is no way to set it. -So we suppress this error until the reporting for CA3053 has been updated to account for .NET portable framework.")] internal XmlException ParseInternal(string text) { _textReader.SetText(text); diff --git a/src/Compilers/Core/Portable/FileSystem/FileUtilities.cs b/src/Compilers/Core/Portable/FileSystem/FileUtilities.cs index 4340a0277d909..d3c852029bf36 100644 --- a/src/Compilers/Core/Portable/FileSystem/FileUtilities.cs +++ b/src/Compilers/Core/Portable/FileSystem/FileUtilities.cs @@ -2,6 +2,8 @@ // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. +#nullable enable + using System; using System.Collections.Generic; using System.Diagnostics; @@ -37,18 +39,18 @@ internal static class FileUtilities /// /// The resolved path or null if the path can't be resolved or does not exist. /// - internal static string ResolveRelativePath( + internal static string? ResolveRelativePath( string path, - string basePath, - string baseDirectory, + string? basePath, + string? baseDirectory, IEnumerable searchPaths, Func fileExists) { Debug.Assert(baseDirectory == null || searchPaths != null || PathUtilities.IsAbsolute(baseDirectory)); - Debug.Assert(searchPaths != null); - Debug.Assert(fileExists != null); + RoslynDebug.Assert(searchPaths != null); + RoslynDebug.Assert(fileExists != null); - string combinedPath; + string? combinedPath; var kind = PathUtilities.GetPathKind(path); if (kind == PathKind.Relative) { @@ -91,19 +93,21 @@ internal static string ResolveRelativePath( return null; } - internal static string ResolveRelativePath(string path, string baseDirectory) + internal static string? ResolveRelativePath(string? path, string? baseDirectory) { return ResolveRelativePath(path, null, baseDirectory); } - internal static string ResolveRelativePath(string path, string basePath, string baseDirectory) + internal static string? ResolveRelativePath(string? path, string? basePath, string? baseDirectory) { Debug.Assert(baseDirectory == null || PathUtilities.IsAbsolute(baseDirectory)); return ResolveRelativePath(PathUtilities.GetPathKind(path), path, basePath, baseDirectory); } - private static string ResolveRelativePath(PathKind kind, string path, string basePath, string baseDirectory) + private static string? ResolveRelativePath(PathKind kind, string? path, string? basePath, string? baseDirectory) { + Debug.Assert(PathUtilities.GetPathKind(path) == kind); + switch (kind) { case PathKind.Empty: @@ -126,7 +130,7 @@ private static string ResolveRelativePath(PathKind kind, string path, string bas return null; } - if (path.Length == 1) + if (path!.Length == 1) { // "." return baseDirectory; @@ -148,7 +152,7 @@ private static string ResolveRelativePath(PathKind kind, string path, string bas return PathUtilities.CombinePathsUnchecked(baseDirectory, path); case PathKind.RelativeToCurrentRoot: - string baseRoot; + string? baseRoot; if (basePath != null) { baseRoot = PathUtilities.GetPathRoot(basePath); @@ -162,12 +166,12 @@ private static string ResolveRelativePath(PathKind kind, string path, string bas return null; } - if (string.IsNullOrEmpty(baseRoot)) + if (RoslynString.IsNullOrEmpty(baseRoot)) { return null; } - Debug.Assert(PathUtilities.IsDirectorySeparator(path[0])); + Debug.Assert(PathUtilities.IsDirectorySeparator(path![0])); Debug.Assert(path.Length == 1 || !PathUtilities.IsDirectorySeparator(path[1])); return PathUtilities.CombinePathsUnchecked(baseRoot, path.Substring(1)); @@ -183,10 +187,10 @@ private static string ResolveRelativePath(PathKind kind, string path, string bas } } - private static string GetBaseDirectory(string basePath, string baseDirectory) + private static string? GetBaseDirectory(string? basePath, string? baseDirectory) { // relative base paths are relative to the base directory: - string resolvedBasePath = ResolveRelativePath(basePath, baseDirectory); + string? resolvedBasePath = ResolveRelativePath(basePath, baseDirectory); if (resolvedBasePath == null) { return baseDirectory; @@ -206,7 +210,7 @@ private static string GetBaseDirectory(string basePath, string baseDirectory) private static readonly char[] s_invalidPathChars = Path.GetInvalidPathChars(); - internal static string NormalizeRelativePath(string path, string basePath, string baseDirectory) + internal static string? NormalizeRelativePath(string path, string? basePath, string? baseDirectory) { // Does this look like a URI at all or does it have any invalid path characters? If so, just use it as is. if (path.IndexOf("://", StringComparison.Ordinal) >= 0 || path.IndexOfAny(s_invalidPathChars) >= 0) @@ -214,13 +218,13 @@ internal static string NormalizeRelativePath(string path, string basePath, strin return null; } - string resolvedPath = ResolveRelativePath(path, basePath, baseDirectory); + string? resolvedPath = ResolveRelativePath(path, basePath, baseDirectory); if (resolvedPath == null) { return null; } - string normalizedPath = TryNormalizeAbsolutePath(resolvedPath); + string? normalizedPath = TryNormalizeAbsolutePath(resolvedPath); if (normalizedPath == null) { return null; @@ -263,7 +267,7 @@ internal static string NormalizeDirectoryPath(string path) return NormalizeAbsolutePath(path).TrimEnd(Path.DirectorySeparatorChar, Path.AltDirectorySeparatorChar); } - internal static string TryNormalizeAbsolutePath(string path) + internal static string? TryNormalizeAbsolutePath(string path) { Debug.Assert(PathUtilities.IsAbsolute(path)); @@ -322,7 +326,7 @@ internal static T RethrowExceptionsAsIOException(Func operation) /// Used to create a file given a path specified by the user. /// paramName - Provided by the Public surface APIs to have a clearer message. Internal API just rethrow the exception /// - internal static Stream CreateFileStreamChecked(Func factory, string path, string paramName = null) + internal static Stream CreateFileStreamChecked(Func factory, string path, string? paramName = null) { try { diff --git a/src/Compilers/Core/Portable/FileSystem/PathUtilities.cs b/src/Compilers/Core/Portable/FileSystem/PathUtilities.cs index 661cc7c3f94ea..2ba2c68619253 100644 --- a/src/Compilers/Core/Portable/FileSystem/PathUtilities.cs +++ b/src/Compilers/Core/Portable/FileSystem/PathUtilities.cs @@ -2,6 +2,8 @@ // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. +#nullable enable + using System; using System.Collections.Generic; using System.Collections.Immutable; @@ -93,7 +95,7 @@ public static string GetExtension(string path) return FileNameUtilities.GetExtension(path); } - public static string ChangeExtension(string path, string extension) + public static string ChangeExtension(string path, string? extension) { return FileNameUtilities.ChangeExtension(path, extension); } @@ -103,7 +105,8 @@ public static string RemoveExtension(string path) return FileNameUtilities.ChangeExtension(path, extension: null); } - public static string GetFileName(string path, bool includeExtension = true) + [return: NotNullIfNotNull(parameterName: "path")] + public static string? GetFileName(string? path, bool includeExtension = true) { return FileNameUtilities.GetFileName(path, includeExtension); } @@ -115,12 +118,12 @@ public static string GetFileName(string path, bool includeExtension = true) /// Unlike it doesn't check for invalid path characters /// /// Prefix of path that represents a directory - public static string GetDirectoryName(string path) + public static string? GetDirectoryName(string? path) { return GetDirectoryName(path, IsUnixLikePlatform); } - private static string GetDirectoryName(string path, bool isUnixLike) + internal static string? GetDirectoryName(string? path, bool isUnixLike) { if (path != null) { @@ -152,17 +155,17 @@ private static string GetDirectoryName(string path, bool isUnixLike) internal static bool IsSameDirectoryOrChildOf(string child, string parent) { parent = RemoveTrailingDirectorySeparator(parent); - - while (child != null) + string? currentChild = child; + while (currentChild != null) { - child = RemoveTrailingDirectorySeparator(child); + currentChild = RemoveTrailingDirectorySeparator(currentChild); - if (child.Equals(parent, StringComparison.OrdinalIgnoreCase)) + if (currentChild.Equals(parent, StringComparison.OrdinalIgnoreCase)) { return true; } - child = GetDirectoryName(child); + currentChild = GetDirectoryName(currentChild); } return false; @@ -171,12 +174,14 @@ internal static bool IsSameDirectoryOrChildOf(string child, string parent) /// /// Gets the root part of the path. /// - public static string GetPathRoot(string path) + [return: NotNullIfNotNull(parameterName: "path")] + public static string? GetPathRoot(string? path) { return GetPathRoot(path, IsUnixLikePlatform); } - private static string GetPathRoot(string path, bool isUnixLike) + [return: NotNullIfNotNull(parameterName: "path")] + private static string? GetPathRoot(string? path, bool isUnixLike) { if (path == null) { @@ -279,9 +284,9 @@ private static string GetUnixRoot(string path) /// /// Gets the specific kind of relative or absolute path. /// - public static PathKind GetPathKind(string path) + public static PathKind GetPathKind(string? path) { - if (string.IsNullOrWhiteSpace(path)) + if (RoslynString.IsNullOrWhiteSpace(path)) { return PathKind.Empty; } @@ -335,12 +340,10 @@ public static PathKind GetPathKind(string path) return PathKind.Relative; } -#nullable enable - /// /// True if the path is an absolute path (rooted to drive or network share) /// - public static bool IsAbsolute([NotNullWhen(true)]string? path) + public static bool IsAbsolute([NotNullWhen(true)] string? path) { if (RoslynString.IsNullOrEmpty(path)) { @@ -366,8 +369,6 @@ public static bool IsAbsolute([NotNullWhen(true)]string? path) IsDirectorySeparator(path[1]); } -#nullable restore - /// /// Returns true if given path is absolute and starts with a drive specification ("C:\"). /// @@ -389,7 +390,7 @@ private static bool IsDriveRootedAbsolutePath(string path) /// or relative to a drive directory (e.g. "C:abc\def"). /// /// - public static string CombineAbsoluteAndRelativePaths(string root, string relativePath) + public static string? CombineAbsoluteAndRelativePaths(string root, string relativePath) { Debug.Assert(IsAbsolute(root)); @@ -403,9 +404,9 @@ public static string CombineAbsoluteAndRelativePaths(string root, string relativ /// Second path: relative and non-null. /// null, if is null; a combined path, otherwise. /// - public static string CombinePossiblyRelativeAndRelativePaths(string rootOpt, string relativePath) + public static string? CombinePossiblyRelativeAndRelativePaths(string? rootOpt, string? relativePath) { - if (string.IsNullOrEmpty(rootOpt)) + if (RoslynString.IsNullOrEmpty(rootOpt)) { return null; } @@ -424,9 +425,9 @@ public static string CombinePossiblyRelativeAndRelativePaths(string rootOpt, str return CombinePathsUnchecked(rootOpt, relativePath); } - public static string CombinePathsUnchecked(string root, string relativePath) + public static string CombinePathsUnchecked(string root, string? relativePath) { - Debug.Assert(!string.IsNullOrEmpty(root)); + RoslynDebug.Assert(!RoslynString.IsNullOrEmpty(root)); char c = root[root.Length - 1]; if (!IsDirectorySeparator(c) && c != VolumeSeparatorChar) @@ -455,9 +456,9 @@ private static string RemoveTrailingDirectorySeparator(string path) /// public static bool IsFilePath(string assemblyDisplayNameOrPath) { - Debug.Assert(assemblyDisplayNameOrPath != null); + RoslynDebug.Assert(assemblyDisplayNameOrPath != null); - string extension = FileNameUtilities.GetExtension(assemblyDisplayNameOrPath); + string? extension = FileNameUtilities.GetExtension(assemblyDisplayNameOrPath); return string.Equals(extension, ".dll", StringComparison.OrdinalIgnoreCase) || string.Equals(extension, ".exe", StringComparison.OrdinalIgnoreCase) || assemblyDisplayNameOrPath.IndexOf(DirectorySeparatorChar) != -1 @@ -483,7 +484,7 @@ public static bool ContainsPathComponent(string path, string component, bool ign var comparer = ignoreCase ? StringComparer.OrdinalIgnoreCase : StringComparer.Ordinal; int count = 0; - var currentPath = path; + string? currentPath = path; while (currentPath != null) { var currentName = GetFileName(currentPath); @@ -638,7 +639,7 @@ private static bool PathCharEqual(char x, char y) : char.ToUpperInvariant(x) == char.ToUpperInvariant(y); } - private static int PathHashCode(string path) + private static int PathHashCode(string? path) { int hc = 0; @@ -703,11 +704,11 @@ public static string NormalizePathPrefix(string filePath, ImmutableArray - public static bool IsValidFilePath(string fullPath) + public static bool IsValidFilePath([NotNullWhen(true)] string? fullPath) { try { - if (string.IsNullOrEmpty(fullPath)) + if (RoslynString.IsNullOrEmpty(fullPath)) { return false; } @@ -736,9 +737,9 @@ public static string NormalizeWithForwardSlash(string p) public static readonly IEqualityComparer Comparer = new PathComparer(); - private class PathComparer : IEqualityComparer + private class PathComparer : IEqualityComparer { - public bool Equals(string x, string y) + public bool Equals(string? x, string? y) { if (x == null && y == null) { @@ -753,7 +754,7 @@ public bool Equals(string x, string y) return PathsEqual(x, y); } - public int GetHashCode(string s) + public int GetHashCode(string? s) { return PathHashCode(s); } @@ -761,7 +762,7 @@ public int GetHashCode(string s) internal static class TestAccessor { - internal static string GetDirectoryName(string path, bool isUnixLike) + internal static string? GetDirectoryName(string path, bool isUnixLike) => PathUtilities.GetDirectoryName(path, isUnixLike); } } diff --git a/src/Compilers/Core/Portable/InternalUtilities/FailFast.cs b/src/Compilers/Core/Portable/InternalUtilities/FailFast.cs index 415acbbca6ad4..d607e551f5867 100644 --- a/src/Compilers/Core/Portable/InternalUtilities/FailFast.cs +++ b/src/Compilers/Core/Portable/InternalUtilities/FailFast.cs @@ -25,7 +25,7 @@ internal static void OnFatalException(Exception exception) Debugger.Break(); } -#if !NETFX20 +#if !NET20 // don't fail fast with an aggregate exception that is masking true exception var aggregate = exception as AggregateException; if (aggregate != null && aggregate.InnerExceptions.Count == 1) diff --git a/src/Compilers/Core/Portable/InternalUtilities/FatalError.cs b/src/Compilers/Core/Portable/InternalUtilities/FatalError.cs index d56a1b097f350..4b1555edb147a 100644 --- a/src/Compilers/Core/Portable/InternalUtilities/FatalError.cs +++ b/src/Compilers/Core/Portable/InternalUtilities/FatalError.cs @@ -199,7 +199,7 @@ private static void Report(Exception exception, Action? handler) return; } -#if !NETFX20 +#if !NET20 if (exception is AggregateException aggregate && aggregate.InnerExceptions.Count == 1 && aggregate.InnerExceptions[0].Data[s_reportedMarker] != null) { return; diff --git a/src/Compilers/Core/Portable/InternalUtilities/FileNameUtilities.cs b/src/Compilers/Core/Portable/InternalUtilities/FileNameUtilities.cs index caec9abf4ee0a..10172d2b225d0 100644 --- a/src/Compilers/Core/Portable/InternalUtilities/FileNameUtilities.cs +++ b/src/Compilers/Core/Portable/InternalUtilities/FileNameUtilities.cs @@ -17,7 +17,6 @@ namespace Roslyn.Utilities /// internal static class FileNameUtilities { - private const string DirectorySeparatorStr = "\\"; internal const char DirectorySeparatorChar = '\\'; internal const char AltDirectorySeparatorChar = '/'; internal const char VolumeSeparatorChar = ':'; diff --git a/src/Compilers/Core/Portable/InternalUtilities/GeneratedCodeUtilities.cs b/src/Compilers/Core/Portable/InternalUtilities/GeneratedCodeUtilities.cs index 7a5ae7eb15a29..d50a68ab9ee22 100644 --- a/src/Compilers/Core/Portable/InternalUtilities/GeneratedCodeUtilities.cs +++ b/src/Compilers/Core/Portable/InternalUtilities/GeneratedCodeUtilities.cs @@ -62,7 +62,7 @@ internal static bool IsGeneratedCode(string? filePath, SyntaxNode root, Func - - True - True - CodeAnalysisResources.resx - @@ -99,11 +94,7 @@ - - ResXFileCodeGenerator - Designer - CodeAnalysisResources.Designer.cs - + diff --git a/src/Compilers/Core/Portable/RuleSet/RuleSet.cs b/src/Compilers/Core/Portable/RuleSet/RuleSet.cs index 910d25b8eb694..62ca92e3147bf 100644 --- a/src/Compilers/Core/Portable/RuleSet/RuleSet.cs +++ b/src/Compilers/Core/Portable/RuleSet/RuleSet.cs @@ -279,17 +279,18 @@ public static ImmutableArray GetEffectiveIncludesFromFile(string filePat return ImmutableArray.Empty; } +#nullable enable /// /// Parses the ruleset file at the given and returns the following diagnostic options from the parsed file: /// 1) A map of from rule ID to option. /// 2) A global option for all rules in the ruleset file. /// - public static ReportDiagnostic GetDiagnosticOptionsFromRulesetFile(string rulesetFileFullPath, out Dictionary specificDiagnosticOptions) + public static ReportDiagnostic GetDiagnosticOptionsFromRulesetFile(string? rulesetFileFullPath, out Dictionary specificDiagnosticOptions) { return GetDiagnosticOptionsFromRulesetFile(rulesetFileFullPath, out specificDiagnosticOptions, null, null); } - internal static ReportDiagnostic GetDiagnosticOptionsFromRulesetFile(string rulesetFileFullPath, out Dictionary diagnosticOptions, IList diagnosticsOpt, CommonMessageProvider messageProviderOpt) + internal static ReportDiagnostic GetDiagnosticOptionsFromRulesetFile(string? rulesetFileFullPath, out Dictionary diagnosticOptions, IList? diagnosticsOpt, CommonMessageProvider? messageProviderOpt) { diagnosticOptions = new Dictionary(); if (rulesetFileFullPath == null) @@ -299,6 +300,7 @@ internal static ReportDiagnostic GetDiagnosticOptionsFromRulesetFile(string rule return GetDiagnosticOptionsFromRulesetFile(diagnosticOptions, rulesetFileFullPath, diagnosticsOpt, messageProviderOpt); } +#nullable restore private static ReportDiagnostic GetDiagnosticOptionsFromRulesetFile(Dictionary diagnosticOptions, string resolvedPath, IList diagnosticsOpt, CommonMessageProvider messageProviderOpt) { diff --git a/src/Compilers/Core/Portable/RuleSet/RuleSetProcessor.cs b/src/Compilers/Core/Portable/RuleSet/RuleSetProcessor.cs index 4a75d0e530d18..d57420712c6eb 100644 --- a/src/Compilers/Core/Portable/RuleSet/RuleSetProcessor.cs +++ b/src/Compilers/Core/Portable/RuleSet/RuleSetProcessor.cs @@ -54,12 +54,6 @@ internal class RuleSetProcessor /// Creates and loads the rule set from a file /// /// The file path to load the rule set - [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.FxCop.Rules.Security.Xml.SecurityXmlRules", "CA3053:UseXmlSecureResolver", - MessageId = "System.Xml.XmlReader.Create", - Justification = @"For the call to XmlReader.Create() below, CA3053 recommends setting the -XmlReaderSettings.XmlResolver property to either null or an instance of XmlSecureResolver. -However, the said XmlResolver property no longer exists in .NET portable framework (i.e. core framework) which means there is no way to set it. -So we suppress this error until the reporting for CA3053 has been updated to account for .NET portable framework.")] public static RuleSet LoadFromFile(string filePath) { // First read the file without doing any validation diff --git a/src/Compilers/Core/Portable/SourceFileResolver.cs b/src/Compilers/Core/Portable/SourceFileResolver.cs index bbbf3805c07de..f9a15ee1d601b 100644 --- a/src/Compilers/Core/Portable/SourceFileResolver.cs +++ b/src/Compilers/Core/Portable/SourceFileResolver.cs @@ -98,13 +98,13 @@ public SourceFileResolver( public override string? NormalizePath(string path, string? baseFilePath) { - string normalizedPath = FileUtilities.NormalizeRelativePath(path, baseFilePath, _baseDirectory); + string? normalizedPath = FileUtilities.NormalizeRelativePath(path, baseFilePath, _baseDirectory); return (normalizedPath == null || _pathMap.IsDefaultOrEmpty) ? normalizedPath : PathUtilities.NormalizePathPrefix(normalizedPath, _pathMap); } public override string? ResolveReference(string path, string? baseFilePath) { - string resolvedPath = FileUtilities.ResolveRelativePath(path, baseFilePath, _baseDirectory, _searchPaths, FileExists); + string? resolvedPath = FileUtilities.ResolveRelativePath(path, baseFilePath, _baseDirectory, _searchPaths, FileExists); if (resolvedPath == null) { return null; diff --git a/src/Compilers/Core/Portable/XmlFileResolver.cs b/src/Compilers/Core/Portable/XmlFileResolver.cs index 62612f961c551..22961387065a9 100644 --- a/src/Compilers/Core/Portable/XmlFileResolver.cs +++ b/src/Compilers/Core/Portable/XmlFileResolver.cs @@ -6,6 +6,7 @@ using System; using System.Diagnostics; +using System.Diagnostics.CodeAnalysis; using System.IO; using Roslyn.Utilities; @@ -52,7 +53,7 @@ public string? BaseDirectory // Dev11: first look relative to the directory containing the file with the element (baseFilepath) // and then look in the base directory (i.e. current working directory of the compiler). - string resolvedPath; + string? resolvedPath; if (baseFilePath != null) { @@ -83,7 +84,7 @@ public override Stream OpenRead(string resolvedPath) return FileUtilities.OpenRead(resolvedPath); } - protected virtual bool FileExists(string? resolvedPath) + protected virtual bool FileExists([NotNullWhen(true)] string? resolvedPath) { return File.Exists(resolvedPath); } diff --git a/src/Compilers/Shared/RuntimeHostInfo.cs b/src/Compilers/Shared/RuntimeHostInfo.cs index b7811ed9dd0f6..6c32f0bf4f3bc 100644 --- a/src/Compilers/Shared/RuntimeHostInfo.cs +++ b/src/Compilers/Shared/RuntimeHostInfo.cs @@ -7,7 +7,9 @@ using System; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; +using System.IO; using System.IO.Pipes; +using Roslyn.Utilities; namespace Microsoft.CodeAnalysis { @@ -20,6 +22,7 @@ internal static class RuntimeHostInfo internal static bool IsCoreClrRuntime => !IsDesktopRuntime; internal static string ToolExtension => IsCoreClrRuntime ? "dll" : "exe"; + private static string NativeToolSuffix => PlatformInformation.IsWindows ? ".exe" : ""; /// /// This gets information about invoking a tool on the current runtime. This will attempt to @@ -29,6 +32,11 @@ internal static (string processFilePath, string commandLineArguments, string too { Debug.Assert(!toolFilePathWithoutExtension.EndsWith(".dll") && !toolFilePathWithoutExtension.EndsWith(".exe")); + var nativeToolFilePath = $"{toolFilePathWithoutExtension}{NativeToolSuffix}"; + if (IsCoreClrRuntime && File.Exists(nativeToolFilePath)) + { + return (nativeToolFilePath, commandLineArguments, nativeToolFilePath); + } var toolFilePath = $"{toolFilePathWithoutExtension}.{ToolExtension}"; if (IsDotNetHost(out string? pathToDotNet)) { diff --git a/src/ExpressionEvaluator/Core/Test/ExpressionCompiler/Resources/Empty.dll b/src/Compilers/Test/Resources/Core/ExpressionCompiler/Empty.dll similarity index 100% rename from src/ExpressionEvaluator/Core/Test/ExpressionCompiler/Resources/Empty.dll rename to src/Compilers/Test/Resources/Core/ExpressionCompiler/Empty.dll diff --git a/src/ExpressionEvaluator/Core/Test/ExpressionCompiler/Resources/LibraryA.winmd b/src/Compilers/Test/Resources/Core/ExpressionCompiler/LibraryA.winmd similarity index 100% rename from src/ExpressionEvaluator/Core/Test/ExpressionCompiler/Resources/LibraryA.winmd rename to src/Compilers/Test/Resources/Core/ExpressionCompiler/LibraryA.winmd diff --git a/src/ExpressionEvaluator/Core/Test/ExpressionCompiler/Resources/LibraryB.winmd b/src/Compilers/Test/Resources/Core/ExpressionCompiler/LibraryB.winmd similarity index 100% rename from src/ExpressionEvaluator/Core/Test/ExpressionCompiler/Resources/LibraryB.winmd rename to src/Compilers/Test/Resources/Core/ExpressionCompiler/LibraryB.winmd diff --git a/src/ExpressionEvaluator/Core/Test/ExpressionCompiler/Resources/NoValidTables.metadata b/src/Compilers/Test/Resources/Core/ExpressionCompiler/NoValidTables.metadata similarity index 100% rename from src/ExpressionEvaluator/Core/Test/ExpressionCompiler/Resources/NoValidTables.metadata rename to src/Compilers/Test/Resources/Core/ExpressionCompiler/NoValidTables.metadata diff --git a/src/ExpressionEvaluator/Core/Test/ExpressionCompiler/Resources/Windows.Data.winmd b/src/Compilers/Test/Resources/Core/ExpressionCompiler/Windows.Data.winmd similarity index 100% rename from src/ExpressionEvaluator/Core/Test/ExpressionCompiler/Resources/Windows.Data.winmd rename to src/Compilers/Test/Resources/Core/ExpressionCompiler/Windows.Data.winmd diff --git a/src/ExpressionEvaluator/Core/Test/ExpressionCompiler/Resources/Windows.Storage.winmd b/src/Compilers/Test/Resources/Core/ExpressionCompiler/Windows.Storage.winmd similarity index 100% rename from src/ExpressionEvaluator/Core/Test/ExpressionCompiler/Resources/Windows.Storage.winmd rename to src/Compilers/Test/Resources/Core/ExpressionCompiler/Windows.Storage.winmd diff --git a/src/ExpressionEvaluator/Core/Test/ExpressionCompiler/Resources/Windows.winmd b/src/Compilers/Test/Resources/Core/ExpressionCompiler/Windows.winmd similarity index 100% rename from src/ExpressionEvaluator/Core/Test/ExpressionCompiler/Resources/Windows.winmd rename to src/Compilers/Test/Resources/Core/ExpressionCompiler/Windows.winmd diff --git a/src/Compilers/Test/Resources/Core/Microsoft.CodeAnalysis.Compiler.Test.Resources.csproj b/src/Compilers/Test/Resources/Core/Microsoft.CodeAnalysis.Compiler.Test.Resources.csproj index e0d7a1dca3e82..4bb68c69ea3ee 100644 --- a/src/Compilers/Test/Resources/Core/Microsoft.CodeAnalysis.Compiler.Test.Resources.csproj +++ b/src/Compilers/Test/Resources/Core/Microsoft.CodeAnalysis.Compiler.Test.Resources.csproj @@ -12,6 +12,7 @@ + @@ -99,9 +100,6 @@ - - - @@ -371,7 +369,6 @@ - @@ -392,6 +389,4 @@ - - \ No newline at end of file diff --git a/src/Compilers/Test/Resources/Core/TestResources.cs b/src/Compilers/Test/Resources/Core/TestResources.cs index 51191acb297f4..a5d0e0f81c1f9 100644 --- a/src/Compilers/Test/Resources/Core/TestResources.cs +++ b/src/Compilers/Test/Resources/Core/TestResources.cs @@ -54,6 +54,30 @@ public static class Basic private static byte[] s_nativeApp; public static byte[] NativeApp => ResourceLoader.GetOrCreateResource(ref s_nativeApp, "MetadataTests.NativeApp.exe"); } + + public static class ExpressionCompiler + { + private static byte[] s_empty; + public static byte[] Empty => ResourceLoader.GetOrCreateResource(ref s_empty, "ExpressionCompiler.Empty.dll"); + + private static byte[] s_libraryA; + public static byte[] LibraryA => ResourceLoader.GetOrCreateResource(ref s_libraryA, "ExpressionCompiler.LibraryA.winmd"); + + private static byte[] s_libraryB; + public static byte[] LibraryB => ResourceLoader.GetOrCreateResource(ref s_libraryB, "ExpressionCompiler.LibraryB.winmd"); + + private static byte[] s_noValidTables; + public static byte[] NoValidTables => ResourceLoader.GetOrCreateResource(ref s_noValidTables, "ExpressionCompiler.NoValidTables.metadata"); + + private static byte[] s_windows; + public static byte[] Windows => ResourceLoader.GetOrCreateResource(ref s_windows, "ExpressionCompiler.Windows.winmd"); + + private static byte[] s_windowsData; + public static byte[] WindowsData => ResourceLoader.GetOrCreateResource(ref s_windowsData, "ExpressionCompiler.Windows.Data.winmd"); + + private static byte[] s_windowsStorage; + public static byte[] WindowsStorage => ResourceLoader.GetOrCreateResource(ref s_windowsStorage, "ExpressionCompiler.Windows.Storage.winmd"); + } } namespace TestResources.MetadataTests diff --git a/src/Compilers/VisualBasic/Portable/Errors/ErrorFactories.vb b/src/Compilers/VisualBasic/Portable/Errors/ErrorFactories.vb index 8137eee9d4810..f48186a910472 100644 --- a/src/Compilers/VisualBasic/Portable/Errors/ErrorFactories.vb +++ b/src/Compilers/VisualBasic/Portable/Errors/ErrorFactories.vb @@ -93,7 +93,7 @@ Namespace Microsoft.CodeAnalysis.VisualBasic Friend Shared ReadOnly Property ResourceManager As Resources.ResourceManager Get If s_resourceManager Is Nothing Then - s_resourceManager = New Resources.ResourceManager("VBResources", GetType(ERRID).GetTypeInfo().Assembly) + s_resourceManager = New Resources.ResourceManager(GetType(VBResources).FullName, GetType(ERRID).GetTypeInfo().Assembly) End If Return s_resourceManager diff --git a/src/Compilers/VisualBasic/Portable/Microsoft.CodeAnalysis.VisualBasic.vbproj b/src/Compilers/VisualBasic/Portable/Microsoft.CodeAnalysis.VisualBasic.vbproj index 3c86d9709632e..2ab31d8c491ff 100644 --- a/src/Compilers/VisualBasic/Portable/Microsoft.CodeAnalysis.VisualBasic.vbproj +++ b/src/Compilers/VisualBasic/Portable/Microsoft.CodeAnalysis.VisualBasic.vbproj @@ -20,17 +20,7 @@ - - True - True - VBResources.resx - - - Microsoft.CodeAnalysis.VisualBasic - VbMyResourcesResXFileCodeGenerator - Designer - VBResources.Designer.vb - + diff --git a/src/Compilers/VisualBasic/Portable/VBResources.Designer.vb b/src/Compilers/VisualBasic/Portable/VBResources.Designer.vb deleted file mode 100644 index f84759d94951a..0000000000000 --- a/src/Compilers/VisualBasic/Portable/VBResources.Designer.vb +++ /dev/null @@ -1,15926 +0,0 @@ -'------------------------------------------------------------------------------ -' -' This code was generated by a tool. -' Runtime Version:4.0.30319.42000 -' -' Changes to this file may cause incorrect behavior and will be lost if -' the code is regenerated. -' -'------------------------------------------------------------------------------ - -Option Strict On -Option Explicit On - -Imports System - -Namespace Microsoft.CodeAnalysis.VisualBasic - - 'This class was auto-generated by the StronglyTypedResourceBuilder - 'class via a tool like ResGen or Visual Studio. - 'To add or remove a member, edit your .ResX file then rerun ResGen - 'with the /str option, or rebuild your VS project. - ''' - ''' A strongly-typed resource class, for looking up localized strings, etc. - ''' - _ - Friend Module VBResources - - Private resourceMan As Global.System.Resources.ResourceManager - - Private resourceCulture As Global.System.Globalization.CultureInfo - - ''' - ''' Returns the cached ResourceManager instance used by this class. - ''' - _ - Friend ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager - Get - If Object.ReferenceEquals(resourceMan, Nothing) Then - Dim temp As Global.System.Resources.ResourceManager = New Global.System.Resources.ResourceManager("VBResources", GetType(VBResources).Assembly) - resourceMan = temp - End If - Return resourceMan - End Get - End Property - - ''' - ''' Overrides the current thread's CurrentUICulture property for all - ''' resource lookups using this strongly typed resource class. - ''' - _ - Friend Property Culture() As Global.System.Globalization.CultureInfo - Get - Return resourceCulture - End Get - Set - resourceCulture = value - End Set - End Property - - ''' - ''' Looks up a localized string similar to AggregateSyntax not within syntax tree. - ''' - Friend ReadOnly Property AggregateSyntaxNotWithinSyntaxTree() As String - Get - Return ResourceManager.GetString("AggregateSyntaxNotWithinSyntaxTree", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to AnonymousObjectCreationExpressionSyntax not within syntax tree. - ''' - Friend ReadOnly Property AnonymousObjectCreationExpressionSyntaxNotWithinTree() As String - Get - Return ResourceManager.GetString("AnonymousObjectCreationExpressionSyntaxNotWithinTree", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Associated type does not have type parameters. - ''' - Friend ReadOnly Property AssociatedTypeDoesNotHaveTypeParameters() As String - Get - Return ResourceManager.GetString("AssociatedTypeDoesNotHaveTypeParameters", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Cannot add compiler special tree. - ''' - Friend ReadOnly Property CannotAddCompilerSpecialTree() As String - Get - Return ResourceManager.GetString("CannotAddCompilerSpecialTree", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Cannot remove compiler special tree. - ''' - Friend ReadOnly Property CannotRemoveCompilerSpecialTree() As String - Get - Return ResourceManager.GetString("CannotRemoveCompilerSpecialTree", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Can't reference compilation of type '{0}' from {1} compilation.. - ''' - Friend ReadOnly Property CantReferenceCompilationFromTypes() As String - Get - Return ResourceManager.GetString("CantReferenceCompilationFromTypes", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Chaining speculative semantic model is not supported. You should create a speculative model from the non-speculative ParentModel.. - ''' - Friend ReadOnly Property ChainingSpeculativeModelIsNotSupported() As String - Get - Return ResourceManager.GetString("ChainingSpeculativeModelIsNotSupported", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Compilation (Visual Basic): . - ''' - Friend ReadOnly Property CompilationVisualBasic() As String - Get - Return ResourceManager.GetString("CompilationVisualBasic", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to DeclarationSyntax not within syntax tree. - ''' - Friend ReadOnly Property DeclarationSyntaxNotWithinSyntaxTree() As String - Get - Return ResourceManager.GetString("DeclarationSyntaxNotWithinSyntaxTree", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to DeclarationSyntax not within tree. - ''' - Friend ReadOnly Property DeclarationSyntaxNotWithinTree() As String - Get - Return ResourceManager.GetString("DeclarationSyntaxNotWithinTree", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Elements cannot be null.. - ''' - Friend ReadOnly Property ElementsCannotBeNull() As String - Get - Return ResourceManager.GetString("ElementsCannotBeNull", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Cannot find the interop type that matches the embedded type '{0}'. Are you missing an assembly reference?. - ''' - Friend ReadOnly Property ERR_AbsentReferenceToPIA1() As String - Get - Return ResourceManager.GetString("ERR_AbsentReferenceToPIA1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' cannot expose type '{1}' in {2} '{3}' through {4} '{5}'.. - ''' - Friend ReadOnly Property ERR_AccessMismatch6() As String - Get - Return ResourceManager.GetString("ERR_AccessMismatch6", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' cannot expose the underlying delegate type '{1}' of the event it is implementing outside the project through {2} '{3}'.. - ''' - Friend ReadOnly Property ERR_AccessMismatchImplementedEvent4() As String - Get - Return ResourceManager.GetString("ERR_AccessMismatchImplementedEvent4", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' cannot expose the underlying delegate type '{1}' of the event it is implementing to {2} '{3}' through {4} '{5}'.. - ''' - Friend ReadOnly Property ERR_AccessMismatchImplementedEvent6() As String - Get - Return ResourceManager.GetString("ERR_AccessMismatchImplementedEvent6", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' cannot expose type '{1}' outside the project through {2} '{3}'.. - ''' - Friend ReadOnly Property ERR_AccessMismatchOutsideAssembly4() As String - Get - Return ResourceManager.GetString("ERR_AccessMismatchOutsideAssembly4", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'AddHandler' or 'RemoveHandler' statement event operand must be a dot-qualified expression or a simple name.. - ''' - Friend ReadOnly Property ERR_AddOrRemoveHandlerEvent() As String - Get - Return ResourceManager.GetString("ERR_AddOrRemoveHandlerEvent", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to The type of the 'AddHandler' method's parameter must be the same as the type of the event.. - ''' - Friend ReadOnly Property ERR_AddParamWrongForWinRT() As String - Get - Return ResourceManager.GetString("ERR_AddParamWrongForWinRT", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'AddHandler' and 'RemoveHandler' method parameters must have the same delegate type as the containing event.. - ''' - Friend ReadOnly Property ERR_AddRemoveParamNotEventType() As String - Get - Return ResourceManager.GetString("ERR_AddRemoveParamNotEventType", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'AddressOf' expressions are not valid in the first expression of a 'Select Case' statement.. - ''' - Friend ReadOnly Property ERR_AddressOfInSelectCaseExpr() As String - Get - Return ResourceManager.GetString("ERR_AddressOfInSelectCaseExpr", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'AddressOf' expression cannot be converted to '{0}' because type '{0}' is declared 'MustInherit' and cannot be created.. - ''' - Friend ReadOnly Property ERR_AddressOfNotCreatableDelegate1() As String - Get - Return ResourceManager.GetString("ERR_AddressOfNotCreatableDelegate1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'AddressOf' expression cannot be converted to '{0}' because '{0}' is not a delegate type.. - ''' - Friend ReadOnly Property ERR_AddressOfNotDelegate1() As String - Get - Return ResourceManager.GetString("ERR_AddressOfNotDelegate1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Methods of 'System.Nullable(Of T)' cannot be used as operands of the 'AddressOf' operator.. - ''' - Friend ReadOnly Property ERR_AddressOfNullableMethod() As String - Get - Return ResourceManager.GetString("ERR_AddressOfNullableMethod", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'AddressOf' operand must be the name of a method (without parentheses).. - ''' - Friend ReadOnly Property ERR_AddressOfOperandNotMethod() As String - Get - Return ResourceManager.GetString("ERR_AddressOfOperandNotMethod", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Object initializer syntax cannot be used to initialize an instance of 'System.Object'.. - ''' - Friend ReadOnly Property ERR_AggrInitInvalidForObject() As String - Get - Return ResourceManager.GetString("ERR_AggrInitInvalidForObject", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Agnostic assembly cannot have a processor specific module '{0}'.. - ''' - Friend ReadOnly Property ERR_AgnosticToMachineModule() As String - Get - Return ResourceManager.GetString("ERR_AgnosticToMachineModule", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' is ambiguous across the inherited interfaces '{1}' and '{2}'.. - ''' - Friend ReadOnly Property ERR_AmbiguousAcrossInterfaces3() As String - Get - Return ResourceManager.GetString("ERR_AmbiguousAcrossInterfaces3", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Option Strict On does not allow implicit conversions from '{0}' to '{1}' because the conversion is ambiguous.. - ''' - Friend ReadOnly Property ERR_AmbiguousCastConversion2() As String - Get - Return ResourceManager.GetString("ERR_AmbiguousCastConversion2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to No accessible '{0}' is most specific: {1}. - ''' - Friend ReadOnly Property ERR_AmbiguousDelegateBinding2() As String - Get - Return ResourceManager.GetString("ERR_AmbiguousDelegateBinding2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Member '{0}.{1}' that matches this signature cannot be implemented because the interface '{2}' contains multiple members with this same name and signature: - ''' '{3}' - ''' '{4}'. - ''' - Friend ReadOnly Property ERR_AmbiguousImplements3() As String - Get - Return ResourceManager.GetString("ERR_AmbiguousImplements3", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' exists in multiple base interfaces. Use the name of the interface that declares '{0}' in the 'Implements' clause instead of the name of the derived interface.. - ''' - Friend ReadOnly Property ERR_AmbiguousImplementsMember3() As String - Get - Return ResourceManager.GetString("ERR_AmbiguousImplementsMember3", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' is ambiguous, imported from the namespaces or types '{1}'.. - ''' - Friend ReadOnly Property ERR_AmbiguousInImports2() As String - Get - Return ResourceManager.GetString("ERR_AmbiguousInImports2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' is ambiguous between declarations in Modules '{1}'.. - ''' - Friend ReadOnly Property ERR_AmbiguousInModules2() As String - Get - Return ResourceManager.GetString("ERR_AmbiguousInModules2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' is ambiguous in the namespace '{1}'.. - ''' - Friend ReadOnly Property ERR_AmbiguousInNamespace2() As String - Get - Return ResourceManager.GetString("ERR_AmbiguousInNamespace2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' is ambiguous between declarations in namespaces '{1}'.. - ''' - Friend ReadOnly Property ERR_AmbiguousInNamespaces2() As String - Get - Return ResourceManager.GetString("ERR_AmbiguousInNamespaces2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' is ambiguous.. - ''' - Friend ReadOnly Property ERR_AmbiguousInUnnamedNamespace1() As String - Get - Return ResourceManager.GetString("ERR_AmbiguousInUnnamedNamespace1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Member '{0}' that matches this signature cannot be overridden because the class '{1}' contains multiple members with this same name and signature: {2}. - ''' - Friend ReadOnly Property ERR_AmbiguousOverrides3() As String - Get - Return ResourceManager.GetString("ERR_AmbiguousOverrides3", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type of '{0}' is ambiguous because the loop bounds and the step clause do not convert to the same type.. - ''' - Friend ReadOnly Property ERR_AmbiguousWidestType3() As String - Get - Return ResourceManager.GetString("ERR_AmbiguousWidestType3", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Anonymous type member name cannot be inferred from an XML identifier that is not a valid Visual Basic identifier.. - ''' - Friend ReadOnly Property ERR_AnonTypeFieldXMLNameInference() As String - Get - Return ResourceManager.GetString("ERR_AnonTypeFieldXMLNameInference", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type characters cannot be used in anonymous type declarations.. - ''' - Friend ReadOnly Property ERR_AnonymousTypeDisallowsTypeChar() As String - Get - Return ResourceManager.GetString("ERR_AnonymousTypeDisallowsTypeChar", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Identifier expected, preceded with a period.. - ''' - Friend ReadOnly Property ERR_AnonymousTypeExpectedIdentifier() As String - Get - Return ResourceManager.GetString("ERR_AnonymousTypeExpectedIdentifier", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Anonymous type member name can be inferred only from a simple or qualified name with no arguments.. - ''' - Friend ReadOnly Property ERR_AnonymousTypeFieldNameInference() As String - Get - Return ResourceManager.GetString("ERR_AnonymousTypeFieldNameInference", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Anonymous type member name must be preceded by a period.. - ''' - Friend ReadOnly Property ERR_AnonymousTypeNameWithoutPeriod() As String - Get - Return ResourceManager.GetString("ERR_AnonymousTypeNameWithoutPeriod", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Anonymous type must contain at least one member.. - ''' - Friend ReadOnly Property ERR_AnonymousTypeNeedField() As String - Get - Return ResourceManager.GetString("ERR_AnonymousTypeNeedField", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Anonymous type member property '{0}' cannot be used to infer the type of another member property because the type of '{0}' is not yet established.. - ''' - Friend ReadOnly Property ERR_AnonymousTypePropertyOutOfOrder1() As String - Get - Return ResourceManager.GetString("ERR_AnonymousTypePropertyOutOfOrder1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Copying the value of 'ByRef' parameter '{0}' back to the matching argument narrows from type '{1}' to type '{2}'.. - ''' - Friend ReadOnly Property ERR_ArgumentCopyBackNarrowing3() As String - Get - Return ResourceManager.GetString("ERR_ArgumentCopyBackNarrowing3", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Argument matching parameter '{0}' narrows to '{1}'.. - ''' - Friend ReadOnly Property ERR_ArgumentNarrowing2() As String - Get - Return ResourceManager.GetString("ERR_ArgumentNarrowing2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Argument matching parameter '{0}' narrows from '{1}' to '{2}'.. - ''' - Friend ReadOnly Property ERR_ArgumentNarrowing3() As String - Get - Return ResourceManager.GetString("ERR_ArgumentNarrowing3", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to option '{0}' requires '{1}'. - ''' - Friend ReadOnly Property ERR_ArgumentRequired() As String - Get - Return ResourceManager.GetString("ERR_ArgumentRequired", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Comma, ')', or a valid expression continuation expected.. - ''' - Friend ReadOnly Property ERR_ArgumentSyntax() As String - Get - Return ResourceManager.GetString("ERR_ArgumentSyntax", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Array initializers are valid only for arrays, but the type of '{0}' is '{1}'.. - ''' - Friend ReadOnly Property ERR_ArrayInitForNonArray2() As String - Get - Return ResourceManager.GetString("ERR_ArrayInitForNonArray2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Array initializer cannot be specified for a non constant dimension; use the empty initializer '{}'.. - ''' - Friend ReadOnly Property ERR_ArrayInitializerForNonConstDim() As String - Get - Return ResourceManager.GetString("ERR_ArrayInitializerForNonConstDim", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Array initializer has too few dimensions.. - ''' - Friend ReadOnly Property ERR_ArrayInitializerTooFewDimensions() As String - Get - Return ResourceManager.GetString("ERR_ArrayInitializerTooFewDimensions", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Array initializer has too many dimensions.. - ''' - Friend ReadOnly Property ERR_ArrayInitializerTooManyDimensions() As String - Get - Return ResourceManager.GetString("ERR_ArrayInitializerTooManyDimensions", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Arrays declared as structure members cannot be declared with an initial size.. - ''' - Friend ReadOnly Property ERR_ArrayInitInStruct() As String - Get - Return ResourceManager.GetString("ERR_ArrayInitInStruct", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Cannot infer an element type. Specifying the type of the array might correct this error.. - ''' - Friend ReadOnly Property ERR_ArrayInitNoType() As String - Get - Return ResourceManager.GetString("ERR_ArrayInitNoType", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Cannot infer an element type, and Option Strict On does not allow 'Object' to be assumed. Specifying the type of the array might correct this error.. - ''' - Friend ReadOnly Property ERR_ArrayInitNoTypeObjectDisallowed() As String - Get - Return ResourceManager.GetString("ERR_ArrayInitNoTypeObjectDisallowed", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Cannot infer an element type because more than one type is possible. Specifying the type of the array might correct this error.. - ''' - Friend ReadOnly Property ERR_ArrayInitTooManyTypesObjectDisallowed() As String - Get - Return ResourceManager.GetString("ERR_ArrayInitTooManyTypesObjectDisallowed", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '(' unexpected. Arrays of uninstantiated generic types are not allowed.. - ''' - Friend ReadOnly Property ERR_ArrayOfRawGenericInvalid() As String - Get - Return ResourceManager.GetString("ERR_ArrayOfRawGenericInvalid", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Array exceeds the limit of 32 dimensions.. - ''' - Friend ReadOnly Property ERR_ArrayRankLimit() As String - Get - Return ResourceManager.GetString("ERR_ArrayRankLimit", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Arrays cannot be declared with 'New'.. - ''' - Friend ReadOnly Property ERR_AsNewArray() As String - Get - Return ResourceManager.GetString("ERR_AsNewArray", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to The 'Main' method cannot be marked 'Async'.. - ''' - Friend ReadOnly Property ERR_AsyncSubMain() As String - Get - Return ResourceManager.GetString("ERR_AsyncSubMain", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' cannot be named as a parameter in an attribute specifier because it is not a field or property.. - ''' - Friend ReadOnly Property ERR_AttrAssignmentNotFieldOrProp1() As String - Get - Return ResourceManager.GetString("ERR_AttrAssignmentNotFieldOrProp1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type parameters, generic types or types contained in generic types cannot be used as attributes.. - ''' - Friend ReadOnly Property ERR_AttrCannotBeGenerics() As String - Get - Return ResourceManager.GetString("ERR_AttrCannotBeGenerics", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' cannot be used as an attribute because it is declared 'MustInherit'.. - ''' - Friend ReadOnly Property ERR_AttributeCannotBeAbstract() As String - Get - Return ResourceManager.GetString("ERR_AttributeCannotBeAbstract", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' cannot be used as an attribute because it is not a class.. - ''' - Friend ReadOnly Property ERR_AttributeMustBeClassNotStruct1() As String - Get - Return ResourceManager.GetString("ERR_AttributeMustBeClassNotStruct1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' cannot be used as an attribute because it does not inherit from 'System.Attribute'.. - ''' - Friend ReadOnly Property ERR_AttributeMustInheritSysAttr() As String - Get - Return ResourceManager.GetString("ERR_AttributeMustInheritSysAttr", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Attributes cannot be applied to return types of lambda expressions.. - ''' - Friend ReadOnly Property ERR_AttributeOnLambdaReturnType() As String - Get - Return ResourceManager.GetString("ERR_AttributeOnLambdaReturnType", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to XML attribute '{0}' must appear before XML attribute '{1}'.. - ''' - Friend ReadOnly Property ERR_AttributeOrder() As String - Get - Return ResourceManager.GetString("ERR_AttributeOrder", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Attribute parameter '{0}' must be specified.. - ''' - Friend ReadOnly Property ERR_AttributeParameterRequired1() As String - Get - Return ResourceManager.GetString("ERR_AttributeParameterRequired1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Attribute parameter '{0}' or '{1}' must be specified.. - ''' - Friend ReadOnly Property ERR_AttributeParameterRequired2() As String - Get - Return ResourceManager.GetString("ERR_AttributeParameterRequired2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Assembly or Module attribute statements must precede any declarations in a file.. - ''' - Friend ReadOnly Property ERR_AttributeStmtWrongOrder() As String - Get - Return ResourceManager.GetString("ERR_AttributeStmtWrongOrder", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Auto-implemented properties cannot be WriteOnly.. - ''' - Friend ReadOnly Property ERR_AutoPropertyCantBeWriteOnly() As String - Get - Return ResourceManager.GetString("ERR_AutoPropertyCantBeWriteOnly", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Auto-implemented properties cannot have parameters.. - ''' - Friend ReadOnly Property ERR_AutoPropertyCantHaveParams() As String - Get - Return ResourceManager.GetString("ERR_AutoPropertyCantHaveParams", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Auto-implemented Properties contained in Structures cannot have initializers unless they are marked 'Shared'.. - ''' - Friend ReadOnly Property ERR_AutoPropertyInitializedInStructure() As String - Get - Return ResourceManager.GetString("ERR_AutoPropertyInitializedInStructure", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Cannot convert anonymous type to an expression tree because a property of the type is used to initialize another property.. - ''' - Friend ReadOnly Property ERR_BadAnonymousTypeForExprTree() As String - Get - Return ResourceManager.GetString("ERR_BadAnonymousTypeForExprTree", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Invalid assembly name: {0}. - ''' - Friend ReadOnly Property ERR_BadAssemblyName() As String - Get - Return ResourceManager.GetString("ERR_BadAssemblyName", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Async methods cannot have ByRef parameters.. - ''' - Friend ReadOnly Property ERR_BadAsyncByRefParam() As String - Get - Return ResourceManager.GetString("ERR_BadAsyncByRefParam", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Await' may only be used in a query expression within the first collection expression of the initial 'From' clause or within the collection expression of a 'Join' clause.. - ''' - Friend ReadOnly Property ERR_BadAsyncInQuery() As String - Get - Return ResourceManager.GetString("ERR_BadAsyncInQuery", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to The 'Async' modifier can only be used on Subs, or on Functions that return Task or Task(Of T).. - ''' - Friend ReadOnly Property ERR_BadAsyncReturn() As String - Get - Return ResourceManager.GetString("ERR_BadAsyncReturn", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Since this is an async method, the return expression must be of type '{0}' rather than 'Task(Of {0})'.. - ''' - Friend ReadOnly Property ERR_BadAsyncReturnOperand1() As String - Get - Return ResourceManager.GetString("ERR_BadAsyncReturnOperand1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Attribute '{0}' is not valid: Incorrect argument value.. - ''' - Friend ReadOnly Property ERR_BadAttribute1() As String - Get - Return ResourceManager.GetString("ERR_BadAttribute1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Attribute constructor has a parameter of type '{0}', which is not an integral, floating-point or Enum type or one of Object, Char, String, Boolean, System.Type or 1-dimensional array of these types.. - ''' - Friend ReadOnly Property ERR_BadAttributeConstructor1() As String - Get - Return ResourceManager.GetString("ERR_BadAttributeConstructor1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Attribute constructor has a 'ByRef' parameter of type '{0}'; cannot use constructors with byref parameters to apply the attribute.. - ''' - Friend ReadOnly Property ERR_BadAttributeConstructor2() As String - Get - Return ResourceManager.GetString("ERR_BadAttributeConstructor2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Attribute cannot be used because it does not have a Public constructor.. - ''' - Friend ReadOnly Property ERR_BadAttributeNonPublicConstructor() As String - Get - Return ResourceManager.GetString("ERR_BadAttributeNonPublicConstructor", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type '{0}' cannot be used in an attribute because its container '{1}' is not declared 'Public'.. - ''' - Friend ReadOnly Property ERR_BadAttributeNonPublicContType2() As String - Get - Return ResourceManager.GetString("ERR_BadAttributeNonPublicContType2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Attribute member '{0}' cannot be the target of an assignment because it is not declared 'Public'.. - ''' - Friend ReadOnly Property ERR_BadAttributeNonPublicProperty1() As String - Get - Return ResourceManager.GetString("ERR_BadAttributeNonPublicProperty1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type '{0}' cannot be used in an attribute because it is not declared 'Public'.. - ''' - Friend ReadOnly Property ERR_BadAttributeNonPublicType1() As String - Get - Return ResourceManager.GetString("ERR_BadAttributeNonPublicType1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Property or field '{0}' does not have a valid attribute type.. - ''' - Friend ReadOnly Property ERR_BadAttributePropertyType1() As String - Get - Return ResourceManager.GetString("ERR_BadAttributePropertyType1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'ReadOnly' attribute property '{0}' cannot be the target of an assignment.. - ''' - Friend ReadOnly Property ERR_BadAttributeReadOnlyProperty1() As String - Get - Return ResourceManager.GetString("ERR_BadAttributeReadOnlyProperty1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Shared' attribute property '{0}' cannot be the target of an assignment.. - ''' - Friend ReadOnly Property ERR_BadAttributeSharedProperty1() As String - Get - Return ResourceManager.GetString("ERR_BadAttributeSharedProperty1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' cannot be applied because the format of the GUID '{1}' is not correct.. - ''' - Friend ReadOnly Property ERR_BadAttributeUuid2() As String - Get - Return ResourceManager.GetString("ERR_BadAttributeUuid2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Await' can only be used within an Async lambda expression. Consider marking this lambda expression with the 'Async' modifier.. - ''' - Friend ReadOnly Property ERR_BadAwaitInNonAsyncLambda() As String - Get - Return ResourceManager.GetString("ERR_BadAwaitInNonAsyncLambda", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Await' can only be used within an Async method. Consider marking this method with the 'Async' modifier and changing its return type to 'Task(Of {0})'.. - ''' - Friend ReadOnly Property ERR_BadAwaitInNonAsyncMethod() As String - Get - Return ResourceManager.GetString("ERR_BadAwaitInNonAsyncMethod", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Await' can only be used within an Async method. Consider marking this method with the 'Async' modifier and changing its return type to 'Task'.. - ''' - Friend ReadOnly Property ERR_BadAwaitInNonAsyncVoidMethod() As String - Get - Return ResourceManager.GetString("ERR_BadAwaitInNonAsyncVoidMethod", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Await' cannot be used inside a 'Catch' statement, a 'Finally' statement, or a 'SyncLock' statement.. - ''' - Friend ReadOnly Property ERR_BadAwaitInTryHandler() As String - Get - Return ResourceManager.GetString("ERR_BadAwaitInTryHandler", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Cannot await Nothing. Consider awaiting 'Task.Yield()' instead.. - ''' - Friend ReadOnly Property ERR_BadAwaitNothing() As String - Get - Return ResourceManager.GetString("ERR_BadAwaitNothing", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Await' can only be used when contained within a method or lambda expression marked with the 'Async' modifier.. - ''' - Friend ReadOnly Property ERR_BadAwaitNotInAsyncMethodOrLambda() As String - Get - Return ResourceManager.GetString("ERR_BadAwaitNotInAsyncMethodOrLambda", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Syntax error in conditional compilation expression.. - ''' - Friend ReadOnly Property ERR_BadCCExpression() As String - Get - Return ResourceManager.GetString("ERR_BadCCExpression", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Algorithm '{0}' is not supported. - ''' - Friend ReadOnly Property ERR_BadChecksumAlgorithm() As String - Get - Return ResourceManager.GetString("ERR_BadChecksumAlgorithm", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Classes cannot be declared '{0}'.. - ''' - Friend ReadOnly Property ERR_BadClassFlags1() As String - Get - Return ResourceManager.GetString("ERR_BadClassFlags1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to code page '{0}' is invalid or not installed. - ''' - Friend ReadOnly Property ERR_BadCodepage() As String - Get - Return ResourceManager.GetString("ERR_BadCodepage", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Leading '?' can only appear inside a 'With' statement, but not inside an object member initializer.. - ''' - Friend ReadOnly Property ERR_BadConditionalWithRef() As String - Get - Return ResourceManager.GetString("ERR_BadConditionalWithRef", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' is not valid on a constant declaration.. - ''' - Friend ReadOnly Property ERR_BadConstFlags1() As String - Get - Return ResourceManager.GetString("ERR_BadConstFlags1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type or 'New' expected.. - ''' - Friend ReadOnly Property ERR_BadConstraintSyntax() As String - Get - Return ResourceManager.GetString("ERR_BadConstraintSyntax", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' is not valid on a Declare.. - ''' - Friend ReadOnly Property ERR_BadDeclareFlags1() As String - Get - Return ResourceManager.GetString("ERR_BadDeclareFlags1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' is not valid on a Delegate declaration.. - ''' - Friend ReadOnly Property ERR_BadDelegateFlags1() As String - Get - Return ResourceManager.GetString("ERR_BadDelegateFlags1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' is not valid on a member variable declaration.. - ''' - Friend ReadOnly Property ERR_BadDimFlags1() As String - Get - Return ResourceManager.GetString("ERR_BadDimFlags1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Provided documentation mode is unsupported or invalid: '{0}'.. - ''' - Friend ReadOnly Property ERR_BadDocumentationMode() As String - Get - Return ResourceManager.GetString("ERR_BadDocumentationMode", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Enum '{0}' must contain at least one member.. - ''' - Friend ReadOnly Property ERR_BadEmptyEnum1() As String - Get - Return ResourceManager.GetString("ERR_BadEmptyEnum1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' is not valid on an Enum declaration.. - ''' - Friend ReadOnly Property ERR_BadEnumFlags1() As String - Get - Return ResourceManager.GetString("ERR_BadEnumFlags1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' is not valid on an event declaration.. - ''' - Friend ReadOnly Property ERR_BadEventFlags1() As String - Get - Return ResourceManager.GetString("ERR_BadEventFlags1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'NotInheritable' classes cannot have members declared '{0}'.. - ''' - Friend ReadOnly Property ERR_BadFlagsInNotInheritableClass1() As String - Get - Return ResourceManager.GetString("ERR_BadFlagsInNotInheritableClass1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Sub New' cannot be declared '{0}'.. - ''' - Friend ReadOnly Property ERR_BadFlagsOnNew1() As String - Get - Return ResourceManager.GetString("ERR_BadFlagsOnNew1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to The '{0}' keyword is used to overload inherited members; do not use the '{0}' keyword when overloading 'Sub New'.. - ''' - Friend ReadOnly Property ERR_BadFlagsOnNewOverloads() As String - Get - Return ResourceManager.GetString("ERR_BadFlagsOnNewOverloads", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Shared' cannot be combined with '{0}' on a method declaration.. - ''' - Friend ReadOnly Property ERR_BadFlagsOnSharedMeth1() As String - Get - Return ResourceManager.GetString("ERR_BadFlagsOnSharedMeth1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Shared' cannot be combined with '{0}' on a property declaration.. - ''' - Friend ReadOnly Property ERR_BadFlagsOnSharedProperty1() As String - Get - Return ResourceManager.GetString("ERR_BadFlagsOnSharedProperty1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Properties in a Module cannot be declared '{0}'.. - ''' - Friend ReadOnly Property ERR_BadFlagsOnStdModuleProperty1() As String - Get - Return ResourceManager.GetString("ERR_BadFlagsOnStdModuleProperty1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Default' cannot be combined with '{0}'.. - ''' - Friend ReadOnly Property ERR_BadFlagsWithDefault1() As String - Get - Return ResourceManager.GetString("ERR_BadFlagsWithDefault1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type parameter '{0}' must have either a 'New' constraint or a 'Structure' constraint to satisfy the 'New' constraint for type parameter '{1}'.. - ''' - Friend ReadOnly Property ERR_BadGenericParamForNewConstraint2() As String - Get - Return ResourceManager.GetString("ERR_BadGenericParamForNewConstraint2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Await' requires that the type '{0}' have a suitable GetAwaiter method.. - ''' - Friend ReadOnly Property ERR_BadGetAwaiterMethod1() As String - Get - Return ResourceManager.GetString("ERR_BadGetAwaiterMethod1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Implemented type must be an interface.. - ''' - Friend ReadOnly Property ERR_BadImplementsType() As String - Get - Return ResourceManager.GetString("ERR_BadImplementsType", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Cannot refer to an instance member of a class from within a shared method or shared member initializer without an explicit instance of the class.. - ''' - Friend ReadOnly Property ERR_BadInstanceMemberAccess() As String - Get - Return ResourceManager.GetString("ERR_BadInstanceMemberAccess", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Class in an interface cannot be declared '{0}'.. - ''' - Friend ReadOnly Property ERR_BadInterfaceClassSpecifier1() As String - Get - Return ResourceManager.GetString("ERR_BadInterfaceClassSpecifier1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Delegate in an interface cannot be declared '{0}'.. - ''' - Friend ReadOnly Property ERR_BadInterfaceDelegateSpecifier1() As String - Get - Return ResourceManager.GetString("ERR_BadInterfaceDelegateSpecifier1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Enum in an interface cannot be declared '{0}'.. - ''' - Friend ReadOnly Property ERR_BadInterfaceEnumSpecifier1() As String - Get - Return ResourceManager.GetString("ERR_BadInterfaceEnumSpecifier1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' is not valid on an Interface declaration.. - ''' - Friend ReadOnly Property ERR_BadInterfaceFlags1() As String - Get - Return ResourceManager.GetString("ERR_BadInterfaceFlags1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Interface in an interface cannot be declared '{0}'.. - ''' - Friend ReadOnly Property ERR_BadInterfaceInterfaceSpecifier1() As String - Get - Return ResourceManager.GetString("ERR_BadInterfaceInterfaceSpecifier1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' is not valid on an interface method declaration.. - ''' - Friend ReadOnly Property ERR_BadInterfaceMethodFlags1() As String - Get - Return ResourceManager.GetString("ERR_BadInterfaceMethodFlags1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Inherits' statements must precede all declarations in an interface.. - ''' - Friend ReadOnly Property ERR_BadInterfaceOrderOnInherits() As String - Get - Return ResourceManager.GetString("ERR_BadInterfaceOrderOnInherits", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' is not valid on an interface property declaration.. - ''' - Friend ReadOnly Property ERR_BadInterfacePropertyFlags1() As String - Get - Return ResourceManager.GetString("ERR_BadInterfacePropertyFlags1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Structure in an interface cannot be declared '{0}'.. - ''' - Friend ReadOnly Property ERR_BadInterfaceStructSpecifier1() As String - Get - Return ResourceManager.GetString("ERR_BadInterfaceStructSpecifier1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Await' requires that the return type '{0}' of '{1}.GetAwaiter()' have suitable IsCompleted, OnCompleted and GetResult members, and implement INotifyCompletion or ICriticalNotifyCompletion.. - ''' - Friend ReadOnly Property ERR_BadIsCompletedOnCompletedGetResult2() As String - Get - Return ResourceManager.GetString("ERR_BadIsCompletedOnCompletedGetResult2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Iterator methods cannot have ByRef parameters.. - ''' - Friend ReadOnly Property ERR_BadIteratorByRefParam() As String - Get - Return ResourceManager.GetString("ERR_BadIteratorByRefParam", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Single-line lambdas cannot have the 'Iterator' modifier. Use a multiline lambda instead.. - ''' - Friend ReadOnly Property ERR_BadIteratorExpressionLambda() As String - Get - Return ResourceManager.GetString("ERR_BadIteratorExpressionLambda", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Iterator functions must return either IEnumerable(Of T), or IEnumerator(Of T), or the non-generic forms IEnumerable or IEnumerator.. - ''' - Friend ReadOnly Property ERR_BadIteratorReturn() As String - Get - Return ResourceManager.GetString("ERR_BadIteratorReturn", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Provided language version is unsupported or invalid: '{0}'.. - ''' - Friend ReadOnly Property ERR_BadLanguageVersion() As String - Get - Return ResourceManager.GetString("ERR_BadLanguageVersion", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' is not valid on a local constant declaration.. - ''' - Friend ReadOnly Property ERR_BadLocalConstFlags1() As String - Get - Return ResourceManager.GetString("ERR_BadLocalConstFlags1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' is not valid on a local variable declaration.. - ''' - Friend ReadOnly Property ERR_BadLocalDimFlags1() As String - Get - Return ResourceManager.GetString("ERR_BadLocalDimFlags1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' cannot be referenced because it is not a valid assembly.. - ''' - Friend ReadOnly Property ERR_BadMetaDataReference1() As String - Get - Return ResourceManager.GetString("ERR_BadMetaDataReference1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' is not valid on a method declaration.. - ''' - Friend ReadOnly Property ERR_BadMethodFlags1() As String - Get - Return ResourceManager.GetString("ERR_BadMethodFlags1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Unable to load module file '{0}': {1}. - ''' - Friend ReadOnly Property ERR_BadModuleFile1() As String - Get - Return ResourceManager.GetString("ERR_BadModuleFile1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Modules cannot be declared '{0}'.. - ''' - Friend ReadOnly Property ERR_BadModuleFlags1() As String - Get - Return ResourceManager.GetString("ERR_BadModuleFlags1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Invalid module name: {0}. - ''' - Friend ReadOnly Property ERR_BadModuleName() As String - Get - Return ResourceManager.GetString("ERR_BadModuleName", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' is not a valid name and cannot be used as the root namespace name.. - ''' - Friend ReadOnly Property ERR_BadNamespaceName1() As String - Get - Return ResourceManager.GetString("ERR_BadNamespaceName1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Named argument '{0}' is used out-of-position but is followed by an unnamed argument. - ''' - Friend ReadOnly Property ERR_BadNonTrailingNamedArgument() As String - Get - Return ResourceManager.GetString("ERR_BadNonTrailingNamedArgument", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Nullable types are not allowed in conditional compilation expressions.. - ''' - Friend ReadOnly Property ERR_BadNullTypeInCCExpression() As String - Get - Return ResourceManager.GetString("ERR_BadNullTypeInCCExpression", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Operators cannot be declared '{0}'.. - ''' - Friend ReadOnly Property ERR_BadOperatorFlags1() As String - Get - Return ResourceManager.GetString("ERR_BadOperatorFlags1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Overload resolution failed because no accessible '{0}' can be called:{1}. - ''' - Friend ReadOnly Property ERR_BadOverloadCandidates2() As String - Get - Return ResourceManager.GetString("ERR_BadOverloadCandidates2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' cannot override '{1}' because they have different access levels.. - ''' - Friend ReadOnly Property ERR_BadOverrideAccess2() As String - Get - Return ResourceManager.GetString("ERR_BadOverrideAccess2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Error reading debug information for '{0}'. - ''' - Friend ReadOnly Property ERR_BadPdbData() As String - Get - Return ResourceManager.GetString("ERR_BadPdbData", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Property accessors cannot be declared '{0}'.. - ''' - Friend ReadOnly Property ERR_BadPropertyAccessorFlags() As String - Get - Return ResourceManager.GetString("ERR_BadPropertyAccessorFlags", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Property accessors cannot be declared '{0}' in a 'NotOverridable' property.. - ''' - Friend ReadOnly Property ERR_BadPropertyAccessorFlags1() As String - Get - Return ResourceManager.GetString("ERR_BadPropertyAccessorFlags1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Property accessors cannot be declared '{0}' in a 'Default' property.. - ''' - Friend ReadOnly Property ERR_BadPropertyAccessorFlags2() As String - Get - Return ResourceManager.GetString("ERR_BadPropertyAccessorFlags2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Property cannot be declared '{0}' because it contains a 'Private' accessor.. - ''' - Friend ReadOnly Property ERR_BadPropertyAccessorFlags3() As String - Get - Return ResourceManager.GetString("ERR_BadPropertyAccessorFlags3", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Access modifier '{0}' is not valid. The access modifier of 'Get' and 'Set' should be more restrictive than the property access level.. - ''' - Friend ReadOnly Property ERR_BadPropertyAccessorFlagsRestrict() As String - Get - Return ResourceManager.GetString("ERR_BadPropertyAccessorFlagsRestrict", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Properties cannot be declared '{0}'.. - ''' - Friend ReadOnly Property ERR_BadPropertyFlags1() As String - Get - Return ResourceManager.GetString("ERR_BadPropertyFlags1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' is not valid on a Structure declaration.. - ''' - Friend ReadOnly Property ERR_BadRecordFlags1() As String - Get - Return ResourceManager.GetString("ERR_BadRecordFlags1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Unable to load referenced library '{0}': {1}. - ''' - Friend ReadOnly Property ERR_BadRefLib1() As String - Get - Return ResourceManager.GetString("ERR_BadRefLib1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to The implicit return variable of an Iterator or Async method cannot be accessed.. - ''' - Friend ReadOnly Property ERR_BadResumableAccessReturnVariable() As String - Get - Return ResourceManager.GetString("ERR_BadResumableAccessReturnVariable", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to To return a value from an Iterator function, use 'Yield' rather than 'Return'.. - ''' - Friend ReadOnly Property ERR_BadReturnValueInIterator() As String - Get - Return ResourceManager.GetString("ERR_BadReturnValueInIterator", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Provided source code kind is unsupported or invalid: '{0}'. - ''' - Friend ReadOnly Property ERR_BadSourceCodeKind() As String - Get - Return ResourceManager.GetString("ERR_BadSourceCodeKind", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' and '{1}' cannot be combined.. - ''' - Friend ReadOnly Property ERR_BadSpecifierCombo2() As String - Get - Return ResourceManager.GetString("ERR_BadSpecifierCombo2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Static variables cannot appear inside Async or Iterator methods.. - ''' - Friend ReadOnly Property ERR_BadStaticInitializerInResumable() As String - Get - Return ResourceManager.GetString("ERR_BadStaticInitializerInResumable", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Local variables within generic methods cannot be declared 'Static'.. - ''' - Friend ReadOnly Property ERR_BadStaticLocalInGenericMethod() As String - Get - Return ResourceManager.GetString("ERR_BadStaticLocalInGenericMethod", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Local variables within methods of structures cannot be declared 'Static'.. - ''' - Friend ReadOnly Property ERR_BadStaticLocalInStruct() As String - Get - Return ResourceManager.GetString("ERR_BadStaticLocalInStruct", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Command-line syntax error: '{0}' is not a valid value for the '{1}' option. The value must be of the form '{2}'.. - ''' - Friend ReadOnly Property ERR_BadSwitchValue() As String - Get - Return ResourceManager.GetString("ERR_BadSwitchValue", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type argument '{0}' does not satisfy the 'Class' constraint for type parameter '{1}'.. - ''' - Friend ReadOnly Property ERR_BadTypeArgForRefConstraint2() As String - Get - Return ResourceManager.GetString("ERR_BadTypeArgForRefConstraint2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type argument '{0}' does not satisfy the 'Structure' constraint for type parameter '{1}'.. - ''' - Friend ReadOnly Property ERR_BadTypeArgForStructConstraint2() As String - Get - Return ResourceManager.GetString("ERR_BadTypeArgForStructConstraint2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type '{0}' must be a value type or a type argument constrained to 'Structure' in order to be used with 'Nullable' or nullable modifier '?'.. - ''' - Friend ReadOnly Property ERR_BadTypeArgForStructConstraintNull() As String - Get - Return ResourceManager.GetString("ERR_BadTypeArgForStructConstraintNull", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Non-intrinsic type names are not allowed in conditional compilation expressions.. - ''' - Friend ReadOnly Property ERR_BadTypeInCCExpression() As String - Get - Return ResourceManager.GetString("ERR_BadTypeInCCExpression", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'System.Void' can only be used in a GetType expression.. - ''' - Friend ReadOnly Property ERR_BadUseOfVoid() As String - Get - Return ResourceManager.GetString("ERR_BadUseOfVoid", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' is not valid on a WithEvents declaration.. - ''' - Friend ReadOnly Property ERR_BadWithEventsFlags1() As String - Get - Return ResourceManager.GetString("ERR_BadWithEventsFlags1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Leading '.' or '!' can only appear inside a 'With' statement.. - ''' - Friend ReadOnly Property ERR_BadWithRef() As String - Get - Return ResourceManager.GetString("ERR_BadWithRef", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Yield' can only be used in a method marked with the 'Iterator' modifier.. - ''' - Friend ReadOnly Property ERR_BadYieldInNonIteratorMethod() As String - Get - Return ResourceManager.GetString("ERR_BadYieldInNonIteratorMethod", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Yield' cannot be used inside a 'Catch' statement or a 'Finally' statement.. - ''' - Friend ReadOnly Property ERR_BadYieldInTryHandler() As String - Get - Return ResourceManager.GetString("ERR_BadYieldInTryHandler", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Base class '{0}' specified for class '{1}' cannot be different from the base class '{2}' of one of its other partial types.. - ''' - Friend ReadOnly Property ERR_BaseMismatchForPartialClass3() As String - Get - Return ResourceManager.GetString("ERR_BaseMismatchForPartialClass3", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Class '{0}' must either be declared 'MustInherit' or override the following inherited 'MustOverride' member(s): {1}.. - ''' - Friend ReadOnly Property ERR_BaseOnlyClassesMustBeExplicit2() As String - Get - Return ResourceManager.GetString("ERR_BaseOnlyClassesMustBeExplicit2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to - ''' Base type of '{0}' needs '{1}' to be resolved.. - ''' - Friend ReadOnly Property ERR_BaseTypeReferences2() As String - Get - Return ResourceManager.GetString("ERR_BaseTypeReferences2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Cannot inherit interface '{0}' because the interface '{1}' from which it inherits could be identical to interface '{2}' for some type arguments.. - ''' - Friend ReadOnly Property ERR_BaseUnifiesWithInterfaces3() As String - Get - Return ResourceManager.GetString("ERR_BaseUnifiesWithInterfaces3", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to the file '{0}' is not a text file. - ''' - Friend ReadOnly Property ERR_BinaryFile() As String - Get - Return ResourceManager.GetString("ERR_BinaryFile", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Operator '{0}' is not defined for types '{1}' and '{2}'.. - ''' - Friend ReadOnly Property ERR_BinaryOperands3() As String - Get - Return ResourceManager.GetString("ERR_BinaryOperands3", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Operator '{0}' is not defined for types '{1}' and '{2}'. You can use the 'Value' property to get the string value of the first element of '{3}'.. - ''' - Friend ReadOnly Property ERR_BinaryOperandsForXml4() As String - Get - Return ResourceManager.GetString("ERR_BinaryOperandsForXml4", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to At least one parameter of this binary operator must be of the containing type '{0}'.. - ''' - Friend ReadOnly Property ERR_BinaryParamMustBeContainingType1() As String - Get - Return ResourceManager.GetString("ERR_BinaryParamMustBeContainingType1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Variable '{0}' hides a variable in an enclosing block.. - ''' - Friend ReadOnly Property ERR_BlockLocalShadowing1() As String - Get - Return ResourceManager.GetString("ERR_BlockLocalShadowing1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Statement cannot end a block outside of a line 'If' statement.. - ''' - Friend ReadOnly Property ERR_BogusWithinLineIf() As String - Get - Return ResourceManager.GetString("ERR_BogusWithinLineIf", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Branching out of a 'Finally' is not valid.. - ''' - Friend ReadOnly Property ERR_BranchOutOfFinally() As String - Get - Return ResourceManager.GetString("ERR_BranchOutOfFinally", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to {0} parameters cannot be declared 'ByRef'.. - ''' - Friend ReadOnly Property ERR_ByRefIllegal1() As String - Get - Return ResourceManager.GetString("ERR_ByRefIllegal1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to References to 'ByRef' parameters cannot be converted to an expression tree.. - ''' - Friend ReadOnly Property ERR_ByRefParamInExpressionTree() As String - Get - Return ResourceManager.GetString("ERR_ByRefParamInExpressionTree", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' cannot be made nullable.. - ''' - Friend ReadOnly Property ERR_CannotBeMadeNullable1() As String - Get - Return ResourceManager.GetString("ERR_CannotBeMadeNullable1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' is an event, and cannot be called directly. Use a 'RaiseEvent' statement to raise an event.. - ''' - Friend ReadOnly Property ERR_CannotCallEvent1() As String - Get - Return ResourceManager.GetString("ERR_CannotCallEvent1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Value '{0}' cannot be converted to '{1}'.. - ''' - Friend ReadOnly Property ERR_CannotConvertValue2() As String - Get - Return ResourceManager.GetString("ERR_CannotConvertValue2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type '{0}' cannot be embedded because it has generic argument. Consider disabling the embedding of interop types.. - ''' - Friend ReadOnly Property ERR_CannotEmbedInterfaceWithGeneric() As String - Get - Return ResourceManager.GetString("ERR_CannotEmbedInterfaceWithGeneric", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to /embed switch is only supported when emitting a PDB.. - ''' - Friend ReadOnly Property ERR_CannotEmbedWithoutPdb() As String - Get - Return ResourceManager.GetString("ERR_CannotEmbedWithoutPdb", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}{1}' is not valid because '{2}' is inside a scope that defines a variable that is used in a lambda or query expression.. - ''' - Friend ReadOnly Property ERR_CannotGotoNonScopeBlocksWithClosure() As String - Get - Return ResourceManager.GetString("ERR_CannotGotoNonScopeBlocksWithClosure", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to A nullable type cannot be inferred for variable '{0}'.. - ''' - Friend ReadOnly Property ERR_CannotInferNullableForVariable1() As String - Get - Return ResourceManager.GetString("ERR_CannotInferNullableForVariable1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Anonymous type property '{0}' cannot be used in the definition of a lambda expression within the same initialization list.. - ''' - Friend ReadOnly Property ERR_CannotLiftAnonymousType1() As String - Get - Return ResourceManager.GetString("ERR_CannotLiftAnonymousType1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'ByRef' parameter '{0}' cannot be used in a lambda expression.. - ''' - Friend ReadOnly Property ERR_CannotLiftByRefParamLambda1() As String - Get - Return ResourceManager.GetString("ERR_CannotLiftByRefParamLambda1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'ByRef' parameter '{0}' cannot be used in a query expression.. - ''' - Friend ReadOnly Property ERR_CannotLiftByRefParamQuery1() As String - Get - Return ResourceManager.GetString("ERR_CannotLiftByRefParamQuery1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Instance of restricted type '{0}' cannot be used in a lambda expression.. - ''' - Friend ReadOnly Property ERR_CannotLiftRestrictedTypeLambda() As String - Get - Return ResourceManager.GetString("ERR_CannotLiftRestrictedTypeLambda", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Instance of restricted type '{0}' cannot be used in a query expression.. - ''' - Friend ReadOnly Property ERR_CannotLiftRestrictedTypeQuery() As String - Get - Return ResourceManager.GetString("ERR_CannotLiftRestrictedTypeQuery", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Variable of restricted type '{0}' cannot be declared in an Async or Iterator method.. - ''' - Friend ReadOnly Property ERR_CannotLiftRestrictedTypeResumable1() As String - Get - Return ResourceManager.GetString("ERR_CannotLiftRestrictedTypeResumable1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Instance members and 'Me' cannot be used within a lambda expression in structures.. - ''' - Friend ReadOnly Property ERR_CannotLiftStructureMeLambda() As String - Get - Return ResourceManager.GetString("ERR_CannotLiftStructureMeLambda", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Instance members and 'Me' cannot be used within query expressions in structures.. - ''' - Friend ReadOnly Property ERR_CannotLiftStructureMeQuery() As String - Get - Return ResourceManager.GetString("ERR_CannotLiftStructureMeQuery", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Reference to class '{0}' is not allowed when its assembly is configured to embed interop types.. - ''' - Friend ReadOnly Property ERR_CannotLinkClassWithNoPIA1() As String - Get - Return ResourceManager.GetString("ERR_CannotLinkClassWithNoPIA1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' cannot override '{1}' because it is not accessible in this context.. - ''' - Friend ReadOnly Property ERR_CannotOverrideInAccessibleMember() As String - Get - Return ResourceManager.GetString("ERR_CannotOverrideInAccessibleMember", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type '{0}' cannot be used across assembly boundaries because it has a generic type argument that is an embedded interop type.. - ''' - Friend ReadOnly Property ERR_CannotUseGenericTypeAcrossAssemblyBoundaries() As String - Get - Return ResourceManager.GetString("ERR_CannotUseGenericTypeAcrossAssemblyBoundaries", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Method cannot contain both a '{0}' statement and a definition of a variable that is used in a lambda or query expression.. - ''' - Friend ReadOnly Property ERR_CannotUseOnErrorGotoWithClosure() As String - Get - Return ResourceManager.GetString("ERR_CannotUseOnErrorGotoWithClosure", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Constant cannot be the target of an assignment.. - ''' - Friend ReadOnly Property ERR_CantAssignToConst() As String - Get - Return ResourceManager.GetString("ERR_CantAssignToConst", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' does not return a Task and cannot be awaited. Consider changing it to an Async Function.. - ''' - Friend ReadOnly Property ERR_CantAwaitAsyncSub1() As String - Get - Return ResourceManager.GetString("ERR_CantAwaitAsyncSub1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'If' operator cannot be used in a 'Call' statement.. - ''' - Friend ReadOnly Property ERR_CantCallIIF() As String - Get - Return ResourceManager.GetString("ERR_CantCallIIF", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to An Object Initializer and a Collection Initializer cannot be combined in the same initialization.. - ''' - Friend ReadOnly Property ERR_CantCombineInitializers() As String - Get - Return ResourceManager.GetString("ERR_CantCombineInitializers", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Conflicting options specified: Win32 resource file; Win32 manifest.. - ''' - Friend ReadOnly Property ERR_CantHaveWin32ResAndManifest() As String - Get - Return ResourceManager.GetString("ERR_CantHaveWin32ResAndManifest", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to can't open '{0}' for writing: {1}. - ''' - Friend ReadOnly Property ERR_CantOpenFileWrite() As String - Get - Return ResourceManager.GetString("ERR_CantOpenFileWrite", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' cannot override '{1}' because it is not declared 'Overridable'.. - ''' - Friend ReadOnly Property ERR_CantOverride4() As String - Get - Return ResourceManager.GetString("ERR_CantOverride4", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Sub New' cannot be declared 'Overrides'.. - ''' - Friend ReadOnly Property ERR_CantOverrideConstructor() As String - Get - Return ResourceManager.GetString("ERR_CantOverrideConstructor", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' cannot override '{1}' because it is declared 'NotOverridable'.. - ''' - Friend ReadOnly Property ERR_CantOverrideNotOverridable2() As String - Get - Return ResourceManager.GetString("ERR_CantOverrideNotOverridable2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Derived classes cannot raise base class events.. - ''' - Friend ReadOnly Property ERR_CantRaiseBaseEvent() As String - Get - Return ResourceManager.GetString("ERR_CantRaiseBaseEvent", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Error reading ruleset file {0} - {1}. - ''' - Friend ReadOnly Property ERR_CantReadRulesetFile() As String - Get - Return ResourceManager.GetString("ERR_CantReadRulesetFile", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' cannot refer to itself through its default instance; use 'Me' instead.. - ''' - Friend ReadOnly Property ERR_CantReferToMyGroupInsideGroupType1() As String - Get - Return ResourceManager.GetString("ERR_CantReferToMyGroupInsideGroupType1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' cannot shadow a method declared 'MustOverride'.. - ''' - Friend ReadOnly Property ERR_CantShadowAMustOverride1() As String - Get - Return ResourceManager.GetString("ERR_CantShadowAMustOverride1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Nullable modifier '?' and array modifiers '(' and ')' cannot be specified on both a variable and its type.. - ''' - Friend ReadOnly Property ERR_CantSpecifyArrayAndNullableOnBoth() As String - Get - Return ResourceManager.GetString("ERR_CantSpecifyArrayAndNullableOnBoth", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Array modifiers cannot be specified on both a variable and its type.. - ''' - Friend ReadOnly Property ERR_CantSpecifyArraysOnBoth() As String - Get - Return ResourceManager.GetString("ERR_CantSpecifyArraysOnBoth", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Nullable modifier cannot be specified in variable declarations with 'As New'.. - ''' - Friend ReadOnly Property ERR_CantSpecifyAsNewAndNullable() As String - Get - Return ResourceManager.GetString("ERR_CantSpecifyAsNewAndNullable", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Nullable modifier cannot be specified on both a variable and its type.. - ''' - Friend ReadOnly Property ERR_CantSpecifyNullableOnBoth() As String - Get - Return ResourceManager.GetString("ERR_CantSpecifyNullableOnBoth", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Array modifiers cannot be specified on lambda expression parameter name. They must be specified on its type.. - ''' - Friend ReadOnly Property ERR_CantSpecifyParamsOnLambdaParamNoType() As String - Get - Return ResourceManager.GetString("ERR_CantSpecifyParamsOnLambdaParamNoType", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Expressions used with an 'If' expression cannot contain type characters.. - ''' - Friend ReadOnly Property ERR_CantSpecifyTypeCharacterOnIIF() As String - Get - Return ResourceManager.GetString("ERR_CantSpecifyTypeCharacterOnIIF", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Throw' operand must derive from 'System.Exception'.. - ''' - Friend ReadOnly Property ERR_CantThrowNonException() As String - Get - Return ResourceManager.GetString("ERR_CantThrowNonException", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to The RequiredAttribute attribute is not permitted on Visual Basic types.. - ''' - Friend ReadOnly Property ERR_CantUseRequiredAttribute() As String - Get - Return ResourceManager.GetString("ERR_CantUseRequiredAttribute", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Case' cannot follow a 'Case Else' in the same 'Select' statement.. - ''' - Friend ReadOnly Property ERR_CaseAfterCaseElse() As String - Get - Return ResourceManager.GetString("ERR_CaseAfterCaseElse", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Case Else' can only appear inside a 'Select Case' statement.. - ''' - Friend ReadOnly Property ERR_CaseElseNoSelect() As String - Get - Return ResourceManager.GetString("ERR_CaseElseNoSelect", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Case' can only appear inside a 'Select Case' statement.. - ''' - Friend ReadOnly Property ERR_CaseNoSelect() As String - Get - Return ResourceManager.GetString("ERR_CaseNoSelect", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Catch' cannot appear after 'Finally' within a 'Try' statement.. - ''' - Friend ReadOnly Property ERR_CatchAfterFinally() As String - Get - Return ResourceManager.GetString("ERR_CatchAfterFinally", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Catch' cannot appear outside a 'Try' statement.. - ''' - Friend ReadOnly Property ERR_CatchNoMatchingTry() As String - Get - Return ResourceManager.GetString("ERR_CatchNoMatchingTry", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Catch' cannot catch type '{0}' because it is not 'System.Exception' or a class that inherits from 'System.Exception'.. - ''' - Friend ReadOnly Property ERR_CatchNotException1() As String - Get - Return ResourceManager.GetString("ERR_CatchNotException1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' is not a local variable or parameter, and so cannot be used as a 'Catch' variable.. - ''' - Friend ReadOnly Property ERR_CatchVariableNotLocal1() As String - Get - Return ResourceManager.GetString("ERR_CatchVariableNotLocal1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Char' values cannot be converted to '{0}'. Use 'Microsoft.VisualBasic.AscW' to interpret a character as a Unicode value or 'Microsoft.VisualBasic.Val' to interpret it as a digit.. - ''' - Friend ReadOnly Property ERR_CharToIntegralTypeMismatch1() As String - Get - Return ResourceManager.GetString("ERR_CharToIntegralTypeMismatch1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to This inheritance causes circular dependencies between {0} '{1}' and its nested or base type '{2}'.. - ''' - Friend ReadOnly Property ERR_CircularBaseDependencies4() As String - Get - Return ResourceManager.GetString("ERR_CircularBaseDependencies4", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Constant '{0}' cannot depend on its own value.. - ''' - Friend ReadOnly Property ERR_CircularEvaluation1() As String - Get - Return ResourceManager.GetString("ERR_CircularEvaluation1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type of '{0}' cannot be inferred from an expression containing '{0}'.. - ''' - Friend ReadOnly Property ERR_CircularInference1() As String - Get - Return ResourceManager.GetString("ERR_CircularInference1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' conflicts with the reserved member by this name that is implicitly declared in all enums.. - ''' - Friend ReadOnly Property ERR_ClashWithReservedEnumMember1() As String - Get - Return ResourceManager.GetString("ERR_ClashWithReservedEnumMember1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type constraint cannot be a 'NotInheritable' class.. - ''' - Friend ReadOnly Property ERR_ClassConstraintNotInheritable1() As String - Get - Return ResourceManager.GetString("ERR_ClassConstraintNotInheritable1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Cannot implement interface '{0}' because the interface '{1}' from which it inherits could be identical to implemented interface '{2}' for some type arguments.. - ''' - Friend ReadOnly Property ERR_ClassInheritsBaseUnifiesWithInterfaces3() As String - Get - Return ResourceManager.GetString("ERR_ClassInheritsBaseUnifiesWithInterfaces3", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Cannot implement interface '{0}' because the interface '{1}' from which it inherits could be identical to interface '{2}' from which the implemented interface '{3}' inherits for some type arguments.. - ''' - Friend ReadOnly Property ERR_ClassInheritsInterfaceBaseUnifiesWithBase4() As String - Get - Return ResourceManager.GetString("ERR_ClassInheritsInterfaceBaseUnifiesWithBase4", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Cannot implement interface '{0}' because it could be identical to interface '{1}' from which the implemented interface '{2}' inherits for some type arguments.. - ''' - Friend ReadOnly Property ERR_ClassInheritsInterfaceUnifiesWithBase3() As String - Get - Return ResourceManager.GetString("ERR_ClassInheritsInterfaceUnifiesWithBase3", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' is a class type and cannot be used as an expression.. - ''' - Friend ReadOnly Property ERR_ClassNotExpression1() As String - Get - Return ResourceManager.GetString("ERR_ClassNotExpression1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Attribute '{0}' given in a source file conflicts with option '{1}'.. - ''' - Friend ReadOnly Property ERR_CmdOptionConflictsSource() As String - Get - Return ResourceManager.GetString("ERR_CmdOptionConflictsSource", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Implementing class '{0}' for interface '{1}' cannot be found.. - ''' - Friend ReadOnly Property ERR_CoClassMissing2() As String - Get - Return ResourceManager.GetString("ERR_CoClassMissing2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type '{0}' conflicts with public type defined in added module '{1}'.. - ''' - Friend ReadOnly Property ERR_CollisionWithPublicTypeInModule() As String - Get - Return ResourceManager.GetString("ERR_CollisionWithPublicTypeInModule", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Microsoft.VisualBasic.ComClassAttribute' and '{0}' cannot both be applied to the same class.. - ''' - Friend ReadOnly Property ERR_ComClassAndReservedAttribute1() As String - Get - Return ResourceManager.GetString("ERR_ComClassAndReservedAttribute1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Microsoft.VisualBasic.ComClassAttribute' cannot be applied to a class that is declared 'MustInherit'.. - ''' - Friend ReadOnly Property ERR_ComClassCantBeAbstract0() As String - Get - Return ResourceManager.GetString("ERR_ComClassCantBeAbstract0", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'InterfaceId' and 'EventsId' parameters for 'Microsoft.VisualBasic.ComClassAttribute' on '{0}' cannot have the same value.. - ''' - Friend ReadOnly Property ERR_ComClassDuplicateGuids1() As String - Get - Return ResourceManager.GetString("ERR_ComClassDuplicateGuids1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Generic methods cannot be exposed to COM.. - ''' - Friend ReadOnly Property ERR_ComClassGenericMethod() As String - Get - Return ResourceManager.GetString("ERR_ComClassGenericMethod", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Microsoft.VisualBasic.ComClassAttribute' cannot be applied to a class that is generic or contained inside a generic type.. - ''' - Friend ReadOnly Property ERR_ComClassOnGeneric() As String - Get - Return ResourceManager.GetString("ERR_ComClassOnGeneric", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Microsoft.VisualBasic.ComClassAttribute' cannot be applied to '{0}' because it is not declared 'Public'.. - ''' - Friend ReadOnly Property ERR_ComClassRequiresPublicClass1() As String - Get - Return ResourceManager.GetString("ERR_ComClassRequiresPublicClass1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Microsoft.VisualBasic.ComClassAttribute' cannot be applied to '{0}' because its container '{1}' is not declared 'Public'.. - ''' - Friend ReadOnly Property ERR_ComClassRequiresPublicClass2() As String - Get - Return ResourceManager.GetString("ERR_ComClassRequiresPublicClass2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'System.Runtime.InteropServices.DispIdAttribute' cannot be applied to '{0}' because 'Microsoft.VisualBasic.ComClassAttribute' reserves values less than zero.. - ''' - Friend ReadOnly Property ERR_ComClassReservedDispId1() As String - Get - Return ResourceManager.GetString("ERR_ComClassReservedDispId1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'System.Runtime.InteropServices.DispIdAttribute' cannot be applied to '{0}' because 'Microsoft.VisualBasic.ComClassAttribute' reserves zero for the default property.. - ''' - Friend ReadOnly Property ERR_ComClassReservedDispIdZero1() As String - Get - Return ResourceManager.GetString("ERR_ComClassReservedDispIdZero1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Please use language version {0} or greater to use comments after line continuation character.. - ''' - Friend ReadOnly Property ERR_CommentsAfterLineContinuationNotAvailable1() As String - Get - Return ResourceManager.GetString("ERR_CommentsAfterLineContinuationNotAvailable1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Conditional compilation constant '{1}' is not valid: {0}. - ''' - Friend ReadOnly Property ERR_ConditionalCompilationConstantNotValid() As String - Get - Return ResourceManager.GetString("ERR_ConditionalCompilationConstantNotValid", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type '{0}' must define operator '{1}' to be used in a '{2}' expression.. - ''' - Friend ReadOnly Property ERR_ConditionOperatorRequired3() As String - Get - Return ResourceManager.GetString("ERR_ConditionOperatorRequired3", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Conflict between the default property and the 'DefaultMemberAttribute' defined on '{0}'.. - ''' - Friend ReadOnly Property ERR_ConflictDefaultPropertyAttribute() As String - Get - Return ResourceManager.GetString("ERR_ConflictDefaultPropertyAttribute", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Constraint '{0}' conflicts with the constraint '{1}' already specified for type parameter '{2}'.. - ''' - Friend ReadOnly Property ERR_ConflictingDirectConstraints3() As String - Get - Return ResourceManager.GetString("ERR_ConflictingDirectConstraints3", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Assembly and module '{0}' cannot target different processors.. - ''' - Friend ReadOnly Property ERR_ConflictingMachineModule() As String - Get - Return ResourceManager.GetString("ERR_ConflictingMachineModule", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Error embedding Win32 manifest: Option /win32manifest conflicts with /nowin32manifest.. - ''' - Friend ReadOnly Property ERR_ConflictingManifestSwitches() As String - Get - Return ResourceManager.GetString("ERR_ConflictingManifestSwitches", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Length of String constant resulting from concatenation exceeds System.Int32.MaxValue. Try splitting the string into multiple constants.. - ''' - Friend ReadOnly Property ERR_ConstantStringTooLong() As String - Get - Return ResourceManager.GetString("ERR_ConstantStringTooLong", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Constants must have a value.. - ''' - Friend ReadOnly Property ERR_ConstantWithNoValue() As String - Get - Return ResourceManager.GetString("ERR_ConstantWithNoValue", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Constants must be of an intrinsic or enumerated type, not a class, structure, type parameter, or array type.. - ''' - Friend ReadOnly Property ERR_ConstAsNonConstant() As String - Get - Return ResourceManager.GetString("ERR_ConstAsNonConstant", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type constraint '{0}' must be either a class, interface or type parameter.. - ''' - Friend ReadOnly Property ERR_ConstNotClassInterfaceOrTypeParam1() As String - Get - Return ResourceManager.GetString("ERR_ConstNotClassInterfaceOrTypeParam1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Constraint type '{0}' already specified for this type parameter.. - ''' - Friend ReadOnly Property ERR_ConstraintAlreadyExists1() As String - Get - Return ResourceManager.GetString("ERR_ConstraintAlreadyExists1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Constraint '{0}' conflicts with the indirect constraint '{1}' obtained from the type parameter constraint '{2}'.. - ''' - Friend ReadOnly Property ERR_ConstraintClashDirectIndirect3() As String - Get - Return ResourceManager.GetString("ERR_ConstraintClashDirectIndirect3", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Indirect constraint '{0}' obtained from the type parameter constraint '{1}' conflicts with the constraint '{2}'.. - ''' - Friend ReadOnly Property ERR_ConstraintClashIndirectDirect3() As String - Get - Return ResourceManager.GetString("ERR_ConstraintClashIndirectDirect3", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Indirect constraint '{0}' obtained from the type parameter constraint '{1}' conflicts with the indirect constraint '{2}' obtained from the type parameter constraint '{3}'.. - ''' - Friend ReadOnly Property ERR_ConstraintClashIndirectIndirect4() As String - Get - Return ResourceManager.GetString("ERR_ConstraintClashIndirectIndirect4", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type parameter '{0}' cannot be constrained to itself: {1}. - ''' - Friend ReadOnly Property ERR_ConstraintCycle2() As String - Get - Return ResourceManager.GetString("ERR_ConstraintCycle2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to - ''' '{0}' is constrained to '{1}'.. - ''' - Friend ReadOnly Property ERR_ConstraintCycleLink2() As String - Get - Return ResourceManager.GetString("ERR_ConstraintCycleLink2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' cannot be used as a type constraint.. - ''' - Friend ReadOnly Property ERR_ConstraintIsRestrictedType1() As String - Get - Return ResourceManager.GetString("ERR_ConstraintIsRestrictedType1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Constructor must not have the 'Async' modifier.. - ''' - Friend ReadOnly Property ERR_ConstructorAsync() As String - Get - Return ResourceManager.GetString("ERR_ConstructorAsync", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Sub New' cannot be declared 'Partial'.. - ''' - Friend ReadOnly Property ERR_ConstructorCannotBeDeclaredPartial() As String - Get - Return ResourceManager.GetString("ERR_ConstructorCannotBeDeclaredPartial", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Constructor must be declared as a Sub, not as a Function.. - ''' - Friend ReadOnly Property ERR_ConstructorFunction() As String - Get - Return ResourceManager.GetString("ERR_ConstructorFunction", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type '{0}' has no constructors.. - ''' - Friend ReadOnly Property ERR_ConstructorNotFound1() As String - Get - Return ResourceManager.GetString("ERR_ConstructorNotFound1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Continue Do' can only appear inside a 'Do' statement.. - ''' - Friend ReadOnly Property ERR_ContinueDoNotWithinDo() As String - Get - Return ResourceManager.GetString("ERR_ContinueDoNotWithinDo", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Continue For' can only appear inside a 'For' statement.. - ''' - Friend ReadOnly Property ERR_ContinueForNotWithinFor() As String - Get - Return ResourceManager.GetString("ERR_ContinueForNotWithinFor", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Continue While' can only appear inside a 'While' statement.. - ''' - Friend ReadOnly Property ERR_ContinueWhileNotWithinWhile() As String - Get - Return ResourceManager.GetString("ERR_ContinueWhileNotWithinWhile", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Conversion operators cannot convert from a base type.. - ''' - Friend ReadOnly Property ERR_ConversionFromBaseType() As String - Get - Return ResourceManager.GetString("ERR_ConversionFromBaseType", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Conversion operators cannot convert from a derived type.. - ''' - Friend ReadOnly Property ERR_ConversionFromDerivedType() As String - Get - Return ResourceManager.GetString("ERR_ConversionFromDerivedType", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Conversion operators cannot convert from an interface type.. - ''' - Friend ReadOnly Property ERR_ConversionFromInterfaceType() As String - Get - Return ResourceManager.GetString("ERR_ConversionFromInterfaceType", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Conversion operators cannot convert from Object.. - ''' - Friend ReadOnly Property ERR_ConversionFromObject() As String - Get - Return ResourceManager.GetString("ERR_ConversionFromObject", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Conversion operators cannot convert from a type to its base type.. - ''' - Friend ReadOnly Property ERR_ConversionToBaseType() As String - Get - Return ResourceManager.GetString("ERR_ConversionToBaseType", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Conversion operators cannot convert from a type to its derived type.. - ''' - Friend ReadOnly Property ERR_ConversionToDerivedType() As String - Get - Return ResourceManager.GetString("ERR_ConversionToDerivedType", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Conversion operators cannot convert to an interface type.. - ''' - Friend ReadOnly Property ERR_ConversionToInterfaceType() As String - Get - Return ResourceManager.GetString("ERR_ConversionToInterfaceType", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Conversion operators cannot convert to Object.. - ''' - Friend ReadOnly Property ERR_ConversionToObject() As String - Get - Return ResourceManager.GetString("ERR_ConversionToObject", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Conversion operators cannot convert from a type to the same type.. - ''' - Friend ReadOnly Property ERR_ConversionToSameType() As String - Get - Return ResourceManager.GetString("ERR_ConversionToSameType", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Value of type '{0}' cannot be converted to '{1}' because '{2}' is not derived from '{3}'.. - ''' - Friend ReadOnly Property ERR_ConvertArrayMismatch4() As String - Get - Return ResourceManager.GetString("ERR_ConvertArrayMismatch4", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Value of type '{0}' cannot be converted to '{1}' because the array types have different numbers of dimensions.. - ''' - Friend ReadOnly Property ERR_ConvertArrayRankMismatch2() As String - Get - Return ResourceManager.GetString("ERR_ConvertArrayRankMismatch2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Value of type '{0}' cannot be converted to '{1}' because '{2}' is not a reference type.. - ''' - Friend ReadOnly Property ERR_ConvertObjectArrayMismatch3() As String - Get - Return ResourceManager.GetString("ERR_ConvertObjectArrayMismatch3", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Conversion operators must be declared either 'Widening' or 'Narrowing'.. - ''' - Friend ReadOnly Property ERR_ConvMustBeWideningOrNarrowing() As String - Get - Return ResourceManager.GetString("ERR_ConvMustBeWideningOrNarrowing", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Either the parameter type or the return type of this conversion operator must be of the containing type '{0}'.. - ''' - Friend ReadOnly Property ERR_ConvParamMustBeContainingType1() As String - Get - Return ResourceManager.GetString("ERR_ConvParamMustBeContainingType1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Cannot copy the value of 'ByRef' parameter '{0}' back to the matching argument because type '{1}' cannot be converted to type '{2}'.. - ''' - Friend ReadOnly Property ERR_CopyBackTypeMismatch3() As String - Get - Return ResourceManager.GetString("ERR_CopyBackTypeMismatch3", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Cryptographic failure while creating hashes.. - ''' - Friend ReadOnly Property ERR_CryptoHashFailed() As String - Get - Return ResourceManager.GetString("ERR_CryptoHashFailed", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Custom' modifier is not valid on events declared in interfaces.. - ''' - Friend ReadOnly Property ERR_CustomEventInvInInterface() As String - Get - Return ResourceManager.GetString("ERR_CustomEventInvInInterface", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Custom' modifier is not valid on events declared without explicit delegate types.. - ''' - Friend ReadOnly Property ERR_CustomEventRequiresAs() As String - Get - Return ResourceManager.GetString("ERR_CustomEventRequiresAs", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Conversion from 'Date' to 'Double' requires calling the 'Date.ToOADate' method.. - ''' - Friend ReadOnly Property ERR_DateToDoubleConversion() As String - Get - Return ResourceManager.GetString("ERR_DateToDoubleConversion", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Debug entry point must be a definition of a method declared in the current compilation.. - ''' - Friend ReadOnly Property ERR_DebugEntryPointNotSourceMethodDefinition() As String - Get - Return ResourceManager.GetString("ERR_DebugEntryPointNotSourceMethodDefinition", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Declare' statements are not allowed in generic types or types contained in generic types.. - ''' - Friend ReadOnly Property ERR_DeclaresCantBeInGeneric() As String - Get - Return ResourceManager.GetString("ERR_DeclaresCantBeInGeneric", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Event '{0}' specified by the 'DefaultEvent' attribute is not a publicly accessible event for this class.. - ''' - Friend ReadOnly Property ERR_DefaultEventNotFound1() As String - Get - Return ResourceManager.GetString("ERR_DefaultEventNotFound1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type '{0}' cannot be embedded because it has a non-abstract member. Consider setting the 'Embed Interop Types' property to false.. - ''' - Friend ReadOnly Property ERR_DefaultInterfaceImplementationInNoPIAType() As String - Get - Return ResourceManager.GetString("ERR_DefaultInterfaceImplementationInNoPIAType", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Default member of '{0}' is not a property.. - ''' - Friend ReadOnly Property ERR_DefaultMemberNotProperty1() As String - Get - Return ResourceManager.GetString("ERR_DefaultMemberNotProperty1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' and '{1}' cannot overload each other because only one is declared 'Default'.. - ''' - Friend ReadOnly Property ERR_DefaultMissingFromProperty2() As String - Get - Return ResourceManager.GetString("ERR_DefaultMissingFromProperty2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Default property access is ambiguous between the inherited interface members '{0}' of interface '{1}' and '{2}' of interface '{3}'.. - ''' - Friend ReadOnly Property ERR_DefaultPropertyAmbiguousAcrossInterfaces4() As String - Get - Return ResourceManager.GetString("ERR_DefaultPropertyAmbiguousAcrossInterfaces4", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Properties with no required parameters cannot be declared 'Default'.. - ''' - Friend ReadOnly Property ERR_DefaultPropertyWithNoParams() As String - Get - Return ResourceManager.GetString("ERR_DefaultPropertyWithNoParams", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Default values cannot be supplied for parameters that are not declared 'Optional'.. - ''' - Friend ReadOnly Property ERR_DefaultValueForNonOptionalParam() As String - Get - Return ResourceManager.GetString("ERR_DefaultValueForNonOptionalParam", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to No accessible method '{0}' has a signature compatible with delegate '{1}':{2}. - ''' - Friend ReadOnly Property ERR_DelegateBindingFailure3() As String - Get - Return ResourceManager.GetString("ERR_DelegateBindingFailure3", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Method '{0}' does not have a signature compatible with delegate '{1}'.. - ''' - Friend ReadOnly Property ERR_DelegateBindingIncompatible2() As String - Get - Return ResourceManager.GetString("ERR_DelegateBindingIncompatible2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Extension Method '{0}' defined in '{2}' does not have a signature compatible with delegate '{1}'.. - ''' - Friend ReadOnly Property ERR_DelegateBindingIncompatible3() As String - Get - Return ResourceManager.GetString("ERR_DelegateBindingIncompatible3", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Method does not have a signature compatible with the delegate.. - ''' - Friend ReadOnly Property ERR_DelegateBindingMismatch() As String - Get - Return ResourceManager.GetString("ERR_DelegateBindingMismatch", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Option Strict On does not allow narrowing in implicit type conversions between method '{0}' and delegate '{1}'.. - ''' - Friend ReadOnly Property ERR_DelegateBindingMismatchStrictOff2() As String - Get - Return ResourceManager.GetString("ERR_DelegateBindingMismatchStrictOff2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Option Strict On does not allow narrowing in implicit type conversions between extension method '{0}' defined in '{2}' and delegate '{1}'.. - ''' - Friend ReadOnly Property ERR_DelegateBindingMismatchStrictOff3() As String - Get - Return ResourceManager.GetString("ERR_DelegateBindingMismatchStrictOff3", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type arguments could not be inferred from the delegate.. - ''' - Friend ReadOnly Property ERR_DelegateBindingTypeInferenceFails() As String - Get - Return ResourceManager.GetString("ERR_DelegateBindingTypeInferenceFails", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Delegates cannot handle events.. - ''' - Friend ReadOnly Property ERR_DelegateCantHandleEvents() As String - Get - Return ResourceManager.GetString("ERR_DelegateCantHandleEvents", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Delegates cannot implement interface methods.. - ''' - Friend ReadOnly Property ERR_DelegateCantImplement() As String - Get - Return ResourceManager.GetString("ERR_DelegateCantImplement", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Delegate class '{0}' has no Invoke method, so an expression of this type cannot be the target of a method call.. - ''' - Friend ReadOnly Property ERR_DelegateNoInvoke1() As String - Get - Return ResourceManager.GetString("ERR_DelegateNoInvoke1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'System.Runtime.InteropServices.DllImportAttribute' cannot be applied to a Declare.. - ''' - Friend ReadOnly Property ERR_DllImportNotLegalOnDeclare() As String - Get - Return ResourceManager.GetString("ERR_DllImportNotLegalOnDeclare", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'System.Runtime.InteropServices.DllImportAttribute' cannot be applied to 'AddHandler', 'RemoveHandler' or 'RaiseEvent' method.. - ''' - Friend ReadOnly Property ERR_DllImportNotLegalOnEventMethod() As String - Get - Return ResourceManager.GetString("ERR_DllImportNotLegalOnEventMethod", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'System.Runtime.InteropServices.DllImportAttribute' cannot be applied to a Get or Set.. - ''' - Friend ReadOnly Property ERR_DllImportNotLegalOnGetOrSet() As String - Get - Return ResourceManager.GetString("ERR_DllImportNotLegalOnGetOrSet", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'System.Runtime.InteropServices.DllImportAttribute' cannot be applied to a method that is generic or contained in a generic type.. - ''' - Friend ReadOnly Property ERR_DllImportOnGenericSubOrFunction() As String - Get - Return ResourceManager.GetString("ERR_DllImportOnGenericSubOrFunction", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'System.Runtime.InteropServices.DllImportAttribute' cannot be applied to instance method.. - ''' - Friend ReadOnly Property ERR_DllImportOnInstanceMethod() As String - Get - Return ResourceManager.GetString("ERR_DllImportOnInstanceMethod", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'System.Runtime.InteropServices.DllImportAttribute' cannot be applied to interface methods.. - ''' - Friend ReadOnly Property ERR_DllImportOnInterfaceMethod() As String - Get - Return ResourceManager.GetString("ERR_DllImportOnInterfaceMethod", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'System.Runtime.InteropServices.DllImportAttribute' cannot be applied to a Sub, Function, or Operator with a non-empty body.. - ''' - Friend ReadOnly Property ERR_DllImportOnNonEmptySubOrFunction() As String - Get - Return ResourceManager.GetString("ERR_DllImportOnNonEmptySubOrFunction", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'System.Runtime.InteropServices.DllImportAttribute' cannot be applied to an Async or Iterator method.. - ''' - Friend ReadOnly Property ERR_DllImportOnResumableMethod() As String - Get - Return ResourceManager.GetString("ERR_DllImportOnResumableMethod", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Error writing to XML documentation file: {0}. - ''' - Friend ReadOnly Property ERR_DocFileGen() As String - Get - Return ResourceManager.GetString("ERR_DocFileGen", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' does not implement '{1}'.. - ''' - Friend ReadOnly Property ERR_DoesntImplementAwaitInterface2() As String - Get - Return ResourceManager.GetString("ERR_DoesntImplementAwaitInterface2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Conversion from 'Double' to 'Date' requires calling the 'Date.FromOADate' method.. - ''' - Friend ReadOnly Property ERR_DoubleToDateConversion() As String - Get - Return ResourceManager.GetString("ERR_DoubleToDateConversion", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to XML DTDs are not supported.. - ''' - Friend ReadOnly Property ERR_DTDNotSupported() As String - Get - Return ResourceManager.GetString("ERR_DTDNotSupported", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Only one of 'Public', 'Private', 'Protected', 'Friend', 'Protected Friend', or 'Private Protected' can be specified.. - ''' - Friend ReadOnly Property ERR_DuplicateAccessCategoryUsed() As String - Get - Return ResourceManager.GetString("ERR_DuplicateAccessCategoryUsed", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'AddHandler' is already declared.. - ''' - Friend ReadOnly Property ERR_DuplicateAddHandlerDef() As String - Get - Return ResourceManager.GetString("ERR_DuplicateAddHandlerDef", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Multiple initializations of '{0}'. Fields and properties can be initialized only once in an object initializer expression.. - ''' - Friend ReadOnly Property ERR_DuplicateAggrMemberInit1() As String - Get - Return ResourceManager.GetString("ERR_DuplicateAggrMemberInit1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Anonymous type member or property '{0}' is already declared.. - ''' - Friend ReadOnly Property ERR_DuplicateAnonTypeMemberName1() As String - Get - Return ResourceManager.GetString("ERR_DuplicateAnonTypeMemberName1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Widening' and 'Narrowing' cannot be combined.. - ''' - Friend ReadOnly Property ERR_DuplicateConversionCategoryUsed() As String - Get - Return ResourceManager.GetString("ERR_DuplicateConversionCategoryUsed", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Default' can be applied to only one property name in a {0}.. - ''' - Friend ReadOnly Property ERR_DuplicateDefaultProps1() As String - Get - Return ResourceManager.GetString("ERR_DuplicateDefaultProps1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Namespace or type '{0}' has already been imported.. - ''' - Friend ReadOnly Property ERR_DuplicateImport1() As String - Get - Return ResourceManager.GetString("ERR_DuplicateImport1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' cannot be inherited more than once.. - ''' - Friend ReadOnly Property ERR_DuplicateInInherits1() As String - Get - Return ResourceManager.GetString("ERR_DuplicateInInherits1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Local variable '{0}' is already declared in the current block.. - ''' - Friend ReadOnly Property ERR_DuplicateLocals1() As String - Get - Return ResourceManager.GetString("ERR_DuplicateLocals1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Static local variable '{0}' is already declared.. - ''' - Friend ReadOnly Property ERR_DuplicateLocalStatic1() As String - Get - Return ResourceManager.GetString("ERR_DuplicateLocalStatic1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Cannot embed interop type '{0}' found in both assembly '{1}' and '{2}'. Consider disabling the embedding of interop types.. - ''' - Friend ReadOnly Property ERR_DuplicateLocalTypes3() As String - Get - Return ResourceManager.GetString("ERR_DuplicateLocalTypes3", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Only one of 'NotOverridable', 'MustOverride', or 'Overridable' can be specified.. - ''' - Friend ReadOnly Property ERR_DuplicateModifierCategoryUsed() As String - Get - Return ResourceManager.GetString("ERR_DuplicateModifierCategoryUsed", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Alias '{0}' is already declared.. - ''' - Friend ReadOnly Property ERR_DuplicateNamedImportAlias1() As String - Get - Return ResourceManager.GetString("ERR_DuplicateNamedImportAlias1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Option {0}' statement can only appear once per file.. - ''' - Friend ReadOnly Property ERR_DuplicateOption1() As String - Get - Return ResourceManager.GetString("ERR_DuplicateOption1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Parameter specifier is duplicated.. - ''' - Friend ReadOnly Property ERR_DuplicateParameterSpecifier() As String - Get - Return ResourceManager.GetString("ERR_DuplicateParameterSpecifier", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Parameter already declared with name '{0}'.. - ''' - Friend ReadOnly Property ERR_DuplicateParamName1() As String - Get - Return ResourceManager.GetString("ERR_DuplicateParamName1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to XML namespace prefix '{0}' is already declared.. - ''' - Friend ReadOnly Property ERR_DuplicatePrefix() As String - Get - Return ResourceManager.GetString("ERR_DuplicatePrefix", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' has multiple definitions with identical signatures.. - ''' - Friend ReadOnly Property ERR_DuplicateProcDef1() As String - Get - Return ResourceManager.GetString("ERR_DuplicateProcDef1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' has multiple definitions with identical signatures with different tuple element names, including '{1}'.. - ''' - Friend ReadOnly Property ERR_DuplicateProcDefWithDifferentTupleNames2() As String - Get - Return ResourceManager.GetString("ERR_DuplicateProcDefWithDifferentTupleNames2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Get' is already declared.. - ''' - Friend ReadOnly Property ERR_DuplicatePropertyGet() As String - Get - Return ResourceManager.GetString("ERR_DuplicatePropertyGet", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Set' is already declared.. - ''' - Friend ReadOnly Property ERR_DuplicatePropertySet() As String - Get - Return ResourceManager.GetString("ERR_DuplicatePropertySet", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'RaiseEvent' is already declared.. - ''' - Friend ReadOnly Property ERR_DuplicateRaiseEventDef() As String - Get - Return ResourceManager.GetString("ERR_DuplicateRaiseEventDef", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Generic type '{0}' cannot be imported more than once.. - ''' - Friend ReadOnly Property ERR_DuplicateRawGenericTypeImport1() As String - Get - Return ResourceManager.GetString("ERR_DuplicateRawGenericTypeImport1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Project already has a reference to assembly '{0}'. A second reference to '{1}' cannot be added.. - ''' - Friend ReadOnly Property ERR_DuplicateReference2() As String - Get - Return ResourceManager.GetString("ERR_DuplicateReference2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Multiple assemblies with equivalent identity have been imported: '{0}' and '{1}'. Remove one of the duplicate references.. - ''' - Friend ReadOnly Property ERR_DuplicateReferenceStrong() As String - Get - Return ResourceManager.GetString("ERR_DuplicateReferenceStrong", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'RemoveHandler' is already declared.. - ''' - Friend ReadOnly Property ERR_DuplicateRemoveHandlerDef() As String - Get - Return ResourceManager.GetString("ERR_DuplicateRemoveHandlerDef", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Each linked resource and module must have a unique filename. Filename '{0}' is specified more than once in this assembly.. - ''' - Friend ReadOnly Property ERR_DuplicateResourceFileName1() As String - Get - Return ResourceManager.GetString("ERR_DuplicateResourceFileName1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Resource name '{0}' cannot be used more than once.. - ''' - Friend ReadOnly Property ERR_DuplicateResourceName1() As String - Get - Return ResourceManager.GetString("ERR_DuplicateResourceName1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Specifier is duplicated.. - ''' - Friend ReadOnly Property ERR_DuplicateSpecifier() As String - Get - Return ResourceManager.GetString("ERR_DuplicateSpecifier", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type parameter already declared with name '{0}'.. - ''' - Friend ReadOnly Property ERR_DuplicateTypeParamName1() As String - Get - Return ResourceManager.GetString("ERR_DuplicateTypeParamName1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'ReadOnly' and 'WriteOnly' cannot be combined.. - ''' - Friend ReadOnly Property ERR_DuplicateWriteabilityCategoryUsed() As String - Get - Return ResourceManager.GetString("ERR_DuplicateWriteabilityCategoryUsed", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Duplicate XML attribute '{0}'.. - ''' - Friend ReadOnly Property ERR_DuplicateXmlAttribute() As String - Get - Return ResourceManager.GetString("ERR_DuplicateXmlAttribute", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'ElseIf' must be preceded by a matching 'If' or 'ElseIf'.. - ''' - Friend ReadOnly Property ERR_ElseIfNoMatchingIf() As String - Get - Return ResourceManager.GetString("ERR_ElseIfNoMatchingIf", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Else' must be preceded by a matching 'If' or 'ElseIf'.. - ''' - Friend ReadOnly Property ERR_ElseNoMatchingIf() As String - Get - Return ResourceManager.GetString("ERR_ElseNoMatchingIf", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to An embedded expression cannot be used here.. - ''' - Friend ReadOnly Property ERR_EmbeddedExpression() As String - Get - Return ResourceManager.GetString("ERR_EmbeddedExpression", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to An aggregate collection initializer entry must contain at least one element.. - ''' - Friend ReadOnly Property ERR_EmptyAggregateInitializer() As String - Get - Return ResourceManager.GetString("ERR_EmptyAggregateInitializer", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Cannot continue since the edit includes a reference to an embedded type: '{0}'.. - ''' - Friend ReadOnly Property ERR_EncNoPIAReference() As String - Get - Return ResourceManager.GetString("ERR_EncNoPIAReference", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Cannot emit debug information for a source text without encoding.. - ''' - Friend ReadOnly Property ERR_EncodinglessSyntaxTree() As String - Get - Return ResourceManager.GetString("ERR_EncodinglessSyntaxTree", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Member '{0}' added during the current debug session can only be accessed from within its declaring assembly '{1}'.. - ''' - Friend ReadOnly Property ERR_EncReferenceToAddedMember() As String - Get - Return ResourceManager.GetString("ERR_EncReferenceToAddedMember", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Cannot update '{0}'; attribute '{1}' is missing.. - ''' - Friend ReadOnly Property ERR_EncUpdateFailedMissingAttribute() As String - Get - Return ResourceManager.GetString("ERR_EncUpdateFailedMissingAttribute", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'End Class' must be preceded by a matching 'Class'.. - ''' - Friend ReadOnly Property ERR_EndClassNoClass() As String - Get - Return ResourceManager.GetString("ERR_EndClassNoClass", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'End' statement cannot be used in class library projects.. - ''' - Friend ReadOnly Property ERR_EndDisallowedInDllProjects() As String - Get - Return ResourceManager.GetString("ERR_EndDisallowedInDllProjects", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '#End ExternalSource' must be preceded by a matching '#ExternalSource'.. - ''' - Friend ReadOnly Property ERR_EndExternalSource() As String - Get - Return ResourceManager.GetString("ERR_EndExternalSource", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'End Function' expected.. - ''' - Friend ReadOnly Property ERR_EndFunctionExpected() As String - Get - Return ResourceManager.GetString("ERR_EndFunctionExpected", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'End If' must be preceded by a matching 'If'.. - ''' - Friend ReadOnly Property ERR_EndIfNoMatchingIf() As String - Get - Return ResourceManager.GetString("ERR_EndIfNoMatchingIf", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'End Module' must be preceded by a matching 'Module'.. - ''' - Friend ReadOnly Property ERR_EndModuleNoModule() As String - Get - Return ResourceManager.GetString("ERR_EndModuleNoModule", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'End Namespace' must be preceded by a matching 'Namespace'.. - ''' - Friend ReadOnly Property ERR_EndNamespaceNoNamespace() As String - Get - Return ResourceManager.GetString("ERR_EndNamespaceNoNamespace", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'End Operator' expected.. - ''' - Friend ReadOnly Property ERR_EndOperatorExpected() As String - Get - Return ResourceManager.GetString("ERR_EndOperatorExpected", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'End Operator' must be the first statement on a line.. - ''' - Friend ReadOnly Property ERR_EndOperatorNotAtLineStart() As String - Get - Return ResourceManager.GetString("ERR_EndOperatorNotAtLineStart", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Property missing 'End Property'.. - ''' - Friend ReadOnly Property ERR_EndProp() As String - Get - Return ResourceManager.GetString("ERR_EndProp", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '#End Region' must be preceded by a matching '#Region'.. - ''' - Friend ReadOnly Property ERR_EndRegionNoRegion() As String - Get - Return ResourceManager.GetString("ERR_EndRegionNoRegion", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'End Select' must be preceded by a matching 'Select Case'.. - ''' - Friend ReadOnly Property ERR_EndSelectNoSelect() As String - Get - Return ResourceManager.GetString("ERR_EndSelectNoSelect", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'End Structure' must be preceded by a matching 'Structure'.. - ''' - Friend ReadOnly Property ERR_EndStructureNoStructure() As String - Get - Return ResourceManager.GetString("ERR_EndStructureNoStructure", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'End Sub' expected.. - ''' - Friend ReadOnly Property ERR_EndSubExpected() As String - Get - Return ResourceManager.GetString("ERR_EndSubExpected", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'End SyncLock' must be preceded by a matching 'SyncLock'.. - ''' - Friend ReadOnly Property ERR_EndSyncLockNoSyncLock() As String - Get - Return ResourceManager.GetString("ERR_EndSyncLockNoSyncLock", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'End Try' must be preceded by a matching 'Try'.. - ''' - Friend ReadOnly Property ERR_EndTryNoTry() As String - Get - Return ResourceManager.GetString("ERR_EndTryNoTry", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'End Using' must be preceded by a matching 'Using'.. - ''' - Friend ReadOnly Property ERR_EndUsingWithoutUsing() As String - Get - Return ResourceManager.GetString("ERR_EndUsingWithoutUsing", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'End While' must be preceded by a matching 'While'.. - ''' - Friend ReadOnly Property ERR_EndWhileNoWhile() As String - Get - Return ResourceManager.GetString("ERR_EndWhileNoWhile", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'End With' must be preceded by a matching 'With'.. - ''' - Friend ReadOnly Property ERR_EndWithWithoutWith() As String - Get - Return ResourceManager.GetString("ERR_EndWithWithoutWith", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' is an Enum type and cannot be used as an expression.. - ''' - Friend ReadOnly Property ERR_EnumNotExpression1() As String - Get - Return ResourceManager.GetString("ERR_EnumNotExpression1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to You must reference at least one range variable on both sides of the 'Equals' operator. Range variable(s) {0} must appear on one side of the 'Equals' operator, and range variable(s) {1} must appear on the other.. - ''' - Friend ReadOnly Property ERR_EqualsOperandIsBad() As String - Get - Return ResourceManager.GetString("ERR_EqualsOperandIsBad", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Equals' cannot compare a value of type '{0}' with a value of type '{1}'.. - ''' - Friend ReadOnly Property ERR_EqualsTypeMismatch() As String - Get - Return ResourceManager.GetString("ERR_EqualsTypeMismatch", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Error creating Win32 resources: {0}. - ''' - Friend ReadOnly Property ERR_ErrorCreatingWin32ResourceFile() As String - Get - Return ResourceManager.GetString("ERR_ErrorCreatingWin32ResourceFile", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'AddHandler' and 'RemoveHandler' method parameters cannot be declared 'ByRef'.. - ''' - Friend ReadOnly Property ERR_EventAddRemoveByrefParamIllegal() As String - Get - Return ResourceManager.GetString("ERR_EventAddRemoveByrefParamIllegal", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'AddHandler' and 'RemoveHandler' methods must have exactly one parameter.. - ''' - Friend ReadOnly Property ERR_EventAddRemoveHasOnlyOneParam() As String - Get - Return ResourceManager.GetString("ERR_EventAddRemoveHasOnlyOneParam", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Events cannot be declared with a delegate type that has a return type.. - ''' - Friend ReadOnly Property ERR_EventDelegatesCantBeFunctions() As String - Get - Return ResourceManager.GetString("ERR_EventDelegatesCantBeFunctions", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Method '{0}' cannot handle event '{1}' because they do not have a compatible signature.. - ''' - Friend ReadOnly Property ERR_EventHandlerSignatureIncompatible2() As String - Get - Return ResourceManager.GetString("ERR_EventHandlerSignatureIncompatible2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Event '{0}' cannot implement event '{1}' on interface '{2}' because their delegate types '{3}' and '{4}' do not match.. - ''' - Friend ReadOnly Property ERR_EventImplMismatch5() As String - Get - Return ResourceManager.GetString("ERR_EventImplMismatch5", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Event '{0}' cannot implement event '{1}' on interface '{2}' because the parameters of their 'RemoveHandler' methods do not match.. - ''' - Friend ReadOnly Property ERR_EventImplRemoveHandlerParamWrong() As String - Get - Return ResourceManager.GetString("ERR_EventImplRemoveHandlerParamWrong", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'AddHandler', 'RemoveHandler' and 'RaiseEvent' method parameters cannot be declared '{0}'.. - ''' - Friend ReadOnly Property ERR_EventMethodOptionalParamIllegal1() As String - Get - Return ResourceManager.GetString("ERR_EventMethodOptionalParamIllegal1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Source interface '{0}' is missing method '{1}', which is required to embed event '{2}'.. - ''' - Friend ReadOnly Property ERR_EventNoPIANoBackingMember() As String - Get - Return ResourceManager.GetString("ERR_EventNoPIANoBackingMember", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Event '{0}' cannot be found.. - ''' - Friend ReadOnly Property ERR_EventNotFound1() As String - Get - Return ResourceManager.GetString("ERR_EventNotFound1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Events cannot have a return type.. - ''' - Friend ReadOnly Property ERR_EventsCantBeFunctions() As String - Get - Return ResourceManager.GetString("ERR_EventsCantBeFunctions", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'WithEvents' variables cannot be typed as arrays.. - ''' - Friend ReadOnly Property ERR_EventSourceIsArray() As String - Get - Return ResourceManager.GetString("ERR_EventSourceIsArray", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Events declared with an 'As' clause must have a delegate type.. - ''' - Friend ReadOnly Property ERR_EventTypeNotDelegate() As String - Get - Return ResourceManager.GetString("ERR_EventTypeNotDelegate", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Statement cannot appear outside of a method body.. - ''' - Friend ReadOnly Property ERR_ExecutableAsDeclaration() As String - Get - Return ResourceManager.GetString("ERR_ExecutableAsDeclaration", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Exit Do' can only appear inside a 'Do' statement.. - ''' - Friend ReadOnly Property ERR_ExitDoNotWithinDo() As String - Get - Return ResourceManager.GetString("ERR_ExitDoNotWithinDo", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Exit AddHandler', 'Exit RemoveHandler' and 'Exit RaiseEvent' are not valid. Use 'Return' to exit from event members.. - ''' - Friend ReadOnly Property ERR_ExitEventMemberNotInvalid() As String - Get - Return ResourceManager.GetString("ERR_ExitEventMemberNotInvalid", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Exit For' can only appear inside a 'For' statement.. - ''' - Friend ReadOnly Property ERR_ExitForNotWithinFor() As String - Get - Return ResourceManager.GetString("ERR_ExitForNotWithinFor", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Exit Function' is not valid in a Sub or Property.. - ''' - Friend ReadOnly Property ERR_ExitFuncOfSub() As String - Get - Return ResourceManager.GetString("ERR_ExitFuncOfSub", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Exit Operator' is not valid. Use 'Return' to exit an operator.. - ''' - Friend ReadOnly Property ERR_ExitOperatorNotValid() As String - Get - Return ResourceManager.GetString("ERR_ExitOperatorNotValid", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Exit Property' is not valid in a Function or Sub.. - ''' - Friend ReadOnly Property ERR_ExitPropNot() As String - Get - Return ResourceManager.GetString("ERR_ExitPropNot", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Exit Select' can only appear inside a 'Select' statement.. - ''' - Friend ReadOnly Property ERR_ExitSelectNotWithinSelect() As String - Get - Return ResourceManager.GetString("ERR_ExitSelectNotWithinSelect", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Exit Sub' is not valid in a Function or Property.. - ''' - Friend ReadOnly Property ERR_ExitSubOfFunc() As String - Get - Return ResourceManager.GetString("ERR_ExitSubOfFunc", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Exit Try' can only appear inside a 'Try' statement.. - ''' - Friend ReadOnly Property ERR_ExitTryNotWithinTry() As String - Get - Return ResourceManager.GetString("ERR_ExitTryNotWithinTry", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Exit While' can only appear inside a 'While' statement.. - ''' - Friend ReadOnly Property ERR_ExitWhileNotWithinWhile() As String - Get - Return ResourceManager.GetString("ERR_ExitWhileNotWithinWhile", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'And' expected.. - ''' - Friend ReadOnly Property ERR_ExpectedAnd() As String - Get - Return ResourceManager.GetString("ERR_ExpectedAnd", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' statement requires an array.. - ''' - Friend ReadOnly Property ERR_ExpectedArray1() As String - Get - Return ResourceManager.GetString("ERR_ExpectedArray1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'As' expected.. - ''' - Friend ReadOnly Property ERR_ExpectedAs() As String - Get - Return ResourceManager.GetString("ERR_ExpectedAs", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '=' expected.. - ''' - Friend ReadOnly Property ERR_ExpectedAssignmentOperator() As String - Get - Return ResourceManager.GetString("ERR_ExpectedAssignmentOperator", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '=' expected (object initializer).. - ''' - Friend ReadOnly Property ERR_ExpectedAssignmentOperatorInInit() As String - Get - Return ResourceManager.GetString("ERR_ExpectedAssignmentOperatorInInit", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'By' expected.. - ''' - Friend ReadOnly Property ERR_ExpectedBy() As String - Get - Return ResourceManager.GetString("ERR_ExpectedBy", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Statements and labels are not valid between 'Select Case' and first 'Case'.. - ''' - Friend ReadOnly Property ERR_ExpectedCase() As String - Get - Return ResourceManager.GetString("ERR_ExpectedCase", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Comma expected.. - ''' - Friend ReadOnly Property ERR_ExpectedComma() As String - Get - Return ResourceManager.GetString("ERR_ExpectedComma", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'If', 'ElseIf', 'Else', 'Const', 'Region', 'ExternalSource', 'ExternalChecksum', 'Enable', 'Disable', 'End' or 'R' expected.. - ''' - Friend ReadOnly Property ERR_ExpectedConditionalDirective() As String - Get - Return ResourceManager.GetString("ERR_ExpectedConditionalDirective", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Continue' must be followed by 'Do', 'For' or 'While'.. - ''' - Friend ReadOnly Property ERR_ExpectedContinueKind() As String - Get - Return ResourceManager.GetString("ERR_ExpectedContinueKind", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Declaration expected.. - ''' - Friend ReadOnly Property ERR_ExpectedDeclaration() As String - Get - Return ResourceManager.GetString("ERR_ExpectedDeclaration", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Expected '/' for XML end tag.. - ''' - Friend ReadOnly Property ERR_ExpectedDiv() As String - Get - Return ResourceManager.GetString("ERR_ExpectedDiv", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '.' expected.. - ''' - Friend ReadOnly Property ERR_ExpectedDot() As String - Get - Return ResourceManager.GetString("ERR_ExpectedDot", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Global' must be followed by '.' and an identifier.. - ''' - Friend ReadOnly Property ERR_ExpectedDotAfterGlobalNameSpace() As String - Get - Return ResourceManager.GetString("ERR_ExpectedDotAfterGlobalNameSpace", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'MyBase' must be followed by '.' and an identifier.. - ''' - Friend ReadOnly Property ERR_ExpectedDotAfterMyBase() As String - Get - Return ResourceManager.GetString("ERR_ExpectedDotAfterMyBase", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'MyClass' must be followed by '.' and an identifier.. - ''' - Friend ReadOnly Property ERR_ExpectedDotAfterMyClass() As String - Get - Return ResourceManager.GetString("ERR_ExpectedDotAfterMyClass", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Class' statement must end with a matching 'End Class'.. - ''' - Friend ReadOnly Property ERR_ExpectedEndClass() As String - Get - Return ResourceManager.GetString("ERR_ExpectedEndClass", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '#ExternalSource' statement must end with a matching '#End ExternalSource'.. - ''' - Friend ReadOnly Property ERR_ExpectedEndExternalSource() As String - Get - Return ResourceManager.GetString("ERR_ExpectedEndExternalSource", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'If' must end with a matching 'End If'.. - ''' - Friend ReadOnly Property ERR_ExpectedEndIf() As String - Get - Return ResourceManager.GetString("ERR_ExpectedEndIf", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Module' statement must end with a matching 'End Module'.. - ''' - Friend ReadOnly Property ERR_ExpectedEndModule() As String - Get - Return ResourceManager.GetString("ERR_ExpectedEndModule", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Namespace' statement must end with a matching 'End Namespace'.. - ''' - Friend ReadOnly Property ERR_ExpectedEndNamespace() As String - Get - Return ResourceManager.GetString("ERR_ExpectedEndNamespace", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to End of expression expected.. - ''' - Friend ReadOnly Property ERR_ExpectedEndOfExpression() As String - Get - Return ResourceManager.GetString("ERR_ExpectedEndOfExpression", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '#Region' statement must end with a matching '#End Region'.. - ''' - Friend ReadOnly Property ERR_ExpectedEndRegion() As String - Get - Return ResourceManager.GetString("ERR_ExpectedEndRegion", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Select Case' must end with a matching 'End Select'.. - ''' - Friend ReadOnly Property ERR_ExpectedEndSelect() As String - Get - Return ResourceManager.GetString("ERR_ExpectedEndSelect", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Structure' statement must end with a matching 'End Structure'.. - ''' - Friend ReadOnly Property ERR_ExpectedEndStructure() As String - Get - Return ResourceManager.GetString("ERR_ExpectedEndStructure", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'SyncLock' statement must end with a matching 'End SyncLock'.. - ''' - Friend ReadOnly Property ERR_ExpectedEndSyncLock() As String - Get - Return ResourceManager.GetString("ERR_ExpectedEndSyncLock", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Try' must end with a matching 'End Try'.. - ''' - Friend ReadOnly Property ERR_ExpectedEndTry() As String - Get - Return ResourceManager.GetString("ERR_ExpectedEndTry", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Using' must end with a matching 'End Using'.. - ''' - Friend ReadOnly Property ERR_ExpectedEndUsing() As String - Get - Return ResourceManager.GetString("ERR_ExpectedEndUsing", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'While' must end with a matching 'End While'.. - ''' - Friend ReadOnly Property ERR_ExpectedEndWhile() As String - Get - Return ResourceManager.GetString("ERR_ExpectedEndWhile", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'With' must end with a matching 'End With'.. - ''' - Friend ReadOnly Property ERR_ExpectedEndWith() As String - Get - Return ResourceManager.GetString("ERR_ExpectedEndWith", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to End of statement expected.. - ''' - Friend ReadOnly Property ERR_ExpectedEOS() As String - Get - Return ResourceManager.GetString("ERR_ExpectedEOS", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '=' expected.. - ''' - Friend ReadOnly Property ERR_ExpectedEQ() As String - Get - Return ResourceManager.GetString("ERR_ExpectedEQ", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Equals' expected.. - ''' - Friend ReadOnly Property ERR_ExpectedEquals() As String - Get - Return ResourceManager.GetString("ERR_ExpectedEquals", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Exit' must be followed by 'Sub', 'Function', 'Property', 'Do', 'For', 'While', 'Select', or 'Try'.. - ''' - Friend ReadOnly Property ERR_ExpectedExitKind() As String - Get - Return ResourceManager.GetString("ERR_ExpectedExitKind", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Expression expected.. - ''' - Friend ReadOnly Property ERR_ExpectedExpression() As String - Get - Return ResourceManager.GetString("ERR_ExpectedExpression", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Option' must be followed by 'Compare', 'Explicit', 'Infer', or 'Strict'.. - ''' - Friend ReadOnly Property ERR_ExpectedForOptionStmt() As String - Get - Return ResourceManager.GetString("ERR_ExpectedForOptionStmt", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'From' expected.. - ''' - Friend ReadOnly Property ERR_ExpectedFrom() As String - Get - Return ResourceManager.GetString("ERR_ExpectedFrom", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '>' expected.. - ''' - Friend ReadOnly Property ERR_ExpectedGreater() As String - Get - Return ResourceManager.GetString("ERR_ExpectedGreater", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Identifier expected.. - ''' - Friend ReadOnly Property ERR_ExpectedIdentifier() As String - Get - Return ResourceManager.GetString("ERR_ExpectedIdentifier", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Group' or an identifier expected.. - ''' - Friend ReadOnly Property ERR_ExpectedIdentifierOrGroup() As String - Get - Return ResourceManager.GetString("ERR_ExpectedIdentifierOrGroup", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'In' expected.. - ''' - Friend ReadOnly Property ERR_ExpectedIn() As String - Get - Return ResourceManager.GetString("ERR_ExpectedIn", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'In' or '=' expected.. - ''' - Friend ReadOnly Property ERR_ExpectedInOrEq() As String - Get - Return ResourceManager.GetString("ERR_ExpectedInOrEq", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Integer constant expected.. - ''' - Friend ReadOnly Property ERR_ExpectedIntLiteral() As String - Get - Return ResourceManager.GetString("ERR_ExpectedIntLiteral", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Into' expected.. - ''' - Friend ReadOnly Property ERR_ExpectedInto() As String - Get - Return ResourceManager.GetString("ERR_ExpectedInto", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Join' expected.. - ''' - Friend ReadOnly Property ERR_ExpectedJoin() As String - Get - Return ResourceManager.GetString("ERR_ExpectedJoin", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{' expected.. - ''' - Friend ReadOnly Property ERR_ExpectedLbrace() As String - Get - Return ResourceManager.GetString("ERR_ExpectedLbrace", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Do' must end with a matching 'Loop'.. - ''' - Friend ReadOnly Property ERR_ExpectedLoop() As String - Get - Return ResourceManager.GetString("ERR_ExpectedLoop", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '(' expected.. - ''' - Friend ReadOnly Property ERR_ExpectedLparen() As String - Get - Return ResourceManager.GetString("ERR_ExpectedLparen", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Expected beginning '<' for an XML tag.. - ''' - Friend ReadOnly Property ERR_ExpectedLT() As String - Get - Return ResourceManager.GetString("ERR_ExpectedLT", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '-' expected.. - ''' - Friend ReadOnly Property ERR_ExpectedMinus() As String - Get - Return ResourceManager.GetString("ERR_ExpectedMinus", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Named argument expected. Please use language version {0} or greater to use non-trailing named arguments.. - ''' - Friend ReadOnly Property ERR_ExpectedNamedArgument() As String - Get - Return ResourceManager.GetString("ERR_ExpectedNamedArgument", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Named argument expected.. - ''' - Friend ReadOnly Property ERR_ExpectedNamedArgumentInAttributeList() As String - Get - Return ResourceManager.GetString("ERR_ExpectedNamedArgumentInAttributeList", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'For' must end with a matching 'Next'.. - ''' - Friend ReadOnly Property ERR_ExpectedNext() As String - Get - Return ResourceManager.GetString("ERR_ExpectedNext", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'On' expected.. - ''' - Friend ReadOnly Property ERR_ExpectedOn() As String - Get - Return ResourceManager.GetString("ERR_ExpectedOn", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Optional' expected.. - ''' - Friend ReadOnly Property ERR_ExpectedOptional() As String - Get - Return ResourceManager.GetString("ERR_ExpectedOptional", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Compare' expected.. - ''' - Friend ReadOnly Property ERR_ExpectedOptionCompare() As String - Get - Return ResourceManager.GetString("ERR_ExpectedOptionCompare", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Expression is not a method.. - ''' - Friend ReadOnly Property ERR_ExpectedProcedure() As String - Get - Return ResourceManager.GetString("ERR_ExpectedProcedure", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Name of field or property being initialized in an object initializer must start with '.'.. - ''' - Friend ReadOnly Property ERR_ExpectedQualifiedNameInInit() As String - Get - Return ResourceManager.GetString("ERR_ExpectedQualifiedNameInInit", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Expression of type '{0}' is not queryable. Make sure you are not missing an assembly reference and/or namespace import for the LINQ provider.. - ''' - Friend ReadOnly Property ERR_ExpectedQueryableSource() As String - Get - Return ResourceManager.GetString("ERR_ExpectedQueryableSource", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Expected matching closing double quote for XML attribute value.. - ''' - Friend ReadOnly Property ERR_ExpectedQuote() As String - Get - Return ResourceManager.GetString("ERR_ExpectedQuote", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '}' expected.. - ''' - Friend ReadOnly Property ERR_ExpectedRbrace() As String - Get - Return ResourceManager.GetString("ERR_ExpectedRbrace", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Relational operator expected.. - ''' - Friend ReadOnly Property ERR_ExpectedRelational() As String - Get - Return ResourceManager.GetString("ERR_ExpectedRelational", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Resume' or 'GoTo' expected.. - ''' - Friend ReadOnly Property ERR_ExpectedResumeOrGoto() As String - Get - Return ResourceManager.GetString("ERR_ExpectedResumeOrGoto", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to ')' expected.. - ''' - Friend ReadOnly Property ERR_ExpectedRparen() As String - Get - Return ResourceManager.GetString("ERR_ExpectedRparen", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Expected closing ';' for XML entity.. - ''' - Friend ReadOnly Property ERR_ExpectedSColon() As String - Get - Return ResourceManager.GetString("ERR_ExpectedSColon", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Expected a single script (.vbx file). - ''' - Friend ReadOnly Property ERR_ExpectedSingleScript() As String - Get - Return ResourceManager.GetString("ERR_ExpectedSingleScript", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Expected one of 'Dim', 'Const', 'Public', 'Private', 'Protected', 'Friend', 'Shadows', 'ReadOnly' or 'Shared'.. - ''' - Friend ReadOnly Property ERR_ExpectedSpecifier() As String - Get - Return ResourceManager.GetString("ERR_ExpectedSpecifier", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Expected matching closing single quote for XML attribute value.. - ''' - Friend ReadOnly Property ERR_ExpectedSQuote() As String - Get - Return ResourceManager.GetString("ERR_ExpectedSQuote", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to String constant expected.. - ''' - Friend ReadOnly Property ERR_ExpectedStringLiteral() As String - Get - Return ResourceManager.GetString("ERR_ExpectedStringLiteral", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Sub' or 'Function' expected.. - ''' - Friend ReadOnly Property ERR_ExpectedSubFunction() As String - Get - Return ResourceManager.GetString("ERR_ExpectedSubFunction", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Sub' or 'Function' expected after 'Delegate'.. - ''' - Friend ReadOnly Property ERR_ExpectedSubOrFunction() As String - Get - Return ResourceManager.GetString("ERR_ExpectedSubOrFunction", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Warning' expected.. - ''' - Friend ReadOnly Property ERR_ExpectedWarningKeyword() As String - Get - Return ResourceManager.GetString("ERR_ExpectedWarningKeyword", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Expected '%=' at start of an embedded expression.. - ''' - Friend ReadOnly Property ERR_ExpectedXmlBeginEmbedded() As String - Get - Return ResourceManager.GetString("ERR_ExpectedXmlBeginEmbedded", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Expected closing ']]>' for XML CDATA section.. - ''' - Friend ReadOnly Property ERR_ExpectedXmlEndCData() As String - Get - Return ResourceManager.GetString("ERR_ExpectedXmlEndCData", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Expected closing '-->' for XML comment.. - ''' - Friend ReadOnly Property ERR_ExpectedXmlEndComment() As String - Get - Return ResourceManager.GetString("ERR_ExpectedXmlEndComment", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Expected closing '%>' for embedded expression.. - ''' - Friend ReadOnly Property ERR_ExpectedXmlEndEmbedded() As String - Get - Return ResourceManager.GetString("ERR_ExpectedXmlEndEmbedded", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Expected closing '?>' for XML processor instruction.. - ''' - Friend ReadOnly Property ERR_ExpectedXmlEndPI() As String - Get - Return ResourceManager.GetString("ERR_ExpectedXmlEndPI", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to XML name expected.. - ''' - Friend ReadOnly Property ERR_ExpectedXmlName() As String - Get - Return ResourceManager.GetString("ERR_ExpectedXmlName", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Namespace declaration must start with 'xmlns'.. - ''' - Friend ReadOnly Property ERR_ExpectedXmlns() As String - Get - Return ResourceManager.GetString("ERR_ExpectedXmlns", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Missing required white space.. - ''' - Friend ReadOnly Property ERR_ExpectedXmlWhiteSpace() As String - Get - Return ResourceManager.GetString("ERR_ExpectedXmlWhiteSpace", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Cannot reference 'System.Runtime.CompilerServices.TupleElementNamesAttribute' explicitly. Use the tuple syntax to define tuple names.. - ''' - Friend ReadOnly Property ERR_ExplicitTupleElementNamesAttribute() As String - Get - Return ResourceManager.GetString("ERR_ExplicitTupleElementNamesAttribute", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type '{0}' exported from module '{1}' conflicts with type declared in primary module of this assembly.. - ''' - Friend ReadOnly Property ERR_ExportedTypeConflictsWithDeclaration() As String - Get - Return ResourceManager.GetString("ERR_ExportedTypeConflictsWithDeclaration", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type '{0}' exported from module '{1}' conflicts with type '{2}' exported from module '{3}'.. - ''' - Friend ReadOnly Property ERR_ExportedTypesConflict() As String - Get - Return ResourceManager.GetString("ERR_ExportedTypesConflict", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to This expression does not have a name.. - ''' - Friend ReadOnly Property ERR_ExpressionDoesntHaveName() As String - Get - Return ResourceManager.GetString("ERR_ExpressionDoesntHaveName", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Constant expression not representable in type '{0}'.. - ''' - Friend ReadOnly Property ERR_ExpressionOverflow1() As String - Get - Return ResourceManager.GetString("ERR_ExpressionOverflow1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Expression cannot be converted into an expression tree.. - ''' - Friend ReadOnly Property ERR_ExpressionTreeNotSupported() As String - Get - Return ResourceManager.GetString("ERR_ExpressionTreeNotSupported", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Late binding operations cannot be converted to an expression tree.. - ''' - Friend ReadOnly Property ERR_ExprTreeNoLateBind() As String - Get - Return ResourceManager.GetString("ERR_ExprTreeNoLateBind", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Multi-dimensional array cannot be converted to an expression tree.. - ''' - Friend ReadOnly Property ERR_ExprTreeNoMultiDimArrayCreation() As String - Get - Return ResourceManager.GetString("ERR_ExprTreeNoMultiDimArrayCreation", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to The custom-designed version of 'System.Runtime.CompilerServices.ExtensionAttribute' found by the compiler is not valid. Its attribute usage flags must be set to allow assemblies, classes, and methods.. - ''' - Friend ReadOnly Property ERR_ExtensionAttributeInvalid() As String - Get - Return ResourceManager.GetString("ERR_ExtensionAttributeInvalid", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Late-bound extension methods are not supported.. - ''' - Friend ReadOnly Property ERR_ExtensionMethodCannotBeLateBound() As String - Get - Return ResourceManager.GetString("ERR_ExtensionMethodCannotBeLateBound", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Extension methods must declare at least one parameter. The first parameter specifies which type to extend.. - ''' - Friend ReadOnly Property ERR_ExtensionMethodNoParams() As String - Get - Return ResourceManager.GetString("ERR_ExtensionMethodNoParams", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Extension methods can be defined only in modules.. - ''' - Friend ReadOnly Property ERR_ExtensionMethodNotInModule() As String - Get - Return ResourceManager.GetString("ERR_ExtensionMethodNotInModule", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Optional' cannot be applied to the first parameter of an extension method. The first parameter specifies which type to extend.. - ''' - Friend ReadOnly Property ERR_ExtensionMethodOptionalFirstArg() As String - Get - Return ResourceManager.GetString("ERR_ExtensionMethodOptionalFirstArg", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to - ''' Extension method '{0}' defined in '{1}'.. - ''' - Friend ReadOnly Property ERR_ExtensionMethodOverloadCandidate2() As String - Get - Return ResourceManager.GetString("ERR_ExtensionMethodOverloadCandidate2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to - ''' Extension method '{0}' defined in '{1}': {2}. - ''' - Friend ReadOnly Property ERR_ExtensionMethodOverloadCandidate3() As String - Get - Return ResourceManager.GetString("ERR_ExtensionMethodOverloadCandidate3", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'ParamArray' cannot be applied to the first parameter of an extension method. The first parameter specifies which type to extend.. - ''' - Friend ReadOnly Property ERR_ExtensionMethodParamArrayFirstArg() As String - Get - Return ResourceManager.GetString("ERR_ExtensionMethodParamArrayFirstArg", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Extension method '{0}' has type constraints that can never be satisfied.. - ''' - Friend ReadOnly Property ERR_ExtensionMethodUncallable1() As String - Get - Return ResourceManager.GetString("ERR_ExtensionMethodUncallable1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Extension' attribute can be applied only to 'Module', 'Sub', or 'Function' declarations.. - ''' - Friend ReadOnly Property ERR_ExtensionOnlyAllowedOnModuleSubOrFunction() As String - Get - Return ResourceManager.GetString("ERR_ExtensionOnlyAllowedOnModuleSubOrFunction", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Next' statement names more variables than there are matching 'For' statements.. - ''' - Friend ReadOnly Property ERR_ExtraNextVariable() As String - Get - Return ResourceManager.GetString("ERR_ExtraNextVariable", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Specifiers valid only at the beginning of a declaration.. - ''' - Friend ReadOnly Property ERR_ExtraSpecifiers() As String - Get - Return ResourceManager.GetString("ERR_ExtraSpecifiers", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Error signing assembly '{0}': {1}. - ''' - Friend ReadOnly Property ERR_FailureSigningAssembly() As String - Get - Return ResourceManager.GetString("ERR_FailureSigningAssembly", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to The field has multiple distinct constant values.. - ''' - Friend ReadOnly Property ERR_FieldHasMultipleDistinctConstantValues() As String - Get - Return ResourceManager.GetString("ERR_FieldHasMultipleDistinctConstantValues", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Cannot refer to '{0}' because it is a member of the value-typed field '{1}' of class '{2}' which has 'System.MarshalByRefObject' as a base class.. - ''' - Friend ReadOnly Property ERR_FieldOfValueFieldOfMarshalByRef3() As String - Get - Return ResourceManager.GetString("ERR_FieldOfValueFieldOfMarshalByRef3", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Assembly' or 'Module' expected.. - ''' - Friend ReadOnly Property ERR_FileAttributeNotAssemblyOrModule() As String - Get - Return ResourceManager.GetString("ERR_FileAttributeNotAssemblyOrModule", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to file '{0}' could not be found. - ''' - Friend ReadOnly Property ERR_FileNotFound() As String - Get - Return ResourceManager.GetString("ERR_FileNotFound", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Finally' can only appear once in a 'Try' statement.. - ''' - Friend ReadOnly Property ERR_FinallyAfterFinally() As String - Get - Return ResourceManager.GetString("ERR_FinallyAfterFinally", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Finally' cannot appear outside a 'Try' statement.. - ''' - Friend ReadOnly Property ERR_FinallyNoMatchingTry() As String - Get - Return ResourceManager.GetString("ERR_FinallyNoMatchingTry", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Array declared as for loop control variable cannot be declared with an initial size.. - ''' - Friend ReadOnly Property ERR_ForCtlVarArraySizesSpecified() As String - Get - Return ResourceManager.GetString("ERR_ForCtlVarArraySizesSpecified", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'For Each' on type '{0}' is ambiguous because the type implements multiple instantiations of 'System.Collections.Generic.IEnumerable(Of T)'.. - ''' - Friend ReadOnly Property ERR_ForEachAmbiguousIEnumerable1() As String - Get - Return ResourceManager.GetString("ERR_ForEachAmbiguousIEnumerable1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Expression is of type '{0}', which is not a collection type.. - ''' - Friend ReadOnly Property ERR_ForEachCollectionDesignPattern1() As String - Get - Return ResourceManager.GetString("ERR_ForEachCollectionDesignPattern1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to For loop control variable '{0}' already in use by an enclosing For loop.. - ''' - Friend ReadOnly Property ERR_ForIndexInUse1() As String - Get - Return ResourceManager.GetString("ERR_ForIndexInUse1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type '{0}' must define operator '{1}' to be used in a 'For' statement.. - ''' - Friend ReadOnly Property ERR_ForLoopOperatorRequired2() As String - Get - Return ResourceManager.GetString("ERR_ForLoopOperatorRequired2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'For' loop control variable cannot be of type '{0}' because the type does not support the required operators.. - ''' - Friend ReadOnly Property ERR_ForLoopType1() As String - Get - Return ResourceManager.GetString("ERR_ForLoopType1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Forwarded type '{0}' conflicts with type declared in primary module of this assembly.. - ''' - Friend ReadOnly Property ERR_ForwardedTypeConflictsWithDeclaration() As String - Get - Return ResourceManager.GetString("ERR_ForwardedTypeConflictsWithDeclaration", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type '{0}' forwarded to assembly '{1}' conflicts with type '{2}' exported from module '{3}'.. - ''' - Friend ReadOnly Property ERR_ForwardedTypeConflictsWithExportedType() As String - Get - Return ResourceManager.GetString("ERR_ForwardedTypeConflictsWithExportedType", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type '{0}' forwarded to assembly '{1}' conflicts with type '{2}' forwarded to assembly '{3}'.. - ''' - Friend ReadOnly Property ERR_ForwardedTypesConflict() As String - Get - Return ResourceManager.GetString("ERR_ForwardedTypesConflict", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type '{0}' in assembly '{1}' has been forwarded to assembly '{2}'. Either a reference to '{2}' is missing from your project or the type '{0}' is missing from assembly '{2}'.. - ''' - Friend ReadOnly Property ERR_ForwardedTypeUnavailable3() As String - Get - Return ResourceManager.GetString("ERR_ForwardedTypeUnavailable3", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Member '{0}' cannot override member '{1}' defined in another assembly/project because the access modifier 'Protected Friend' expands accessibility. Use 'Protected' instead.. - ''' - Friend ReadOnly Property ERR_FriendAssemblyBadAccessOverride2() As String - Get - Return ResourceManager.GetString("ERR_FriendAssemblyBadAccessOverride2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Friend assembly reference '{0}' is invalid. InternalsVisibleTo declarations cannot have a version, culture, public key token, or processor architecture specified.. - ''' - Friend ReadOnly Property ERR_FriendAssemblyBadArguments() As String - Get - Return ResourceManager.GetString("ERR_FriendAssemblyBadArguments", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Friend declaration '{0}' is invalid and cannot be resolved.. - ''' - Friend ReadOnly Property ERR_FriendAssemblyNameInvalid() As String - Get - Return ResourceManager.GetString("ERR_FriendAssemblyNameInvalid", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Friend assembly reference '{0}' is invalid. Strong-name signed assemblies must specify a public key in their InternalsVisibleTo declarations.. - ''' - Friend ReadOnly Property ERR_FriendAssemblyStrongNameRequired() As String - Get - Return ResourceManager.GetString("ERR_FriendAssemblyStrongNameRequired", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Friend access was granted by '{0}', but the public key of the output assembly does not match that specified by the attribute in the granting assembly.. - ''' - Friend ReadOnly Property ERR_FriendRefNotEqualToThis() As String - Get - Return ResourceManager.GetString("ERR_FriendRefNotEqualToThis", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Friend access was granted by '{0}', but the strong name signing state of the output assembly does not match that of the granting assembly.. - ''' - Friend ReadOnly Property ERR_FriendRefSigningMismatch() As String - Get - Return ResourceManager.GetString("ERR_FriendRefSigningMismatch", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Full width characters are not valid as XML delimiters.. - ''' - Friend ReadOnly Property ERR_FullWidthAsXmlDelimiter() As String - Get - Return ResourceManager.GetString("ERR_FullWidthAsXmlDelimiter", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' has no parameters and its return type cannot be indexed.. - ''' - Friend ReadOnly Property ERR_FunctionResultCannotBeIndexed1() As String - Get - Return ResourceManager.GetString("ERR_FunctionResultCannotBeIndexed1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Error in project-level import '{0}' at '{1}' : {2}. - ''' - Friend ReadOnly Property ERR_GeneralProjectImportsError3() As String - Get - Return ResourceManager.GetString("ERR_GeneralProjectImportsError3", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type arguments are not valid because attributes cannot be generic.. - ''' - Friend ReadOnly Property ERR_GenericArgsOnAttributeSpecifier() As String - Get - Return ResourceManager.GetString("ERR_GenericArgsOnAttributeSpecifier", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Classes that are generic or contained in a generic type cannot inherit from an attribute class.. - ''' - Friend ReadOnly Property ERR_GenericClassCannotInheritAttr() As String - Get - Return ResourceManager.GetString("ERR_GenericClassCannotInheritAttr", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type argument '{0}' does not inherit from or implement the constraint type '{1}'.. - ''' - Friend ReadOnly Property ERR_GenericConstraintNotSatisfied2() As String - Get - Return ResourceManager.GetString("ERR_GenericConstraintNotSatisfied2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to {0} '{1}' cannot inherit from a type parameter.. - ''' - Friend ReadOnly Property ERR_GenericParamBase2() As String - Get - Return ResourceManager.GetString("ERR_GenericParamBase2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type parameters cannot be specified on this declaration.. - ''' - Friend ReadOnly Property ERR_GenericParamsOnInvalidMember() As String - Get - Return ResourceManager.GetString("ERR_GenericParamsOnInvalidMember", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to None of the accessible 'Main' methods with the appropriate signatures found in '{0}' can be the startup method since they are all either generic or nested in generic types.. - ''' - Friend ReadOnly Property ERR_GenericSubMainsFound1() As String - Get - Return ResourceManager.GetString("ERR_GenericSubMainsFound1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'GoTo {0}' is not valid because '{0}' is inside a 'For' or 'For Each' statement that does not contain this statement.. - ''' - Friend ReadOnly Property ERR_GotoIntoFor() As String - Get - Return ResourceManager.GetString("ERR_GotoIntoFor", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'GoTo {0}' is not valid because '{0}' is inside a 'SyncLock' statement that does not contain this statement.. - ''' - Friend ReadOnly Property ERR_GotoIntoSyncLock() As String - Get - Return ResourceManager.GetString("ERR_GotoIntoSyncLock", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'GoTo {0}' is not valid because '{0}' is inside a 'Try', 'Catch' or 'Finally' statement that does not contain this statement.. - ''' - Friend ReadOnly Property ERR_GotoIntoTryHandler() As String - Get - Return ResourceManager.GetString("ERR_GotoIntoTryHandler", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'GoTo {0}' is not valid because '{0}' is inside a 'Using' statement that does not contain this statement.. - ''' - Friend ReadOnly Property ERR_GotoIntoUsing() As String - Get - Return ResourceManager.GetString("ERR_GotoIntoUsing", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'GoTo {0}' is not valid because '{0}' is inside a 'With' statement that does not contain this statement.. - ''' - Friend ReadOnly Property ERR_GotoIntoWith() As String - Get - Return ResourceManager.GetString("ERR_GotoIntoWith", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Generic methods cannot use 'Handles' clause.. - ''' - Friend ReadOnly Property ERR_HandlesInvalidOnGenericMethod() As String - Get - Return ResourceManager.GetString("ERR_HandlesInvalidOnGenericMethod", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Handles' in classes must specify a 'WithEvents' variable, 'MyBase', 'MyClass' or 'Me' qualified with a single identifier.. - ''' - Friend ReadOnly Property ERR_HandlesSyntaxInClass() As String - Get - Return ResourceManager.GetString("ERR_HandlesSyntaxInClass", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Handles' in modules must specify a 'WithEvents' variable qualified with a single identifier.. - ''' - Friend ReadOnly Property ERR_HandlesSyntaxInModule() As String - Get - Return ResourceManager.GetString("ERR_HandlesSyntaxInModule", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to cannot specify both /win32icon and /win32resource. - ''' - Friend ReadOnly Property ERR_IconFileAndWin32ResFile() As String - Get - Return ResourceManager.GetString("ERR_IconFileAndWin32ResFile", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Using DirectCast operator to cast a floating-point value to the same type is not supported.. - ''' - Friend ReadOnly Property ERR_IdentityDirectCastForFloat() As String - Get - Return ResourceManager.GetString("ERR_IdentityDirectCastForFloat", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' cannot implement '{1}' because there is no matching {2} on interface '{3}'.. - ''' - Friend ReadOnly Property ERR_IdentNotMemberOfInterface4() As String - Get - Return ResourceManager.GetString("ERR_IdentNotMemberOfInterface4", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Cannot infer a common type.. - ''' - Friend ReadOnly Property ERR_IfNoType() As String - Get - Return ResourceManager.GetString("ERR_IfNoType", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Cannot infer a common type, and Option Strict On does not allow 'Object' to be assumed.. - ''' - Friend ReadOnly Property ERR_IfNoTypeObjectDisallowed() As String - Get - Return ResourceManager.GetString("ERR_IfNoTypeObjectDisallowed", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Cannot infer a common type because more than one type is possible.. - ''' - Friend ReadOnly Property ERR_IfTooManyTypesObjectDisallowed() As String - Get - Return ResourceManager.GetString("ERR_IfTooManyTypesObjectDisallowed", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to XML declaration does not allow attribute '{0}{1}{2}'.. - ''' - Friend ReadOnly Property ERR_IllegalAttributeInXmlDecl() As String - Get - Return ResourceManager.GetString("ERR_IllegalAttributeInXmlDecl", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Inherits clause of {0} '{1}' causes cyclic dependency: {2}. - ''' - Friend ReadOnly Property ERR_IllegalBaseTypeReferences3() As String - Get - Return ResourceManager.GetString("ERR_IllegalBaseTypeReferences3", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Illegal call expression or index expression.. - ''' - Friend ReadOnly Property ERR_IllegalCallOrIndex() As String - Get - Return ResourceManager.GetString("ERR_IllegalCallOrIndex", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Character is not valid.. - ''' - Friend ReadOnly Property ERR_IllegalChar() As String - Get - Return ResourceManager.GetString("ERR_IllegalChar", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Character constant must contain exactly one character.. - ''' - Friend ReadOnly Property ERR_IllegalCharConstant() As String - Get - Return ResourceManager.GetString("ERR_IllegalCharConstant", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to First operand in a binary 'If' expression must be a nullable value type, a reference type, or an unconstrained generic type.. - ''' - Friend ReadOnly Property ERR_IllegalCondTypeInIIF() As String - Get - Return ResourceManager.GetString("ERR_IllegalCondTypeInIIF", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Namespace declaration with prefix cannot have an empty value inside an XML literal.. - ''' - Friend ReadOnly Property ERR_IllegalDefaultNamespace() As String - Get - Return ResourceManager.GetString("ERR_IllegalDefaultNamespace", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Cannot infer a common type for the second and third operands of the 'If' operator. One must have a widening conversion to the other.. - ''' - Friend ReadOnly Property ERR_IllegalOperandInIIFConversion() As String - Get - Return ResourceManager.GetString("ERR_IllegalOperandInIIFConversion", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Cannot infer a common type for the first and second operands of the binary 'If' operator. One must have a widening conversion to the other.. - ''' - Friend ReadOnly Property ERR_IllegalOperandInIIFConversion2() As String - Get - Return ResourceManager.GetString("ERR_IllegalOperandInIIFConversion2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'If' operator requires either two or three operands.. - ''' - Friend ReadOnly Property ERR_IllegalOperandInIIFCount() As String - Get - Return ResourceManager.GetString("ERR_IllegalOperandInIIFCount", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'If' operands cannot be named arguments.. - ''' - Friend ReadOnly Property ERR_IllegalOperandInIIFName() As String - Get - Return ResourceManager.GetString("ERR_IllegalOperandInIIFName", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to XML processing instruction name '{0}' is not valid.. - ''' - Friend ReadOnly Property ERR_IllegalProcessingInstructionName() As String - Get - Return ResourceManager.GetString("ERR_IllegalProcessingInstructionName", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Character sequence '--' is not allowed in an XML comment.. - ''' - Friend ReadOnly Property ERR_IllegalXmlCommentChar() As String - Get - Return ResourceManager.GetString("ERR_IllegalXmlCommentChar", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Character '{0}' ({1}) is not allowed in an XML name.. - ''' - Friend ReadOnly Property ERR_IllegalXmlNameChar() As String - Get - Return ResourceManager.GetString("ERR_IllegalXmlNameChar", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Element names cannot use the 'xmlns' prefix.. - ''' - Friend ReadOnly Property ERR_IllegalXmlnsPrefix() As String - Get - Return ResourceManager.GetString("ERR_IllegalXmlnsPrefix", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Character '{0}' ({1}) is not allowed at the beginning of an XML name.. - ''' - Friend ReadOnly Property ERR_IllegalXmlStartNameChar() As String - Get - Return ResourceManager.GetString("ERR_IllegalXmlStartNameChar", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to White space cannot appear here.. - ''' - Friend ReadOnly Property ERR_IllegalXmlWhiteSpace() As String - Get - Return ResourceManager.GetString("ERR_IllegalXmlWhiteSpace", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Method '{0}' must be declared 'Private' in order to implement partial method '{1}'.. - ''' - Friend ReadOnly Property ERR_ImplementationMustBePrivate2() As String - Get - Return ResourceManager.GetString("ERR_ImplementationMustBePrivate2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' cannot implement {1} '{2}' on interface '{3}' because the tuple element names in '{4}' do not match those in '{5}'.. - ''' - Friend ReadOnly Property ERR_ImplementingInterfaceWithDifferentTupleNames5() As String - Get - Return ResourceManager.GetString("ERR_ImplementingInterfaceWithDifferentTupleNames5", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type parameter not allowed in 'Implements' clause.. - ''' - Friend ReadOnly Property ERR_ImplementsGenericParam() As String - Get - Return ResourceManager.GetString("ERR_ImplementsGenericParam", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Sub New' cannot implement interface members.. - ''' - Friend ReadOnly Property ERR_ImplementsOnNew() As String - Get - Return ResourceManager.GetString("ERR_ImplementsOnNew", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Implements' statements must follow any 'Inherits' statement and precede all declarations in a class.. - ''' - Friend ReadOnly Property ERR_ImplementsStmtWrongOrder() As String - Get - Return ResourceManager.GetString("ERR_ImplementsStmtWrongOrder", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' cannot implement '{1}.{2}' because they differ by type parameter constraints.. - ''' - Friend ReadOnly Property ERR_ImplementsWithConstraintMismatch3() As String - Get - Return ResourceManager.GetString("ERR_ImplementsWithConstraintMismatch3", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Imports alias '{0}' conflicts with '{1}' declared in the root namespace.. - ''' - Friend ReadOnly Property ERR_ImportAliasConflictsWithType2() As String - Get - Return ResourceManager.GetString("ERR_ImportAliasConflictsWithType2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Imports' statements must precede any declarations.. - ''' - Friend ReadOnly Property ERR_ImportsMustBeFirst() As String - Get - Return ResourceManager.GetString("ERR_ImportsMustBeFirst", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Implementing class '{0}' for interface '{1}' is not accessible in this context because it is '{2}'.. - ''' - Friend ReadOnly Property ERR_InAccessibleCoClass3() As String - Get - Return ResourceManager.GetString("ERR_InAccessibleCoClass3", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}.{1}' is not accessible in this context because it is '{2}'.. - ''' - Friend ReadOnly Property ERR_InaccessibleMember3() As String - Get - Return ResourceManager.GetString("ERR_InaccessibleMember3", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' in class '{1}' cannot override '{2}' in class '{3}' because an intermediate class '{4}' overrides '{2}' in class '{3}' but is not accessible.. - ''' - Friend ReadOnly Property ERR_InAccessibleOverridingMethod5() As String - Get - Return ResourceManager.GetString("ERR_InAccessibleOverridingMethod5", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' is not accessible in this context because the return type is not accessible.. - ''' - Friend ReadOnly Property ERR_InaccessibleReturnTypeOfMember2() As String - Get - Return ResourceManager.GetString("ERR_InaccessibleReturnTypeOfMember2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' is not accessible in this context because it is '{1}'.. - ''' - Friend ReadOnly Property ERR_InaccessibleSymbol2() As String - Get - Return ResourceManager.GetString("ERR_InaccessibleSymbol2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Expression is not an array or a method, and cannot have an argument list.. - ''' - Friend ReadOnly Property ERR_IndexedNotArrayOrProc() As String - Get - Return ResourceManager.GetString("ERR_IndexedNotArrayOrProc", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Project '{0}' makes an indirect reference to assembly '{1}', which contains '{2}'. Add a file reference to '{3}' to your project.. - ''' - Friend ReadOnly Property ERR_IndirectUnreferencedAssembly4() As String - Get - Return ResourceManager.GetString("ERR_IndirectUnreferencedAssembly4", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Variable cannot be initialized with non-array type '{0}'.. - ''' - Friend ReadOnly Property ERR_InferringNonArrayType1() As String - Get - Return ResourceManager.GetString("ERR_InferringNonArrayType1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' cannot inherit from {1} '{2}' because it expands the access of the base {1} to {3} '{4}'.. - ''' - Friend ReadOnly Property ERR_InheritanceAccessMismatch5() As String - Get - Return ResourceManager.GetString("ERR_InheritanceAccessMismatch5", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' cannot inherit from {1} '{2}' because it expands the access of the base {1} outside the assembly.. - ''' - Friend ReadOnly Property ERR_InheritanceAccessMismatchOutside3() As String - Get - Return ResourceManager.GetString("ERR_InheritanceAccessMismatchOutside3", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Class '{0}' cannot inherit from itself: {1}. - ''' - Friend ReadOnly Property ERR_InheritanceCycle1() As String - Get - Return ResourceManager.GetString("ERR_InheritanceCycle1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type '{0}' is not supported because it either directly or indirectly inherits from itself.. - ''' - Friend ReadOnly Property ERR_InheritanceCycleInImportedType1() As String - Get - Return ResourceManager.GetString("ERR_InheritanceCycleInImportedType1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to - ''' '{0}' inherits from '{1}'.. - ''' - Friend ReadOnly Property ERR_InheritsFrom2() As String - Get - Return ResourceManager.GetString("ERR_InheritsFrom2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' cannot inherit from {2} '{1}' because '{1}' is declared 'NotInheritable'.. - ''' - Friend ReadOnly Property ERR_InheritsFromCantInherit3() As String - Get - Return ResourceManager.GetString("ERR_InheritsFromCantInherit3", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Classes can inherit only from other classes.. - ''' - Friend ReadOnly Property ERR_InheritsFromNonClass() As String - Get - Return ResourceManager.GetString("ERR_InheritsFromNonClass", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Interface can inherit only from another interface.. - ''' - Friend ReadOnly Property ERR_InheritsFromNonInterface() As String - Get - Return ResourceManager.GetString("ERR_InheritsFromNonInterface", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Inheriting from '{0}' is not valid.. - ''' - Friend ReadOnly Property ERR_InheritsFromRestrictedType1() As String - Get - Return ResourceManager.GetString("ERR_InheritsFromRestrictedType1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Inherits' statement must precede all declarations in a class.. - ''' - Friend ReadOnly Property ERR_InheritsStmtWrongOrder() As String - Get - Return ResourceManager.GetString("ERR_InheritsStmtWrongOrder", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' cannot inherit from {1} '{2}' because it expands the access of type '{3}' to {4} '{5}'.. - ''' - Friend ReadOnly Property ERR_InheritsTypeArgAccessMismatch7() As String - Get - Return ResourceManager.GetString("ERR_InheritsTypeArgAccessMismatch7", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' cannot inherit from {1} '{2}' because it expands the access of type '{3}' outside the assembly.. - ''' - Friend ReadOnly Property ERR_InheritsTypeArgAccessMismatchOutside5() As String - Get - Return ResourceManager.GetString("ERR_InheritsTypeArgAccessMismatchOutside5", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Expanded Properties cannot be initialized.. - ''' - Friend ReadOnly Property ERR_InitializedExpandedProperty() As String - Get - Return ResourceManager.GetString("ERR_InitializedExpandedProperty", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Initializer expected.. - ''' - Friend ReadOnly Property ERR_InitializerExpected() As String - Get - Return ResourceManager.GetString("ERR_InitializerExpected", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Initializers on structure members are valid only for 'Shared' members and constants.. - ''' - Friend ReadOnly Property ERR_InitializerInStruct() As String - Get - Return ResourceManager.GetString("ERR_InitializerInStruct", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Array initializer is missing {0} elements.. - ''' - Friend ReadOnly Property ERR_InitializerTooFewElements1() As String - Get - Return ResourceManager.GetString("ERR_InitializerTooFewElements1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Array initializer has {0} too many elements.. - ''' - Friend ReadOnly Property ERR_InitializerTooManyElements1() As String - Get - Return ResourceManager.GetString("ERR_InitializerTooManyElements1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Explicit initialization is not permitted for arrays declared with explicit bounds.. - ''' - Friend ReadOnly Property ERR_InitWithExplicitArraySizes() As String - Get - Return ResourceManager.GetString("ERR_InitWithExplicitArraySizes", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Explicit initialization is not permitted with multiple variables declared with a single type specifier.. - ''' - Friend ReadOnly Property ERR_InitWithMultipleDeclarators() As String - Get - Return ResourceManager.GetString("ERR_InitWithMultipleDeclarators", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to There is an error in a referenced assembly '{0}'.. - ''' - Friend ReadOnly Property ERR_InReferencedAssembly() As String - Get - Return ResourceManager.GetString("ERR_InReferencedAssembly", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' values cannot be converted to 'Char'. Use 'Microsoft.VisualBasic.ChrW' to interpret a numeric value as a Unicode character or first convert it to 'String' to produce a digit.. - ''' - Friend ReadOnly Property ERR_IntegralToCharTypeMismatch1() As String - Get - Return ResourceManager.GetString("ERR_IntegralToCharTypeMismatch1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Cannot inherit interface '{0}' because the interface '{1}' from which it inherits could be identical to interface '{2}' from which the interface '{3}' inherits for some type arguments.. - ''' - Friend ReadOnly Property ERR_InterfaceBaseUnifiesWithBase4() As String - Get - Return ResourceManager.GetString("ERR_InterfaceBaseUnifiesWithBase4", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' is not valid on an interface event declaration.. - ''' - Friend ReadOnly Property ERR_InterfaceCantUseEventSpecifier1() As String - Get - Return ResourceManager.GetString("ERR_InterfaceCantUseEventSpecifier1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Interface '{0}' cannot inherit from itself: {1}. - ''' - Friend ReadOnly Property ERR_InterfaceCycle1() As String - Get - Return ResourceManager.GetString("ERR_InterfaceCycle1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Events in interfaces cannot be declared '{0}'.. - ''' - Friend ReadOnly Property ERR_InterfaceEventCantUse1() As String - Get - Return ResourceManager.GetString("ERR_InterfaceEventCantUse1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Interface '{0}' can be implemented only once by this type.. - ''' - Friend ReadOnly Property ERR_InterfaceImplementedTwice1() As String - Get - Return ResourceManager.GetString("ERR_InterfaceImplementedTwice1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Interface '{0}' can be implemented only once by this type, but already appears with different tuple element names, as '{1}'.. - ''' - Friend ReadOnly Property ERR_InterfaceImplementedTwiceWithDifferentTupleNames2() As String - Get - Return ResourceManager.GetString("ERR_InterfaceImplementedTwiceWithDifferentTupleNames2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Interface '{0}' can be implemented only once by this type, but already appears with different tuple element names, as '{1}' (via '{2}').. - ''' - Friend ReadOnly Property ERR_InterfaceImplementedTwiceWithDifferentTupleNames3() As String - Get - Return ResourceManager.GetString("ERR_InterfaceImplementedTwiceWithDifferentTupleNames3", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Interface '{0}' (via '{1}') can be implemented only once by this type, but already appears with different tuple element names, as '{2}' (via '{3}').. - ''' - Friend ReadOnly Property ERR_InterfaceImplementedTwiceWithDifferentTupleNames4() As String - Get - Return ResourceManager.GetString("ERR_InterfaceImplementedTwiceWithDifferentTupleNames4", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Interface '{0}' (via '{1}') can be implemented only once by this type, but already appears with different tuple element names, as '{2}'.. - ''' - Friend ReadOnly Property ERR_InterfaceImplementedTwiceWithDifferentTupleNamesReverse3() As String - Get - Return ResourceManager.GetString("ERR_InterfaceImplementedTwiceWithDifferentTupleNamesReverse3", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Interface '{0}' can be inherited only once by this interface, but already appears with different tuple element names, as '{1}'.. - ''' - Friend ReadOnly Property ERR_InterfaceInheritedTwiceWithDifferentTupleNames2() As String - Get - Return ResourceManager.GetString("ERR_InterfaceInheritedTwiceWithDifferentTupleNames2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Interface '{0}' can be inherited only once by this interface, but already appears with different tuple element names, as '{1}' (via '{2}').. - ''' - Friend ReadOnly Property ERR_InterfaceInheritedTwiceWithDifferentTupleNames3() As String - Get - Return ResourceManager.GetString("ERR_InterfaceInheritedTwiceWithDifferentTupleNames3", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Interface '{0}' (via '{1}') can be inherited only once by this interface, but already appears with different tuple element names, as '{2}' (via '{3}').. - ''' - Friend ReadOnly Property ERR_InterfaceInheritedTwiceWithDifferentTupleNames4() As String - Get - Return ResourceManager.GetString("ERR_InterfaceInheritedTwiceWithDifferentTupleNames4", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Interface '{0}' (via '{1}') can be inherited only once by this interface, but already appears with different tuple element names, as '{2}'.. - ''' - Friend ReadOnly Property ERR_InterfaceInheritedTwiceWithDifferentTupleNamesReverse3() As String - Get - Return ResourceManager.GetString("ERR_InterfaceInheritedTwiceWithDifferentTupleNamesReverse3", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Interface members must be methods, properties, events, or type definitions.. - ''' - Friend ReadOnly Property ERR_InterfaceMemberSyntax() As String - Get - Return ResourceManager.GetString("ERR_InterfaceMemberSyntax", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' cannot be indexed because it has no default property.. - ''' - Friend ReadOnly Property ERR_InterfaceNoDefault1() As String - Get - Return ResourceManager.GetString("ERR_InterfaceNoDefault1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' is an interface type and cannot be used as an expression.. - ''' - Friend ReadOnly Property ERR_InterfaceNotExpression1() As String - Get - Return ResourceManager.GetString("ERR_InterfaceNotExpression1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Interface '{0}' is not implemented by this class.. - ''' - Friend ReadOnly Property ERR_InterfaceNotImplemented1() As String - Get - Return ResourceManager.GetString("ERR_InterfaceNotImplemented1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Cannot implement interface '{0}' because its implementation could conflict with the implementation of another implemented interface '{1}' for some type arguments.. - ''' - Friend ReadOnly Property ERR_InterfacePossiblyImplTwice2() As String - Get - Return ResourceManager.GetString("ERR_InterfacePossiblyImplTwice2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Cannot inherit interface '{0}' because it could be identical to interface '{1}' from which the interface '{2}' inherits for some type arguments.. - ''' - Friend ReadOnly Property ERR_InterfaceUnifiesWithBase3() As String - Get - Return ResourceManager.GetString("ERR_InterfaceUnifiesWithBase3", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Cannot inherit interface '{0}' because it could be identical to interface '{1}' for some type arguments.. - ''' - Friend ReadOnly Property ERR_InterfaceUnifiesWithInterface2() As String - Get - Return ResourceManager.GetString("ERR_InterfaceUnifiesWithInterface2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Embedded interop method '{0}' contains a body.. - ''' - Friend ReadOnly Property ERR_InteropMethodWithBody1() As String - Get - Return ResourceManager.GetString("ERR_InteropMethodWithBody1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to There were one or more errors emitting a call to {0}.{1}. Method or its return type may be missing or malformed.. - ''' - Friend ReadOnly Property ERR_InterpolatedStringFactoryError() As String - Get - Return ResourceManager.GetString("ERR_InterpolatedStringFactoryError", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Alignment value is outside of the supported range.. - ''' - Friend ReadOnly Property ERR_InterpolationAlignmentOutOfRange() As String - Get - Return ResourceManager.GetString("ERR_InterpolationAlignmentOutOfRange", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Format specifier may not contain trailing whitespace.. - ''' - Friend ReadOnly Property ERR_InterpolationFormatWhitespace() As String - Get - Return ResourceManager.GetString("ERR_InterpolationFormatWhitespace", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Attribute '{0}' cannot be applied to an assembly.. - ''' - Friend ReadOnly Property ERR_InvalidAssemblyAttribute1() As String - Get - Return ResourceManager.GetString("ERR_InvalidAssemblyAttribute1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Assembly culture strings may not contain embedded NUL characters.. - ''' - Friend ReadOnly Property ERR_InvalidAssemblyCulture() As String - Get - Return ResourceManager.GetString("ERR_InvalidAssemblyCulture", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Executables cannot be satellite assemblies; culture should always be empty. - ''' - Friend ReadOnly Property ERR_InvalidAssemblyCultureForExe() As String - Get - Return ResourceManager.GetString("ERR_InvalidAssemblyCultureForExe", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' is not a valid value for /moduleassemblyname. - ''' - Friend ReadOnly Property ERR_InvalidAssemblyName() As String - Get - Return ResourceManager.GetString("ERR_InvalidAssemblyName", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Async' and 'Iterator' modifiers cannot be used together.. - ''' - Friend ReadOnly Property ERR_InvalidAsyncIteratorModifiers() As String - Get - Return ResourceManager.GetString("ERR_InvalidAsyncIteratorModifiers", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Attribute '{0}' cannot be applied to '{1}' because the attribute is not valid on this declaration type.. - ''' - Friend ReadOnly Property ERR_InvalidAttributeUsage2() As String - Get - Return ResourceManager.GetString("ERR_InvalidAttributeUsage2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Attribute '{0}' cannot be applied to '{1}' of '{2}' because the attribute is not valid on this declaration type.. - ''' - Friend ReadOnly Property ERR_InvalidAttributeUsageOnAccessor() As String - Get - Return ResourceManager.GetString("ERR_InvalidAttributeUsageOnAccessor", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Attribute value is not valid; expecting '{0}'.. - ''' - Friend ReadOnly Property ERR_InvalidAttributeValue1() As String - Get - Return ResourceManager.GetString("ERR_InvalidAttributeValue1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Attribute value is not valid; expecting '{0}' or '{1}'.. - ''' - Friend ReadOnly Property ERR_InvalidAttributeValue2() As String - Get - Return ResourceManager.GetString("ERR_InvalidAttributeValue2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type '{0}' cannot be used as an implementing class.. - ''' - Friend ReadOnly Property ERR_InvalidCoClass1() As String - Get - Return ResourceManager.GetString("ERR_InvalidCoClass1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Constructor call is valid only as the first statement in an instance constructor.. - ''' - Friend ReadOnly Property ERR_InvalidConstructorCall() As String - Get - Return ResourceManager.GetString("ERR_InvalidConstructorCall", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Date constant is not valid.. - ''' - Friend ReadOnly Property ERR_InvalidDate() As String - Get - Return ResourceManager.GetString("ERR_InvalidDate", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Unable to read debug information of method '{0}' (token 0x{1}) from assembly '{2}'. - ''' - Friend ReadOnly Property ERR_InvalidDebugInfo() As String - Get - Return ResourceManager.GetString("ERR_InvalidDebugInfo", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Invalid debug information format: {0}. - ''' - Friend ReadOnly Property ERR_InvalidDebugInformationFormat() As String - Get - Return ResourceManager.GetString("ERR_InvalidDebugInformationFormat", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'End AddHandler' must be preceded by a matching 'AddHandler' declaration.. - ''' - Friend ReadOnly Property ERR_InvalidEndAddHandler() As String - Get - Return ResourceManager.GetString("ERR_InvalidEndAddHandler", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'End Enum' must be preceded by a matching 'Enum'.. - ''' - Friend ReadOnly Property ERR_InvalidEndEnum() As String - Get - Return ResourceManager.GetString("ERR_InvalidEndEnum", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'End Event' must be preceded by a matching 'Custom Event'.. - ''' - Friend ReadOnly Property ERR_InvalidEndEvent() As String - Get - Return ResourceManager.GetString("ERR_InvalidEndEvent", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'End Function' must be preceded by a matching 'Function'.. - ''' - Friend ReadOnly Property ERR_InvalidEndFunction() As String - Get - Return ResourceManager.GetString("ERR_InvalidEndFunction", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'End Get' must be preceded by a matching 'Get'.. - ''' - Friend ReadOnly Property ERR_InvalidEndGet() As String - Get - Return ResourceManager.GetString("ERR_InvalidEndGet", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'End Interface' must be preceded by a matching 'Interface'.. - ''' - Friend ReadOnly Property ERR_InvalidEndInterface() As String - Get - Return ResourceManager.GetString("ERR_InvalidEndInterface", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'End Operator' must be preceded by a matching 'Operator'.. - ''' - Friend ReadOnly Property ERR_InvalidEndOperator() As String - Get - Return ResourceManager.GetString("ERR_InvalidEndOperator", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'End Property' must be preceded by a matching 'Property'.. - ''' - Friend ReadOnly Property ERR_InvalidEndProperty() As String - Get - Return ResourceManager.GetString("ERR_InvalidEndProperty", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'End RaiseEvent' must be preceded by a matching 'RaiseEvent' declaration.. - ''' - Friend ReadOnly Property ERR_InvalidEndRaiseEvent() As String - Get - Return ResourceManager.GetString("ERR_InvalidEndRaiseEvent", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'End RemoveHandler' must be preceded by a matching 'RemoveHandler' declaration.. - ''' - Friend ReadOnly Property ERR_InvalidEndRemoveHandler() As String - Get - Return ResourceManager.GetString("ERR_InvalidEndRemoveHandler", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'End Set' must be preceded by a matching 'Set'.. - ''' - Friend ReadOnly Property ERR_InvalidEndSet() As String - Get - Return ResourceManager.GetString("ERR_InvalidEndSet", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'End Sub' must be preceded by a matching 'Sub'.. - ''' - Friend ReadOnly Property ERR_InvalidEndSub() As String - Get - Return ResourceManager.GetString("ERR_InvalidEndSub", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Enums must be declared as an integral type.. - ''' - Friend ReadOnly Property ERR_InvalidEnumBase() As String - Get - Return ResourceManager.GetString("ERR_InvalidEnumBase", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Invalid file section alignment '{0}'. - ''' - Friend ReadOnly Property ERR_InvalidFileAlignment() As String - Get - Return ResourceManager.GetString("ERR_InvalidFileAlignment", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Command-line syntax error: Invalid Guid format '{0}' for option '{1}'. - ''' - Friend ReadOnly Property ERR_InvalidFormatForGuidForOption() As String - Get - Return ResourceManager.GetString("ERR_InvalidFormatForGuidForOption", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' is not a valid format specifier. - ''' - Friend ReadOnly Property ERR_InvalidFormatSpecifier() As String - Get - Return ResourceManager.GetString("ERR_InvalidFormatSpecifier", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Handles' is not valid on operator declarations.. - ''' - Friend ReadOnly Property ERR_InvalidHandles() As String - Get - Return ResourceManager.GetString("ERR_InvalidHandles", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Invalid hash algorithm name: '{0}'. - ''' - Friend ReadOnly Property ERR_InvalidHashAlgorithmName() As String - Get - Return ResourceManager.GetString("ERR_InvalidHashAlgorithmName", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Implements' is not valid on operator declarations.. - ''' - Friend ReadOnly Property ERR_InvalidImplements() As String - Get - Return ResourceManager.GetString("ERR_InvalidImplements", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Implicit reference to object under construction is not valid when calling another constructor.. - ''' - Friend ReadOnly Property ERR_InvalidImplicitMeReference() As String - Get - Return ResourceManager.GetString("ERR_InvalidImplicitMeReference", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Implicit variable '{0}' is invalid because of '{1}'.. - ''' - Friend ReadOnly Property ERR_InvalidImplicitVar() As String - Get - Return ResourceManager.GetString("ERR_InvalidImplicitVar", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Statement is not valid in a namespace.. - ''' - Friend ReadOnly Property ERR_InvalidInNamespace() As String - Get - Return ResourceManager.GetString("ERR_InvalidInNamespace", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Invalid instrumentation kind: {0}. - ''' - Friend ReadOnly Property ERR_InvalidInstrumentationKind() As String - Get - Return ResourceManager.GetString("ERR_InvalidInstrumentationKind", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Only the 'Async' or 'Iterator' modifier is valid on a lambda.. - ''' - Friend ReadOnly Property ERR_InvalidLambdaModifier() As String - Get - Return ResourceManager.GetString("ERR_InvalidLambdaModifier", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Exponent is not valid.. - ''' - Friend ReadOnly Property ERR_InvalidLiteralExponent() As String - Get - Return ResourceManager.GetString("ERR_InvalidLiteralExponent", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Me' cannot be the target of an assignment.. - ''' - Friend ReadOnly Property ERR_InvalidMe() As String - Get - Return ResourceManager.GetString("ERR_InvalidMe", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Reference to object under construction is not valid when calling another constructor.. - ''' - Friend ReadOnly Property ERR_InvalidMeReference() As String - Get - Return ResourceManager.GetString("ERR_InvalidMeReference", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Attribute '{0}' cannot be applied to a module.. - ''' - Friend ReadOnly Property ERR_InvalidModuleAttribute1() As String - Get - Return ResourceManager.GetString("ERR_InvalidModuleAttribute1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Attribute '{0}' cannot be applied multiple times.. - ''' - Friend ReadOnly Property ERR_InvalidMultipleAttributeUsage1() As String - Get - Return ResourceManager.GetString("ERR_InvalidMultipleAttributeUsage1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Attribute '{0}' in '{1}' cannot be applied multiple times.. - ''' - Friend ReadOnly Property ERR_InvalidMultipleAttributeUsageInNetModule2() As String - Get - Return ResourceManager.GetString("ERR_InvalidMultipleAttributeUsageInNetModule2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to This sub-expression cannot be used inside NameOf argument.. - ''' - Friend ReadOnly Property ERR_InvalidNameOfSubExpression() As String - Get - Return ResourceManager.GetString("ERR_InvalidNameOfSubExpression", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'New' is not valid in this context.. - ''' - Friend ReadOnly Property ERR_InvalidNewInType() As String - Get - Return ResourceManager.GetString("ERR_InvalidNewInType", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'NonSerialized' attribute will not have any effect on this member because its containing class is not exposed as 'Serializable'.. - ''' - Friend ReadOnly Property ERR_InvalidNonSerializedUsage() As String - Get - Return ResourceManager.GetString("ERR_InvalidNonSerializedUsage", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Attribute '{0}' cannot be applied to a method with optional parameters.. - ''' - Friend ReadOnly Property ERR_InvalidOptionalParameterUsage1() As String - Get - Return ResourceManager.GetString("ERR_InvalidOptionalParameterUsage1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Option Compare' must be followed by 'Text' or 'Binary'.. - ''' - Friend ReadOnly Property ERR_InvalidOptionCompare() As String - Get - Return ResourceManager.GetString("ERR_InvalidOptionCompare", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Option Explicit' can be followed only by 'On' or 'Off'.. - ''' - Friend ReadOnly Property ERR_InvalidOptionExplicit() As String - Get - Return ResourceManager.GetString("ERR_InvalidOptionExplicit", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Option Infer' can be followed only by 'On' or 'Off'.. - ''' - Friend ReadOnly Property ERR_InvalidOptionInfer() As String - Get - Return ResourceManager.GetString("ERR_InvalidOptionInfer", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Option Strict' can be followed only by 'On' or 'Off'.. - ''' - Friend ReadOnly Property ERR_InvalidOptionStrict() As String - Get - Return ResourceManager.GetString("ERR_InvalidOptionStrict", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Option Strict Custom can only be used as an option to the command-line compiler (vbc.exe).. - ''' - Friend ReadOnly Property ERR_InvalidOptionStrictCustom() As String - Get - Return ResourceManager.GetString("ERR_InvalidOptionStrictCustom", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Invalid output name: {0}. - ''' - Friend ReadOnly Property ERR_InvalidOutputName() As String - Get - Return ResourceManager.GetString("ERR_InvalidOutputName", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' cannot override '{1}' because they differ by their return types.. - ''' - Friend ReadOnly Property ERR_InvalidOverrideDueToReturn2() As String - Get - Return ResourceManager.GetString("ERR_InvalidOverrideDueToReturn2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Comma or ')' expected.. - ''' - Friend ReadOnly Property ERR_InvalidParameterSyntax() As String - Get - Return ResourceManager.GetString("ERR_InvalidParameterSyntax", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to The pathmap option was incorrectly formatted.. - ''' - Friend ReadOnly Property ERR_InvalidPathMap() As String - Get - Return ResourceManager.GetString("ERR_InvalidPathMap", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Preprocessor constant '{0}' of type '{1}' is not supported, only primitive types are allowed.. - ''' - Friend ReadOnly Property ERR_InvalidPreprocessorConstantType() As String - Get - Return ResourceManager.GetString("ERR_InvalidPreprocessorConstantType", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Invalid signature public key specified in AssemblySignatureKeyAttribute.. - ''' - Friend ReadOnly Property ERR_InvalidSignaturePublicKey() As String - Get - Return ResourceManager.GetString("ERR_InvalidSignaturePublicKey", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Only conversion operators can be declared '{0}'.. - ''' - Friend ReadOnly Property ERR_InvalidSpecifierOnNonConversion1() As String - Get - Return ResourceManager.GetString("ERR_InvalidSpecifierOnNonConversion1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Embedded interop structure '{0}' can contain only public instance fields.. - ''' - Friend ReadOnly Property ERR_InvalidStructMemberNoPIA1() As String - Get - Return ResourceManager.GetString("ERR_InvalidStructMemberNoPIA1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to No accessible 'Main' method with an appropriate signature was found in '{0}'.. - ''' - Friend ReadOnly Property ERR_InValidSubMainsFound1() As String - Get - Return ResourceManager.GetString("ERR_InValidSubMainsFound1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to The value '{0}' is not a valid subsystem version. The version must be 6.02 or greater for ARM or AppContainerExe, and 4.00 or greater otherwise.. - ''' - Friend ReadOnly Property ERR_InvalidSubsystemVersion() As String - Get - Return ResourceManager.GetString("ERR_InvalidSubsystemVersion", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to the value '{1}' is invalid for option '{0}'. - ''' - Friend ReadOnly Property ERR_InvalidSwitchValue() As String - Get - Return ResourceManager.GetString("ERR_InvalidSwitchValue", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{1}' for the Imports alias to '{0}' does not refer to a Namespace, Class, Structure, Interface, Enum or Module.. - ''' - Friend ReadOnly Property ERR_InvalidTypeForAliasesImport2() As String - Get - Return ResourceManager.GetString("ERR_InvalidTypeForAliasesImport2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Custom' modifier can only be used immediately before an 'Event' declaration.. - ''' - Friend ReadOnly Property ERR_InvalidUseOfCustomModifier() As String - Get - Return ResourceManager.GetString("ERR_InvalidUseOfCustomModifier", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Keyword is not valid as an identifier.. - ''' - Friend ReadOnly Property ERR_InvalidUseOfKeyword() As String - Get - Return ResourceManager.GetString("ERR_InvalidUseOfKeyword", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to The specified version string does not conform to the required format - major[.minor[.build|*[.revision|*]]]. - ''' - Friend ReadOnly Property ERR_InvalidVersionFormat() As String - Get - Return ResourceManager.GetString("ERR_InvalidVersionFormat", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to The specified version string does not conform to the recommended format - major.minor.build.revision. - ''' - Friend ReadOnly Property ERR_InvalidVersionFormat2() As String - Get - Return ResourceManager.GetString("ERR_InvalidVersionFormat2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Statement is not valid inside '{0}' block.. - ''' - Friend ReadOnly Property ERR_InvInsideBlock() As String - Get - Return ResourceManager.GetString("ERR_InvInsideBlock", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Statement cannot appear within an Enum body. End of Enum assumed.. - ''' - Friend ReadOnly Property ERR_InvInsideEndsEnum() As String - Get - Return ResourceManager.GetString("ERR_InvInsideEndsEnum", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Statement cannot appear within an event body. End of event assumed.. - ''' - Friend ReadOnly Property ERR_InvInsideEndsEvent() As String - Get - Return ResourceManager.GetString("ERR_InvInsideEndsEvent", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Statement cannot appear within an interface body. End of interface assumed.. - ''' - Friend ReadOnly Property ERR_InvInsideEndsInterface() As String - Get - Return ResourceManager.GetString("ERR_InvInsideEndsInterface", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Statement cannot appear within a method body. End of method assumed.. - ''' - Friend ReadOnly Property ERR_InvInsideEndsProc() As String - Get - Return ResourceManager.GetString("ERR_InvInsideEndsProc", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Statement cannot appear within a property body. End of property assumed.. - ''' - Friend ReadOnly Property ERR_InvInsideEndsProperty() As String - Get - Return ResourceManager.GetString("ERR_InvInsideEndsProperty", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Statement cannot appear within an Enum body.. - ''' - Friend ReadOnly Property ERR_InvInsideEnum() As String - Get - Return ResourceManager.GetString("ERR_InvInsideEnum", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Statement cannot appear within an interface body.. - ''' - Friend ReadOnly Property ERR_InvInsideInterface() As String - Get - Return ResourceManager.GetString("ERR_InvInsideInterface", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Statement is not valid inside a method.. - ''' - Friend ReadOnly Property ERR_InvInsideProc() As String - Get - Return ResourceManager.GetString("ERR_InvInsideProc", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Labels are not valid outside methods.. - ''' - Friend ReadOnly Property ERR_InvOutsideProc() As String - Get - Return ResourceManager.GetString("ERR_InvOutsideProc", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to - ''' '{0}' is nested in '{1}'.. - ''' - Friend ReadOnly Property ERR_IsNestedIn2() As String - Get - Return ResourceManager.GetString("ERR_IsNestedIn2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'IsNot' operand of type '{0}' can be compared only to 'Nothing' because '{0}' is a type parameter with no class constraint.. - ''' - Friend ReadOnly Property ERR_IsNotOperatorGenericParam1() As String - Get - Return ResourceManager.GetString("ERR_IsNotOperatorGenericParam1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'IsNot' operand of type '{0}' can be compared only to 'Nothing' because '{0}' is a nullable type.. - ''' - Friend ReadOnly Property ERR_IsNotOperatorNullable1() As String - Get - Return ResourceManager.GetString("ERR_IsNotOperatorNullable1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'IsNot' requires operands that have reference types, but this operand has the value type '{0}'.. - ''' - Friend ReadOnly Property ERR_IsNotOpRequiresReferenceTypes1() As String - Get - Return ResourceManager.GetString("ERR_IsNotOpRequiresReferenceTypes1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Is' operand of type '{0}' can be compared only to 'Nothing' because '{0}' is a type parameter with no class constraint.. - ''' - Friend ReadOnly Property ERR_IsOperatorGenericParam1() As String - Get - Return ResourceManager.GetString("ERR_IsOperatorGenericParam1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Is' operand of type '{0}' can be compared only to 'Nothing' because '{0}' is a nullable type.. - ''' - Friend ReadOnly Property ERR_IsOperatorNullable1() As String - Get - Return ResourceManager.GetString("ERR_IsOperatorNullable1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Is' operator does not accept operands of type '{0}'. Operands must be reference or nullable types.. - ''' - Friend ReadOnly Property ERR_IsOperatorRequiresReferenceTypes1() As String - Get - Return ResourceManager.GetString("ERR_IsOperatorRequiresReferenceTypes1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Range variable '{0}' hides a variable in an enclosing block or a range variable previously defined in the query expression.. - ''' - Friend ReadOnly Property ERR_IterationVariableShadowLocal1() As String - Get - Return ResourceManager.GetString("ERR_IterationVariableShadowLocal1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Range variable '{0}' hides a variable in an enclosing block, a previously defined range variable, or an implicitly declared variable in a query expression.. - ''' - Friend ReadOnly Property ERR_IterationVariableShadowLocal2() As String - Get - Return ResourceManager.GetString("ERR_IterationVariableShadowLocal2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to You cannot use '{0}' in top-level script code. - ''' - Friend ReadOnly Property ERR_KeywordNotAllowedInScript() As String - Get - Return ResourceManager.GetString("ERR_KeywordNotAllowedInScript", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Label '{0}' is not defined.. - ''' - Friend ReadOnly Property ERR_LabelNotDefined1() As String - Get - Return ResourceManager.GetString("ERR_LabelNotDefined1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Nested function does not have the same signature as delegate '{0}'.. - ''' - Friend ReadOnly Property ERR_LambdaBindingMismatch1() As String - Get - Return ResourceManager.GetString("ERR_LambdaBindingMismatch1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Nested sub does not have a signature that is compatible with delegate '{0}'.. - ''' - Friend ReadOnly Property ERR_LambdaBindingMismatch2() As String - Get - Return ResourceManager.GetString("ERR_LambdaBindingMismatch2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Lambda expressions are not valid in the first expression of a 'Select Case' statement.. - ''' - Friend ReadOnly Property ERR_LambdaInSelectCaseExpr() As String - Get - Return ResourceManager.GetString("ERR_LambdaInSelectCaseExpr", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Lambda expression cannot be converted to '{0}' because type '{0}' is declared 'MustInherit' and cannot be created.. - ''' - Friend ReadOnly Property ERR_LambdaNotCreatableDelegate1() As String - Get - Return ResourceManager.GetString("ERR_LambdaNotCreatableDelegate1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Lambda expression cannot be converted to '{0}' because '{0}' is not a delegate type.. - ''' - Friend ReadOnly Property ERR_LambdaNotDelegate1() As String - Get - Return ResourceManager.GetString("ERR_LambdaNotDelegate1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Cannot infer a return type. Consider adding an 'As' clause to specify the return type.. - ''' - Friend ReadOnly Property ERR_LambdaNoType() As String - Get - Return ResourceManager.GetString("ERR_LambdaNoType", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Cannot infer a return type. Consider adding an 'As' clause to specify the return type.. - ''' - Friend ReadOnly Property ERR_LambdaNoTypeObjectDisallowed() As String - Get - Return ResourceManager.GetString("ERR_LambdaNoTypeObjectDisallowed", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Lambda parameter '{0}' hides a variable in an enclosing block, a previously defined range variable, or an implicitly declared variable in a query expression.. - ''' - Friend ReadOnly Property ERR_LambdaParamShadowLocal1() As String - Get - Return ResourceManager.GetString("ERR_LambdaParamShadowLocal1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Attributes cannot be applied to parameters of lambda expressions.. - ''' - Friend ReadOnly Property ERR_LambdasCannotHaveAttributes() As String - Get - Return ResourceManager.GetString("ERR_LambdasCannotHaveAttributes", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Cannot infer a return type because more than one type is possible. Consider adding an 'As' clause to specify the return type.. - ''' - Friend ReadOnly Property ERR_LambdaTooManyTypesObjectDisallowed() As String - Get - Return ResourceManager.GetString("ERR_LambdaTooManyTypesObjectDisallowed", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Visual Basic {0} does not support {1}.. - ''' - Friend ReadOnly Property ERR_LanguageVersion() As String - Get - Return ResourceManager.GetString("ERR_LanguageVersion", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Late bound overload resolution cannot be applied to '{0}' because the accessing instance is an interface type.. - ''' - Friend ReadOnly Property ERR_LateBoundOverloadInterfaceCall1() As String - Get - Return ResourceManager.GetString("ERR_LateBoundOverloadInterfaceCall1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '#ElseIf' must be preceded by a matching '#If' or '#ElseIf'.. - ''' - Friend ReadOnly Property ERR_LbBadElseif() As String - Get - Return ResourceManager.GetString("ERR_LbBadElseif", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '#ElseIf' cannot follow '#Else' as part of a '#If' block.. - ''' - Friend ReadOnly Property ERR_LbElseifAfterElse() As String - Get - Return ResourceManager.GetString("ERR_LbElseifAfterElse", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '#Else' must be preceded by a matching '#If' or '#ElseIf'.. - ''' - Friend ReadOnly Property ERR_LbElseNoMatchingIf() As String - Get - Return ResourceManager.GetString("ERR_LbElseNoMatchingIf", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '#If' block must end with a matching '#End If'.. - ''' - Friend ReadOnly Property ERR_LbExpectedEndIf() As String - Get - Return ResourceManager.GetString("ERR_LbExpectedEndIf", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '#ElseIf', '#Else', or '#End If' must be preceded by a matching '#If'.. - ''' - Friend ReadOnly Property ERR_LbNoMatchingIf() As String - Get - Return ResourceManager.GetString("ERR_LbNoMatchingIf", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to /platform:anycpu32bitpreferred can only be used with /t:exe, /t:winexe and /t:appcontainerexe.. - ''' - Friend ReadOnly Property ERR_LibAnycpu32bitPreferredConflict() As String - Get - Return ResourceManager.GetString("ERR_LibAnycpu32bitPreferredConflict", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to could not find library '{0}'. - ''' - Friend ReadOnly Property ERR_LibNotFound() As String - Get - Return ResourceManager.GetString("ERR_LibNotFound", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to The line continuation character '_' must be preceded by at least one white space and it must be followed by a comment or the '_' must be the last character on the line.. - ''' - Friend ReadOnly Property ERR_LineContWithCommentOrNoPrecSpace() As String - Get - Return ResourceManager.GetString("ERR_LineContWithCommentOrNoPrecSpace", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Linked netmodule metadata must provide a full PE image: '{0}'.. - ''' - Friend ReadOnly Property ERR_LinkedNetmoduleMetadataMustProvideFullPEImage() As String - Get - Return ResourceManager.GetString("ERR_LinkedNetmoduleMetadataMustProvideFullPEImage", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Literal expected.. - ''' - Friend ReadOnly Property ERR_LiteralExpected() As String - Get - Return ResourceManager.GetString("ERR_LiteralExpected", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' is already declared as a parameter of this method.. - ''' - Friend ReadOnly Property ERR_LocalNamedSameAsParam1() As String - Get - Return ResourceManager.GetString("ERR_LocalNamedSameAsParam1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Variable '{0}' is already declared as a parameter of this or an enclosing lambda expression.. - ''' - Friend ReadOnly Property ERR_LocalNamedSameAsParamInLambda1() As String - Get - Return ResourceManager.GetString("ERR_LocalNamedSameAsParamInLambda1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Local variable cannot have the same name as the function containing it.. - ''' - Friend ReadOnly Property ERR_LocalSameAsFunc() As String - Get - Return ResourceManager.GetString("ERR_LocalSameAsFunc", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Attributes cannot be applied to local variables.. - ''' - Friend ReadOnly Property ERR_LocalsCannotHaveAttributes() As String - Get - Return ResourceManager.GetString("ERR_LocalsCannotHaveAttributes", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Embedding the interop type '{0}' from assembly '{1}' causes a name clash in the current assembly. Consider disabling the embedding of interop types.. - ''' - Friend ReadOnly Property ERR_LocalTypeNameClash2() As String - Get - Return ResourceManager.GetString("ERR_LocalTypeNameClash2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Loop control variable cannot include an 'Await'.. - ''' - Friend ReadOnly Property ERR_LoopControlMustNotAwait() As String - Get - Return ResourceManager.GetString("ERR_LoopControlMustNotAwait", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Loop control variable cannot be a property or a late-bound indexed array.. - ''' - Friend ReadOnly Property ERR_LoopControlMustNotBeProperty() As String - Get - Return ResourceManager.GetString("ERR_LoopControlMustNotBeProperty", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Loop' cannot have a condition if matching 'Do' has one.. - ''' - Friend ReadOnly Property ERR_LoopDoubleCondition() As String - Get - Return ResourceManager.GetString("ERR_LoopDoubleCondition", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Loop' must be preceded by a matching 'Do'.. - ''' - Friend ReadOnly Property ERR_LoopNoMatchingDo() As String - Get - Return ResourceManager.GetString("ERR_LoopNoMatchingDo", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Expression is a value and therefore cannot be the target of an assignment.. - ''' - Friend ReadOnly Property ERR_LValueRequired() As String - Get - Return ResourceManager.GetString("ERR_LValueRequired", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Unmanaged type '{0}' not valid for fields.. - ''' - Friend ReadOnly Property ERR_MarshalUnmanagedTypeNotValidForFields() As String - Get - Return ResourceManager.GetString("ERR_MarshalUnmanagedTypeNotValidForFields", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Unmanaged type '{0}' is only valid for fields.. - ''' - Friend ReadOnly Property ERR_MarshalUnmanagedTypeOnlyValidForFields() As String - Get - Return ResourceManager.GetString("ERR_MarshalUnmanagedTypeOnlyValidForFields", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Matching '{0}' operator is required for '{1}'.. - ''' - Friend ReadOnly Property ERR_MatchingOperatorExpected2() As String - Get - Return ResourceManager.GetString("ERR_MatchingOperatorExpected2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Maximum number of errors has been exceeded.. - ''' - Friend ReadOnly Property ERR_MaximumNumberOfErrors() As String - Get - Return ResourceManager.GetString("ERR_MaximumNumberOfErrors", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to {0} '{1}' conflicts with a member implicitly declared for {2} '{3}' in {4} '{5}'.. - ''' - Friend ReadOnly Property ERR_MemberClashesWithSynth6() As String - Get - Return ResourceManager.GetString("ERR_MemberClashesWithSynth6", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Conflicts with '{0}', which is implicitly declared for '{1}' in {2} '{3}'.. - ''' - Friend ReadOnly Property ERR_MemberConflictWithSynth4() As String - Get - Return ResourceManager.GetString("ERR_MemberConflictWithSynth4", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Merge conflict marker encountered. - ''' - Friend ReadOnly Property ERR_Merge_conflict_marker_encountered() As String - Get - Return ResourceManager.GetString("ERR_Merge_conflict_marker_encountered", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' is a module and cannot be referenced as an assembly.. - ''' - Friend ReadOnly Property ERR_MetaDataIsNotAssembly() As String - Get - Return ResourceManager.GetString("ERR_MetaDataIsNotAssembly", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' is an assembly and cannot be referenced as a module.. - ''' - Friend ReadOnly Property ERR_MetaDataIsNotModule() As String - Get - Return ResourceManager.GetString("ERR_MetaDataIsNotModule", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' is ambiguous because multiple kinds of members with this name exist in {1} '{2}'.. - ''' - Friend ReadOnly Property ERR_MetadataMembersAmbiguous3() As String - Get - Return ResourceManager.GetString("ERR_MetadataMembersAmbiguous3", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Metadata references not supported.. - ''' - Friend ReadOnly Property ERR_MetadataReferencesNotSupported() As String - Get - Return ResourceManager.GetString("ERR_MetadataReferencesNotSupported", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}.{1}' cannot be implemented more than once.. - ''' - Friend ReadOnly Property ERR_MethodAlreadyImplemented2() As String - Get - Return ResourceManager.GetString("ERR_MethodAlreadyImplemented2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to First statement of a method body cannot be on the same line as the method declaration.. - ''' - Friend ReadOnly Property ERR_MethodBodyNotAtLineStart() As String - Get - Return ResourceManager.GetString("ERR_MethodBodyNotAtLineStart", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Method declaration statements must be the first statement on a logical line.. - ''' - Friend ReadOnly Property ERR_MethodMustBeFirstStatementOnLine() As String - Get - Return ResourceManager.GetString("ERR_MethodMustBeFirstStatementOnLine", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Method type arguments unexpected.. - ''' - Friend ReadOnly Property ERR_MethodTypeArgsUnexpected() As String - Get - Return ResourceManager.GetString("ERR_MethodTypeArgsUnexpected", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to End tag </{0}{1}{2}> expected.. - ''' - Friend ReadOnly Property ERR_MismatchedXmlEndTag() As String - Get - Return ResourceManager.GetString("ERR_MismatchedXmlEndTag", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'AddHandler' definition missing for event '{0}'.. - ''' - Friend ReadOnly Property ERR_MissingAddHandlerDef1() As String - Get - Return ResourceManager.GetString("ERR_MissingAddHandlerDef1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'AddHandler' declaration must end with a matching 'End AddHandler'.. - ''' - Friend ReadOnly Property ERR_MissingEndAddHandler() As String - Get - Return ResourceManager.GetString("ERR_MissingEndAddHandler", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Bracketed identifier is missing closing ']'.. - ''' - Friend ReadOnly Property ERR_MissingEndBrack() As String - Get - Return ResourceManager.GetString("ERR_MissingEndBrack", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Enum' must end with a matching 'End Enum'.. - ''' - Friend ReadOnly Property ERR_MissingEndEnum() As String - Get - Return ResourceManager.GetString("ERR_MissingEndEnum", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Custom Event' must end with a matching 'End Event'.. - ''' - Friend ReadOnly Property ERR_MissingEndEvent() As String - Get - Return ResourceManager.GetString("ERR_MissingEndEvent", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Get' statement must end with a matching 'End Get'.. - ''' - Friend ReadOnly Property ERR_MissingEndGet() As String - Get - Return ResourceManager.GetString("ERR_MissingEndGet", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Interface' must end with a matching 'End Interface'.. - ''' - Friend ReadOnly Property ERR_MissingEndInterface() As String - Get - Return ResourceManager.GetString("ERR_MissingEndInterface", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'RaiseEvent' declaration must end with a matching 'End RaiseEvent'.. - ''' - Friend ReadOnly Property ERR_MissingEndRaiseEvent() As String - Get - Return ResourceManager.GetString("ERR_MissingEndRaiseEvent", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'RemoveHandler' declaration must end with a matching 'End RemoveHandler'.. - ''' - Friend ReadOnly Property ERR_MissingEndRemoveHandler() As String - Get - Return ResourceManager.GetString("ERR_MissingEndRemoveHandler", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Set' statement must end with a matching 'End Set'.. - ''' - Friend ReadOnly Property ERR_MissingEndSet() As String - Get - Return ResourceManager.GetString("ERR_MissingEndSet", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Command-line syntax error: Missing Guid for option '{1}'. - ''' - Friend ReadOnly Property ERR_MissingGuidForOption() As String - Get - Return ResourceManager.GetString("ERR_MissingGuidForOption", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Is' expected.. - ''' - Friend ReadOnly Property ERR_MissingIsInTypeOf() As String - Get - Return ResourceManager.GetString("ERR_MissingIsInTypeOf", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Lib' expected.. - ''' - Friend ReadOnly Property ERR_MissingLibInDeclare() As String - Get - Return ResourceManager.GetString("ERR_MissingLibInDeclare", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Reference to '{0}' netmodule missing.. - ''' - Friend ReadOnly Property ERR_MissingNetModuleReference() As String - Get - Return ResourceManager.GetString("ERR_MissingNetModuleReference", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Next' expected.. - ''' - Friend ReadOnly Property ERR_MissingNext() As String - Get - Return ResourceManager.GetString("ERR_MissingNext", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'RaiseEvent' definition missing for event '{0}'.. - ''' - Friend ReadOnly Property ERR_MissingRaiseEventDef1() As String - Get - Return ResourceManager.GetString("ERR_MissingRaiseEventDef1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'RemoveHandler' definition missing for event '{0}'.. - ''' - Friend ReadOnly Property ERR_MissingRemoveHandlerDef1() As String - Get - Return ResourceManager.GetString("ERR_MissingRemoveHandlerDef1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Requested operation is not available because the runtime library function '{0}' is not defined.. - ''' - Friend ReadOnly Property ERR_MissingRuntimeHelper() As String - Get - Return ResourceManager.GetString("ERR_MissingRuntimeHelper", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Array subscript expression missing.. - ''' - Friend ReadOnly Property ERR_MissingSubscript() As String - Get - Return ResourceManager.GetString("ERR_MissingSubscript", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Arrays used as attribute arguments are required to explicitly specify values for all elements.. - ''' - Friend ReadOnly Property ERR_MissingValuesForArraysInApplAttrs() As String - Get - Return ResourceManager.GetString("ERR_MissingValuesForArraysInApplAttrs", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Required attribute 'version' missing from XML declaration.. - ''' - Friend ReadOnly Property ERR_MissingVersionInXmlDecl() As String - Get - Return ResourceManager.GetString("ERR_MissingVersionInXmlDecl", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Element is missing an end tag.. - ''' - Friend ReadOnly Property ERR_MissingXmlEndTag() As String - Get - Return ResourceManager.GetString("ERR_MissingXmlEndTag", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Event '{0}' cannot implement a Windows Runtime event '{1}' and a regular .NET event '{2}'. - ''' - Friend ReadOnly Property ERR_MixingWinRTAndNETEvents() As String - Get - Return ResourceManager.GetString("ERR_MixingWinRTAndNETEvents", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Module '{0}' cannot be used as a type.. - ''' - Friend ReadOnly Property ERR_ModuleAsType1() As String - Get - Return ResourceManager.GetString("ERR_ModuleAsType1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Implements' not valid in Modules.. - ''' - Friend ReadOnly Property ERR_ModuleCantImplement() As String - Get - Return ResourceManager.GetString("ERR_ModuleCantImplement", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Inherits' not valid in Modules.. - ''' - Friend ReadOnly Property ERR_ModuleCantInherit() As String - Get - Return ResourceManager.GetString("ERR_ModuleCantInherit", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Declare' statements in a Module cannot be declared '{0}'.. - ''' - Friend ReadOnly Property ERR_ModuleCantUseDLLDeclareSpecifier1() As String - Get - Return ResourceManager.GetString("ERR_ModuleCantUseDLLDeclareSpecifier1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Events in a Module cannot be declared '{0}'.. - ''' - Friend ReadOnly Property ERR_ModuleCantUseEventSpecifier1() As String - Get - Return ResourceManager.GetString("ERR_ModuleCantUseEventSpecifier1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Methods in a Module cannot be declared '{0}'.. - ''' - Friend ReadOnly Property ERR_ModuleCantUseMethodSpecifier1() As String - Get - Return ResourceManager.GetString("ERR_ModuleCantUseMethodSpecifier1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type in a Module cannot be declared '{0}'.. - ''' - Friend ReadOnly Property ERR_ModuleCantUseTypeSpecifier1() As String - Get - Return ResourceManager.GetString("ERR_ModuleCantUseTypeSpecifier1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Variables in Modules cannot be declared '{0}'.. - ''' - Friend ReadOnly Property ERR_ModuleCantUseVariableSpecifier1() As String - Get - Return ResourceManager.GetString("ERR_ModuleCantUseVariableSpecifier1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Failed to emit module '{0}': {1}. - ''' - Friend ReadOnly Property ERR_ModuleEmitFailure() As String - Get - Return ResourceManager.GetString("ERR_ModuleEmitFailure", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Members in a Module cannot implement interface members.. - ''' - Friend ReadOnly Property ERR_ModuleMemberCantImplement() As String - Get - Return ResourceManager.GetString("ERR_ModuleMemberCantImplement", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Module' statements can occur only at file or namespace level.. - ''' - Friend ReadOnly Property ERR_ModuleNotAtNamespace() As String - Get - Return ResourceManager.GetString("ERR_ModuleNotAtNamespace", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Modules cannot be generic.. - ''' - Friend ReadOnly Property ERR_ModulesCannotBeGeneric() As String - Get - Return ResourceManager.GetString("ERR_ModulesCannotBeGeneric", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Sub Main' is declared more than once in '{0}': {1}. - ''' - Friend ReadOnly Property ERR_MoreThanOneValidMainWasFound2() As String - Get - Return ResourceManager.GetString("ERR_MoreThanOneValidMainWasFound2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Multiline lambda expression is missing 'End Function'.. - ''' - Friend ReadOnly Property ERR_MultilineLambdaMissingFunction() As String - Get - Return ResourceManager.GetString("ERR_MultilineLambdaMissingFunction", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Multiline lambda expression is missing 'End Sub'.. - ''' - Friend ReadOnly Property ERR_MultilineLambdaMissingSub() As String - Get - Return ResourceManager.GetString("ERR_MultilineLambdaMissingSub", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'On Error' and 'Resume' cannot appear inside a lambda expression.. - ''' - Friend ReadOnly Property ERR_MultilineLambdasCannotContainOnError() As String - Get - Return ResourceManager.GetString("ERR_MultilineLambdasCannotContainOnError", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Multiple analyzer config files cannot be in the same directory ('{0}').. - ''' - Friend ReadOnly Property ERR_MultipleAnalyzerConfigsInSameDir() As String - Get - Return ResourceManager.GetString("ERR_MultipleAnalyzerConfigsInSameDir", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type parameter '{0}' can only have one constraint that is a class.. - ''' - Friend ReadOnly Property ERR_MultipleClassConstraints1() As String - Get - Return ResourceManager.GetString("ERR_MultipleClassConstraints1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Event '{0}' cannot implement event '{2}.{1}' because its delegate type does not match the delegate type of another event implemented by '{0}'.. - ''' - Friend ReadOnly Property ERR_MultipleEventImplMismatch3() As String - Get - Return ResourceManager.GetString("ERR_MultipleEventImplMismatch3", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Inherits' can appear only once within a 'Class' statement and can only specify one class.. - ''' - Friend ReadOnly Property ERR_MultipleExtends() As String - Get - Return ResourceManager.GetString("ERR_MultipleExtends", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'New' constraint cannot be specified multiple times for the same type parameter.. - ''' - Friend ReadOnly Property ERR_MultipleNewConstraints() As String - Get - Return ResourceManager.GetString("ERR_MultipleNewConstraints", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Optional' and 'ParamArray' cannot be combined.. - ''' - Friend ReadOnly Property ERR_MultipleOptionalParameterSpecifiers() As String - Get - Return ResourceManager.GetString("ERR_MultipleOptionalParameterSpecifiers", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'ByVal' and 'ByRef' cannot be combined.. - ''' - Friend ReadOnly Property ERR_MultipleParameterSpecifiers() As String - Get - Return ResourceManager.GetString("ERR_MultipleParameterSpecifiers", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Class' constraint cannot be specified multiple times for the same type parameter.. - ''' - Friend ReadOnly Property ERR_MultipleReferenceConstraints() As String - Get - Return ResourceManager.GetString("ERR_MultipleReferenceConstraints", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Structure' constraint cannot be specified multiple times for the same type parameter.. - ''' - Friend ReadOnly Property ERR_MultipleValueConstraints() As String - Get - Return ResourceManager.GetString("ERR_MultipleValueConstraints", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Label '{0}' is already defined in the current method.. - ''' - Friend ReadOnly Property ERR_MultiplyDefined1() As String - Get - Return ResourceManager.GetString("ERR_MultiplyDefined1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' is already declared in this {1}.. - ''' - Friend ReadOnly Property ERR_MultiplyDefinedEnumMember2() As String - Get - Return ResourceManager.GetString("ERR_MultiplyDefinedEnumMember2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' is already declared as '{1}' in this {2}.. - ''' - Friend ReadOnly Property ERR_MultiplyDefinedType3() As String - Get - Return ResourceManager.GetString("ERR_MultiplyDefinedType3", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Throw' statement cannot omit operand outside a 'Catch' statement or inside a 'Finally' statement.. - ''' - Friend ReadOnly Property ERR_MustBeInCatchToRethrow() As String - Get - Return ResourceManager.GetString("ERR_MustBeInCatchToRethrow", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to {0} '{1}' must be declared 'Overloads' because another '{1}' is declared 'Overloads' or 'Overrides'.. - ''' - Friend ReadOnly Property ERR_MustBeOverloads2() As String - Get - Return ResourceManager.GetString("ERR_MustBeOverloads2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' is a MustOverride event in the base class '{1}'. Visual Basic does not support event overriding. You must either provide an implementation for the event in the base class, or make class '{2}' MustInherit.. - ''' - Friend ReadOnly Property ERR_MustInheritEventNotOverridden() As String - Get - Return ResourceManager.GetString("ERR_MustInheritEventNotOverridden", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type argument '{0}' is declared 'MustInherit' and does not satisfy the 'New' constraint for type parameter '{1}'.. - ''' - Friend ReadOnly Property ERR_MustInheritForNewConstraint2() As String - Get - Return ResourceManager.GetString("ERR_MustInheritForNewConstraint2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'MustOverride' cannot be specified on this member because it is in a partial type that is declared 'NotInheritable' in another partial definition.. - ''' - Friend ReadOnly Property ERR_MustOverOnNotInheritPartClsMem1() As String - Get - Return ResourceManager.GetString("ERR_MustOverOnNotInheritPartClsMem1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' must be declared 'MustInherit' because it contains methods declared 'MustOverride'.. - ''' - Friend ReadOnly Property ERR_MustOverridesInClass1() As String - Get - Return ResourceManager.GetString("ERR_MustOverridesInClass1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to {0} '{1}' must be declared 'Shadows' because another member with this name is declared 'Shadows'.. - ''' - Friend ReadOnly Property ERR_MustShadow2() As String - Get - Return ResourceManager.GetString("ERR_MustShadow2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Compilation options '{0}' and '{1}' can't both be specified at the same time.. - ''' - Friend ReadOnly Property ERR_MutuallyExclusiveOptions() As String - Get - Return ResourceManager.GetString("ERR_MutuallyExclusiveOptions", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'MyBase' cannot be used with method '{0}' because it is declared 'MustOverride'.. - ''' - Friend ReadOnly Property ERR_MyBaseAbstractCall1() As String - Get - Return ResourceManager.GetString("ERR_MyBaseAbstractCall1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'MustOverride' method '{0}' cannot be called with 'MyClass'.. - ''' - Friend ReadOnly Property ERR_MyClassAbstractCall1() As String - Get - Return ResourceManager.GetString("ERR_MyClassAbstractCall1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'MyClass' cannot be used outside of a class.. - ''' - Friend ReadOnly Property ERR_MyClassNotInClass() As String - Get - Return ResourceManager.GetString("ERR_MyClassNotInClass", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to MyGroupCollectionAttribute cannot be applied to itself.. - ''' - Friend ReadOnly Property ERR_MyGroupCollectionAttributeCycle() As String - Get - Return ResourceManager.GetString("ERR_MyGroupCollectionAttributeCycle", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Parameter '{0}' already has a matching omitted argument.. - ''' - Friend ReadOnly Property ERR_NamedArgAlsoOmitted1() As String - Get - Return ResourceManager.GetString("ERR_NamedArgAlsoOmitted1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Parameter '{0}' in '{1}' already has a matching omitted argument.. - ''' - Friend ReadOnly Property ERR_NamedArgAlsoOmitted2() As String - Get - Return ResourceManager.GetString("ERR_NamedArgAlsoOmitted2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Parameter '{0}' in extension method '{1}' defined in '{2}' already has a matching omitted argument.. - ''' - Friend ReadOnly Property ERR_NamedArgAlsoOmitted3() As String - Get - Return ResourceManager.GetString("ERR_NamedArgAlsoOmitted3", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Named argument specifications must appear after all fixed arguments have been specified in a late bound invocation.. - ''' - Friend ReadOnly Property ERR_NamedArgumentSpecificationBeforeFixedArgumentInLateboundInvocation() As String - Get - Return ResourceManager.GetString("ERR_NamedArgumentSpecificationBeforeFixedArgumentInLateboundInvocation", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Parameter '{0}' already has a matching argument.. - ''' - Friend ReadOnly Property ERR_NamedArgUsedTwice1() As String - Get - Return ResourceManager.GetString("ERR_NamedArgUsedTwice1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Parameter '{0}' of '{1}' already has a matching argument.. - ''' - Friend ReadOnly Property ERR_NamedArgUsedTwice2() As String - Get - Return ResourceManager.GetString("ERR_NamedArgUsedTwice2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Parameter '{0}' of extension method '{1}' defined in '{2}' already has a matching argument.. - ''' - Friend ReadOnly Property ERR_NamedArgUsedTwice3() As String - Get - Return ResourceManager.GetString("ERR_NamedArgUsedTwice3", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Named argument cannot match a ParamArray parameter.. - ''' - Friend ReadOnly Property ERR_NamedParamArrayArgument() As String - Get - Return ResourceManager.GetString("ERR_NamedParamArrayArgument", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' is not a method parameter.. - ''' - Friend ReadOnly Property ERR_NamedParamNotFound1() As String - Get - Return ResourceManager.GetString("ERR_NamedParamNotFound1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' is not a parameter of '{1}'.. - ''' - Friend ReadOnly Property ERR_NamedParamNotFound2() As String - Get - Return ResourceManager.GetString("ERR_NamedParamNotFound2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' is not a parameter of extension method '{1}' defined in '{2}'.. - ''' - Friend ReadOnly Property ERR_NamedParamNotFound3() As String - Get - Return ResourceManager.GetString("ERR_NamedParamNotFound3", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Named arguments are not valid as array subscripts.. - ''' - Friend ReadOnly Property ERR_NamedSubscript() As String - Get - Return ResourceManager.GetString("ERR_NamedSubscript", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' is not declared. It may be inaccessible due to its protection level.. - ''' - Friend ReadOnly Property ERR_NameNotDeclared1() As String - Get - Return ResourceManager.GetString("ERR_NameNotDeclared1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' is not an event of '{1}'.. - ''' - Friend ReadOnly Property ERR_NameNotEvent2() As String - Get - Return ResourceManager.GetString("ERR_NameNotEvent2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' is not a member of '{1}'.. - ''' - Friend ReadOnly Property ERR_NameNotMember2() As String - Get - Return ResourceManager.GetString("ERR_NameNotMember2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' is not a member of '{1}'; it does not exist in the current context.. - ''' - Friend ReadOnly Property ERR_NameNotMemberOfAnonymousType2() As String - Get - Return ResourceManager.GetString("ERR_NameNotMemberOfAnonymousType2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' is already declared as a type parameter of this method.. - ''' - Friend ReadOnly Property ERR_NameSameAsMethodTypeParam1() As String - Get - Return ResourceManager.GetString("ERR_NameSameAsMethodTypeParam1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to You cannot declare Namespace in script code. - ''' - Friend ReadOnly Property ERR_NamespaceNotAllowedInScript() As String - Get - Return ResourceManager.GetString("ERR_NamespaceNotAllowedInScript", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Namespace' statements can occur only at file or namespace level.. - ''' - Friend ReadOnly Property ERR_NamespaceNotAtNamespace() As String - Get - Return ResourceManager.GetString("ERR_NamespaceNotAtNamespace", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' is a namespace and cannot be used as an expression.. - ''' - Friend ReadOnly Property ERR_NamespaceNotExpression1() As String - Get - Return ResourceManager.GetString("ERR_NamespaceNotExpression1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Option Strict On disallows implicit conversions from '{0}' to '{1}'; the Visual Basic 6.0 collection type is not compatible with the .NET Framework collection type.. - ''' - Friend ReadOnly Property ERR_NarrowingConversionCollection2() As String - Get - Return ResourceManager.GetString("ERR_NarrowingConversionCollection2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Option Strict On disallows implicit conversions from '{0}' to '{1}'.. - ''' - Friend ReadOnly Property ERR_NarrowingConversionDisallowed2() As String - Get - Return ResourceManager.GetString("ERR_NarrowingConversionDisallowed2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to the /moduleassemblyname option may only be specified when building a target of type 'module'. - ''' - Friend ReadOnly Property ERR_NeedModule() As String - Get - Return ResourceManager.GetString("ERR_NeedModule", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Array dimensions cannot have a negative size.. - ''' - Friend ReadOnly Property ERR_NegativeArraySize() As String - Get - Return ResourceManager.GetString("ERR_NegativeArraySize", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to {0} '{1}' cannot inherit from a type nested within it.. - ''' - Friend ReadOnly Property ERR_NestedBase2() As String - Get - Return ResourceManager.GetString("ERR_NestedBase2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '#ExternalSource' directives cannot be nested.. - ''' - Friend ReadOnly Property ERR_NestedExternalSource() As String - Get - Return ResourceManager.GetString("ERR_NestedExternalSource", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Return type of nested function matching parameter '{0}' narrows from '{1}' to '{2}'.. - ''' - Friend ReadOnly Property ERR_NestedFunctionArgumentNarrowing3() As String - Get - Return ResourceManager.GetString("ERR_NestedFunctionArgumentNarrowing3", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Global namespace may not be nested in another namespace.. - ''' - Friend ReadOnly Property ERR_NestedGlobalNamespace() As String - Get - Return ResourceManager.GetString("ERR_NestedGlobalNamespace", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Nested type '{0}' cannot be embedded.. - ''' - Friend ReadOnly Property ERR_NestedInteropType() As String - Get - Return ResourceManager.GetString("ERR_NestedInteropType", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Class '{0}' cannot reference its nested type '{1}' in Inherits clause.. - ''' - Friend ReadOnly Property ERR_NestedTypeInInheritsClause2() As String - Get - Return ResourceManager.GetString("ERR_NestedTypeInInheritsClause2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type '{0}' does not inherit the generic type parameters of its container.. - ''' - Friend ReadOnly Property ERR_NestingViolatesCLS1() As String - Get - Return ResourceManager.GetString("ERR_NestingViolatesCLS1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Module name '{0}' stored in '{1}' must match its filename.. - ''' - Friend ReadOnly Property ERR_NetModuleNameMismatch() As String - Get - Return ResourceManager.GetString("ERR_NetModuleNameMismatch", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Module '{0}' is already defined in this assembly. Each module must have a unique filename.. - ''' - Friend ReadOnly Property ERR_NetModuleNameMustBeUnique() As String - Get - Return ResourceManager.GetString("ERR_NetModuleNameMustBeUnique", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'New' constraint and 'Structure' constraint cannot be combined.. - ''' - Friend ReadOnly Property ERR_NewAndValueConstraintsCombined() As String - Get - Return ResourceManager.GetString("ERR_NewAndValueConstraintsCombined", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Arguments cannot be passed to a 'New' used on a type parameter.. - ''' - Friend ReadOnly Property ERR_NewArgsDisallowedForTypeParam() As String - Get - Return ResourceManager.GetString("ERR_NewArgsDisallowedForTypeParam", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Sub New' cannot handle events.. - ''' - Friend ReadOnly Property ERR_NewCannotHandleEvents() As String - Get - Return ResourceManager.GetString("ERR_NewCannotHandleEvents", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'New' cannot be used on a type parameter that does not have a 'New' constraint.. - ''' - Friend ReadOnly Property ERR_NewIfNullOnGenericParam() As String - Get - Return ResourceManager.GetString("ERR_NewIfNullOnGenericParam", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'New' cannot be used on an interface.. - ''' - Friend ReadOnly Property ERR_NewIfNullOnNonClass() As String - Get - Return ResourceManager.GetString("ERR_NewIfNullOnNonClass", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Sub New' cannot be declared in an interface.. - ''' - Friend ReadOnly Property ERR_NewInInterface() As String - Get - Return ResourceManager.GetString("ERR_NewInInterface", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Structures cannot declare a non-shared 'Sub New' with no parameters.. - ''' - Friend ReadOnly Property ERR_NewInStruct() As String - Get - Return ResourceManager.GetString("ERR_NewInStruct", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'New' cannot be used on a class that is declared 'MustInherit'.. - ''' - Friend ReadOnly Property ERR_NewOnAbstractClass() As String - Get - Return ResourceManager.GetString("ERR_NewOnAbstractClass", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'New' cannot be used with tuple type. Use a tuple literal expression instead.. - ''' - Friend ReadOnly Property ERR_NewWithTupleTypeSyntax() As String - Get - Return ResourceManager.GetString("ERR_NewWithTupleTypeSyntax", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Next control variable does not match For loop control variable '{0}'.. - ''' - Friend ReadOnly Property ERR_NextForMismatch1() As String - Get - Return ResourceManager.GetString("ERR_NextForMismatch1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Next' must be preceded by a matching 'For'.. - ''' - Friend ReadOnly Property ERR_NextNoMatchingFor() As String - Get - Return ResourceManager.GetString("ERR_NextNoMatchingFor", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Class '{0}' has no accessible 'Sub New' and cannot be inherited.. - ''' - Friend ReadOnly Property ERR_NoAccessibleConstructorOnBase() As String - Get - Return ResourceManager.GetString("ERR_NoAccessibleConstructorOnBase", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Get' accessor of property '{0}' is not accessible.. - ''' - Friend ReadOnly Property ERR_NoAccessibleGet() As String - Get - Return ResourceManager.GetString("ERR_NoAccessibleGet", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Set' accessor of property '{0}' is not accessible.. - ''' - Friend ReadOnly Property ERR_NoAccessibleSet() As String - Get - Return ResourceManager.GetString("ERR_NoAccessibleSet", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Cannot initialize the type '{0}' with a collection initializer because it does not have an accessible 'Add' method.. - ''' - Friend ReadOnly Property ERR_NoAddMethod1() As String - Get - Return ResourceManager.GetString("ERR_NoAddMethod1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Overload resolution failed because no accessible '{0}' accepts this number of arguments.. - ''' - Friend ReadOnly Property ERR_NoArgumentCountOverloadCandidates1() As String - Get - Return ResourceManager.GetString("ERR_NoArgumentCountOverloadCandidates1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Overload resolution failed because no accessible '{0}' can be called with these arguments:{1}. - ''' - Friend ReadOnly Property ERR_NoCallableOverloadCandidates2() As String - Get - Return ResourceManager.GetString("ERR_NoCallableOverloadCandidates2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Bounds can be specified only for the top-level array when initializing an array of arrays.. - ''' - Friend ReadOnly Property ERR_NoConstituentArraySizes() As String - Get - Return ResourceManager.GetString("ERR_NoConstituentArraySizes", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Class '{0}' must declare a 'Sub New' because its base class '{1}' does not have an accessible 'Sub New' that can be called with no arguments.. - ''' - Friend ReadOnly Property ERR_NoConstructorOnBase2() As String - Get - Return ResourceManager.GetString("ERR_NoConstructorOnBase2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Class '{0}' cannot be indexed because it has no default property.. - ''' - Friend ReadOnly Property ERR_NoDefaultNotExtend1() As String - Get - Return ResourceManager.GetString("ERR_NoDefaultNotExtend1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Delegate '{0}' requires an 'AddressOf' expression or lambda expression as the only argument to its constructor.. - ''' - Friend ReadOnly Property ERR_NoDirectDelegateConstruction1() As String - Get - Return ResourceManager.GetString("ERR_NoDirectDelegateConstruction1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Array bounds cannot appear in type specifiers.. - ''' - Friend ReadOnly Property ERR_NoExplicitArraySizes() As String - Get - Return ResourceManager.GetString("ERR_NoExplicitArraySizes", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Property '{0}' is 'WriteOnly'.. - ''' - Friend ReadOnly Property ERR_NoGetProperty1() As String - Get - Return ResourceManager.GetString("ERR_NoGetProperty1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Global' not allowed in this context; identifier expected.. - ''' - Friend ReadOnly Property ERR_NoGlobalExpectedIdentifier() As String - Get - Return ResourceManager.GetString("ERR_NoGlobalExpectedIdentifier", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Global' not allowed in handles; local name expected.. - ''' - Friend ReadOnly Property ERR_NoGlobalInHandles() As String - Get - Return ResourceManager.GetString("ERR_NoGlobalInHandles", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Overload resolution failed because no accessible '{0}' is most specific for these arguments:{1}. - ''' - Friend ReadOnly Property ERR_NoMostSpecificOverload2() As String - Get - Return ResourceManager.GetString("ERR_NoMostSpecificOverload2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Cannot compile net modules when using /refout or /refonly.. - ''' - Friend ReadOnly Property ERR_NoNetModuleOutputWhenRefOutOrRefOnly() As String - Get - Return ResourceManager.GetString("ERR_NoNetModuleOutputWhenRefOutOrRefOnly", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Member '{0}' cannot be initialized in an object initializer expression because it is not a field or property.. - ''' - Friend ReadOnly Property ERR_NonFieldPropertyAggrMemberInit1() As String - Get - Return ResourceManager.GetString("ERR_NonFieldPropertyAggrMemberInit1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{1}' for the Imports '{0}' does not refer to a Namespace, Class, Structure, Enum or Module.. - ''' - Friend ReadOnly Property ERR_NonNamespaceOrClassOnImport2() As String - Get - Return ResourceManager.GetString("ERR_NonNamespaceOrClassOnImport2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Property '{0}' with no parameters cannot be found.. - ''' - Friend ReadOnly Property ERR_NoNonIndexProperty1() As String - Get - Return ResourceManager.GetString("ERR_NoNonIndexProperty1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Overload resolution failed because no accessible '{0}' can be called without a narrowing conversion:{1}. - ''' - Friend ReadOnly Property ERR_NoNonNarrowingOverloadCandidates2() As String - Get - Return ResourceManager.GetString("ERR_NoNonNarrowingOverloadCandidates2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Class '{0}' must declare a 'Sub New' because the '{1}' in its base class '{2}' is marked obsolete.. - ''' - Friend ReadOnly Property ERR_NoNonObsoleteConstructorOnBase3() As String - Get - Return ResourceManager.GetString("ERR_NoNonObsoleteConstructorOnBase3", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Class '{0}' must declare a 'Sub New' because the '{1}' in its base class '{2}' is marked obsolete: '{3}'.. - ''' - Friend ReadOnly Property ERR_NoNonObsoleteConstructorOnBase4() As String - Get - Return ResourceManager.GetString("ERR_NoNonObsoleteConstructorOnBase4", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'AddressOf' cannot be applied to '{0}' because '{0}' is a partial method without an implementation.. - ''' - Friend ReadOnly Property ERR_NoPartialMethodInAddressOf1() As String - Get - Return ResourceManager.GetString("ERR_NoPartialMethodInAddressOf1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Interop type '{0}' cannot be embedded because it is missing the required '{1}' attribute.. - ''' - Friend ReadOnly Property ERR_NoPIAAttributeMissing2() As String - Get - Return ResourceManager.GetString("ERR_NoPIAAttributeMissing2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Do not use refout when using refonly.. - ''' - Friend ReadOnly Property ERR_NoRefOutWhenRefOnly() As String - Get - Return ResourceManager.GetString("ERR_NoRefOutWhenRefOnly", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to unable to open response file '{0}'. - ''' - Friend ReadOnly Property ERR_NoResponseFile() As String - Get - Return ResourceManager.GetString("ERR_NoResponseFile", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Property '{0}' is 'ReadOnly'.. - ''' - Friend ReadOnly Property ERR_NoSetProperty1() As String - Get - Return ResourceManager.GetString("ERR_NoSetProperty1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to no input sources specified. - ''' - Friend ReadOnly Property ERR_NoSources() As String - Get - Return ResourceManager.GetString("ERR_NoSources", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to cannot infer an output file name from resource only input files; provide the '/out' option. - ''' - Friend ReadOnly Property ERR_NoSourcesOut() As String - Get - Return ResourceManager.GetString("ERR_NoSourcesOut", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type argument '{0}' must have a public parameterless instance constructor to satisfy the 'New' constraint for type parameter '{1}'.. - ''' - Friend ReadOnly Property ERR_NoSuitableNewForNewConstraint2() As String - Get - Return ResourceManager.GetString("ERR_NoSuitableNewForNewConstraint2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type of '{0}' cannot be inferred because the loop bounds and the step clause do not convert to the same type.. - ''' - Friend ReadOnly Property ERR_NoSuitableWidestType1() As String - Get - Return ResourceManager.GetString("ERR_NoSuitableWidestType1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Cannot initialize the type '{0}' with a collection initializer because it is not a collection type.. - ''' - Friend ReadOnly Property ERR_NotACollection1() As String - Get - Return ResourceManager.GetString("ERR_NotACollection1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Not most specific.. - ''' - Friend ReadOnly Property ERR_NotMostSpecificOverload() As String - Get - Return ResourceManager.GetString("ERR_NotMostSpecificOverload", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'NotOverridable' cannot be specified for methods that do not override another method.. - ''' - Friend ReadOnly Property ERR_NotOverridableRequiresOverrides() As String - Get - Return ResourceManager.GetString("ERR_NotOverridableRequiresOverrides", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Overload resolution failed because no accessible '{0}' accepts this number of type arguments.. - ''' - Friend ReadOnly Property ERR_NoTypeArgumentCountOverloadCand1() As String - Get - Return ResourceManager.GetString("ERR_NoTypeArgumentCountOverloadCand1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type characters are not allowed on Imports aliases.. - ''' - Friend ReadOnly Property ERR_NoTypecharInAlias() As String - Get - Return ResourceManager.GetString("ERR_NoTypecharInAlias", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type characters are not allowed in label identifiers.. - ''' - Friend ReadOnly Property ERR_NoTypecharInLabel() As String - Get - Return ResourceManager.GetString("ERR_NoTypecharInLabel", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Class '{0}' must declare a 'Sub New' because its base class '{1}' has more than one accessible 'Sub New' that can be called with no arguments.. - ''' - Friend ReadOnly Property ERR_NoUniqueConstructorOnBase2() As String - Get - Return ResourceManager.GetString("ERR_NoUniqueConstructorOnBase2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Overload resolution failed because no '{0}' is accessible.. - ''' - Friend ReadOnly Property ERR_NoViableOverloadCandidates1() As String - Get - Return ResourceManager.GetString("ERR_NoViableOverloadCandidates1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Handles clause requires a WithEvents variable defined in the containing type or one of its base types.. - ''' - Friend ReadOnly Property ERR_NoWithEventsVarOnHandlesList() As String - Get - Return ResourceManager.GetString("ERR_NoWithEventsVarOnHandlesList", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to XML axis properties do not support late binding.. - ''' - Friend ReadOnly Property ERR_NoXmlAxesLateBinding() As String - Get - Return ResourceManager.GetString("ERR_NoXmlAxesLateBinding", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Property '{0}' cannot be initialized in an object initializer expression because all accessible overloads require arguments.. - ''' - Friend ReadOnly Property ERR_NoZeroCountArgumentInitCandidates1() As String - Get - Return ResourceManager.GetString("ERR_NoZeroCountArgumentInitCandidates1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to The '?' character cannot be used here.. - ''' - Friend ReadOnly Property ERR_NullableCharNotSupported() As String - Get - Return ResourceManager.GetString("ERR_NullableCharNotSupported", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'System.Nullable' does not satisfy the 'Structure' constraint for type parameter '{0}'. Only non-nullable 'Structure' types are allowed.. - ''' - Friend ReadOnly Property ERR_NullableDisallowedForStructConstr1() As String - Get - Return ResourceManager.GetString("ERR_NullableDisallowedForStructConstr1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Nullable modifier cannot be used with a variable whose implicit type is 'Object'.. - ''' - Friend ReadOnly Property ERR_NullableImplicit() As String - Get - Return ResourceManager.GetString("ERR_NullableImplicit", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Nullable parameters must specify a type.. - ''' - Friend ReadOnly Property ERR_NullableParameterMustSpecifyType() As String - Get - Return ResourceManager.GetString("ERR_NullableParameterMustSpecifyType", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Nullable type inference is not supported in this context.. - ''' - Friend ReadOnly Property ERR_NullableTypeInferenceNotSupported() As String - Get - Return ResourceManager.GetString("ERR_NullableTypeInferenceNotSupported", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to A null propagating operator cannot be converted into an expression tree.. - ''' - Friend ReadOnly Property ERR_NullPropagatingOpInExpressionTree() As String - Get - Return ResourceManager.GetString("ERR_NullPropagatingOpInExpressionTree", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Object initializers require a field name to initialize.. - ''' - Friend ReadOnly Property ERR_ObjectInitializerRequiresFieldName() As String - Get - Return ResourceManager.GetString("ERR_ObjectInitializerRequiresFieldName", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Reference to a non-shared member requires an object reference.. - ''' - Friend ReadOnly Property ERR_ObjectReferenceNotSupplied() As String - Get - Return ResourceManager.GetString("ERR_ObjectReferenceNotSupplied", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Method arguments must be enclosed in parentheses.. - ''' - Friend ReadOnly Property ERR_ObsoleteArgumentsNeedParens() As String - Get - Return ResourceManager.GetString("ERR_ObsoleteArgumentsNeedParens", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'As Any' is not supported in 'Declare' statements.. - ''' - Friend ReadOnly Property ERR_ObsoleteAsAny() As String - Get - Return ResourceManager.GetString("ERR_ObsoleteAsAny", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'EndIf' statements are no longer supported; use 'End If' instead.. - ''' - Friend ReadOnly Property ERR_ObsoleteEndIf() As String - Get - Return ResourceManager.GetString("ERR_ObsoleteEndIf", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'D' can no longer be used to indicate an exponent, use 'E' instead.. - ''' - Friend ReadOnly Property ERR_ObsoleteExponent() As String - Get - Return ResourceManager.GetString("ERR_ObsoleteExponent", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Get' statements are no longer supported. File I/O functionality is available in the 'Microsoft.VisualBasic' namespace.. - ''' - Friend ReadOnly Property ERR_ObsoleteGetStatement() As String - Get - Return ResourceManager.GetString("ERR_ObsoleteGetStatement", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'GoSub' statements are no longer supported.. - ''' - Friend ReadOnly Property ERR_ObsoleteGosub() As String - Get - Return ResourceManager.GetString("ERR_ObsoleteGosub", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' cannot be applied to the 'AddHandler', 'RemoveHandler', or 'RaiseEvent' definitions. If required, apply the attribute directly to the event.. - ''' - Friend ReadOnly Property ERR_ObsoleteInvalidOnEventMember() As String - Get - Return ResourceManager.GetString("ERR_ObsoleteInvalidOnEventMember", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Let' and 'Set' assignment statements are no longer supported.. - ''' - Friend ReadOnly Property ERR_ObsoleteLetSetNotNeeded() As String - Get - Return ResourceManager.GetString("ERR_ObsoleteLetSetNotNeeded", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Labels that are numbers must be followed by colons.. - ''' - Friend ReadOnly Property ERR_ObsoleteLineNumbersAreLabels() As String - Get - Return ResourceManager.GetString("ERR_ObsoleteLineNumbersAreLabels", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Variant' is no longer a supported type; use the 'Object' type instead.. - ''' - Friend ReadOnly Property ERR_ObsoleteObjectNotVariant() As String - Get - Return ResourceManager.GetString("ERR_ObsoleteObjectNotVariant", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'On GoTo' and 'On GoSub' statements are no longer supported.. - ''' - Friend ReadOnly Property ERR_ObsoleteOnGotoGosub() As String - Get - Return ResourceManager.GetString("ERR_ObsoleteOnGotoGosub", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Optional parameters must specify a default value.. - ''' - Friend ReadOnly Property ERR_ObsoleteOptionalWithoutValue() As String - Get - Return ResourceManager.GetString("ERR_ObsoleteOptionalWithoutValue", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Property Get/Let/Set are no longer supported; use the new Property declaration syntax.. - ''' - Friend ReadOnly Property ERR_ObsoletePropertyGetLetSet() As String - Get - Return ResourceManager.GetString("ERR_ObsoletePropertyGetLetSet", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'ReDim' statements can no longer be used to declare array variables.. - ''' - Friend ReadOnly Property ERR_ObsoleteRedimAs() As String - Get - Return ResourceManager.GetString("ERR_ObsoleteRedimAs", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Type' statements are no longer supported; use 'Structure' statements instead.. - ''' - Friend ReadOnly Property ERR_ObsoleteStructureNotType() As String - Get - Return ResourceManager.GetString("ERR_ObsoleteStructureNotType", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Wend' statements are no longer supported; use 'End While' statements instead.. - ''' - Friend ReadOnly Property ERR_ObsoleteWhileWend() As String - Get - Return ResourceManager.GetString("ERR_ObsoleteWhileWend", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Of' required when specifying type arguments for a generic type or method.. - ''' - Friend ReadOnly Property ERR_OfExpected() As String - Get - Return ResourceManager.GetString("ERR_OfExpected", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Argument not specified for parameter '{0}'.. - ''' - Friend ReadOnly Property ERR_OmittedArgument1() As String - Get - Return ResourceManager.GetString("ERR_OmittedArgument1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Argument not specified for parameter '{0}' of '{1}'.. - ''' - Friend ReadOnly Property ERR_OmittedArgument2() As String - Get - Return ResourceManager.GetString("ERR_OmittedArgument2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Argument not specified for parameter '{0}' of extension method '{1}' defined in '{2}'.. - ''' - Friend ReadOnly Property ERR_OmittedArgument3() As String - Get - Return ResourceManager.GetString("ERR_OmittedArgument3", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Omitted argument cannot match a ParamArray parameter.. - ''' - Friend ReadOnly Property ERR_OmittedParamArrayArgument() As String - Get - Return ResourceManager.GetString("ERR_OmittedParamArrayArgument", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Operator '{0}' must have either one or two parameters.. - ''' - Friend ReadOnly Property ERR_OneOrTwoParametersRequired1() As String - Get - Return ResourceManager.GetString("ERR_OneOrTwoParametersRequired1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Operator '{0}' must have one parameter.. - ''' - Friend ReadOnly Property ERR_OneParameterRequired1() As String - Get - Return ResourceManager.GetString("ERR_OneParameterRequired1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'On Error' statements are not valid within 'SyncLock' statements.. - ''' - Friend ReadOnly Property ERR_OnErrorInSyncLock() As String - Get - Return ResourceManager.GetString("ERR_OnErrorInSyncLock", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'On Error' statements are not valid within 'Using' statements.. - ''' - Friend ReadOnly Property ERR_OnErrorInUsing() As String - Get - Return ResourceManager.GetString("ERR_OnErrorInUsing", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Array lower bounds can be only '0'.. - ''' - Friend ReadOnly Property ERR_OnlyNullLowerBound() As String - Get - Return ResourceManager.GetString("ERR_OnlyNullLowerBound", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Access modifier can only be applied to either 'Get' or 'Set', but not both.. - ''' - Friend ReadOnly Property ERR_OnlyOneAccessorForGetSet() As String - Get - Return ResourceManager.GetString("ERR_OnlyOneAccessorForGetSet", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Method '{0}' cannot implement partial method '{1}' because '{2}' already implements it. Only one method can implement a partial method.. - ''' - Friend ReadOnly Property ERR_OnlyOneImplementingMethodAllowed3() As String - Get - Return ResourceManager.GetString("ERR_OnlyOneImplementingMethodAllowed3", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Method '{0}' cannot be declared 'Partial' because only one method '{1}' can be marked 'Partial'.. - ''' - Friend ReadOnly Property ERR_OnlyOnePartialMethodAllowed2() As String - Get - Return ResourceManager.GetString("ERR_OnlyOnePartialMethodAllowed2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Partial methods must be declared 'Private' instead of '{0}'.. - ''' - Friend ReadOnly Property ERR_OnlyPrivatePartialMethods1() As String - Get - Return ResourceManager.GetString("ERR_OnlyPrivatePartialMethods1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type parameters or types constructed with type parameters are not allowed in attribute arguments.. - ''' - Friend ReadOnly Property ERR_OpenTypeDisallowed() As String - Get - Return ResourceManager.GetString("ERR_OpenTypeDisallowed", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Operators cannot be declared in modules.. - ''' - Friend ReadOnly Property ERR_OperatorDeclaredInModule() As String - Get - Return ResourceManager.GetString("ERR_OperatorDeclaredInModule", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Operators must be declared 'Public'.. - ''' - Friend ReadOnly Property ERR_OperatorMustBePublic() As String - Get - Return ResourceManager.GetString("ERR_OperatorMustBePublic", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Operators must be declared 'Shared'.. - ''' - Friend ReadOnly Property ERR_OperatorMustBeShared() As String - Get - Return ResourceManager.GetString("ERR_OperatorMustBeShared", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Operator is not overloadable. Operator declaration must be one of: +, -, *, \, /, ^, &, Like, Mod, And, Or, Xor, Not, <<, >>, =, <>, <, <=, >, >=, CType, IsTrue, IsFalse.. - ''' - Friend ReadOnly Property ERR_OperatorNotOverloadable() As String - Get - Return ResourceManager.GetString("ERR_OperatorNotOverloadable", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Operator '{0}' must have a return type of Boolean.. - ''' - Friend ReadOnly Property ERR_OperatorRequiresBoolReturnType1() As String - Get - Return ResourceManager.GetString("ERR_OperatorRequiresBoolReturnType1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Operator '{0}' must have a second parameter of type 'Integer' or 'Integer?'.. - ''' - Friend ReadOnly Property ERR_OperatorRequiresIntegerParameter1() As String - Get - Return ResourceManager.GetString("ERR_OperatorRequiresIntegerParameter1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' parameters cannot be declared 'Optional'.. - ''' - Friend ReadOnly Property ERR_OptionalIllegal1() As String - Get - Return ResourceManager.GetString("ERR_OptionalIllegal1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Generic parameters used as optional parameter types must be class constrained.. - ''' - Friend ReadOnly Property ERR_OptionalsCantBeStructGenericParams() As String - Get - Return ResourceManager.GetString("ERR_OptionalsCantBeStructGenericParams", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Option '{0}' must be an absolute path.. - ''' - Friend ReadOnly Property ERR_OptionMustBeAbsolutePath() As String - Get - Return ResourceManager.GetString("ERR_OptionMustBeAbsolutePath", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Option' statements must precede any declarations or 'Imports' statements.. - ''' - Friend ReadOnly Property ERR_OptionStmtWrongOrder() As String - Get - Return ResourceManager.GetString("ERR_OptionStmtWrongOrder", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Overflow.. - ''' - Friend ReadOnly Property ERR_Overflow() As String - Get - Return ResourceManager.GetString("ERR_Overflow", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to - ''' {0}. - ''' - Friend ReadOnly Property ERR_OverloadCandidate1() As String - Get - Return ResourceManager.GetString("ERR_OverloadCandidate1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to - ''' '{0}': {1}. - ''' - Friend ReadOnly Property ERR_OverloadCandidate2() As String - Get - Return ResourceManager.GetString("ERR_OverloadCandidate2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' and '{1}' cannot overload each other because they differ only by 'ReadOnly' or 'WriteOnly'.. - ''' - Friend ReadOnly Property ERR_OverloadingPropertyKind2() As String - Get - Return ResourceManager.GetString("ERR_OverloadingPropertyKind2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Inappropriate use of '{0}' keyword in a module.. - ''' - Friend ReadOnly Property ERR_OverloadsModifierInModule() As String - Get - Return ResourceManager.GetString("ERR_OverloadsModifierInModule", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' and '{1}' cannot overload each other because they differ only by parameters declared 'ParamArray'.. - ''' - Friend ReadOnly Property ERR_OverloadWithArrayVsParamArray2() As String - Get - Return ResourceManager.GetString("ERR_OverloadWithArrayVsParamArray2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' and '{1}' cannot overload each other because they differ only by parameters declared 'ByRef' or 'ByVal'.. - ''' - Friend ReadOnly Property ERR_OverloadWithByref2() As String - Get - Return ResourceManager.GetString("ERR_OverloadWithByref2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' and '{1}' cannot overload each other because they differ only by the default values of optional parameters.. - ''' - Friend ReadOnly Property ERR_OverloadWithDefault2() As String - Get - Return ResourceManager.GetString("ERR_OverloadWithDefault2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' and '{1}' cannot overload each other because they differ only by optional parameters.. - ''' - Friend ReadOnly Property ERR_OverloadWithOptional2() As String - Get - Return ResourceManager.GetString("ERR_OverloadWithOptional2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' and '{1}' cannot overload each other because they differ only by return types.. - ''' - Friend ReadOnly Property ERR_OverloadWithReturnType2() As String - Get - Return ResourceManager.GetString("ERR_OverloadWithReturnType2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to - ''' '{0}'. - ''' - Friend ReadOnly Property ERR_OverriddenCandidate1() As String - Get - Return ResourceManager.GetString("ERR_OverriddenCandidate1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to {0} '{1}' cannot be declared 'Overrides' because it does not override a {0} in a base class.. - ''' - Friend ReadOnly Property ERR_OverrideNotNeeded3() As String - Get - Return ResourceManager.GetString("ERR_OverrideNotNeeded3", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Methods declared 'Overrides' cannot be declared 'Overridable' because they are implicitly overridable.. - ''' - Friend ReadOnly Property ERR_OverridesImpliesOverridable() As String - Get - Return ResourceManager.GetString("ERR_OverridesImpliesOverridable", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' cannot override '{1}' because they differ by parameters declared 'ParamArray'.. - ''' - Friend ReadOnly Property ERR_OverrideWithArrayVsParamArray2() As String - Get - Return ResourceManager.GetString("ERR_OverrideWithArrayVsParamArray2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' cannot override '{1}' because they differ by a parameter that is marked as 'ByRef' versus 'ByVal'.. - ''' - Friend ReadOnly Property ERR_OverrideWithByref2() As String - Get - Return ResourceManager.GetString("ERR_OverrideWithByref2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' cannot override '{1}' because they differ by type parameter constraints.. - ''' - Friend ReadOnly Property ERR_OverrideWithConstraintMismatch2() As String - Get - Return ResourceManager.GetString("ERR_OverrideWithConstraintMismatch2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' cannot override '{1}' because they differ by the default values of optional parameters.. - ''' - Friend ReadOnly Property ERR_OverrideWithDefault2() As String - Get - Return ResourceManager.GetString("ERR_OverrideWithDefault2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' cannot override '{1}' because they differ by optional parameters.. - ''' - Friend ReadOnly Property ERR_OverrideWithOptional2() As String - Get - Return ResourceManager.GetString("ERR_OverrideWithOptional2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' cannot override '{1}' because they differ by the types of optional parameters.. - ''' - Friend ReadOnly Property ERR_OverrideWithOptionalTypes2() As String - Get - Return ResourceManager.GetString("ERR_OverrideWithOptionalTypes2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' cannot override '{1}' because they differ by 'ReadOnly' or 'WriteOnly'.. - ''' - Friend ReadOnly Property ERR_OverridingPropertyKind2() As String - Get - Return ResourceManager.GetString("ERR_OverridingPropertyKind2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Argument cannot match a ParamArray parameter.. - ''' - Friend ReadOnly Property ERR_ParamArrayArgumentMismatch() As String - Get - Return ResourceManager.GetString("ERR_ParamArrayArgumentMismatch", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' parameters cannot be declared 'ParamArray'.. - ''' - Friend ReadOnly Property ERR_ParamArrayIllegal1() As String - Get - Return ResourceManager.GetString("ERR_ParamArrayIllegal1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to ParamArray parameters must be declared 'ByVal'.. - ''' - Friend ReadOnly Property ERR_ParamArrayMustBeByVal() As String - Get - Return ResourceManager.GetString("ERR_ParamArrayMustBeByVal", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to End of parameter list expected. Cannot define parameters after a paramarray parameter.. - ''' - Friend ReadOnly Property ERR_ParamArrayMustBeLast() As String - Get - Return ResourceManager.GetString("ERR_ParamArrayMustBeLast", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to ParamArray parameter must be an array.. - ''' - Friend ReadOnly Property ERR_ParamArrayNotArray() As String - Get - Return ResourceManager.GetString("ERR_ParamArrayNotArray", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to ParamArray parameter must be a one-dimensional array.. - ''' - Friend ReadOnly Property ERR_ParamArrayRank() As String - Get - Return ResourceManager.GetString("ERR_ParamArrayRank", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Method cannot have both a ParamArray and Optional parameters.. - ''' - Friend ReadOnly Property ERR_ParamArrayWithOptArgs() As String - Get - Return ResourceManager.GetString("ERR_ParamArrayWithOptArgs", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to ParamArray parameters must have an array type.. - ''' - Friend ReadOnly Property ERR_ParamArrayWrongType() As String - Get - Return ResourceManager.GetString("ERR_ParamArrayWrongType", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to The parameter has multiple distinct default values.. - ''' - Friend ReadOnly Property ERR_ParamDefaultValueDiffersFromAttribute() As String - Get - Return ResourceManager.GetString("ERR_ParamDefaultValueDiffersFromAttribute", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Property '{0}' cannot be initialized in an object initializer expression because it requires arguments.. - ''' - Friend ReadOnly Property ERR_ParameterizedPropertyInAggrInit1() As String - Get - Return ResourceManager.GetString("ERR_ParameterizedPropertyInAggrInit1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Parameter not valid for the specified unmanaged type.. - ''' - Friend ReadOnly Property ERR_ParameterNotValidForType() As String - Get - Return ResourceManager.GetString("ERR_ParameterNotValidForType", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Parameter cannot have the same name as its defining function.. - ''' - Friend ReadOnly Property ERR_ParamNameFunctionNameCollision() As String - Get - Return ResourceManager.GetString("ERR_ParamNameFunctionNameCollision", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to All parameters must be explicitly typed if any of them are explicitly typed.. - ''' - Friend ReadOnly Property ERR_ParamTypingInconsistency() As String - Get - Return ResourceManager.GetString("ERR_ParamTypingInconsistency", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Partial method '{0}' cannot use the 'Implements' keyword.. - ''' - Friend ReadOnly Property ERR_PartialDeclarationImplements1() As String - Get - Return ResourceManager.GetString("ERR_PartialDeclarationImplements1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Optional parameter of a method '{0}' does not have the same default value as the corresponding parameter of the partial method '{1}'.. - ''' - Friend ReadOnly Property ERR_PartialMethodDefaultParameterValueMismatch2() As String - Get - Return ResourceManager.GetString("ERR_PartialMethodDefaultParameterValueMismatch2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Method '{0}' does not have the same generic constraints as the partial method '{1}'.. - ''' - Friend ReadOnly Property ERR_PartialMethodGenericConstraints2() As String - Get - Return ResourceManager.GetString("ERR_PartialMethodGenericConstraints2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Partial methods must have empty method bodies.. - ''' - Friend ReadOnly Property ERR_PartialMethodMustBeEmpty() As String - Get - Return ResourceManager.GetString("ERR_PartialMethodMustBeEmpty", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Parameter of a method '{0}' differs by ParamArray modifier from the corresponding parameter of the partial method '{1}'.. - ''' - Friend ReadOnly Property ERR_PartialMethodParamArrayMismatch2() As String - Get - Return ResourceManager.GetString("ERR_PartialMethodParamArrayMismatch2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Parameter name '{0}' does not match the name of the corresponding parameter, '{1}', defined on the partial method declaration '{2}'.. - ''' - Friend ReadOnly Property ERR_PartialMethodParamNamesMustMatch3() As String - Get - Return ResourceManager.GetString("ERR_PartialMethodParamNamesMustMatch3", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Partial methods must be declared 'Private'.. - ''' - Friend ReadOnly Property ERR_PartialMethodsMustBePrivate() As String - Get - Return ResourceManager.GetString("ERR_PartialMethodsMustBePrivate", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' cannot be declared 'Partial' because partial methods must be Subs.. - ''' - Friend ReadOnly Property ERR_PartialMethodsMustBeSub1() As String - Get - Return ResourceManager.GetString("ERR_PartialMethodsMustBeSub1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' cannot be declared 'Partial' because it has the 'Async' modifier.. - ''' - Friend ReadOnly Property ERR_PartialMethodsMustNotBeAsync1() As String - Get - Return ResourceManager.GetString("ERR_PartialMethodsMustNotBeAsync1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Name of type parameter '{0}' does not match '{1}', the corresponding type parameter defined on the partial method declaration '{2}'.. - ''' - Friend ReadOnly Property ERR_PartialMethodTypeParamNameMismatch3() As String - Get - Return ResourceManager.GetString("ERR_PartialMethodTypeParamNameMismatch3", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Specified access '{0}' for '{1}' does not match the access '{2}' specified on one of its other partial types.. - ''' - Friend ReadOnly Property ERR_PartialTypeAccessMismatch3() As String - Get - Return ResourceManager.GetString("ERR_PartialTypeAccessMismatch3", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'MustInherit' cannot be specified for partial type '{0}' because it cannot be combined with 'NotInheritable' specified for one of its other partial types.. - ''' - Friend ReadOnly Property ERR_PartialTypeBadMustInherit1() As String - Get - Return ResourceManager.GetString("ERR_PartialTypeBadMustInherit1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Constraints for this type parameter do not match the constraints on the corresponding type parameter defined on one of the other partial types of '{0}'.. - ''' - Friend ReadOnly Property ERR_PartialTypeConstraintMismatch1() As String - Get - Return ResourceManager.GetString("ERR_PartialTypeConstraintMismatch1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type parameter name '{0}' does not match the name '{1}' of the corresponding type parameter defined on one of the other partial types of '{2}'.. - ''' - Friend ReadOnly Property ERR_PartialTypeTypeParamNameMismatch3() As String - Get - Return ResourceManager.GetString("ERR_PartialTypeTypeParamNameMismatch3", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Failure writing debug information: {0}. - ''' - Friend ReadOnly Property ERR_PDBWritingFailed() As String - Get - Return ResourceManager.GetString("ERR_PDBWritingFailed", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Error reading file '{0}' specified for the named argument '{1}' for PermissionSet attribute: '{2}'.. - ''' - Friend ReadOnly Property ERR_PermissionSetAttributeFileReadError() As String - Get - Return ResourceManager.GetString("ERR_PermissionSetAttributeFileReadError", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Unable to resolve file path '{0}' specified for the named argument '{1}' for PermissionSet attribute.. - ''' - Friend ReadOnly Property ERR_PermissionSetAttributeInvalidFile() As String - Get - Return ResourceManager.GetString("ERR_PermissionSetAttributeInvalidFile", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to An error occurred while writing the output file: {0}. - ''' - Friend ReadOnly Property ERR_PeWritingFailure() As String - Get - Return ResourceManager.GetString("ERR_PeWritingFailure", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Cannot embed interop types from assembly '{0}' because it is missing the '{1}' attribute.. - ''' - Friend ReadOnly Property ERR_PIAHasNoAssemblyGuid1() As String - Get - Return ResourceManager.GetString("ERR_PIAHasNoAssemblyGuid1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Cannot embed interop types from assembly '{0}' because it is missing either the '{1}' attribute or the '{2}' attribute.. - ''' - Friend ReadOnly Property ERR_PIAHasNoTypeLibAttribute1() As String - Get - Return ResourceManager.GetString("ERR_PIAHasNoTypeLibAttribute1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to {0} is not supported in current project type.. - ''' - Friend ReadOnly Property ERR_PlatformDoesntSupport() As String - Get - Return ResourceManager.GetString("ERR_PlatformDoesntSupport", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Predefined type '{0}' must be a structure.. - ''' - Friend ReadOnly Property ERR_PredefinedValueTupleTypeMustBeStruct() As String - Get - Return ResourceManager.GetString("ERR_PredefinedValueTupleTypeMustBeStruct", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to SecurityAction value '{0}' is invalid for PrincipalPermission attribute.. - ''' - Friend ReadOnly Property ERR_PrincipalPermissionInvalidAction() As String - Get - Return ResourceManager.GetString("ERR_PrincipalPermissionInvalidAction", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Types declared 'Private' must be inside another type.. - ''' - Friend ReadOnly Property ERR_PrivateTypeOutsideType() As String - Get - Return ResourceManager.GetString("ERR_PrivateTypeOutsideType", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Property access must assign to the property or use its value.. - ''' - Friend ReadOnly Property ERR_PropertyAccessIgnored() As String - Get - Return ResourceManager.GetString("ERR_PropertyAccessIgnored", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' cannot be implemented by a {1} property.. - ''' - Friend ReadOnly Property ERR_PropertyDoesntImplementAllAccessors() As String - Get - Return ResourceManager.GetString("ERR_PropertyDoesntImplementAllAccessors", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' has the same name as a member used for type '{1}' exposed in a 'My' group. Rename the type or its enclosing namespace.. - ''' - Friend ReadOnly Property ERR_PropertyNameConflictInMyCollection() As String - Get - Return ResourceManager.GetString("ERR_PropertyNameConflictInMyCollection", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Field or property '{0}' is not found.. - ''' - Friend ReadOnly Property ERR_PropertyOrFieldNotDefined1() As String - Get - Return ResourceManager.GetString("ERR_PropertyOrFieldNotDefined1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Property parameters cannot have the name 'Value'.. - ''' - Friend ReadOnly Property ERR_PropertySetParamCollisionWithValue() As String - Get - Return ResourceManager.GetString("ERR_PropertySetParamCollisionWithValue", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Property without a 'ReadOnly' or 'WriteOnly' specifier must provide both a 'Get' and a 'Set'.. - ''' - Friend ReadOnly Property ERR_PropMustHaveGetSet() As String - Get - Return ResourceManager.GetString("ERR_PropMustHaveGetSet", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Protected types can only be declared inside of a class.. - ''' - Friend ReadOnly Property ERR_ProtectedTypeOutsideClass() As String - Get - Return ResourceManager.GetString("ERR_ProtectedTypeOutsideClass", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Error extracting public key from container '{0}': {1}. - ''' - Friend ReadOnly Property ERR_PublicKeyContainerFailure() As String - Get - Return ResourceManager.GetString("ERR_PublicKeyContainerFailure", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Error extracting public key from file '{0}': {1}. - ''' - Friend ReadOnly Property ERR_PublicKeyFileFailure() As String - Get - Return ResourceManager.GetString("ERR_PublicKeyFileFailure", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Public signing is not supported for netmodules.. - ''' - Friend ReadOnly Property ERR_PublicSignNetModule() As String - Get - Return ResourceManager.GetString("ERR_PublicSignNetModule", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Public sign was specified and requires a public key, but no public key was specified. - ''' - Friend ReadOnly Property ERR_PublicSignNoKey() As String - Get - Return ResourceManager.GetString("ERR_PublicSignNoKey", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to ':' is not allowed. XML qualified names cannot be used in this context.. - ''' - Friend ReadOnly Property ERR_QualifiedNameNotAllowed() As String - Get - Return ResourceManager.GetString("ERR_QualifiedNameNotAllowed", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '!' requires its left operand to have a type parameter, class or interface type, but this operand has the type '{0}'.. - ''' - Friend ReadOnly Property ERR_QualNotObjectRecord1() As String - Get - Return ResourceManager.GetString("ERR_QualNotObjectRecord1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Range variable name cannot be inferred from an XML identifier that is not a valid Visual Basic identifier.. - ''' - Friend ReadOnly Property ERR_QueryAnonTypeFieldXMLNameInference() As String - Get - Return ResourceManager.GetString("ERR_QueryAnonTypeFieldXMLNameInference", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type characters cannot be used in range variable declarations.. - ''' - Friend ReadOnly Property ERR_QueryAnonymousTypeDisallowsTypeChar() As String - Get - Return ResourceManager.GetString("ERR_QueryAnonymousTypeDisallowsTypeChar", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Range variable name can be inferred only from a simple or qualified name with no arguments.. - ''' - Friend ReadOnly Property ERR_QueryAnonymousTypeFieldNameInference() As String - Get - Return ResourceManager.GetString("ERR_QueryAnonymousTypeFieldNameInference", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Range variable '{0}' is already declared.. - ''' - Friend ReadOnly Property ERR_QueryDuplicateAnonTypeMemberName1() As String - Get - Return ResourceManager.GetString("ERR_QueryDuplicateAnonTypeMemberName1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Range variable name cannot match the name of a member of the 'Object' class.. - ''' - Friend ReadOnly Property ERR_QueryInvalidControlVariableName1() As String - Get - Return ResourceManager.GetString("ERR_QueryInvalidControlVariableName1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Name '{0}' is either not declared or not in the current scope.. - ''' - Friend ReadOnly Property ERR_QueryNameNotDeclared() As String - Get - Return ResourceManager.GetString("ERR_QueryNameNotDeclared", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Definition of method '{0}' is not accessible in this context.. - ''' - Friend ReadOnly Property ERR_QueryOperatorNotFound() As String - Get - Return ResourceManager.GetString("ERR_QueryOperatorNotFound", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type of the range variable cannot be inferred, and late binding is not allowed with Option Strict on. Use an 'As' clause to specify the type.. - ''' - Friend ReadOnly Property ERR_QueryStrictDisallowImplicitObject() As String - Get - Return ResourceManager.GetString("ERR_QueryStrictDisallowImplicitObject", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Embedded expression cannot appear inside a quoted attribute value. Try removing quotes.. - ''' - Friend ReadOnly Property ERR_QuotedEmbeddedExpression() As String - Get - Return ResourceManager.GetString("ERR_QuotedEmbeddedExpression", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'RaiseEvent' method must have the same signature as the containing event's delegate type '{0}'.. - ''' - Friend ReadOnly Property ERR_RaiseEventShapeMismatch1() As String - Get - Return ResourceManager.GetString("ERR_RaiseEventShapeMismatch1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type '{0}' cannot be embedded because it has a re-abstraction of a member from base interface. Consider setting the 'Embed Interop Types' property to false.. - ''' - Friend ReadOnly Property ERR_ReAbstractionInNoPIAType() As String - Get - Return ResourceManager.GetString("ERR_ReAbstractionInNoPIAType", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'ReadOnly' variable cannot be the target of an assignment.. - ''' - Friend ReadOnly Property ERR_ReadOnlyAssignment() As String - Get - Return ResourceManager.GetString("ERR_ReadOnlyAssignment", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'ReadOnly' property must provide a 'Get'.. - ''' - Friend ReadOnly Property ERR_ReadOnlyHasNoGet() As String - Get - Return ResourceManager.GetString("ERR_ReadOnlyHasNoGet", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Properties declared 'ReadOnly' cannot have a 'Set'.. - ''' - Friend ReadOnly Property ERR_ReadOnlyHasSet() As String - Get - Return ResourceManager.GetString("ERR_ReadOnlyHasSet", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'ReadOnly' variable cannot be the target of an assignment in a lambda expression inside a constructor.. - ''' - Friend ReadOnly Property ERR_ReadOnlyInClosure() As String - Get - Return ResourceManager.GetString("ERR_ReadOnlyInClosure", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'ReadOnly' properties cannot have an access modifier on 'Get'.. - ''' - Friend ReadOnly Property ERR_ReadOnlyNoAccessorFlag() As String - Get - Return ResourceManager.GetString("ERR_ReadOnlyNoAccessorFlag", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'ReadOnly' property '{0}' cannot be the target of an assignment.. - ''' - Friend ReadOnly Property ERR_ReadOnlyProperty1() As String - Get - Return ResourceManager.GetString("ERR_ReadOnlyProperty1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Structure '{0}' cannot contain an instance of itself: {1}. - ''' - Friend ReadOnly Property ERR_RecordCycle2() As String - Get - Return ResourceManager.GetString("ERR_RecordCycle2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to - ''' '{0}' contains '{1}' (variable '{2}').. - ''' - Friend ReadOnly Property ERR_RecordEmbeds2() As String - Get - Return ResourceManager.GetString("ERR_RecordEmbeds2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'ReDim' statements require a parenthesized list of the new bounds of each dimension of the array.. - ''' - Friend ReadOnly Property ERR_RedimNoSizes() As String - Get - Return ResourceManager.GetString("ERR_RedimNoSizes", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'ReDim' cannot change the number of dimensions of an array.. - ''' - Friend ReadOnly Property ERR_RedimRankMismatch() As String - Get - Return ResourceManager.GetString("ERR_RedimRankMismatch", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Class' constraint and a specific class type constraint cannot be combined.. - ''' - Friend ReadOnly Property ERR_RefAndClassTypeConstrCombined() As String - Get - Return ResourceManager.GetString("ERR_RefAndClassTypeConstrCombined", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Class' constraint and 'Structure' constraint cannot be combined.. - ''' - Friend ReadOnly Property ERR_RefAndValueConstraintsCombined() As String - Get - Return ResourceManager.GetString("ERR_RefAndValueConstraintsCombined", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Operator '{0}' is not defined for types '{1}' and '{2}'. Use 'Is' operator to compare two reference types.. - ''' - Friend ReadOnly Property ERR_ReferenceComparison3() As String - Get - Return ResourceManager.GetString("ERR_ReferenceComparison3", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to #R is only allowed in scripts. - ''' - Friend ReadOnly Property ERR_ReferenceDirectiveOnlyAllowedInScripts() As String - Get - Return ResourceManager.GetString("ERR_ReferenceDirectiveOnlyAllowedInScripts", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to An expression tree may not contain a call to a method or property that returns by reference.. - ''' - Friend ReadOnly Property ERR_RefReturningCallInExpressionTree() As String - Get - Return ResourceManager.GetString("ERR_RefReturningCallInExpressionTree", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}.{1}' is already implemented by the base class '{2}'. Re-implementation of Windows Runtime Interface '{3}' is not allowed. - ''' - Friend ReadOnly Property ERR_ReImplementingWinRTInterface4() As String - Get - Return ResourceManager.GetString("ERR_ReImplementingWinRTInterface4", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}.{1}' from 'implements {2}' is already implemented by the base class '{3}'. Re-implementation of Windows Runtime Interface '{4}' is not allowed. - ''' - Friend ReadOnly Property ERR_ReImplementingWinRTInterface5() As String - Get - Return ResourceManager.GetString("ERR_ReImplementingWinRTInterface5", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to In a Windows Runtime event, the type of the 'RemoveHandler' method parameter must be 'EventRegistrationToken'. - ''' - Friend ReadOnly Property ERR_RemoveParamWrongForWinRT() As String - Get - Return ResourceManager.GetString("ERR_RemoveParamWrongForWinRT", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Conversion from '{0}' to '{1}' cannot occur in a constant expression used as an argument to an attribute.. - ''' - Friend ReadOnly Property ERR_RequiredAttributeConstConversion2() As String - Get - Return ResourceManager.GetString("ERR_RequiredAttributeConstConversion2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Conversion from '{0}' to '{1}' cannot occur in a constant expression.. - ''' - Friend ReadOnly Property ERR_RequiredConstConversion2() As String - Get - Return ResourceManager.GetString("ERR_RequiredConstConversion2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Constant expression is required.. - ''' - Friend ReadOnly Property ERR_RequiredConstExpr() As String - Get - Return ResourceManager.GetString("ERR_RequiredConstExpr", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to First statement of this 'Sub New' must be a call to 'MyBase.New' or 'MyClass.New' because base class '{0}' of '{1}' does not have an accessible 'Sub New' that can be called with no arguments.. - ''' - Friend ReadOnly Property ERR_RequiredNewCall2() As String - Get - Return ResourceManager.GetString("ERR_RequiredNewCall2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to First statement of this 'Sub New' must be a call to 'MyBase.New' or 'MyClass.New' because base class '{0}' of '{1}' has more than one accessible 'Sub New' that can be called with no arguments.. - ''' - Friend ReadOnly Property ERR_RequiredNewCallTooMany2() As String - Get - Return ResourceManager.GetString("ERR_RequiredNewCallTooMany2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to First statement of this 'Sub New' must be an explicit call to 'MyBase.New' or 'MyClass.New' because the '{0}' in the base class '{1}' of '{2}' is marked obsolete.. - ''' - Friend ReadOnly Property ERR_RequiredNonObsoleteNewCall3() As String - Get - Return ResourceManager.GetString("ERR_RequiredNonObsoleteNewCall3", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to First statement of this 'Sub New' must be an explicit call to 'MyBase.New' or 'MyClass.New' because the '{0}' in the base class '{1}' of '{2}' is marked obsolete: '{3}'.. - ''' - Friend ReadOnly Property ERR_RequiredNonObsoleteNewCall4() As String - Get - Return ResourceManager.GetString("ERR_RequiredNonObsoleteNewCall4", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to The assembly name '{0}' is reserved and cannot be used as a reference in an interactive session. - ''' - Friend ReadOnly Property ERR_ReservedAssemblyName() As String - Get - Return ResourceManager.GetString("ERR_ReservedAssemblyName", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Prefix '{0}' cannot be bound to namespace name reserved for '{1}'.. - ''' - Friend ReadOnly Property ERR_ReservedXmlNamespace() As String - Get - Return ResourceManager.GetString("ERR_ReservedXmlNamespace", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to XML namespace prefix '{0}' is reserved for use by XML and the namespace URI cannot be changed.. - ''' - Friend ReadOnly Property ERR_ReservedXmlPrefix() As String - Get - Return ResourceManager.GetString("ERR_ReservedXmlPrefix", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Cannot link resource files when building a module. - ''' - Friend ReadOnly Property ERR_ResourceInModule() As String - Get - Return ResourceManager.GetString("ERR_ResourceInModule", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Expression has the type '{0}' which is a restricted type and cannot be used to access members inherited from 'Object' or 'ValueType'.. - ''' - Friend ReadOnly Property ERR_RestrictedAccess() As String - Get - Return ResourceManager.GetString("ERR_RestrictedAccess", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Expression of type '{0}' cannot be converted to 'Object' or 'ValueType'.. - ''' - Friend ReadOnly Property ERR_RestrictedConversion1() As String - Get - Return ResourceManager.GetString("ERR_RestrictedConversion1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' cannot be used as a parameter type for an Iterator or Async method.. - ''' - Friend ReadOnly Property ERR_RestrictedResumableType1() As String - Get - Return ResourceManager.GetString("ERR_RestrictedResumableType1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' cannot be made nullable, and cannot be used as the data type of an array element, field, anonymous type member, type argument, 'ByRef' parameter, or return statement.. - ''' - Friend ReadOnly Property ERR_RestrictedType1() As String - Get - Return ResourceManager.GetString("ERR_RestrictedType1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Lambdas with the 'Async' or 'Iterator' modifiers cannot be converted to expression trees.. - ''' - Friend ReadOnly Property ERR_ResumableLambdaInExpressionTree() As String - Get - Return ResourceManager.GetString("ERR_ResumableLambdaInExpressionTree", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'On Error' and 'Resume' cannot appear inside async or iterator methods.. - ''' - Friend ReadOnly Property ERR_ResumablesCannotContainOnError() As String - Get - Return ResourceManager.GetString("ERR_ResumablesCannotContainOnError", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Return' statement in a Sub or a Set cannot return a value.. - ''' - Friend ReadOnly Property ERR_ReturnFromNonFunction() As String - Get - Return ResourceManager.GetString("ERR_ReturnFromNonFunction", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Return' statements in this Async method cannot return a value since the return type of the function is 'Task'. Consider changing the function's return type to 'Task(Of T)'.. - ''' - Friend ReadOnly Property ERR_ReturnFromNonGenericTaskAsync() As String - Get - Return ResourceManager.GetString("ERR_ReturnFromNonGenericTaskAsync", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Return' statement in a Function, Get, or Operator must return a value.. - ''' - Friend ReadOnly Property ERR_ReturnWithoutValue() As String - Get - Return ResourceManager.GetString("ERR_ReturnWithoutValue", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Target runtime doesn't support default interface implementation.. - ''' - Friend ReadOnly Property ERR_RuntimeDoesNotSupportDefaultInterfaceImplementation() As String - Get - Return ResourceManager.GetString("ERR_RuntimeDoesNotSupportDefaultInterfaceImplementation", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Target runtime doesn't support 'Protected', 'Protected Friend', or 'Private Protected' accessibility for a member of an interface.. - ''' - Friend ReadOnly Property ERR_RuntimeDoesNotSupportProtectedAccessForInterfaceMember() As String - Get - Return ResourceManager.GetString("ERR_RuntimeDoesNotSupportProtectedAccessForInterfaceMember", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Member '{0}' cannot be found in class '{1}'. This condition is usually the result of a mismatched 'Microsoft.VisualBasic.dll'.. - ''' - Friend ReadOnly Property ERR_RuntimeMemberNotFound2() As String - Get - Return ResourceManager.GetString("ERR_RuntimeMemberNotFound2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Security attribute '{0}' has an invalid SecurityAction value '{1}'.. - ''' - Friend ReadOnly Property ERR_SecurityAttributeInvalidAction() As String - Get - Return ResourceManager.GetString("ERR_SecurityAttributeInvalidAction", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to SecurityAction value '{0}' is invalid for security attributes applied to an assembly.. - ''' - Friend ReadOnly Property ERR_SecurityAttributeInvalidActionAssembly() As String - Get - Return ResourceManager.GetString("ERR_SecurityAttributeInvalidActionAssembly", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to SecurityAction value '{0}' is invalid for security attributes applied to a type or a method.. - ''' - Friend ReadOnly Property ERR_SecurityAttributeInvalidActionTypeOrMethod() As String - Get - Return ResourceManager.GetString("ERR_SecurityAttributeInvalidActionTypeOrMethod", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Security attribute '{0}' is not valid on this declaration type. Security attributes are only valid on assembly, type and method declarations.. - ''' - Friend ReadOnly Property ERR_SecurityAttributeInvalidTarget() As String - Get - Return ResourceManager.GetString("ERR_SecurityAttributeInvalidTarget", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to First argument to a security attribute must be a valid SecurityAction.. - ''' - Friend ReadOnly Property ERR_SecurityAttributeMissingAction() As String - Get - Return ResourceManager.GetString("ERR_SecurityAttributeMissingAction", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Security attribute '{0}' cannot be applied to an Async or Iterator method.. - ''' - Friend ReadOnly Property ERR_SecurityCriticalAsync() As String - Get - Return ResourceManager.GetString("ERR_SecurityCriticalAsync", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Async and Iterator methods are not allowed in a [Class|Structure|Interface|Module] that has the 'SecurityCritical' or 'SecuritySafeCritical' attribute.. - ''' - Friend ReadOnly Property ERR_SecurityCriticalAsyncInClassOrStruct() As String - Get - Return ResourceManager.GetString("ERR_SecurityCriticalAsyncInClassOrStruct", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Set' method cannot have more than one parameter.. - ''' - Friend ReadOnly Property ERR_SetHasOnlyOneParam() As String - Get - Return ResourceManager.GetString("ERR_SetHasOnlyOneParam", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Set' parameter cannot be declared '{0}'.. - ''' - Friend ReadOnly Property ERR_SetHasToBeByVal1() As String - Get - Return ResourceManager.GetString("ERR_SetHasToBeByVal1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Set' parameter must have the same type as the containing property.. - ''' - Friend ReadOnly Property ERR_SetValueNotPropertyType() As String - Get - Return ResourceManager.GetString("ERR_SetValueNotPropertyType", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' has the same name as a type parameter.. - ''' - Friend ReadOnly Property ERR_ShadowingGenericParamWithMember1() As String - Get - Return ResourceManager.GetString("ERR_ShadowingGenericParamWithMember1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' cannot be declared 'Shadows' outside of a class, structure, or interface.. - ''' - Friend ReadOnly Property ERR_ShadowingTypeOutsideClass1() As String - Get - Return ResourceManager.GetString("ERR_ShadowingTypeOutsideClass1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Shared 'Sub New' cannot be declared '{0}'.. - ''' - Friend ReadOnly Property ERR_SharedConstructorIllegalSpec1() As String - Get - Return ResourceManager.GetString("ERR_SharedConstructorIllegalSpec1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Shared 'Sub New' cannot have any parameters.. - ''' - Friend ReadOnly Property ERR_SharedConstructorWithParams() As String - Get - Return ResourceManager.GetString("ERR_SharedConstructorWithParams", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Events of shared WithEvents variables cannot be handled by non-shared methods.. - ''' - Friend ReadOnly Property ERR_SharedEventNeedsSharedHandler() As String - Get - Return ResourceManager.GetString("ERR_SharedEventNeedsSharedHandler", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Member '{0}' cannot be initialized in an object initializer expression because it is shared.. - ''' - Friend ReadOnly Property ERR_SharedMemberAggrMemberInit1() As String - Get - Return ResourceManager.GetString("ERR_SharedMemberAggrMemberInit1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Methods or events that implement interface members cannot be declared 'Shared'.. - ''' - Friend ReadOnly Property ERR_SharedOnProcThatImpl() As String - Get - Return ResourceManager.GetString("ERR_SharedOnProcThatImpl", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Non-shared members in a Structure cannot be declared 'New'.. - ''' - Friend ReadOnly Property ERR_SharedStructMemberCannotSpecifyNew() As String - Get - Return ResourceManager.GetString("ERR_SharedStructMemberCannotSpecifyNew", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Key file '{0}' is missing the private key needed for signing.. - ''' - Friend ReadOnly Property ERR_SignButNoPrivateKey() As String - Get - Return ResourceManager.GetString("ERR_SignButNoPrivateKey", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Interface '{0}' has an invalid source interface which is required to embed event '{1}'.. - ''' - Friend ReadOnly Property ERR_SourceInterfaceMustBeInterface() As String - Get - Return ResourceManager.GetString("ERR_SourceInterfaceMustBeInterface", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to /sourcelink switch is only supported when emitting PDB.. - ''' - Friend ReadOnly Property ERR_SourceLinkRequiresPdb() As String - Get - Return ResourceManager.GetString("ERR_SourceLinkRequiresPdb", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Specifiers and attributes are not valid on this statement.. - ''' - Friend ReadOnly Property ERR_SpecifiersInvalidOnInheritsImplOpt() As String - Get - Return ResourceManager.GetString("ERR_SpecifiersInvalidOnInheritsImplOpt", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Specifiers are not valid on 'AddHandler', 'RemoveHandler' and 'RaiseEvent' methods.. - ''' - Friend ReadOnly Property ERR_SpecifiersInvOnEventMethod() As String - Get - Return ResourceManager.GetString("ERR_SpecifiersInvOnEventMethod", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Attribute specifier is not a complete statement. Use a line continuation to apply the attribute to the following statement.. - ''' - Friend ReadOnly Property ERR_StandaloneAttribute() As String - Get - Return ResourceManager.GetString("ERR_StandaloneAttribute", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Expected quoted XML attribute value or embedded expression.. - ''' - Friend ReadOnly Property ERR_StartAttributeValue() As String - Get - Return ResourceManager.GetString("ERR_StartAttributeValue", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Sub Main' was not found in '{0}'.. - ''' - Friend ReadOnly Property ERR_StartupCodeNotFound1() As String - Get - Return ResourceManager.GetString("ERR_StartupCodeNotFound1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Statement lambdas cannot be converted to expression trees.. - ''' - Friend ReadOnly Property ERR_StatementLambdaInExpressionTree() As String - Get - Return ResourceManager.GetString("ERR_StatementLambdaInExpressionTree", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'System.STAThreadAttribute' and 'System.MTAThreadAttribute' cannot both be applied to the same method.. - ''' - Friend ReadOnly Property ERR_STAThreadAndMTAThread0() As String - Get - Return ResourceManager.GetString("ERR_STAThreadAndMTAThread0", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Static local variables cannot be declared inside lambda expressions.. - ''' - Friend ReadOnly Property ERR_StaticInLambda() As String - Get - Return ResourceManager.GetString("ERR_StaticInLambda", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to stdin argument '-' is specified, but input has not been redirected from the standard input stream.. - ''' - Friend ReadOnly Property ERR_StdInOptionProvidedButConsoleInputIsNotRedirected() As String - Get - Return ResourceManager.GetString("ERR_StdInOptionProvidedButConsoleInputIsNotRedirected", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Option Strict On disallows narrowing from type '{1}' to type '{2}' in copying the value of 'ByRef' parameter '{0}' back to the matching argument.. - ''' - Friend ReadOnly Property ERR_StrictArgumentCopyBackNarrowing3() As String - Get - Return ResourceManager.GetString("ERR_StrictArgumentCopyBackNarrowing3", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Option Strict On requires all variable declarations to have an 'As' clause.. - ''' - Friend ReadOnly Property ERR_StrictDisallowImplicitObject() As String - Get - Return ResourceManager.GetString("ERR_StrictDisallowImplicitObject", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Option Strict On requires each lambda expression parameter to be declared with an 'As' clause if its type cannot be inferred.. - ''' - Friend ReadOnly Property ERR_StrictDisallowImplicitObjectLambda() As String - Get - Return ResourceManager.GetString("ERR_StrictDisallowImplicitObjectLambda", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Option Strict On requires that all method parameters have an 'As' clause.. - ''' - Friend ReadOnly Property ERR_StrictDisallowsImplicitArgs() As String - Get - Return ResourceManager.GetString("ERR_StrictDisallowsImplicitArgs", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Option Strict On requires all Function, Property, and Operator declarations to have an 'As' clause.. - ''' - Friend ReadOnly Property ERR_StrictDisallowsImplicitProc() As String - Get - Return ResourceManager.GetString("ERR_StrictDisallowsImplicitProc", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Option Strict On disallows late binding.. - ''' - Friend ReadOnly Property ERR_StrictDisallowsLateBinding() As String - Get - Return ResourceManager.GetString("ERR_StrictDisallowsLateBinding", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Option Strict On disallows operands of type Object for operator '{0}'. Use the 'Is' operator to test for object identity.. - ''' - Friend ReadOnly Property ERR_StrictDisallowsObjectComparison1() As String - Get - Return ResourceManager.GetString("ERR_StrictDisallowsObjectComparison1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Option Strict On prohibits operands of type Object for operator '{0}'.. - ''' - Friend ReadOnly Property ERR_StrictDisallowsObjectOperand1() As String - Get - Return ResourceManager.GetString("ERR_StrictDisallowsObjectOperand1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Structures cannot have 'Inherits' statements.. - ''' - Friend ReadOnly Property ERR_StructCantInherit() As String - Get - Return ResourceManager.GetString("ERR_StructCantInherit", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Declare' statements in a structure cannot be declared '{0}'.. - ''' - Friend ReadOnly Property ERR_StructCantUseDLLDeclareSpecifier1() As String - Get - Return ResourceManager.GetString("ERR_StructCantUseDLLDeclareSpecifier1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Members in a Structure cannot be declared '{0}'.. - ''' - Friend ReadOnly Property ERR_StructCantUseVarSpecifier1() As String - Get - Return ResourceManager.GetString("ERR_StructCantUseVarSpecifier1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Attribute 'StructLayout' cannot be applied to a generic type.. - ''' - Friend ReadOnly Property ERR_StructLayoutAttributeNotAllowed() As String - Get - Return ResourceManager.GetString("ERR_StructLayoutAttributeNotAllowed", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Methods declared in structures cannot have 'Handles' clauses.. - ''' - Friend ReadOnly Property ERR_StructsCannotHandleEvents() As String - Get - Return ResourceManager.GetString("ERR_StructsCannotHandleEvents", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Method in a structure cannot be declared 'Protected', 'Protected Friend', or 'Private Protected'.. - ''' - Friend ReadOnly Property ERR_StructureCantUseProtected() As String - Get - Return ResourceManager.GetString("ERR_StructureCantUseProtected", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Structure '{0}' cannot be indexed because it has no default property.. - ''' - Friend ReadOnly Property ERR_StructureNoDefault1() As String - Get - Return ResourceManager.GetString("ERR_StructureNoDefault1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' is a structure type and cannot be used as an expression.. - ''' - Friend ReadOnly Property ERR_StructureNotExpression1() As String - Get - Return ResourceManager.GetString("ERR_StructureNotExpression1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Statement is not valid inside a single-line statement lambda.. - ''' - Friend ReadOnly Property ERR_SubDisallowsStatement() As String - Get - Return ResourceManager.GetString("ERR_SubDisallowsStatement", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Constructor '{0}' cannot call itself: {1}. - ''' - Friend ReadOnly Property ERR_SubNewCycle1() As String - Get - Return ResourceManager.GetString("ERR_SubNewCycle1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to - ''' '{0}' calls '{1}'.. - ''' - Friend ReadOnly Property ERR_SubNewCycle2() As String - Get - Return ResourceManager.GetString("ERR_SubNewCycle2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to This single-line statement lambda must be enclosed in parentheses. For example: (Sub() <statement>)!key. - ''' - Friend ReadOnly Property ERR_SubRequiresParenthesesBang() As String - Get - Return ResourceManager.GetString("ERR_SubRequiresParenthesesBang", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to This single-line statement lambda must be enclosed in parentheses. For example: (Sub() <statement>).Invoke(). - ''' - Friend ReadOnly Property ERR_SubRequiresParenthesesDot() As String - Get - Return ResourceManager.GetString("ERR_SubRequiresParenthesesDot", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to This single-line statement lambda must be enclosed in parentheses. For example: Call (Sub() <statement>) (). - ''' - Friend ReadOnly Property ERR_SubRequiresParenthesesLParen() As String - Get - Return ResourceManager.GetString("ERR_SubRequiresParenthesesLParen", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Single-line statement lambdas must include exactly one statement.. - ''' - Friend ReadOnly Property ERR_SubRequiresSingleStatement() As String - Get - Return ResourceManager.GetString("ERR_SubRequiresSingleStatement", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to option '{0}' can be followed only by '+' or '-'. - ''' - Friend ReadOnly Property ERR_SwitchNeedsBool() As String - Get - Return ResourceManager.GetString("ERR_SwitchNeedsBool", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to The project currently contains references to more than one version of '{0}', a direct reference to version {2} and an indirect reference to version {1}. Change the direct reference to use version {1} (or higher) of {0}.. - ''' - Friend ReadOnly Property ERR_SxSIndirectRefHigherThanDirectRef3() As String - Get - Return ResourceManager.GetString("ERR_SxSIndirectRefHigherThanDirectRef3", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'MethodImplOptions.Synchronized' cannot be applied to an Async method.. - ''' - Friend ReadOnly Property ERR_SynchronizedAsyncMethod() As String - Get - Return ResourceManager.GetString("ERR_SynchronizedAsyncMethod", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'SyncLock' operand cannot be of type '{0}' because '{0}' is not a reference type.. - ''' - Friend ReadOnly Property ERR_SyncLockRequiresReferenceType1() As String - Get - Return ResourceManager.GetString("ERR_SyncLockRequiresReferenceType1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Syntax error.. - ''' - Friend ReadOnly Property ERR_Syntax() As String - Get - Return ResourceManager.GetString("ERR_Syntax", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Syntax error in cast operator; two arguments separated by comma are required.. - ''' - Friend ReadOnly Property ERR_SyntaxInCastOp() As String - Get - Return ResourceManager.GetString("ERR_SyntaxInCastOp", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to {0} '{1}' implicitly defines '{2}', which conflicts with a member of the same name in {3} '{4}'.. - ''' - Friend ReadOnly Property ERR_SynthMemberClashesWithMember5() As String - Get - Return ResourceManager.GetString("ERR_SynthMemberClashesWithMember5", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to {0} '{1}' implicitly defines '{2}', which conflicts with a member implicitly declared for {3} '{4}' in {5} '{6}'.. - ''' - Friend ReadOnly Property ERR_SynthMemberClashesWithSynth7() As String - Get - Return ResourceManager.GetString("ERR_SynthMemberClashesWithSynth7", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}', implicitly declared for {1} '{2}', cannot shadow a 'MustOverride' method in the base {3} '{4}'.. - ''' - Friend ReadOnly Property ERR_SynthMemberShadowsMustOverride5() As String - Get - Return ResourceManager.GetString("ERR_SynthMemberShadowsMustOverride5", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to {0} '{1}' implicitly defines a member '{2}' which has the same name as a type parameter.. - ''' - Friend ReadOnly Property ERR_SyntMemberShadowsGenericParam3() As String - Get - Return ResourceManager.GetString("ERR_SyntMemberShadowsGenericParam3", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Too few type arguments to '{0}'.. - ''' - Friend ReadOnly Property ERR_TooFewGenericArguments1() As String - Get - Return ResourceManager.GetString("ERR_TooFewGenericArguments1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Too few type arguments to extension method '{0}' defined in '{1}'.. - ''' - Friend ReadOnly Property ERR_TooFewGenericArguments2() As String - Get - Return ResourceManager.GetString("ERR_TooFewGenericArguments2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Number of indices is less than the number of dimensions of the indexed array.. - ''' - Friend ReadOnly Property ERR_TooFewIndices() As String - Get - Return ResourceManager.GetString("ERR_TooFewIndices", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Name '{0}' exceeds the maximum length allowed in metadata.. - ''' - Friend ReadOnly Property ERR_TooLongMetadataName() As String - Get - Return ResourceManager.GetString("ERR_TooLongMetadataName", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to An expression is too long or complex to compile. - ''' - Friend ReadOnly Property ERR_TooLongOrComplexExpression() As String - Get - Return ResourceManager.GetString("ERR_TooLongOrComplexExpression", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Too many arguments.. - ''' - Friend ReadOnly Property ERR_TooManyArgs() As String - Get - Return ResourceManager.GetString("ERR_TooManyArgs", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Too many arguments to '{0}'.. - ''' - Friend ReadOnly Property ERR_TooManyArgs1() As String - Get - Return ResourceManager.GetString("ERR_TooManyArgs1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Too many arguments to extension method '{0}' defined in '{1}'.. - ''' - Friend ReadOnly Property ERR_TooManyArgs2() As String - Get - Return ResourceManager.GetString("ERR_TooManyArgs2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Too many type arguments to '{0}'.. - ''' - Friend ReadOnly Property ERR_TooManyGenericArguments1() As String - Get - Return ResourceManager.GetString("ERR_TooManyGenericArguments1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Too many type arguments to extension method '{0}' defined in '{1}'.. - ''' - Friend ReadOnly Property ERR_TooManyGenericArguments2() As String - Get - Return ResourceManager.GetString("ERR_TooManyGenericArguments2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Number of indices exceeds the number of dimensions of the indexed array.. - ''' - Friend ReadOnly Property ERR_TooManyIndices() As String - Get - Return ResourceManager.GetString("ERR_TooManyIndices", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Combined length of user strings used by the program exceeds allowed limit. Try to decrease use of string or XML literals.. - ''' - Friend ReadOnly Property ERR_TooManyUserStrings() As String - Get - Return ResourceManager.GetString("ERR_TooManyUserStrings", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Method cannot contain both a 'Try' statement and an 'On Error' or 'Resume' statement.. - ''' - Friend ReadOnly Property ERR_TryAndOnErrorDoNotMix() As String - Get - Return ResourceManager.GetString("ERR_TryAndOnErrorDoNotMix", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'TryCast' operands must be class-constrained type parameter, but '{0}' has no class constraint.. - ''' - Friend ReadOnly Property ERR_TryCastOfUnconstrainedTypeParam1() As String - Get - Return ResourceManager.GetString("ERR_TryCastOfUnconstrainedTypeParam1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'TryCast' operand must be reference type, but '{0}' is a value type.. - ''' - Friend ReadOnly Property ERR_TryCastOfValueType1() As String - Get - Return ResourceManager.GetString("ERR_TryCastOfValueType1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Try must have at least one 'Catch' or a 'Finally'.. - ''' - Friend ReadOnly Property ERR_TryWithoutCatchOrFinally() As String - Get - Return ResourceManager.GetString("ERR_TryWithoutCatchOrFinally", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Tuple element names must be unique.. - ''' - Friend ReadOnly Property ERR_TupleDuplicateElementName() As String - Get - Return ResourceManager.GetString("ERR_TupleDuplicateElementName", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Cannot define a class or member that utilizes tuples because the compiler required type '{0}' cannot be found. Are you missing a reference?. - ''' - Friend ReadOnly Property ERR_TupleElementNamesAttributeMissing() As String - Get - Return ResourceManager.GetString("ERR_TupleElementNamesAttributeMissing", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Tuple element name '{0}' is inferred. Please use language version {1} or greater to access an element by its inferred name.. - ''' - Friend ReadOnly Property ERR_TupleInferredNamesNotAvailable() As String - Get - Return ResourceManager.GetString("ERR_TupleInferredNamesNotAvailable", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type characters cannot be used in tuple literals.. - ''' - Friend ReadOnly Property ERR_TupleLiteralDisallowsTypeChar() As String - Get - Return ResourceManager.GetString("ERR_TupleLiteralDisallowsTypeChar", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Tuple element name '{0}' is only allowed at position {1}.. - ''' - Friend ReadOnly Property ERR_TupleReservedElementName() As String - Get - Return ResourceManager.GetString("ERR_TupleReservedElementName", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Tuple element name '{0}' is disallowed at any position.. - ''' - Friend ReadOnly Property ERR_TupleReservedElementNameAnyPosition() As String - Get - Return ResourceManager.GetString("ERR_TupleReservedElementNameAnyPosition", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Tuple must contain at least two elements.. - ''' - Friend ReadOnly Property ERR_TupleTooFewElements() As String - Get - Return ResourceManager.GetString("ERR_TupleTooFewElements", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Operator '{0}' must have two parameters.. - ''' - Friend ReadOnly Property ERR_TwoParametersRequired1() As String - Get - Return ResourceManager.GetString("ERR_TwoParametersRequired1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type arguments unexpected.. - ''' - Friend ReadOnly Property ERR_TypeArgsUnexpected() As String - Get - Return ResourceManager.GetString("ERR_TypeArgsUnexpected", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type character '{0}' does not match declared data type '{1}'.. - ''' - Friend ReadOnly Property ERR_TypecharNoMatch2() As String - Get - Return ResourceManager.GetString("ERR_TypecharNoMatch2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type declaration characters are not valid in this context.. - ''' - Friend ReadOnly Property ERR_TypecharNotallowed() As String - Get - Return ResourceManager.GetString("ERR_TypecharNotallowed", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Aggregate function name cannot be used with a type character.. - ''' - Friend ReadOnly Property ERR_TypeCharOnAggregation() As String - Get - Return ResourceManager.GetString("ERR_TypeCharOnAggregation", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type character cannot be used in a type parameter declaration.. - ''' - Friend ReadOnly Property ERR_TypeCharOnGenericParam() As String - Get - Return ResourceManager.GetString("ERR_TypeCharOnGenericParam", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type character cannot be used in a 'Sub' declaration because a 'Sub' doesn't return a value.. - ''' - Friend ReadOnly Property ERR_TypeCharOnSub() As String - Get - Return ResourceManager.GetString("ERR_TypeCharOnSub", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type character '{0}' cannot be used in a declaration with an explicit type.. - ''' - Friend ReadOnly Property ERR_TypeCharWithType1() As String - Get - Return ResourceManager.GetString("ERR_TypeCharWithType1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to {0} '{1}' conflicts with a Visual Basic Runtime {2} '{3}'.. - ''' - Friend ReadOnly Property ERR_TypeClashesWithVbCoreType4() As String - Get - Return ResourceManager.GetString("ERR_TypeClashesWithVbCoreType4", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to {0} '{1}' and {2} '{3}' conflict in {4} '{5}'.. - ''' - Friend ReadOnly Property ERR_TypeConflict6() As String - Get - Return ResourceManager.GetString("ERR_TypeConflict6", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to XML attributes cannot be selected from type '{0}'.. - ''' - Friend ReadOnly Property ERR_TypeDisallowsAttributes() As String - Get - Return ResourceManager.GetString("ERR_TypeDisallowsAttributes", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to XML descendant elements cannot be selected from type '{0}'.. - ''' - Friend ReadOnly Property ERR_TypeDisallowsDescendants() As String - Get - Return ResourceManager.GetString("ERR_TypeDisallowsDescendants", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to XML elements cannot be selected from type '{0}'.. - ''' - Friend ReadOnly Property ERR_TypeDisallowsElements() As String - Get - Return ResourceManager.GetString("ERR_TypeDisallowsElements", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Module '{0}' in assembly '{1}' is forwarding the type '{2}' to multiple assemblies: '{3}' and '{4}'.. - ''' - Friend ReadOnly Property ERR_TypeForwardedToMultipleAssemblies() As String - Get - Return ResourceManager.GetString("ERR_TypeForwardedToMultipleAssemblies", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' in assembly '{1}' has been forwarded to itself and so is an unsupported type.. - ''' - Friend ReadOnly Property ERR_TypeFwdCycle2() As String - Get - Return ResourceManager.GetString("ERR_TypeFwdCycle2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Cannot infer a data type for '{0}' because the array dimensions do not match.. - ''' - Friend ReadOnly Property ERR_TypeInferenceArrayRankMismatch1() As String - Get - Return ResourceManager.GetString("ERR_TypeInferenceArrayRankMismatch1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Data type(s) of the type parameter(s) cannot be inferred from these arguments. Specifying the data type(s) explicitly might correct this error.. - ''' - Friend ReadOnly Property ERR_TypeInferenceFailure1() As String - Get - Return ResourceManager.GetString("ERR_TypeInferenceFailure1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Data type(s) of the type parameter(s) in method '{0}' cannot be inferred from these arguments. Specifying the data type(s) explicitly might correct this error.. - ''' - Friend ReadOnly Property ERR_TypeInferenceFailure2() As String - Get - Return ResourceManager.GetString("ERR_TypeInferenceFailure2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Data type(s) of the type parameter(s) in extension method '{0}' defined in '{1}' cannot be inferred from these arguments. Specifying the data type(s) explicitly might correct this error.. - ''' - Friend ReadOnly Property ERR_TypeInferenceFailure3() As String - Get - Return ResourceManager.GetString("ERR_TypeInferenceFailure3", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Data type(s) of the type parameter(s) cannot be inferred from these arguments because more than one type is possible. Specifying the data type(s) explicitly might correct this error.. - ''' - Friend ReadOnly Property ERR_TypeInferenceFailureAmbiguous1() As String - Get - Return ResourceManager.GetString("ERR_TypeInferenceFailureAmbiguous1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Data type(s) of the type parameter(s) in method '{0}' cannot be inferred from these arguments because more than one type is possible. Specifying the data type(s) explicitly might correct this error.. - ''' - Friend ReadOnly Property ERR_TypeInferenceFailureAmbiguous2() As String - Get - Return ResourceManager.GetString("ERR_TypeInferenceFailureAmbiguous2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Data type(s) of the type parameter(s) in extension method '{0}' defined in '{1}' cannot be inferred from these arguments because more than one type is possible. Specifying the data type(s) explicitly might correct this error.. - ''' - Friend ReadOnly Property ERR_TypeInferenceFailureAmbiguous3() As String - Get - Return ResourceManager.GetString("ERR_TypeInferenceFailureAmbiguous3", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Data type(s) of the type parameter(s) cannot be inferred from these arguments because they do not convert to the same type. Specifying the data type(s) explicitly might correct this error.. - ''' - Friend ReadOnly Property ERR_TypeInferenceFailureNoBest1() As String - Get - Return ResourceManager.GetString("ERR_TypeInferenceFailureNoBest1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Data type(s) of the type parameter(s) in method '{0}' cannot be inferred from these arguments because they do not convert to the same type. Specifying the data type(s) explicitly might correct this error.. - ''' - Friend ReadOnly Property ERR_TypeInferenceFailureNoBest2() As String - Get - Return ResourceManager.GetString("ERR_TypeInferenceFailureNoBest2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Data type(s) of the type parameter(s) in extension method '{0}' defined in '{1}' cannot be inferred from these arguments because they do not convert to the same type. Specifying the data type(s) explicitly might correct this error.. - ''' - Friend ReadOnly Property ERR_TypeInferenceFailureNoBest3() As String - Get - Return ResourceManager.GetString("ERR_TypeInferenceFailureNoBest3", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Data type(s) of the type parameter(s) cannot be inferred from these arguments.. - ''' - Friend ReadOnly Property ERR_TypeInferenceFailureNoExplicit1() As String - Get - Return ResourceManager.GetString("ERR_TypeInferenceFailureNoExplicit1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Data type(s) of the type parameter(s) in method '{0}' cannot be inferred from these arguments.. - ''' - Friend ReadOnly Property ERR_TypeInferenceFailureNoExplicit2() As String - Get - Return ResourceManager.GetString("ERR_TypeInferenceFailureNoExplicit2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Data type(s) of the type parameter(s) in extension method '{0}' defined in '{1}' cannot be inferred from these arguments.. - ''' - Friend ReadOnly Property ERR_TypeInferenceFailureNoExplicit3() As String - Get - Return ResourceManager.GetString("ERR_TypeInferenceFailureNoExplicit3", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Data type(s) of the type parameter(s) cannot be inferred from these arguments because more than one type is possible.. - ''' - Friend ReadOnly Property ERR_TypeInferenceFailureNoExplicitAmbiguous1() As String - Get - Return ResourceManager.GetString("ERR_TypeInferenceFailureNoExplicitAmbiguous1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Data type(s) of the type parameter(s) in method '{0}' cannot be inferred from these arguments because more than one type is possible.. - ''' - Friend ReadOnly Property ERR_TypeInferenceFailureNoExplicitAmbiguous2() As String - Get - Return ResourceManager.GetString("ERR_TypeInferenceFailureNoExplicitAmbiguous2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Data type(s) of the type parameter(s) in extension method '{0}' defined in '{1}' cannot be inferred from these arguments because more than one type is possible.. - ''' - Friend ReadOnly Property ERR_TypeInferenceFailureNoExplicitAmbiguous3() As String - Get - Return ResourceManager.GetString("ERR_TypeInferenceFailureNoExplicitAmbiguous3", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Data type(s) of the type parameter(s) cannot be inferred from these arguments because they do not convert to the same type.. - ''' - Friend ReadOnly Property ERR_TypeInferenceFailureNoExplicitNoBest1() As String - Get - Return ResourceManager.GetString("ERR_TypeInferenceFailureNoExplicitNoBest1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Data type(s) of the type parameter(s) in method '{0}' cannot be inferred from these arguments because they do not convert to the same type.. - ''' - Friend ReadOnly Property ERR_TypeInferenceFailureNoExplicitNoBest2() As String - Get - Return ResourceManager.GetString("ERR_TypeInferenceFailureNoExplicitNoBest2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Data type(s) of the type parameter(s) in extension method '{0}' defined in '{1}' cannot be inferred from these arguments because they do not convert to the same type.. - ''' - Friend ReadOnly Property ERR_TypeInferenceFailureNoExplicitNoBest3() As String - Get - Return ResourceManager.GetString("ERR_TypeInferenceFailureNoExplicitNoBest3", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Class '{0}' cannot reference itself in Inherits clause.. - ''' - Friend ReadOnly Property ERR_TypeInItsInheritsClause1() As String - Get - Return ResourceManager.GetString("ERR_TypeInItsInheritsClause1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Value of type '{0}' cannot be converted to '{1}'.. - ''' - Friend ReadOnly Property ERR_TypeMismatch2() As String - Get - Return ResourceManager.GetString("ERR_TypeMismatch2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Value of type '{0}' cannot be converted to '{1}'. You can use the 'Value' property to get the string value of the first element of '{2}'.. - ''' - Friend ReadOnly Property ERR_TypeMismatchForXml3() As String - Get - Return ResourceManager.GetString("ERR_TypeMismatchForXml3", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' is a type and cannot be used as an expression.. - ''' - Friend ReadOnly Property ERR_TypeNotExpression1() As String - Get - Return ResourceManager.GetString("ERR_TypeNotExpression1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Expression of type '{0}' can never be of type '{1}'.. - ''' - Friend ReadOnly Property ERR_TypeOfExprAlwaysFalse2() As String - Get - Return ResourceManager.GetString("ERR_TypeOfExprAlwaysFalse2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'TypeOf ... Is' requires its left operand to have a reference type, but this operand has the value type '{0}'.. - ''' - Friend ReadOnly Property ERR_TypeOfRequiresReferenceType1() As String - Get - Return ResourceManager.GetString("ERR_TypeOfRequiresReferenceType1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' has no type parameters and so cannot have type arguments.. - ''' - Friend ReadOnly Property ERR_TypeOrMemberNotGeneric1() As String - Get - Return ResourceManager.GetString("ERR_TypeOrMemberNotGeneric1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Extension method '{0}' defined in '{1}' is not generic (or has no free type parameters) and so cannot have type arguments.. - ''' - Friend ReadOnly Property ERR_TypeOrMemberNotGeneric2() As String - Get - Return ResourceManager.GetString("ERR_TypeOrMemberNotGeneric2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'As', comma or ')' expected.. - ''' - Friend ReadOnly Property ERR_TypeParamMissingAsCommaOrRParen() As String - Get - Return ResourceManager.GetString("ERR_TypeParamMissingAsCommaOrRParen", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Comma or ')' expected.. - ''' - Friend ReadOnly Property ERR_TypeParamMissingCommaOrRParen() As String - Get - Return ResourceManager.GetString("ERR_TypeParamMissingCommaOrRParen", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type parameter cannot have the same name as its defining function.. - ''' - Friend ReadOnly Property ERR_TypeParamNameFunctionNameCollision() As String - Get - Return ResourceManager.GetString("ERR_TypeParamNameFunctionNameCollision", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type parameters cannot be used as qualifiers.. - ''' - Friend ReadOnly Property ERR_TypeParamQualifierDisallowed() As String - Get - Return ResourceManager.GetString("ERR_TypeParamQualifierDisallowed", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type parameter with a 'Structure' constraint cannot be used as a constraint.. - ''' - Friend ReadOnly Property ERR_TypeParamWithStructConstAsConst() As String - Get - Return ResourceManager.GetString("ERR_TypeParamWithStructConstAsConst", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Import of type '{0}' from assembly or module '{1}' failed.. - ''' - Friend ReadOnly Property ERR_TypeRefResolutionError3() As String - Get - Return ResourceManager.GetString("ERR_TypeRefResolutionError3", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Cannot create temporary file: {0}. - ''' - Friend ReadOnly Property ERR_UnableToCreateTempFile() As String - Get - Return ResourceManager.GetString("ERR_UnableToCreateTempFile", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Unable to open resource file '{0}': {1}. - ''' - Friend ReadOnly Property ERR_UnableToOpenResourceFile1() As String - Get - Return ResourceManager.GetString("ERR_UnableToOpenResourceFile1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Unable to open Win32 manifest file '{0}' : {1}. - ''' - Friend ReadOnly Property ERR_UnableToReadUacManifest2() As String - Get - Return ResourceManager.GetString("ERR_UnableToReadUacManifest2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Return and parameter types of '{0}' must be '{1}' to be used in a 'For' statement.. - ''' - Friend ReadOnly Property ERR_UnacceptableForLoopOperator2() As String - Get - Return ResourceManager.GetString("ERR_UnacceptableForLoopOperator2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Parameter types of '{0}' must be '{1}' to be used in a 'For' statement.. - ''' - Friend ReadOnly Property ERR_UnacceptableForLoopRelOperator2() As String - Get - Return ResourceManager.GetString("ERR_UnacceptableForLoopRelOperator2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Return and parameter types of '{0}' must be '{1}' to be used in a '{2}' expression.. - ''' - Friend ReadOnly Property ERR_UnacceptableLogicalOperator3() As String - Get - Return ResourceManager.GetString("ERR_UnacceptableLogicalOperator3", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Operator '{0}' is not defined for type '{1}'.. - ''' - Friend ReadOnly Property ERR_UnaryOperand2() As String - Get - Return ResourceManager.GetString("ERR_UnaryOperand2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Parameter of this unary operator must be of the containing type '{0}'.. - ''' - Friend ReadOnly Property ERR_UnaryParamMustBeContainingType1() As String - Get - Return ResourceManager.GetString("ERR_UnaryParamMustBeContainingType1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type parameter '{0}' cannot be inferred.. - ''' - Friend ReadOnly Property ERR_UnboundTypeParam1() As String - Get - Return ResourceManager.GetString("ERR_UnboundTypeParam1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type parameter '{0}' for '{1}' cannot be inferred.. - ''' - Friend ReadOnly Property ERR_UnboundTypeParam2() As String - Get - Return ResourceManager.GetString("ERR_UnboundTypeParam2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type parameter '{0}' for extension method '{1}' defined in '{2}' cannot be inferred.. - ''' - Friend ReadOnly Property ERR_UnboundTypeParam3() As String - Get - Return ResourceManager.GetString("ERR_UnboundTypeParam3", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type '{0}' is not defined.. - ''' - Friend ReadOnly Property ERR_UndefinedType1() As String - Get - Return ResourceManager.GetString("ERR_UndefinedType1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type or namespace '{0}' is not defined.. - ''' - Friend ReadOnly Property ERR_UndefinedTypeOrNamespace1() As String - Get - Return ResourceManager.GetString("ERR_UndefinedTypeOrNamespace1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to XML namespace prefix '{0}' is not defined.. - ''' - Friend ReadOnly Property ERR_UndefinedXmlPrefix() As String - Get - Return ResourceManager.GetString("ERR_UndefinedXmlPrefix", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Expression statement is only allowed at the end of an interactive submission.. - ''' - Friend ReadOnly Property ERR_UnexpectedExpressionStatement() As String - Get - Return ResourceManager.GetString("ERR_UnexpectedExpressionStatement", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Group' not allowed in this context; identifier expected.. - ''' - Friend ReadOnly Property ERR_UnexpectedGroup() As String - Get - Return ResourceManager.GetString("ERR_UnexpectedGroup", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to {0} '{1}' must implement '{2}' for interface '{3}'.. - ''' - Friend ReadOnly Property ERR_UnimplementedMember3() As String - Get - Return ResourceManager.GetString("ERR_UnimplementedMember3", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to - ''' {0}: {1}. - ''' - Friend ReadOnly Property ERR_UnimplementedMustOverride() As String - Get - Return ResourceManager.GetString("ERR_UnimplementedMustOverride", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Operator declaration must be one of: +, -, *, \, /, ^, &, Like, Mod, And, Or, Xor, Not, <<, >>, =, <>, <, <=, >, >=, CType, IsTrue, IsFalse.. - ''' - Friend ReadOnly Property ERR_UnknownOperator() As String - Get - Return ResourceManager.GetString("ERR_UnknownOperator", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'End' statement not valid.. - ''' - Friend ReadOnly Property ERR_UnrecognizedEnd() As String - Get - Return ResourceManager.GetString("ERR_UnrecognizedEnd", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type expected.. - ''' - Friend ReadOnly Property ERR_UnrecognizedType() As String - Get - Return ResourceManager.GetString("ERR_UnrecognizedType", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Keyword does not name a type.. - ''' - Friend ReadOnly Property ERR_UnrecognizedTypeKeyword() As String - Get - Return ResourceManager.GetString("ERR_UnrecognizedTypeKeyword", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type or 'With' expected.. - ''' - Friend ReadOnly Property ERR_UnrecognizedTypeOrWith() As String - Get - Return ResourceManager.GetString("ERR_UnrecognizedTypeOrWith", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Reference required to assembly '{0}' containing the type '{1}'. Add one to your project.. - ''' - Friend ReadOnly Property ERR_UnreferencedAssembly3() As String - Get - Return ResourceManager.GetString("ERR_UnreferencedAssembly3", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Reference required to assembly '{0}' containing the definition for event '{1}'. Add one to your project.. - ''' - Friend ReadOnly Property ERR_UnreferencedAssemblyEvent3() As String - Get - Return ResourceManager.GetString("ERR_UnreferencedAssemblyEvent3", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Reference required to module '{0}' containing the type '{1}'. Add one to your project.. - ''' - Friend ReadOnly Property ERR_UnreferencedModule3() As String - Get - Return ResourceManager.GetString("ERR_UnreferencedModule3", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Reference required to module '{0}' containing the definition for event '{1}'. Add one to your project.. - ''' - Friend ReadOnly Property ERR_UnreferencedModuleEvent3() As String - Get - Return ResourceManager.GetString("ERR_UnreferencedModuleEvent3", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Field '{0}.{1}' has an invalid constant value.. - ''' - Friend ReadOnly Property ERR_UnsupportedConstant2() As String - Get - Return ResourceManager.GetString("ERR_UnsupportedConstant2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' is an unsupported event.. - ''' - Friend ReadOnly Property ERR_UnsupportedEvent1() As String - Get - Return ResourceManager.GetString("ERR_UnsupportedEvent1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Field '{0}' is of an unsupported type.. - ''' - Friend ReadOnly Property ERR_UnsupportedField1() As String - Get - Return ResourceManager.GetString("ERR_UnsupportedField1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' has a return type that is not supported or parameter types that are not supported.. - ''' - Friend ReadOnly Property ERR_UnsupportedMethod1() As String - Get - Return ResourceManager.GetString("ERR_UnsupportedMethod1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' is an unsupported .NET module.. - ''' - Friend ReadOnly Property ERR_UnsupportedModule1() As String - Get - Return ResourceManager.GetString("ERR_UnsupportedModule1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Property '{0}' is of an unsupported type.. - ''' - Friend ReadOnly Property ERR_UnsupportedProperty1() As String - Get - Return ResourceManager.GetString("ERR_UnsupportedProperty1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' is an unsupported type.. - ''' - Friend ReadOnly Property ERR_UnsupportedType1() As String - Get - Return ResourceManager.GetString("ERR_UnsupportedType1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to String constants must end with a double quote.. - ''' - Friend ReadOnly Property ERR_UnterminatedStringLiteral() As String - Get - Return ResourceManager.GetString("ERR_UnterminatedStringLiteral", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' is not valid within a Module.. - ''' - Friend ReadOnly Property ERR_UseOfKeywordFromModule1() As String - Get - Return ResourceManager.GetString("ERR_UseOfKeywordFromModule1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' is not valid within a structure.. - ''' - Friend ReadOnly Property ERR_UseOfKeywordFromStructure1() As String - Get - Return ResourceManager.GetString("ERR_UseOfKeywordFromStructure1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' is valid only within an instance method.. - ''' - Friend ReadOnly Property ERR_UseOfKeywordNotInInstanceMethod1() As String - Get - Return ResourceManager.GetString("ERR_UseOfKeywordNotInInstanceMethod1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Local variable '{0}' cannot be referred to before it is declared.. - ''' - Friend ReadOnly Property ERR_UseOfLocalBeforeDeclaration1() As String - Get - Return ResourceManager.GetString("ERR_UseOfLocalBeforeDeclaration1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' accessor of '{1}' is obsolete.. - ''' - Friend ReadOnly Property ERR_UseOfObsoletePropertyAccessor2() As String - Get - Return ResourceManager.GetString("ERR_UseOfObsoletePropertyAccessor2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' accessor of '{1}' is obsolete: '{2}'.. - ''' - Friend ReadOnly Property ERR_UseOfObsoletePropertyAccessor3() As String - Get - Return ResourceManager.GetString("ERR_UseOfObsoletePropertyAccessor3", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' is obsolete: '{1}'.. - ''' - Friend ReadOnly Property ERR_UseOfObsoleteSymbol2() As String - Get - Return ResourceManager.GetString("ERR_UseOfObsoleteSymbol2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' is obsolete.. - ''' - Friend ReadOnly Property ERR_UseOfObsoleteSymbolNoMessage1() As String - Get - Return ResourceManager.GetString("ERR_UseOfObsoleteSymbolNoMessage1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Using' operand of type '{0}' must implement 'System.IDisposable'.. - ''' - Friend ReadOnly Property ERR_UsingRequiresDisposePattern() As String - Get - Return ResourceManager.GetString("ERR_UsingRequiresDisposePattern", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Using' resource variable type can not be array type.. - ''' - Friend ReadOnly Property ERR_UsingResourceVarCantBeArray() As String - Get - Return ResourceManager.GetString("ERR_UsingResourceVarCantBeArray", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Using' resource variable must have an explicit initialization.. - ''' - Friend ReadOnly Property ERR_UsingResourceVarNeedsInitializer() As String - Get - Return ResourceManager.GetString("ERR_UsingResourceVarNeedsInitializer", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Structure' constraint and a specific class type constraint cannot be combined.. - ''' - Friend ReadOnly Property ERR_ValueAndClassTypeConstrCombined() As String - Get - Return ResourceManager.GetString("ERR_ValueAndClassTypeConstrCombined", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Predefined type '{0}' is declared in multiple referenced assemblies: '{1}' and '{2}'. - ''' - Friend ReadOnly Property ERR_ValueTupleResolutionAmbiguous3() As String - Get - Return ResourceManager.GetString("ERR_ValueTupleResolutionAmbiguous3", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Predefined type '{0}' is not defined or imported.. - ''' - Friend ReadOnly Property ERR_ValueTupleTypeRefResolutionError1() As String - Get - Return ResourceManager.GetString("ERR_ValueTupleTypeRefResolutionError1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{4}' cannot be converted to '{5}' because '{0}' is not derived from '{1}', as required for the 'In' generic parameter '{2}' in '{3}'.. - ''' - Friend ReadOnly Property ERR_VarianceConversionFailedIn6() As String - Get - Return ResourceManager.GetString("ERR_VarianceConversionFailedIn6", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{4}' cannot be converted to '{5}' because '{0}' is not derived from '{1}', as required for the 'Out' generic parameter '{2}' in '{3}'.. - ''' - Friend ReadOnly Property ERR_VarianceConversionFailedOut6() As String - Get - Return ResourceManager.GetString("ERR_VarianceConversionFailedOut6", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' cannot be converted to '{1}'. Consider changing the '{2}' in the definition of '{3}' to an In type parameter, 'In {2}'.. - ''' - Friend ReadOnly Property ERR_VarianceConversionFailedTryIn4() As String - Get - Return ResourceManager.GetString("ERR_VarianceConversionFailedTryIn4", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' cannot be converted to '{1}'. Consider changing the '{2}' in the definition of '{3}' to an Out type parameter, 'Out {2}'.. - ''' - Friend ReadOnly Property ERR_VarianceConversionFailedTryOut4() As String - Get - Return ResourceManager.GetString("ERR_VarianceConversionFailedTryOut4", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Keywords 'Out' and 'In' can only be used in interface and delegate declarations.. - ''' - Friend ReadOnly Property ERR_VarianceDisallowedHere() As String - Get - Return ResourceManager.GetString("ERR_VarianceDisallowedHere", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' cannot be converted to '{1}'. Consider using '{2}' instead.. - ''' - Friend ReadOnly Property ERR_VarianceIEnumerableSuggestion3() As String - Get - Return ResourceManager.GetString("ERR_VarianceIEnumerableSuggestion3", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type '{0}' cannot be used in this context because 'In' and 'Out' type parameters cannot be used for ByRef parameter types, and '{0}' is an 'In' type parameter.. - ''' - Friend ReadOnly Property ERR_VarianceInByRefDisallowed1() As String - Get - Return ResourceManager.GetString("ERR_VarianceInByRefDisallowed1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type '{0}' cannot be used in '{1}' because 'In' and 'Out' type parameters cannot be made nullable, and '{0}' is an 'In' type parameter.. - ''' - Friend ReadOnly Property ERR_VarianceInNullableDisallowed2() As String - Get - Return ResourceManager.GetString("ERR_VarianceInNullableDisallowed2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type '{0}' cannot be used in this context because '{0}' is an 'In' type parameter.. - ''' - Friend ReadOnly Property ERR_VarianceInParamDisallowed1() As String - Get - Return ResourceManager.GetString("ERR_VarianceInParamDisallowed1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type '{0}' cannot be used for the '{1}' in '{2}' in this context because '{0}' is an 'In' type parameter.. - ''' - Friend ReadOnly Property ERR_VarianceInParamDisallowedForGeneric3() As String - Get - Return ResourceManager.GetString("ERR_VarianceInParamDisallowedForGeneric3", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type '{0}' cannot be used in '{1}' in this context because '{0}' is an 'In' type parameter.. - ''' - Friend ReadOnly Property ERR_VarianceInParamDisallowedHere2() As String - Get - Return ResourceManager.GetString("ERR_VarianceInParamDisallowedHere2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type '{0}' cannot be used for the '{2}' of '{3}' in '{1}' in this context because '{0}' is an 'In' type parameter.. - ''' - Friend ReadOnly Property ERR_VarianceInParamDisallowedHereForGeneric4() As String - Get - Return ResourceManager.GetString("ERR_VarianceInParamDisallowedHereForGeneric4", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type '{0}' cannot be used as a property type in this context because '{0}' is an 'In' type parameter and the property is not marked WriteOnly.. - ''' - Friend ReadOnly Property ERR_VarianceInPropertyDisallowed1() As String - Get - Return ResourceManager.GetString("ERR_VarianceInPropertyDisallowed1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type '{0}' cannot be used as a ReadOnly property type because '{0}' is an 'In' type parameter.. - ''' - Friend ReadOnly Property ERR_VarianceInReadOnlyPropertyDisallowed1() As String - Get - Return ResourceManager.GetString("ERR_VarianceInReadOnlyPropertyDisallowed1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type '{0}' cannot be used as a return type because '{0}' is an 'In' type parameter.. - ''' - Friend ReadOnly Property ERR_VarianceInReturnDisallowed1() As String - Get - Return ResourceManager.GetString("ERR_VarianceInReturnDisallowed1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Enumerations, classes, and structures cannot be declared in an interface that has an 'In' or 'Out' type parameter.. - ''' - Friend ReadOnly Property ERR_VarianceInterfaceNesting() As String - Get - Return ResourceManager.GetString("ERR_VarianceInterfaceNesting", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type '{0}' cannot be used in this context because 'In' and 'Out' type parameters cannot be used for ByRef parameter types, and '{0}' is an 'Out' type parameter.. - ''' - Friend ReadOnly Property ERR_VarianceOutByRefDisallowed1() As String - Get - Return ResourceManager.GetString("ERR_VarianceOutByRefDisallowed1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type '{0}' cannot be used as a ByVal parameter type because '{0}' is an 'Out' type parameter.. - ''' - Friend ReadOnly Property ERR_VarianceOutByValDisallowed1() As String - Get - Return ResourceManager.GetString("ERR_VarianceOutByValDisallowed1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type '{0}' cannot be used as a generic type constraint because '{0}' is an 'Out' type parameter.. - ''' - Friend ReadOnly Property ERR_VarianceOutConstraintDisallowed1() As String - Get - Return ResourceManager.GetString("ERR_VarianceOutConstraintDisallowed1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type '{0}' cannot be used in '{1}' because 'In' and 'Out' type parameters cannot be made nullable, and '{0}' is an 'Out' type parameter.. - ''' - Friend ReadOnly Property ERR_VarianceOutNullableDisallowed2() As String - Get - Return ResourceManager.GetString("ERR_VarianceOutNullableDisallowed2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type '{0}' cannot be used in this context because '{0}' is an 'Out' type parameter.. - ''' - Friend ReadOnly Property ERR_VarianceOutParamDisallowed1() As String - Get - Return ResourceManager.GetString("ERR_VarianceOutParamDisallowed1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type '{0}' cannot be used for the '{1}' in '{2}' in this context because '{0}' is an 'Out' type parameter.. - ''' - Friend ReadOnly Property ERR_VarianceOutParamDisallowedForGeneric3() As String - Get - Return ResourceManager.GetString("ERR_VarianceOutParamDisallowedForGeneric3", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type '{0}' cannot be used in '{1}' in this context because '{0}' is an 'Out' type parameter.. - ''' - Friend ReadOnly Property ERR_VarianceOutParamDisallowedHere2() As String - Get - Return ResourceManager.GetString("ERR_VarianceOutParamDisallowedHere2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type '{0}' cannot be used for the '{2}' of '{3}' in '{1}' in this context because '{0}' is an 'Out' type parameter.. - ''' - Friend ReadOnly Property ERR_VarianceOutParamDisallowedHereForGeneric4() As String - Get - Return ResourceManager.GetString("ERR_VarianceOutParamDisallowedHereForGeneric4", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type '{0}' cannot be used as a property type in this context because '{0}' is an 'Out' type parameter and the property is not marked ReadOnly.. - ''' - Friend ReadOnly Property ERR_VarianceOutPropertyDisallowed1() As String - Get - Return ResourceManager.GetString("ERR_VarianceOutPropertyDisallowed1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type '{0}' cannot be used as a WriteOnly property type because '{0}' is an 'Out' type parameter.. - ''' - Friend ReadOnly Property ERR_VarianceOutWriteOnlyPropertyDisallowed1() As String - Get - Return ResourceManager.GetString("ERR_VarianceOutWriteOnlyPropertyDisallowed1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Event definitions with parameters are not allowed in an interface such as '{0}' that has 'In' or 'Out' type parameters. Consider declaring the event by using a delegate type which is not defined within '{0}'. For example, 'Event {1} As Action(Of ...)'.. - ''' - Friend ReadOnly Property ERR_VariancePreventsSynthesizedEvents2() As String - Get - Return ResourceManager.GetString("ERR_VariancePreventsSynthesizedEvents2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type '{0}' cannot be used in this context because both the context and the definition of '{0}' are nested within interface '{1}', and '{1}' has 'In' or 'Out' type parameters. Consider moving the definition of '{0}' outside of '{1}'.. - ''' - Friend ReadOnly Property ERR_VarianceTypeDisallowed2() As String - Get - Return ResourceManager.GetString("ERR_VarianceTypeDisallowed2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type '{0}' cannot be used for the '{2}' in '{3}' in this context because both the context and the definition of '{0}' are nested within interface '{1}', and '{1}' has 'In' or 'Out' type parameters. Consider moving the definition of '{0}' outside of '{1}'.. - ''' - Friend ReadOnly Property ERR_VarianceTypeDisallowedForGeneric4() As String - Get - Return ResourceManager.GetString("ERR_VarianceTypeDisallowedForGeneric4", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type '{0}' cannot be used in '{2}' in this context because both the context and the definition of '{0}' are nested within interface '{1}', and '{1}' has 'In' or 'Out' type parameters. Consider moving the definition of '{0}' outside of '{1}'.. - ''' - Friend ReadOnly Property ERR_VarianceTypeDisallowedHere3() As String - Get - Return ResourceManager.GetString("ERR_VarianceTypeDisallowedHere3", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type '{0}' cannot be used for the '{3}' of '{4}' in '{2}' in this context because both the context and the definition of '{0}' are nested within interface '{1}', and '{1}' has 'In' or 'Out' type parameters. Consider moving the definition of '{0}' outside of '{1}'.. - ''' - Friend ReadOnly Property ERR_VarianceTypeDisallowedHereForGeneric5() As String - Get - Return ResourceManager.GetString("ERR_VarianceTypeDisallowedHereForGeneric5", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to The options /vbruntime* and /target:module cannot be combined.. - ''' - Friend ReadOnly Property ERR_VBCoreNetModuleConflict() As String - Get - Return ResourceManager.GetString("ERR_VBCoreNetModuleConflict", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to XML attribute 'version' must be the first attribute in XML declaration.. - ''' - Friend ReadOnly Property ERR_VersionMustBeFirstInXmlDecl() As String - Get - Return ResourceManager.GetString("ERR_VersionMustBeFirstInXmlDecl", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Arrays of type 'System.Void' are not allowed in this expression.. - ''' - Friend ReadOnly Property ERR_VoidArrayDisallowed() As String - Get - Return ResourceManager.GetString("ERR_VoidArrayDisallowed", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Expression does not produce a value.. - ''' - Friend ReadOnly Property ERR_VoidValue() As String - Get - Return ResourceManager.GetString("ERR_VoidValue", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Event declarations that target WinMD must specify a delegate type. Add an As clause to the event declaration.. - ''' - Friend ReadOnly Property ERR_WinRTEventWithoutDelegate() As String - Get - Return ResourceManager.GetString("ERR_WinRTEventWithoutDelegate", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'WithEvents' variables can only be typed as classes, interfaces or type parameters with class constraints.. - ''' - Friend ReadOnly Property ERR_WithEventsAsStruct() As String - Get - Return ResourceManager.GetString("ERR_WithEventsAsStruct", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'WithEvents' variables must have an 'As' clause.. - ''' - Friend ReadOnly Property ERR_WithEventsRequiresClass() As String - Get - Return ResourceManager.GetString("ERR_WithEventsRequiresClass", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Properties declared 'WriteOnly' cannot have a 'Get'.. - ''' - Friend ReadOnly Property ERR_WriteOnlyHasGet() As String - Get - Return ResourceManager.GetString("ERR_WriteOnlyHasGet", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'WriteOnly' property must provide a 'Set'.. - ''' - Friend ReadOnly Property ERR_WriteOnlyHasNoWrite() As String - Get - Return ResourceManager.GetString("ERR_WriteOnlyHasNoWrite", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'WriteOnly' properties cannot have an access modifier on 'Set'.. - ''' - Friend ReadOnly Property ERR_WriteOnlyNoAccessorFlag() As String - Get - Return ResourceManager.GetString("ERR_WriteOnlyNoAccessorFlag", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to The literal string ']]>' is not allowed in element content.. - ''' - Friend ReadOnly Property ERR_XmlEndCDataNotAllowedInContent() As String - Get - Return ResourceManager.GetString("ERR_XmlEndCDataNotAllowedInContent", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to XML end element must be preceded by a matching start element.. - ''' - Friend ReadOnly Property ERR_XmlEndElementNoMatchingStart() As String - Get - Return ResourceManager.GetString("ERR_XmlEndElementNoMatchingStart", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to XML entity references are not supported.. - ''' - Friend ReadOnly Property ERR_XmlEntityReference() As String - Get - Return ResourceManager.GetString("ERR_XmlEntityReference", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to XML literals and XML axis properties are not available. Add references to System.Xml, System.Xml.Linq, and System.Core or other assemblies declaring System.Linq.Enumerable, System.Xml.Linq.XElement, System.Xml.Linq.XName, System.Xml.Linq.XAttribute and System.Xml.Linq.XNamespace types.. - ''' - Friend ReadOnly Property ERR_XmlFeaturesNotAvailable() As String - Get - Return ResourceManager.GetString("ERR_XmlFeaturesNotAvailable", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' is an XML prefix and cannot be used as an expression. Use the GetXmlNamespace operator to create a namespace object.. - ''' - Friend ReadOnly Property ERR_XmlPrefixNotExpression() As String - Get - Return ResourceManager.GetString("ERR_XmlPrefixNotExpression", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Division by zero occurred while evaluating this expression.. - ''' - Friend ReadOnly Property ERR_ZeroDivide() As String - Get - Return ResourceManager.GetString("ERR_ZeroDivide", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to array literal expressions. - ''' - Friend ReadOnly Property FEATURE_ArrayLiterals() As String - Get - Return ResourceManager.GetString("FEATURE_ArrayLiterals", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to async methods or lambdas. - ''' - Friend ReadOnly Property FEATURE_AsyncExpressions() As String - Get - Return ResourceManager.GetString("FEATURE_AsyncExpressions", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to auto-implemented properties. - ''' - Friend ReadOnly Property FEATURE_AutoProperties() As String - Get - Return ResourceManager.GetString("FEATURE_AutoProperties", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to binary literals. - ''' - Friend ReadOnly Property FEATURE_BinaryLiterals() As String - Get - Return ResourceManager.GetString("FEATURE_BinaryLiterals", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to CObj in attribute arguments. - ''' - Friend ReadOnly Property FEATURE_CObjInAttributeArguments() As String - Get - Return ResourceManager.GetString("FEATURE_CObjInAttributeArguments", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to variance. - ''' - Friend ReadOnly Property FEATURE_CoContraVariance() As String - Get - Return ResourceManager.GetString("FEATURE_CoContraVariance", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to collection initializers. - ''' - Friend ReadOnly Property FEATURE_CollectionInitializers() As String - Get - Return ResourceManager.GetString("FEATURE_CollectionInitializers", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to comments after line continuation. - ''' - Friend ReadOnly Property FEATURE_CommentsAfterLineContinuation() As String - Get - Return ResourceManager.GetString("FEATURE_CommentsAfterLineContinuation", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to digit separators. - ''' - Friend ReadOnly Property FEATURE_DigitSeparators() As String - Get - Return ResourceManager.GetString("FEATURE_DigitSeparators", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to declaring a Global namespace. - ''' - Friend ReadOnly Property FEATURE_GlobalNamespace() As String - Get - Return ResourceManager.GetString("FEATURE_GlobalNamespace", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to implementing read-only or write-only property with read-write property. - ''' - Friend ReadOnly Property FEATURE_ImplementingReadonlyOrWriteonlyPropertyWithReadwrite() As String - Get - Return ResourceManager.GetString("FEATURE_ImplementingReadonlyOrWriteonlyPropertyWithReadwrite", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to interpolated strings. - ''' - Friend ReadOnly Property FEATURE_InterpolatedStrings() As String - Get - Return ResourceManager.GetString("FEATURE_InterpolatedStrings", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to iterators. - ''' - Friend ReadOnly Property FEATURE_Iterators() As String - Get - Return ResourceManager.GetString("FEATURE_Iterators", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to leading digit separator. - ''' - Friend ReadOnly Property FEATURE_LeadingDigitSeparator() As String - Get - Return ResourceManager.GetString("FEATURE_LeadingDigitSeparator", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to implicit line continuation. - ''' - Friend ReadOnly Property FEATURE_LineContinuation() As String - Get - Return ResourceManager.GetString("FEATURE_LineContinuation", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to line continuation comments. - ''' - Friend ReadOnly Property FEATURE_LineContinuationComments() As String - Get - Return ResourceManager.GetString("FEATURE_LineContinuationComments", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to multiline string literals. - ''' - Friend ReadOnly Property FEATURE_MultilineStringLiterals() As String - Get - Return ResourceManager.GetString("FEATURE_MultilineStringLiterals", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'nameof' expressions. - ''' - Friend ReadOnly Property FEATURE_NameOfExpressions() As String - Get - Return ResourceManager.GetString("FEATURE_NameOfExpressions", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to null conditional operations. - ''' - Friend ReadOnly Property FEATURE_NullPropagatingOperator() As String - Get - Return ResourceManager.GetString("FEATURE_NullPropagatingOperator", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to partial interfaces. - ''' - Friend ReadOnly Property FEATURE_PartialInterfaces() As String - Get - Return ResourceManager.GetString("FEATURE_PartialInterfaces", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to partial modules. - ''' - Friend ReadOnly Property FEATURE_PartialModules() As String - Get - Return ResourceManager.GetString("FEATURE_PartialModules", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Private Protected. - ''' - Friend ReadOnly Property FEATURE_PrivateProtected() As String - Get - Return ResourceManager.GetString("FEATURE_PrivateProtected", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to readonly auto-implemented properties. - ''' - Friend ReadOnly Property FEATURE_ReadonlyAutoProperties() As String - Get - Return ResourceManager.GetString("FEATURE_ReadonlyAutoProperties", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to region directives within method bodies or regions crossing boundaries of declaration blocks. - ''' - Friend ReadOnly Property FEATURE_RegionsEverywhere() As String - Get - Return ResourceManager.GetString("FEATURE_RegionsEverywhere", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to multi-line lambda expressions. - ''' - Friend ReadOnly Property FEATURE_StatementLambdas() As String - Get - Return ResourceManager.GetString("FEATURE_StatementLambdas", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Sub' lambda expressions. - ''' - Friend ReadOnly Property FEATURE_SubLambdas() As String - Get - Return ResourceManager.GetString("FEATURE_SubLambdas", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to tuples. - ''' - Friend ReadOnly Property FEATURE_Tuples() As String - Get - Return ResourceManager.GetString("FEATURE_Tuples", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to TypeOf IsNot expression. - ''' - Friend ReadOnly Property FEATURE_TypeOfIsNot() As String - Get - Return ResourceManager.GetString("FEATURE_TypeOfIsNot", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to unconstrained type parameters in binary conditional expressions. - ''' - Friend ReadOnly Property FEATURE_UnconstrainedTypeParameterInConditional() As String - Get - Return ResourceManager.GetString("FEATURE_UnconstrainedTypeParameterInConditional", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to warning directives. - ''' - Friend ReadOnly Property FEATURE_WarningDirectives() As String - Get - Return ResourceManager.GetString("FEATURE_WarningDirectives", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to year-first date literals. - ''' - Friend ReadOnly Property FEATURE_YearFirstDateLiterals() As String - Get - Return ResourceManager.GetString("FEATURE_YearFirstDateLiterals", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to FieldInitializerSyntax not within syntax tree. - ''' - Friend ReadOnly Property FieldInitializerSyntaxNotWithinSyntaxTree() As String - Get - Return ResourceManager.GetString("FieldInitializerSyntaxNotWithinSyntaxTree", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to File name '{0}' is empty, contains invalid characters, has a drive specification without an absolute path, or is too long. - ''' - Friend ReadOnly Property FTL_InvalidInputFileName() As String - Get - Return ResourceManager.GetString("FTL_InvalidInputFileName", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to FunctionSyntax not within syntax tree. - ''' - Friend ReadOnly Property FunctionSyntaxNotWithinSyntaxTree() As String - Get - Return ResourceManager.GetString("FunctionSyntaxNotWithinSyntaxTree", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Unused import clause.. - ''' - Friend ReadOnly Property HDN_UnusedImportClause() As String - Get - Return ResourceManager.GetString("HDN_UnusedImportClause", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Unused import clause. - ''' - Friend ReadOnly Property HDN_UnusedImportClause_Title() As String - Get - Return ResourceManager.GetString("HDN_UnusedImportClause_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Unused import statement.. - ''' - Friend ReadOnly Property HDN_UnusedImportStatement() As String - Get - Return ResourceManager.GetString("HDN_UnusedImportStatement", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Unused import statement. - ''' - Friend ReadOnly Property HDN_UnusedImportStatement_Title() As String - Get - Return ResourceManager.GetString("HDN_UnusedImportStatement_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to {0} is not a valid Visual Basic argument. - ''' - Friend ReadOnly Property IArgumentIsNotVisualBasicArgument() As String - Get - Return ResourceManager.GetString("IArgumentIsNotVisualBasicArgument", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to {0} is not a valid Visual Basic compound assignment operation. - ''' - Friend ReadOnly Property ICompoundAssignmentOperationIsNotVisualBasicCompoundAssignment() As String - Get - Return ResourceManager.GetString("ICompoundAssignmentOperationIsNotVisualBasicCompoundAssignment", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to {0} is not a valid Visual Basic conversion expression. - ''' - Friend ReadOnly Property IConversionExpressionIsNotVisualBasicConversion() As String - Get - Return ResourceManager.GetString("IConversionExpressionIsNotVisualBasicConversion", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to IdentifierSyntax not within syntax tree. - ''' - Friend ReadOnly Property IdentifierSyntaxNotWithinSyntaxTree() As String - Get - Return ResourceManager.GetString("IdentifierSyntaxNotWithinSyntaxTree", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to function return type. - ''' - Friend ReadOnly Property IDS_FunctionReturnType() As String - Get - Return ResourceManager.GetString("IDS_FunctionReturnType", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Supported language versions:. - ''' - Friend ReadOnly Property IDS_LangVersions() As String - Get - Return ResourceManager.GetString("IDS_LangVersions", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to {0} version {1}. - ''' - Friend ReadOnly Property IDS_LogoLine1() As String - Get - Return ResourceManager.GetString("IDS_LogoLine1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Copyright (C) Microsoft Corporation. All rights reserved.. - ''' - Friend ReadOnly Property IDS_LogoLine2() As String - Get - Return ResourceManager.GetString("IDS_LogoLine2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Adding embedded assembly reference '{0}'. - ''' - Friend ReadOnly Property IDS_MSG_ADDLINKREFERENCE() As String - Get - Return ResourceManager.GetString("IDS_MSG_ADDLINKREFERENCE", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Adding module reference '{0}'. - ''' - Friend ReadOnly Property IDS_MSG_ADDMODULE() As String - Get - Return ResourceManager.GetString("IDS_MSG_ADDMODULE", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Adding assembly reference '{0}'. - ''' - Friend ReadOnly Property IDS_MSG_ADDREFERENCE() As String - Get - Return ResourceManager.GetString("IDS_MSG_ADDREFERENCE", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to <project settings>. - ''' - Friend ReadOnly Property IDS_ProjectSettingsLocationName() As String - Get - Return ResourceManager.GetString("IDS_ProjectSettingsLocationName", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to The system cannot find the path specified. - ''' - Friend ReadOnly Property IDS_TheSystemCannotFindThePathSpecified() As String - Get - Return ResourceManager.GetString("IDS_TheSystemCannotFindThePathSpecified", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Microsoft (R) Visual Basic Compiler. - ''' - Friend ReadOnly Property IDS_ToolName() As String - Get - Return ResourceManager.GetString("IDS_ToolName", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Visual Basic Compiler Options - ''' - ''' - OUTPUT FILE - - '''-out:<file> Specifies the output file name. - '''-target:exe Create a console application (default). - ''' (Short form: -t) - '''-target:winexe Create a Windows application. - '''-target:library Create a library assembly. - '''-target:module Create a module that can be added to an - ''' [rest of string was truncated]";. - ''' - Friend ReadOnly Property IDS_VBCHelp() As String - Get - Return ResourceManager.GetString("IDS_VBCHelp", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Skipping some types in analyzer assembly {0} due to a ReflectionTypeLoadException : {1}.. - ''' - Friend ReadOnly Property INF_UnableToLoadSomeTypesInAnalyzer() As String - Get - Return ResourceManager.GetString("INF_UnableToLoadSomeTypesInAnalyzer", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Skip loading types in analyzer assembly that fail due to a ReflectionTypeLoadException. - ''' - Friend ReadOnly Property INF_UnableToLoadSomeTypesInAnalyzer_Title() As String - Get - Return ResourceManager.GetString("INF_UnableToLoadSomeTypesInAnalyzer_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Location must be provided in order to provide minimal type qualification.. - ''' - Friend ReadOnly Property LocationMustBeProvided() As String - Get - Return ResourceManager.GetString("LocationMustBeProvided", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Node is not within syntax tree. - ''' - Friend ReadOnly Property NodeIsNotWithinSyntaxTree() As String - Get - Return ResourceManager.GetString("NodeIsNotWithinSyntaxTree", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to SearchCriteria is expected.. - ''' - Friend ReadOnly Property NoNoneSearchCriteria() As String - Get - Return ResourceManager.GetString("NoNoneSearchCriteria", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Not a VB symbol.. - ''' - Friend ReadOnly Property NotAVbSymbol() As String - Get - Return ResourceManager.GetString("NotAVbSymbol", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to not within tree. - ''' - Friend ReadOnly Property NotWithinTree() As String - Get - Return ResourceManager.GetString("NotWithinTree", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to the number of type parameters and arguments should be the same. - ''' - Friend ReadOnly Property NumberOfTypeParametersAndArgumentsMustMatch() As String - Get - Return ResourceManager.GetString("NumberOfTypeParametersAndArgumentsMustMatch", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Position is not within syntax tree. - ''' - Friend ReadOnly Property PositionIsNotWithinSyntax() As String - Get - Return ResourceManager.GetString("PositionIsNotWithinSyntax", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Position must be within span of the syntax tree.. - ''' - Friend ReadOnly Property PositionNotWithinTree() As String - Get - Return ResourceManager.GetString("PositionNotWithinTree", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to position of type parameter too large. - ''' - Friend ReadOnly Property PositionOfTypeParameterTooLarge() As String - Get - Return ResourceManager.GetString("PositionOfTypeParameterTooLarge", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Properties can not have type arguments. - ''' - Friend ReadOnly Property PropertiesCanNotHaveTypeArguments() As String - Get - Return ResourceManager.GetString("PropertiesCanNotHaveTypeArguments", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to RangeVariableSyntax not within syntax tree. - ''' - Friend ReadOnly Property RangeVariableSyntaxNotWithinSyntaxTree() As String - Get - Return ResourceManager.GetString("RangeVariableSyntaxNotWithinSyntaxTree", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to SemanticModel must be provided in order to provide minimal type qualification.. - ''' - Friend ReadOnly Property SemanticModelMustBeProvided() As String - Get - Return ResourceManager.GetString("SemanticModelMustBeProvided", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Syntax node to be speculated cannot belong to a syntax tree from the current compilation.. - ''' - Friend ReadOnly Property SpeculatedSyntaxNodeCannotBelongToCurrentCompilation() As String - Get - Return ResourceManager.GetString("SpeculatedSyntaxNodeCannotBelongToCurrentCompilation", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to StatementOrExpression is not an ExecutableStatementSyntax or an ExpressionSyntax. - ''' - Friend ReadOnly Property StatementOrExpressionIsNotAValidType() As String - Get - Return ResourceManager.GetString("StatementOrExpressionIsNotAValidType", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Submission can have at most one syntax tree.. - ''' - Friend ReadOnly Property SubmissionCanHaveAtMostOneSyntaxTree() As String - Get - Return ResourceManager.GetString("SubmissionCanHaveAtMostOneSyntaxTree", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Syntax tree already present. - ''' - Friend ReadOnly Property SyntaxTreeAlreadyPresent() As String - Get - Return ResourceManager.GetString("SyntaxTreeAlreadyPresent", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Syntax tree should be created from a submission.. - ''' - Friend ReadOnly Property SyntaxTreeIsNotASubmission() As String - Get - Return ResourceManager.GetString("SyntaxTreeIsNotASubmission", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to SyntaxTree '{0}' not found to remove. - ''' - Friend ReadOnly Property SyntaxTreeNotFoundToRemove() As String - Get - Return ResourceManager.GetString("SyntaxTreeNotFoundToRemove", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to There are no pointer types in VB.. - ''' - Friend ReadOnly Property ThereAreNoPointerTypesInVB() As String - Get - Return ResourceManager.GetString("ThereAreNoPointerTypesInVB", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to There is no dynamic type in VB.. - ''' - Friend ReadOnly Property ThereIsNoDynamicTypeInVB() As String - Get - Return ResourceManager.GetString("ThereIsNoDynamicTypeInVB", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Tree must have a root node with SyntaxKind.CompilationUnit. - ''' - Friend ReadOnly Property TreeMustHaveARootNodeWithCompilationUnit() As String - Get - Return ResourceManager.GetString("TreeMustHaveARootNodeWithCompilationUnit", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to trees({0}). - ''' - Friend ReadOnly Property Trees0() As String - Get - Return ResourceManager.GetString("Trees0", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to trees({0}) must have root node with SyntaxKind.CompilationUnit.. - ''' - Friend ReadOnly Property TreesMustHaveRootNode() As String - Get - Return ResourceManager.GetString("TreesMustHaveRootNode", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type argument cannot be Nothing. - ''' - Friend ReadOnly Property TypeArgumentCannotBeNothing() As String - Get - Return ResourceManager.GetString("TypeArgumentCannotBeNothing", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to TypeParameter not within tree. - ''' - Friend ReadOnly Property TypeParameterNotWithinTree() As String - Get - Return ResourceManager.GetString("TypeParameterNotWithinTree", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to variableSyntax not within syntax tree. - ''' - Friend ReadOnly Property VariableSyntaxNotWithinSyntaxTree() As String - Get - Return ResourceManager.GetString("VariableSyntaxNotWithinSyntaxTree", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Conversion from '{0}' to '{1}' may be ambiguous.. - ''' - Friend ReadOnly Property WRN_AmbiguousCastConversion2() As String - Get - Return ResourceManager.GetString("WRN_AmbiguousCastConversion2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Conversion may be ambiguous. - ''' - Friend ReadOnly Property WRN_AmbiguousCastConversion2_Title() As String - Get - Return ResourceManager.GetString("WRN_AmbiguousCastConversion2_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to An instance of analyzer {0} cannot be created from {1} : {2}.. - ''' - Friend ReadOnly Property WRN_AnalyzerCannotBeCreated() As String - Get - Return ResourceManager.GetString("WRN_AnalyzerCannotBeCreated", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Instance of analyzer cannot be created. - ''' - Friend ReadOnly Property WRN_AnalyzerCannotBeCreated_Title() As String - Get - Return ResourceManager.GetString("WRN_AnalyzerCannotBeCreated_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Cannot infer an element type; 'Object' assumed.. - ''' - Friend ReadOnly Property WRN_ArrayInitNoTypeObjectAssumed() As String - Get - Return ResourceManager.GetString("WRN_ArrayInitNoTypeObjectAssumed", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Cannot infer an element type. - ''' - Friend ReadOnly Property WRN_ArrayInitNoTypeObjectAssumed_Title() As String - Get - Return ResourceManager.GetString("WRN_ArrayInitNoTypeObjectAssumed_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Cannot infer an element type because more than one type is possible; 'Object' assumed.. - ''' - Friend ReadOnly Property WRN_ArrayInitTooManyTypesObjectAssumed() As String - Get - Return ResourceManager.GetString("WRN_ArrayInitTooManyTypesObjectAssumed", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Cannot infer an element type because more than one type is possible. - ''' - Friend ReadOnly Property WRN_ArrayInitTooManyTypesObjectAssumed_Title() As String - Get - Return ResourceManager.GetString("WRN_ArrayInitTooManyTypesObjectAssumed_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' is not CLS-compliant because it overloads '{1}' which differs from it only by array of array parameter types or by the rank of the array parameter types.. - ''' - Friend ReadOnly Property WRN_ArrayOverloadsNonCLS2() As String - Get - Return ResourceManager.GetString("WRN_ArrayOverloadsNonCLS2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Method is not CLS-compliant because it overloads method which differs from it only by array of array parameter types or by the rank of the array parameter types. - ''' - Friend ReadOnly Property WRN_ArrayOverloadsNonCLS2_Title() As String - Get - Return ResourceManager.GetString("WRN_ArrayOverloadsNonCLS2_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Attribute '{0}' from module '{1}' will be ignored in favor of the instance appearing in source.. - ''' - Friend ReadOnly Property WRN_AssemblyAttributeFromModuleIsOverridden() As String - Get - Return ResourceManager.GetString("WRN_AssemblyAttributeFromModuleIsOverridden", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Attribute from module will be ignored in favor of the instance appearing in source. - ''' - Friend ReadOnly Property WRN_AssemblyAttributeFromModuleIsOverridden_Title() As String - Get - Return ResourceManager.GetString("WRN_AssemblyAttributeFromModuleIsOverridden_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Possible problem detected while building assembly: {0}. - ''' - Friend ReadOnly Property WRN_AssemblyGeneration0() As String - Get - Return ResourceManager.GetString("WRN_AssemblyGeneration0", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Possible problem detected while building assembly. - ''' - Friend ReadOnly Property WRN_AssemblyGeneration0_Title() As String - Get - Return ResourceManager.GetString("WRN_AssemblyGeneration0_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Possible problem detected while building assembly '{0}': {1}. - ''' - Friend ReadOnly Property WRN_AssemblyGeneration1() As String - Get - Return ResourceManager.GetString("WRN_AssemblyGeneration1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Possible problem detected while building assembly. - ''' - Friend ReadOnly Property WRN_AssemblyGeneration1_Title() As String - Get - Return ResourceManager.GetString("WRN_AssemblyGeneration1_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to This async method lacks 'Await' operators and so will run synchronously. Consider using the 'Await' operator to await non-blocking API calls, or 'Await Task.Run(...)' to do CPU-bound work on a background thread.. - ''' - Friend ReadOnly Property WRN_AsyncLacksAwaits() As String - Get - Return ResourceManager.GetString("WRN_AsyncLacksAwaits", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to This async method lacks 'Await' operators and so will run synchronously. - ''' - Friend ReadOnly Property WRN_AsyncLacksAwaits_Title() As String - Get - Return ResourceManager.GetString("WRN_AsyncLacksAwaits_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Some overloads here take an Async Function rather than an Async Sub. Consider either using an Async Function, or casting this Async Sub explicitly to the desired type.. - ''' - Friend ReadOnly Property WRN_AsyncSubCouldBeFunction() As String - Get - Return ResourceManager.GetString("WRN_AsyncSubCouldBeFunction", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Some overloads here take an Async Function rather than an Async Sub. - ''' - Friend ReadOnly Property WRN_AsyncSubCouldBeFunction_Title() As String - Get - Return ResourceManager.GetString("WRN_AsyncSubCouldBeFunction_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Attribute '{0}' is ignored when public signing is specified.. - ''' - Friend ReadOnly Property WRN_AttributeIgnoredWhenPublicSigning() As String - Get - Return ResourceManager.GetString("WRN_AttributeIgnoredWhenPublicSigning", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Attribute is ignored when public signing is specified.. - ''' - Friend ReadOnly Property WRN_AttributeIgnoredWhenPublicSigning_Title() As String - Get - Return ResourceManager.GetString("WRN_AttributeIgnoredWhenPublicSigning_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' is not supported in VB.. - ''' - Friend ReadOnly Property WRN_AttributeNotSupportedInVB() As String - Get - Return ResourceManager.GetString("WRN_AttributeNotSupportedInVB", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Attribute is not supported in VB. - ''' - Friend ReadOnly Property WRN_AttributeNotSupportedInVB_Title() As String - Get - Return ResourceManager.GetString("WRN_AttributeNotSupportedInVB_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Bad checksum value, non hex digits or odd number of hex digits.. - ''' - Friend ReadOnly Property WRN_BadChecksumValExtChecksum() As String - Get - Return ResourceManager.GetString("WRN_BadChecksumValExtChecksum", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Bad checksum value, non hex digits or odd number of hex digits. - ''' - Friend ReadOnly Property WRN_BadChecksumValExtChecksum_Title() As String - Get - Return ResourceManager.GetString("WRN_BadChecksumValExtChecksum_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Bad GUID format.. - ''' - Friend ReadOnly Property WRN_BadGUIDFormatExtChecksum() As String - Get - Return ResourceManager.GetString("WRN_BadGUIDFormatExtChecksum", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Bad GUID format. - ''' - Friend ReadOnly Property WRN_BadGUIDFormatExtChecksum_Title() As String - Get - Return ResourceManager.GetString("WRN_BadGUIDFormatExtChecksum_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to unrecognized option '{0}'; ignored. - ''' - Friend ReadOnly Property WRN_BadSwitch() As String - Get - Return ResourceManager.GetString("WRN_BadSwitch", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Unrecognized command-line option. - ''' - Friend ReadOnly Property WRN_BadSwitch_Title() As String - Get - Return ResourceManager.GetString("WRN_BadSwitch_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to The language name '{0}' is invalid.. - ''' - Friend ReadOnly Property WRN_BadUILang() As String - Get - Return ResourceManager.GetString("WRN_BadUILang", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to The language name for /preferreduilang is invalid. - ''' - Friend ReadOnly Property WRN_BadUILang_Title() As String - Get - Return ResourceManager.GetString("WRN_BadUILang_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' is not CLS-compliant because it derives from '{1}', which is not CLS-compliant.. - ''' - Friend ReadOnly Property WRN_BaseClassNotCLSCompliant2() As String - Get - Return ResourceManager.GetString("WRN_BaseClassNotCLSCompliant2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type is not CLS-compliant because it derives from base type that is not CLS-compliant. - ''' - Friend ReadOnly Property WRN_BaseClassNotCLSCompliant2_Title() As String - Get - Return ResourceManager.GetString("WRN_BaseClassNotCLSCompliant2_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Could not find standard library '{0}'.. - ''' - Friend ReadOnly Property WRN_CannotFindStandardLibrary1() As String - Get - Return ResourceManager.GetString("WRN_CannotFindStandardLibrary1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Could not find standard library. - ''' - Friend ReadOnly Property WRN_CannotFindStandardLibrary1_Title() As String - Get - Return ResourceManager.GetString("WRN_CannotFindStandardLibrary1_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to System.CLSCompliantAttribute cannot be applied to property 'Get' or 'Set'.. - ''' - Friend ReadOnly Property WRN_CLSAttrInvalidOnGetSet() As String - Get - Return ResourceManager.GetString("WRN_CLSAttrInvalidOnGetSet", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to System.CLSCompliantAttribute cannot be applied to property 'Get' or 'Set'. - ''' - Friend ReadOnly Property WRN_CLSAttrInvalidOnGetSet_Title() As String - Get - Return ResourceManager.GetString("WRN_CLSAttrInvalidOnGetSet_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' method for event '{1}' cannot be marked CLS compliant because its containing type '{2}' is not CLS compliant.. - ''' - Friend ReadOnly Property WRN_CLSEventMethodInNonCLSType3() As String - Get - Return ResourceManager.GetString("WRN_CLSEventMethodInNonCLSType3", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to AddHandler or RemoveHandler method for event cannot be marked CLS compliant because its containing type is not CLS compliant. - ''' - Friend ReadOnly Property WRN_CLSEventMethodInNonCLSType3_Title() As String - Get - Return ResourceManager.GetString("WRN_CLSEventMethodInNonCLSType3_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to {0} '{1}' cannot be marked CLS-compliant because its containing type '{2}' is not CLS-compliant.. - ''' - Friend ReadOnly Property WRN_CLSMemberInNonCLSType3() As String - Get - Return ResourceManager.GetString("WRN_CLSMemberInNonCLSType3", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Member cannot be marked CLS-compliant because its containing type is not CLS-compliant. - ''' - Friend ReadOnly Property WRN_CLSMemberInNonCLSType3_Title() As String - Get - Return ResourceManager.GetString("WRN_CLSMemberInNonCLSType3_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Microsoft.VisualBasic.ComClassAttribute' on class '{0}' implicitly declares {1} '{2}', which conflicts with a member of the same name in {3} '{4}'. Use 'Microsoft.VisualBasic.ComClassAttribute(InterfaceShadows:=True)' if you want to hide the name on the base {4}.. - ''' - Friend ReadOnly Property WRN_ComClassInterfaceShadows5() As String - Get - Return ResourceManager.GetString("WRN_ComClassInterfaceShadows5", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Microsoft.VisualBasic.ComClassAttribute' on class implicitly declares member, which conflicts with a member of the same name. - ''' - Friend ReadOnly Property WRN_ComClassInterfaceShadows5_Title() As String - Get - Return ResourceManager.GetString("WRN_ComClassInterfaceShadows5_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Microsoft.VisualBasic.ComClassAttribute' is specified for class '{0}' but '{0}' has no public members that can be exposed to COM; therefore, no COM interfaces are generated.. - ''' - Friend ReadOnly Property WRN_ComClassNoMembers1() As String - Get - Return ResourceManager.GetString("WRN_ComClassNoMembers1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Microsoft.VisualBasic.ComClassAttribute' is specified for class but class has no public members that can be exposed to COM. - ''' - Friend ReadOnly Property WRN_ComClassNoMembers1_Title() As String - Get - Return ResourceManager.GetString("WRN_ComClassNoMembers1_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' cannot be exposed to COM as a property 'Let'. You will not be able to assign non-object values (such as numbers or strings) to this property from Visual Basic 6.0 using a 'Let' statement.. - ''' - Friend ReadOnly Property WRN_ComClassPropertySetObject1() As String - Get - Return ResourceManager.GetString("WRN_ComClassPropertySetObject1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Property cannot be exposed to COM as a property 'Let'. - ''' - Friend ReadOnly Property WRN_ComClassPropertySetObject1_Title() As String - Get - Return ResourceManager.GetString("WRN_ComClassPropertySetObject1_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Attribute 'Conditional' is only valid on 'Sub' declarations.. - ''' - Friend ReadOnly Property WRN_ConditionalNotValidOnFunction() As String - Get - Return ResourceManager.GetString("WRN_ConditionalNotValidOnFunction", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Attribute 'Conditional' is only valid on 'Sub' declarations. - ''' - Friend ReadOnly Property WRN_ConditionalNotValidOnFunction_Title() As String - Get - Return ResourceManager.GetString("WRN_ConditionalNotValidOnFunction_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Referenced assembly '{0}' targets a different processor.. - ''' - Friend ReadOnly Property WRN_ConflictingMachineAssembly() As String - Get - Return ResourceManager.GetString("WRN_ConflictingMachineAssembly", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Referenced assembly targets a different processor. - ''' - Friend ReadOnly Property WRN_ConflictingMachineAssembly_Title() As String - Get - Return ResourceManager.GetString("WRN_ConflictingMachineAssembly_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type arguments inferred for method '{0}' result in the following warnings :{1}. - ''' - Friend ReadOnly Property WRN_ConstraintsFailedForInferredArgs2() As String - Get - Return ResourceManager.GetString("WRN_ConstraintsFailedForInferredArgs2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type arguments inferred for method result in warnings. - ''' - Friend ReadOnly Property WRN_ConstraintsFailedForInferredArgs2_Title() As String - Get - Return ResourceManager.GetString("WRN_ConstraintsFailedForInferredArgs2_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to System.Diagnostics.DebuggerHiddenAttribute does not affect 'Get' or 'Set' when applied to the Property definition. Apply the attribute directly to the 'Get' and 'Set' procedures as appropriate.. - ''' - Friend ReadOnly Property WRN_DebuggerHiddenIgnoredOnProperties() As String - Get - Return ResourceManager.GetString("WRN_DebuggerHiddenIgnoredOnProperties", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to System.Diagnostics.DebuggerHiddenAttribute does not affect 'Get' or 'Set' when applied to the Property definition. - ''' - Friend ReadOnly Property WRN_DebuggerHiddenIgnoredOnProperties_Title() As String - Get - Return ResourceManager.GetString("WRN_DebuggerHiddenIgnoredOnProperties_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Function '{0}' doesn't return a value on all code paths. A null reference exception could occur at run time when the result is used.. - ''' - Friend ReadOnly Property WRN_DefAsgNoRetValFuncRef1() As String - Get - Return ResourceManager.GetString("WRN_DefAsgNoRetValFuncRef1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Function doesn't return a value on all code paths. - ''' - Friend ReadOnly Property WRN_DefAsgNoRetValFuncRef1_Title() As String - Get - Return ResourceManager.GetString("WRN_DefAsgNoRetValFuncRef1_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Function '{0}' doesn't return a value on all code paths. Are you missing a 'Return' statement?. - ''' - Friend ReadOnly Property WRN_DefAsgNoRetValFuncVal1() As String - Get - Return ResourceManager.GetString("WRN_DefAsgNoRetValFuncVal1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Function doesn't return a value on all code paths. - ''' - Friend ReadOnly Property WRN_DefAsgNoRetValFuncVal1_Title() As String - Get - Return ResourceManager.GetString("WRN_DefAsgNoRetValFuncVal1_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Operator '{0}' doesn't return a value on all code paths. A null reference exception could occur at run time when the result is used.. - ''' - Friend ReadOnly Property WRN_DefAsgNoRetValOpRef1() As String - Get - Return ResourceManager.GetString("WRN_DefAsgNoRetValOpRef1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Operator doesn't return a value on all code paths. - ''' - Friend ReadOnly Property WRN_DefAsgNoRetValOpRef1_Title() As String - Get - Return ResourceManager.GetString("WRN_DefAsgNoRetValOpRef1_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Operator '{0}' doesn't return a value on all code paths. Are you missing a 'Return' statement?. - ''' - Friend ReadOnly Property WRN_DefAsgNoRetValOpVal1() As String - Get - Return ResourceManager.GetString("WRN_DefAsgNoRetValOpVal1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Operator doesn't return a value on all code paths. - ''' - Friend ReadOnly Property WRN_DefAsgNoRetValOpVal1_Title() As String - Get - Return ResourceManager.GetString("WRN_DefAsgNoRetValOpVal1_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Property '{0}' doesn't return a value on all code paths. A null reference exception could occur at run time when the result is used.. - ''' - Friend ReadOnly Property WRN_DefAsgNoRetValPropRef1() As String - Get - Return ResourceManager.GetString("WRN_DefAsgNoRetValPropRef1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Property doesn't return a value on all code paths. - ''' - Friend ReadOnly Property WRN_DefAsgNoRetValPropRef1_Title() As String - Get - Return ResourceManager.GetString("WRN_DefAsgNoRetValPropRef1_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Property '{0}' doesn't return a value on all code paths. Are you missing a 'Return' statement?. - ''' - Friend ReadOnly Property WRN_DefAsgNoRetValPropVal1() As String - Get - Return ResourceManager.GetString("WRN_DefAsgNoRetValPropVal1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Property doesn't return a value on all code paths. - ''' - Friend ReadOnly Property WRN_DefAsgNoRetValPropVal1_Title() As String - Get - Return ResourceManager.GetString("WRN_DefAsgNoRetValPropVal1_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to The AddHandler for Windows Runtime event '{0}' doesn't return a value on all code paths. Are you missing a 'Return' statement?. - ''' - Friend ReadOnly Property WRN_DefAsgNoRetValWinRtEventVal1() As String - Get - Return ResourceManager.GetString("WRN_DefAsgNoRetValWinRtEventVal1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to The AddHandler for Windows Runtime event doesn't return a value on all code paths. - ''' - Friend ReadOnly Property WRN_DefAsgNoRetValWinRtEventVal1_Title() As String - Get - Return ResourceManager.GetString("WRN_DefAsgNoRetValWinRtEventVal1_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Variable '{0}' is used before it has been assigned a value. A null reference exception could result at runtime.. - ''' - Friend ReadOnly Property WRN_DefAsgUseNullRef() As String - Get - Return ResourceManager.GetString("WRN_DefAsgUseNullRef", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Variable is used before it has been assigned a value. - ''' - Friend ReadOnly Property WRN_DefAsgUseNullRef_Title() As String - Get - Return ResourceManager.GetString("WRN_DefAsgUseNullRef_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Variable '{0}' is passed by reference before it has been assigned a value. A null reference exception could result at runtime.. - ''' - Friend ReadOnly Property WRN_DefAsgUseNullRefByRef() As String - Get - Return ResourceManager.GetString("WRN_DefAsgUseNullRefByRef", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Variable is passed by reference before it has been assigned a value. - ''' - Friend ReadOnly Property WRN_DefAsgUseNullRefByRef_Title() As String - Get - Return ResourceManager.GetString("WRN_DefAsgUseNullRefByRef_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Variable '{0}' is passed by reference before it has been assigned a value. A null reference exception could result at runtime. Make sure the structure or all the reference members are initialized before use. - ''' - Friend ReadOnly Property WRN_DefAsgUseNullRefByRefStr() As String - Get - Return ResourceManager.GetString("WRN_DefAsgUseNullRefByRefStr", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Variable is passed by reference before it has been assigned a value. - ''' - Friend ReadOnly Property WRN_DefAsgUseNullRefByRefStr_Title() As String - Get - Return ResourceManager.GetString("WRN_DefAsgUseNullRefByRefStr_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Variable '{0}' is used before it has been assigned a value. A null reference exception could result at runtime. Make sure the structure or all the reference members are initialized before use. - ''' - Friend ReadOnly Property WRN_DefAsgUseNullRefStr() As String - Get - Return ResourceManager.GetString("WRN_DefAsgUseNullRefStr", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Variable is used before it has been assigned a value. - ''' - Friend ReadOnly Property WRN_DefAsgUseNullRefStr_Title() As String - Get - Return ResourceManager.GetString("WRN_DefAsgUseNullRefStr_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Default property '{0}' conflicts with the default property '{1}' in the base {2} '{3}'. '{0}' will be the default property. '{0}' should be declared 'Shadows'.. - ''' - Friend ReadOnly Property WRN_DefaultnessShadowed4() As String - Get - Return ResourceManager.GetString("WRN_DefaultnessShadowed4", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Default property conflicts with the default property in the base type. - ''' - Friend ReadOnly Property WRN_DefaultnessShadowed4_Title() As String - Get - Return ResourceManager.GetString("WRN_DefaultnessShadowed4_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Delay signing was specified and requires a public key, but no public key was specified.. - ''' - Friend ReadOnly Property WRN_DelaySignButNoKey() As String - Get - Return ResourceManager.GetString("WRN_DelaySignButNoKey", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Delay signing was specified and requires a public key, but no public key was specified. - ''' - Friend ReadOnly Property WRN_DelaySignButNoKey_Title() As String - Get - Return ResourceManager.GetString("WRN_DelaySignButNoKey_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Catch' block never reached; '{0}' handled above in the same Try statement.. - ''' - Friend ReadOnly Property WRN_DuplicateCatch() As String - Get - Return ResourceManager.GetString("WRN_DuplicateCatch", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Catch' block never reached; exception type handled above in the same Try statement. - ''' - Friend ReadOnly Property WRN_DuplicateCatch_Title() As String - Get - Return ResourceManager.GetString("WRN_DuplicateCatch_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to The xmlns attribute has special meaning and should not be written with a prefix.. - ''' - Friend ReadOnly Property WRN_EmptyPrefixAndXmlnsLocalName() As String - Get - Return ResourceManager.GetString("WRN_EmptyPrefixAndXmlnsLocalName", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to The xmlns attribute has special meaning and should not be written with a prefix. - ''' - Friend ReadOnly Property WRN_EmptyPrefixAndXmlnsLocalName_Title() As String - Get - Return ResourceManager.GetString("WRN_EmptyPrefixAndXmlnsLocalName_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Underlying type '{0}' of Enum is not CLS-compliant.. - ''' - Friend ReadOnly Property WRN_EnumUnderlyingTypeNotCLS1() As String - Get - Return ResourceManager.GetString("WRN_EnumUnderlyingTypeNotCLS1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Underlying type of Enum is not CLS-compliant. - ''' - Friend ReadOnly Property WRN_EnumUnderlyingTypeNotCLS1_Title() As String - Get - Return ResourceManager.GetString("WRN_EnumUnderlyingTypeNotCLS1_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to This expression will always evaluate to Nothing (due to null propagation from the equals operator). To check if the value is null consider using 'Is Nothing'.. - ''' - Friend ReadOnly Property WRN_EqualToLiteralNothing() As String - Get - Return ResourceManager.GetString("WRN_EqualToLiteralNothing", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to This expression will always evaluate to Nothing. - ''' - Friend ReadOnly Property WRN_EqualToLiteralNothing_Title() As String - Get - Return ResourceManager.GetString("WRN_EqualToLiteralNothing_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Delegate type '{0}' of event '{1}' is not CLS-compliant.. - ''' - Friend ReadOnly Property WRN_EventDelegateTypeNotCLSCompliant2() As String - Get - Return ResourceManager.GetString("WRN_EventDelegateTypeNotCLSCompliant2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Delegate type of event is not CLS-compliant. - ''' - Friend ReadOnly Property WRN_EventDelegateTypeNotCLSCompliant2_Title() As String - Get - Return ResourceManager.GetString("WRN_EventDelegateTypeNotCLSCompliant2_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' in designer-generated type '{1}' should call InitializeComponent method.. - ''' - Friend ReadOnly Property WRN_ExpectedInitComponentCall2() As String - Get - Return ResourceManager.GetString("WRN_ExpectedInitComponentCall2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Constructor in designer-generated type should call InitializeComponent method. - ''' - Friend ReadOnly Property WRN_ExpectedInitComponentCall2_Title() As String - Get - Return ResourceManager.GetString("WRN_ExpectedInitComponentCall2_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' is for evaluation purposes only and is subject to change or removal in future updates.. - ''' - Friend ReadOnly Property WRN_Experimental() As String - Get - Return ResourceManager.GetString("WRN_Experimental", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type is for evaluation purposes only and is subject to change or removal in future updates.. - ''' - Friend ReadOnly Property WRN_Experimental_Title() As String - Get - Return ResourceManager.GetString("WRN_Experimental_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type of member '{0}' is not CLS-compliant.. - ''' - Friend ReadOnly Property WRN_FieldNotCLSCompliant1() As String - Get - Return ResourceManager.GetString("WRN_FieldNotCLSCompliant1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type of member is not CLS-compliant. - ''' - Friend ReadOnly Property WRN_FieldNotCLSCompliant1_Title() As String - Get - Return ResourceManager.GetString("WRN_FieldNotCLSCompliant1_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to source file '{0}' specified multiple times. - ''' - Friend ReadOnly Property WRN_FileAlreadyIncluded() As String - Get - Return ResourceManager.GetString("WRN_FileAlreadyIncluded", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Source file specified multiple times. - ''' - Friend ReadOnly Property WRN_FileAlreadyIncluded_Title() As String - Get - Return ResourceManager.GetString("WRN_FileAlreadyIncluded_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Generic parameter constraint type '{0}' is not CLS-compliant.. - ''' - Friend ReadOnly Property WRN_GenericConstraintNotCLSCompliant1() As String - Get - Return ResourceManager.GetString("WRN_GenericConstraintNotCLSCompliant1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Generic parameter constraint type is not CLS-compliant. - ''' - Friend ReadOnly Property WRN_GenericConstraintNotCLSCompliant1_Title() As String - Get - Return ResourceManager.GetString("WRN_GenericConstraintNotCLSCompliant1_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Cannot infer a common type; 'Object' assumed.. - ''' - Friend ReadOnly Property WRN_IfNoTypeObjectAssumed() As String - Get - Return ResourceManager.GetString("WRN_IfNoTypeObjectAssumed", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Cannot infer a common type. - ''' - Friend ReadOnly Property WRN_IfNoTypeObjectAssumed_Title() As String - Get - Return ResourceManager.GetString("WRN_IfNoTypeObjectAssumed_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Cannot infer a common type because more than one type is possible; 'Object' assumed.. - ''' - Friend ReadOnly Property WRN_IfTooManyTypesObjectAssumed() As String - Get - Return ResourceManager.GetString("WRN_IfTooManyTypesObjectAssumed", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Cannot infer a common type because more than one type is possible. - ''' - Friend ReadOnly Property WRN_IfTooManyTypesObjectAssumed_Title() As String - Get - Return ResourceManager.GetString("WRN_IfTooManyTypesObjectAssumed_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Option /win32manifest ignored. It can be specified only when the target is an assembly.. - ''' - Friend ReadOnly Property WRN_IgnoreModuleManifest() As String - Get - Return ResourceManager.GetString("WRN_IgnoreModuleManifest", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Option /win32manifest ignored. - ''' - Friend ReadOnly Property WRN_IgnoreModuleManifest_Title() As String - Get - Return ResourceManager.GetString("WRN_IgnoreModuleManifest_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Implicit conversion from '{0}' to '{1}'.. - ''' - Friend ReadOnly Property WRN_ImplicitConversion2() As String - Get - Return ResourceManager.GetString("WRN_ImplicitConversion2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Implicit conversion. - ''' - Friend ReadOnly Property WRN_ImplicitConversion2_Title() As String - Get - Return ResourceManager.GetString("WRN_ImplicitConversion2_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Implicit conversion from '{1}' to '{2}' in copying the value of 'ByRef' parameter '{0}' back to the matching argument.. - ''' - Friend ReadOnly Property WRN_ImplicitConversionCopyBack() As String - Get - Return ResourceManager.GetString("WRN_ImplicitConversionCopyBack", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Implicit conversion in copying the value of 'ByRef' parameter back to the matching argument. - ''' - Friend ReadOnly Property WRN_ImplicitConversionCopyBack_Title() As String - Get - Return ResourceManager.GetString("WRN_ImplicitConversionCopyBack_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to {0}. - ''' - Friend ReadOnly Property WRN_ImplicitConversionSubst1() As String - Get - Return ResourceManager.GetString("WRN_ImplicitConversionSubst1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Implicit conversion. - ''' - Friend ReadOnly Property WRN_ImplicitConversionSubst1_Title() As String - Get - Return ResourceManager.GetString("WRN_ImplicitConversionSubst1_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to A reference was created to embedded interop assembly '{0}' because of an indirect reference to that assembly from assembly '{1}'. Consider changing the 'Embed Interop Types' property on either assembly.. - ''' - Friend ReadOnly Property WRN_IndirectRefToLinkedAssembly2() As String - Get - Return ResourceManager.GetString("WRN_IndirectRefToLinkedAssembly2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to A reference was created to embedded interop assembly because of an indirect reference to that assembly. - ''' - Friend ReadOnly Property WRN_IndirectRefToLinkedAssembly2_Title() As String - Get - Return ResourceManager.GetString("WRN_IndirectRefToLinkedAssembly2_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' is not CLS-compliant because the interface '{1}' it inherits from is not CLS-compliant.. - ''' - Friend ReadOnly Property WRN_InheritedInterfaceNotCLSCompliant2() As String - Get - Return ResourceManager.GetString("WRN_InheritedInterfaceNotCLSCompliant2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type is not CLS-compliant because the interface it inherits from is not CLS-compliant. - ''' - Friend ReadOnly Property WRN_InheritedInterfaceNotCLSCompliant2_Title() As String - Get - Return ResourceManager.GetString("WRN_InheritedInterfaceNotCLSCompliant2_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Runtime errors might occur when converting '{0}' to '{1}'.. - ''' - Friend ReadOnly Property WRN_InterfaceConversion2() As String - Get - Return ResourceManager.GetString("WRN_InterfaceConversion2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Runtime errors might occur when converting to or from interface type. - ''' - Friend ReadOnly Property WRN_InterfaceConversion2_Title() As String - Get - Return ResourceManager.GetString("WRN_InterfaceConversion2_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Assembly reference '{0}' is invalid and cannot be resolved.. - ''' - Friend ReadOnly Property WRN_InvalidAssemblyName() As String - Get - Return ResourceManager.GetString("WRN_InvalidAssemblyName", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Assembly reference is invalid and cannot be resolved. - ''' - Friend ReadOnly Property WRN_InvalidAssemblyName_Title() As String - Get - Return ResourceManager.GetString("WRN_InvalidAssemblyName_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' cannot override '{1}' because they differ by their tuple element names.. - ''' - Friend ReadOnly Property WRN_InvalidOverrideDueToTupleNames2() As String - Get - Return ResourceManager.GetString("WRN_InvalidOverrideDueToTupleNames2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Member cannot override because it differs by its tuple element names.. - ''' - Friend ReadOnly Property WRN_InvalidOverrideDueToTupleNames2_Title() As String - Get - Return ResourceManager.GetString("WRN_InvalidOverrideDueToTupleNames2_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to The specified version string does not conform to the recommended format - major.minor.build.revision. - ''' - Friend ReadOnly Property WRN_InvalidVersionFormat() As String - Get - Return ResourceManager.GetString("WRN_InvalidVersionFormat", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to The specified version string does not conform to the recommended format. - ''' - Friend ReadOnly Property WRN_InvalidVersionFormat_Title() As String - Get - Return ResourceManager.GetString("WRN_InvalidVersionFormat_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to warning number '{0}' for the option '{1}' is either not configurable or not valid. - ''' - Friend ReadOnly Property WRN_InvalidWarningId() As String - Get - Return ResourceManager.GetString("WRN_InvalidWarningId", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Warning number is either not configurable or not valid. - ''' - Friend ReadOnly Property WRN_InvalidWarningId_Title() As String - Get - Return ResourceManager.GetString("WRN_InvalidWarningId_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Cannot infer a return type; 'Object' assumed.. - ''' - Friend ReadOnly Property WRN_LambdaNoTypeObjectAssumed() As String - Get - Return ResourceManager.GetString("WRN_LambdaNoTypeObjectAssumed", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Cannot infer a return type. - ''' - Friend ReadOnly Property WRN_LambdaNoTypeObjectAssumed_Title() As String - Get - Return ResourceManager.GetString("WRN_LambdaNoTypeObjectAssumed_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Lambda expression will not be removed from this event handler. Assign the lambda expression to a variable and use the variable to add and remove the event.. - ''' - Friend ReadOnly Property WRN_LambdaPassedToRemoveHandler() As String - Get - Return ResourceManager.GetString("WRN_LambdaPassedToRemoveHandler", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Lambda expression will not be removed from this event handler. - ''' - Friend ReadOnly Property WRN_LambdaPassedToRemoveHandler_Title() As String - Get - Return ResourceManager.GetString("WRN_LambdaPassedToRemoveHandler_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Cannot infer a return type because more than one type is possible; 'Object' assumed.. - ''' - Friend ReadOnly Property WRN_LambdaTooManyTypesObjectAssumed() As String - Get - Return ResourceManager.GetString("WRN_LambdaTooManyTypesObjectAssumed", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Cannot infer a return type because more than one type is possible. - ''' - Friend ReadOnly Property WRN_LambdaTooManyTypesObjectAssumed_Title() As String - Get - Return ResourceManager.GetString("WRN_LambdaTooManyTypesObjectAssumed_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Late bound resolution; runtime errors could occur.. - ''' - Friend ReadOnly Property WRN_LateBindingResolution() As String - Get - Return ResourceManager.GetString("WRN_LateBindingResolution", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Late bound resolution. - ''' - Friend ReadOnly Property WRN_LateBindingResolution_Title() As String - Get - Return ResourceManager.GetString("WRN_LateBindingResolution_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Using the iteration variable in a lambda expression may have unexpected results. Instead, create a local variable within the loop and assign it the value of the iteration variable.. - ''' - Friend ReadOnly Property WRN_LiftControlVariableLambda() As String - Get - Return ResourceManager.GetString("WRN_LiftControlVariableLambda", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Using the iteration variable in a lambda expression may have unexpected results. - ''' - Friend ReadOnly Property WRN_LiftControlVariableLambda_Title() As String - Get - Return ResourceManager.GetString("WRN_LiftControlVariableLambda_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Using the iteration variable in a query expression may have unexpected results. Instead, create a local variable within the loop and assign it the value of the iteration variable.. - ''' - Friend ReadOnly Property WRN_LiftControlVariableQuery() As String - Get - Return ResourceManager.GetString("WRN_LiftControlVariableQuery", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Using the iteration variable in a query expression may have unexpected results. - ''' - Friend ReadOnly Property WRN_LiftControlVariableQuery_Title() As String - Get - Return ResourceManager.GetString("WRN_LiftControlVariableQuery_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to The entry point of the program is global script code; ignoring '{0}' entry point.. - ''' - Friend ReadOnly Property WRN_MainIgnored() As String - Get - Return ResourceManager.GetString("WRN_MainIgnored", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to The entry point of the program is global script code; ignoring entry point. - ''' - Friend ReadOnly Property WRN_MainIgnored_Title() As String - Get - Return ResourceManager.GetString("WRN_MainIgnored_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to {0} '{1}' conflicts with a member implicitly declared for {2} '{3}' in the base {4} '{5}' and should be declared 'Shadows'.. - ''' - Friend ReadOnly Property WRN_MemberShadowsSynthMember6() As String - Get - Return ResourceManager.GetString("WRN_MemberShadowsSynthMember6", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Member conflicts with a member implicitly declared for property or event in the base type. - ''' - Friend ReadOnly Property WRN_MemberShadowsSynthMember6_Title() As String - Get - Return ResourceManager.GetString("WRN_MemberShadowsSynthMember6_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Function without an 'As' clause; return type of Object assumed.. - ''' - Friend ReadOnly Property WRN_MissingAsClauseinFunction() As String - Get - Return ResourceManager.GetString("WRN_MissingAsClauseinFunction", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Function without an 'As' clause. - ''' - Friend ReadOnly Property WRN_MissingAsClauseinFunction_Title() As String - Get - Return ResourceManager.GetString("WRN_MissingAsClauseinFunction_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Operator without an 'As' clause; type of Object assumed.. - ''' - Friend ReadOnly Property WRN_MissingAsClauseinOperator() As String - Get - Return ResourceManager.GetString("WRN_MissingAsClauseinOperator", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Operator without an 'As' clause. - ''' - Friend ReadOnly Property WRN_MissingAsClauseinOperator_Title() As String - Get - Return ResourceManager.GetString("WRN_MissingAsClauseinOperator_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Property without an 'As' clause; type of Object assumed.. - ''' - Friend ReadOnly Property WRN_MissingAsClauseinProperty() As String - Get - Return ResourceManager.GetString("WRN_MissingAsClauseinProperty", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Property without an 'As' clause. - ''' - Friend ReadOnly Property WRN_MissingAsClauseinProperty_Title() As String - Get - Return ResourceManager.GetString("WRN_MissingAsClauseinProperty_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Variable declaration without an 'As' clause; type of Object assumed.. - ''' - Friend ReadOnly Property WRN_MissingAsClauseinVarDecl() As String - Get - Return ResourceManager.GetString("WRN_MissingAsClauseinVarDecl", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Variable declaration without an 'As' clause. - ''' - Friend ReadOnly Property WRN_MissingAsClauseinVarDecl_Title() As String - Get - Return ResourceManager.GetString("WRN_MissingAsClauseinVarDecl_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to File name already declared with a different GUID and checksum value.. - ''' - Friend ReadOnly Property WRN_MultipleDeclFileExtChecksum() As String - Get - Return ResourceManager.GetString("WRN_MultipleDeclFileExtChecksum", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to File name already declared with a different GUID and checksum value. - ''' - Friend ReadOnly Property WRN_MultipleDeclFileExtChecksum_Title() As String - Get - Return ResourceManager.GetString("WRN_MultipleDeclFileExtChecksum_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to {0} '{1}' shadows an overloadable member declared in the base {2} '{3}'. If you want to overload the base method, this method must be declared 'Overloads'.. - ''' - Friend ReadOnly Property WRN_MustOverloadBase4() As String - Get - Return ResourceManager.GetString("WRN_MustOverloadBase4", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Member shadows an overloadable member declared in the base type. - ''' - Friend ReadOnly Property WRN_MustOverloadBase4_Title() As String - Get - Return ResourceManager.GetString("WRN_MustOverloadBase4_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to {0} '{1}' shadows an overridable method in the base {2} '{3}'. To override the base method, this method must be declared 'Overrides'.. - ''' - Friend ReadOnly Property WRN_MustOverride2() As String - Get - Return ResourceManager.GetString("WRN_MustOverride2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Member shadows an overridable method in the base type. - ''' - Friend ReadOnly Property WRN_MustOverride2_Title() As String - Get - Return ResourceManager.GetString("WRN_MustOverride2_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to {0} '{1}' conflicts with other members of the same name across the inheritance hierarchy and so should be declared 'Shadows'.. - ''' - Friend ReadOnly Property WRN_MustShadowOnMultipleInheritance2() As String - Get - Return ResourceManager.GetString("WRN_MustShadowOnMultipleInheritance2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Method conflicts with other members of the same name across the inheritance hierarchy and so should be declared 'Shadows'. - ''' - Friend ReadOnly Property WRN_MustShadowOnMultipleInheritance2_Title() As String - Get - Return ResourceManager.GetString("WRN_MustShadowOnMultipleInheritance2_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Local variable '{0}' is read-only. When its type is a structure, invoking its members or passing it ByRef does not change its content and might lead to unexpected results. Consider declaring this variable outside of the 'Using' block.. - ''' - Friend ReadOnly Property WRN_MutableGenericStructureInUsing() As String - Get - Return ResourceManager.GetString("WRN_MutableGenericStructureInUsing", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Local variable declared by Using statement is read-only and its type may be a structure. - ''' - Friend ReadOnly Property WRN_MutableGenericStructureInUsing_Title() As String - Get - Return ResourceManager.GetString("WRN_MutableGenericStructureInUsing_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Local variable '{0}' is read-only and its type is a structure. Invoking its members or passing it ByRef does not change its content and might lead to unexpected results. Consider declaring this variable outside of the 'Using' block.. - ''' - Friend ReadOnly Property WRN_MutableStructureInUsing() As String - Get - Return ResourceManager.GetString("WRN_MutableStructureInUsing", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Local variable declared by Using statement is read-only and its type is a structure. - ''' - Friend ReadOnly Property WRN_MutableStructureInUsing_Title() As String - Get - Return ResourceManager.GetString("WRN_MutableStructureInUsing_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Name '{0}' is not CLS-compliant.. - ''' - Friend ReadOnly Property WRN_NameNotCLSCompliant1() As String - Get - Return ResourceManager.GetString("WRN_NameNotCLSCompliant1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Name is not CLS-compliant. - ''' - Friend ReadOnly Property WRN_NameNotCLSCompliant1_Title() As String - Get - Return ResourceManager.GetString("WRN_NameNotCLSCompliant1_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Casing of namespace name '{0}' does not match casing of namespace name '{1}' in '{2}'.. - ''' - Friend ReadOnly Property WRN_NamespaceCaseMismatch3() As String - Get - Return ResourceManager.GetString("WRN_NamespaceCaseMismatch3", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Casing of namespace name does not match. - ''' - Friend ReadOnly Property WRN_NamespaceCaseMismatch3_Title() As String - Get - Return ResourceManager.GetString("WRN_NamespaceCaseMismatch3_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to The assembly {0} does not contain any analyzers.. - ''' - Friend ReadOnly Property WRN_NoAnalyzerInAssembly() As String - Get - Return ResourceManager.GetString("WRN_NoAnalyzerInAssembly", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Assembly does not contain any analyzers. - ''' - Friend ReadOnly Property WRN_NoAnalyzerInAssembly_Title() As String - Get - Return ResourceManager.GetString("WRN_NoAnalyzerInAssembly_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to ignoring /noconfig option because it was specified in a response file. - ''' - Friend ReadOnly Property WRN_NoConfigInResponseFile() As String - Get - Return ResourceManager.GetString("WRN_NoConfigInResponseFile", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Ignoring /noconfig option because it was specified in a response file. - ''' - Friend ReadOnly Property WRN_NoConfigInResponseFile_Title() As String - Get - Return ResourceManager.GetString("WRN_NoConfigInResponseFile_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Non CLS-compliant '{0}' is not allowed in a CLS-compliant interface.. - ''' - Friend ReadOnly Property WRN_NonCLSMemberInCLSInterface1() As String - Get - Return ResourceManager.GetString("WRN_NonCLSMemberInCLSInterface1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Non CLS-compliant member is not allowed in a CLS-compliant interface. - ''' - Friend ReadOnly Property WRN_NonCLSMemberInCLSInterface1_Title() As String - Get - Return ResourceManager.GetString("WRN_NonCLSMemberInCLSInterface1_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Non CLS-compliant 'MustOverride' member is not allowed in CLS-compliant type '{0}'.. - ''' - Friend ReadOnly Property WRN_NonCLSMustOverrideInCLSType1() As String - Get - Return ResourceManager.GetString("WRN_NonCLSMustOverrideInCLSType1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Non CLS-compliant 'MustOverride' member is not allowed in CLS-compliant type. - ''' - Friend ReadOnly Property WRN_NonCLSMustOverrideInCLSType1_Title() As String - Get - Return ResourceManager.GetString("WRN_NonCLSMustOverrideInCLSType1_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Class '{0}' should declare a 'Sub New' because the '{1}' in its base class '{2}' is marked obsolete.. - ''' - Friend ReadOnly Property WRN_NoNonObsoleteConstructorOnBase3() As String - Get - Return ResourceManager.GetString("WRN_NoNonObsoleteConstructorOnBase3", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Class should declare a 'Sub New' because the constructor in its base class is marked obsolete. - ''' - Friend ReadOnly Property WRN_NoNonObsoleteConstructorOnBase3_Title() As String - Get - Return ResourceManager.GetString("WRN_NoNonObsoleteConstructorOnBase3_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Class '{0}' should declare a 'Sub New' because the '{1}' in its base class '{2}' is marked obsolete: '{3}'.. - ''' - Friend ReadOnly Property WRN_NoNonObsoleteConstructorOnBase4() As String - Get - Return ResourceManager.GetString("WRN_NoNonObsoleteConstructorOnBase4", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Class should declare a 'Sub New' because the constructor in its base class is marked obsolete. - ''' - Friend ReadOnly Property WRN_NoNonObsoleteConstructorOnBase4_Title() As String - Get - Return ResourceManager.GetString("WRN_NoNonObsoleteConstructorOnBase4_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to This expression will always evaluate to Nothing (due to null propagation from the equals operator). To check if the value is not null consider using 'IsNot Nothing'.. - ''' - Friend ReadOnly Property WRN_NotEqualToLiteralNothing() As String - Get - Return ResourceManager.GetString("WRN_NotEqualToLiteralNothing", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to This expression will always evaluate to Nothing. - ''' - Friend ReadOnly Property WRN_NotEqualToLiteralNothing_Title() As String - Get - Return ResourceManager.GetString("WRN_NotEqualToLiteralNothing_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to {0}. - ''' - Friend ReadOnly Property WRN_ObjectAssumed1() As String - Get - Return ResourceManager.GetString("WRN_ObjectAssumed1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Function without an 'As' clause. - ''' - Friend ReadOnly Property WRN_ObjectAssumed1_Title() As String - Get - Return ResourceManager.GetString("WRN_ObjectAssumed1_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to {0}. - ''' - Friend ReadOnly Property WRN_ObjectAssumedProperty1() As String - Get - Return ResourceManager.GetString("WRN_ObjectAssumedProperty1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Property without an 'As' clause. - ''' - Friend ReadOnly Property WRN_ObjectAssumedProperty1_Title() As String - Get - Return ResourceManager.GetString("WRN_ObjectAssumedProperty1_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to {0}. - ''' - Friend ReadOnly Property WRN_ObjectAssumedVar1() As String - Get - Return ResourceManager.GetString("WRN_ObjectAssumedVar1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Variable declaration without an 'As' clause. - ''' - Friend ReadOnly Property WRN_ObjectAssumedVar1_Title() As String - Get - Return ResourceManager.GetString("WRN_ObjectAssumedVar1_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Operands of type Object used for operator '{0}'; use the 'Is' operator to test object identity.. - ''' - Friend ReadOnly Property WRN_ObjectMath1() As String - Get - Return ResourceManager.GetString("WRN_ObjectMath1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Operands of type Object used for operator. - ''' - Friend ReadOnly Property WRN_ObjectMath1_Title() As String - Get - Return ResourceManager.GetString("WRN_ObjectMath1_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Operands of type Object used for operator '{0}'; use the 'IsNot' operator to test object identity.. - ''' - Friend ReadOnly Property WRN_ObjectMath1Not() As String - Get - Return ResourceManager.GetString("WRN_ObjectMath1Not", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Operands of type Object used for operator <>. - ''' - Friend ReadOnly Property WRN_ObjectMath1Not_Title() As String - Get - Return ResourceManager.GetString("WRN_ObjectMath1Not_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Operands of type Object used for operator '{0}'; runtime errors could occur.. - ''' - Friend ReadOnly Property WRN_ObjectMath2() As String - Get - Return ResourceManager.GetString("WRN_ObjectMath2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Operands of type Object used for operator. - ''' - Friend ReadOnly Property WRN_ObjectMath2_Title() As String - Get - Return ResourceManager.GetString("WRN_ObjectMath2_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Operands of type Object used in expressions for 'Select', 'Case' statements; runtime errors could occur.. - ''' - Friend ReadOnly Property WRN_ObjectMathSelectCase() As String - Get - Return ResourceManager.GetString("WRN_ObjectMathSelectCase", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Operands of type Object used in expressions for 'Select', 'Case' statements. - ''' - Friend ReadOnly Property WRN_ObjectMathSelectCase_Title() As String - Get - Return ResourceManager.GetString("WRN_ObjectMathSelectCase_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Using DirectCast operator to cast a value-type to the same type is obsolete.. - ''' - Friend ReadOnly Property WRN_ObsoleteIdentityDirectCastForValueType() As String - Get - Return ResourceManager.GetString("WRN_ObsoleteIdentityDirectCastForValueType", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Using DirectCast operator to cast a value-type to the same type is obsolete. - ''' - Friend ReadOnly Property WRN_ObsoleteIdentityDirectCastForValueType_Title() As String - Get - Return ResourceManager.GetString("WRN_ObsoleteIdentityDirectCastForValueType_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type of optional value for optional parameter '{0}' is not CLS-compliant.. - ''' - Friend ReadOnly Property WRN_OptionalValueNotCLSCompliant1() As String - Get - Return ResourceManager.GetString("WRN_OptionalValueNotCLSCompliant1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type of optional value for optional parameter is not CLS-compliant. - ''' - Friend ReadOnly Property WRN_OptionalValueNotCLSCompliant1_Title() As String - Get - Return ResourceManager.GetString("WRN_OptionalValueNotCLSCompliant1_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Catch' block never reached, because '{0}' inherits from '{1}'.. - ''' - Friend ReadOnly Property WRN_OverlappingCatch() As String - Get - Return ResourceManager.GetString("WRN_OverlappingCatch", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Catch' block never reached; exception type's base type handled above in the same Try statement. - ''' - Friend ReadOnly Property WRN_OverlappingCatch_Title() As String - Get - Return ResourceManager.GetString("WRN_OverlappingCatch_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to {0} '{1}' conflicts with {2} '{1}' in the base {3} '{4}' and should be declared 'Shadows'.. - ''' - Friend ReadOnly Property WRN_OverrideType5() As String - Get - Return ResourceManager.GetString("WRN_OverrideType5", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Member conflicts with member in the base type and should be declared 'Shadows'. - ''' - Friend ReadOnly Property WRN_OverrideType5_Title() As String - Get - Return ResourceManager.GetString("WRN_OverrideType5_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type of parameter '{0}' is not CLS-compliant.. - ''' - Friend ReadOnly Property WRN_ParamNotCLSCompliant1() As String - Get - Return ResourceManager.GetString("WRN_ParamNotCLSCompliant1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type of parameter is not CLS-compliant. - ''' - Friend ReadOnly Property WRN_ParamNotCLSCompliant1_Title() As String - Get - Return ResourceManager.GetString("WRN_ParamNotCLSCompliant1_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Local name '{0}' is too long for PDB. Consider shortening or compiling without /debug.. - ''' - Friend ReadOnly Property WRN_PdbLocalNameTooLong() As String - Get - Return ResourceManager.GetString("WRN_PdbLocalNameTooLong", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Local name is too long for PDB. - ''' - Friend ReadOnly Property WRN_PdbLocalNameTooLong_Title() As String - Get - Return ResourceManager.GetString("WRN_PdbLocalNameTooLong_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Import string '{0}' is too long for PDB. Consider shortening or compiling without /debug.. - ''' - Friend ReadOnly Property WRN_PdbUsingNameTooLong() As String - Get - Return ResourceManager.GetString("WRN_PdbUsingNameTooLong", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Import string is too long for PDB. - ''' - Friend ReadOnly Property WRN_PdbUsingNameTooLong_Title() As String - Get - Return ResourceManager.GetString("WRN_PdbUsingNameTooLong_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to It is not recommended to have attributes named xmlns. Did you mean to write 'xmlns:{0}' to define a prefix named '{0}'?. - ''' - Friend ReadOnly Property WRN_PrefixAndXmlnsLocalName() As String - Get - Return ResourceManager.GetString("WRN_PrefixAndXmlnsLocalName", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to It is not recommended to have attributes named xmlns. - ''' - Friend ReadOnly Property WRN_PrefixAndXmlnsLocalName_Title() As String - Get - Return ResourceManager.GetString("WRN_PrefixAndXmlnsLocalName_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Return type of function '{0}' is not CLS-compliant.. - ''' - Friend ReadOnly Property WRN_ProcTypeNotCLSCompliant1() As String - Get - Return ResourceManager.GetString("WRN_ProcTypeNotCLSCompliant1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Return type of function is not CLS-compliant. - ''' - Friend ReadOnly Property WRN_ProcTypeNotCLSCompliant1_Title() As String - Get - Return ResourceManager.GetString("WRN_ProcTypeNotCLSCompliant1_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Range variable is assumed to be of type Object because its type cannot be inferred. Use an 'As' clause to specify a different type.. - ''' - Friend ReadOnly Property WRN_QueryMissingAsClauseinVarDecl() As String - Get - Return ResourceManager.GetString("WRN_QueryMissingAsClauseinVarDecl", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Range variable is assumed to be of type Object because its type cannot be inferred. - ''' - Friend ReadOnly Property WRN_QueryMissingAsClauseinVarDecl_Title() As String - Get - Return ResourceManager.GetString("WRN_QueryMissingAsClauseinVarDecl_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Statement recursively calls the containing '{0}' for event '{1}'.. - ''' - Friend ReadOnly Property WRN_RecursiveAddHandlerCall() As String - Get - Return ResourceManager.GetString("WRN_RecursiveAddHandlerCall", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Statement recursively calls the event's containing AddHandler. - ''' - Friend ReadOnly Property WRN_RecursiveAddHandlerCall_Title() As String - Get - Return ResourceManager.GetString("WRN_RecursiveAddHandlerCall_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Expression recursively calls the containing Operator '{0}'.. - ''' - Friend ReadOnly Property WRN_RecursiveOperatorCall() As String - Get - Return ResourceManager.GetString("WRN_RecursiveOperatorCall", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Expression recursively calls the containing Operator. - ''' - Friend ReadOnly Property WRN_RecursiveOperatorCall_Title() As String - Get - Return ResourceManager.GetString("WRN_RecursiveOperatorCall_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Expression recursively calls the containing property '{0}'.. - ''' - Friend ReadOnly Property WRN_RecursivePropertyCall() As String - Get - Return ResourceManager.GetString("WRN_RecursivePropertyCall", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Expression recursively calls the containing property. - ''' - Friend ReadOnly Property WRN_RecursivePropertyCall_Title() As String - Get - Return ResourceManager.GetString("WRN_RecursivePropertyCall_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Referenced assembly '{0}' has different culture setting of '{1}'.. - ''' - Friend ReadOnly Property WRN_RefCultureMismatch() As String - Get - Return ResourceManager.GetString("WRN_RefCultureMismatch", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Referenced assembly has different culture setting. - ''' - Friend ReadOnly Property WRN_RefCultureMismatch_Title() As String - Get - Return ResourceManager.GetString("WRN_RefCultureMismatch_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Referenced assembly '{0}' does not have a strong name.. - ''' - Friend ReadOnly Property WRN_ReferencedAssemblyDoesNotHaveStrongName() As String - Get - Return ResourceManager.GetString("WRN_ReferencedAssemblyDoesNotHaveStrongName", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Referenced assembly does not have a strong name. - ''' - Friend ReadOnly Property WRN_ReferencedAssemblyDoesNotHaveStrongName_Title() As String - Get - Return ResourceManager.GetString("WRN_ReferencedAssemblyDoesNotHaveStrongName_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to The 'AddressOf' expression has no effect in this context because the method argument to 'AddressOf' requires a relaxed conversion to the delegate type of the event. Assign the 'AddressOf' expression to a variable, and use the variable to add or remove the method as the handler.. - ''' - Friend ReadOnly Property WRN_RelDelegatePassedToRemoveHandler() As String - Get - Return ResourceManager.GetString("WRN_RelDelegatePassedToRemoveHandler", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to The 'AddressOf' expression has no effect in this context because the method argument to 'AddressOf' requires a relaxed conversion to the delegate type of the event. - ''' - Friend ReadOnly Property WRN_RelDelegatePassedToRemoveHandler_Title() As String - Get - Return ResourceManager.GetString("WRN_RelDelegatePassedToRemoveHandler_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to First statement of this 'Sub New' should be an explicit call to 'MyBase.New' or 'MyClass.New' because the '{0}' in the base class '{1}' of '{2}' is marked obsolete.. - ''' - Friend ReadOnly Property WRN_RequiredNonObsoleteNewCall3() As String - Get - Return ResourceManager.GetString("WRN_RequiredNonObsoleteNewCall3", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to First statement of this 'Sub New' should be an explicit call to 'MyBase.New' or 'MyClass.New' because the constructor in the base class is marked obsolete. - ''' - Friend ReadOnly Property WRN_RequiredNonObsoleteNewCall3_Title() As String - Get - Return ResourceManager.GetString("WRN_RequiredNonObsoleteNewCall3_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to First statement of this 'Sub New' should be an explicit call to 'MyBase.New' or 'MyClass.New' because the '{0}' in the base class '{1}' of '{2}' is marked obsolete: '{3}'. - ''' - Friend ReadOnly Property WRN_RequiredNonObsoleteNewCall4() As String - Get - Return ResourceManager.GetString("WRN_RequiredNonObsoleteNewCall4", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to First statement of this 'Sub New' should be an explicit call to 'MyBase.New' or 'MyClass.New' because the constructor in the base class is marked obsolete. - ''' - Friend ReadOnly Property WRN_RequiredNonObsoleteNewCall4_Title() As String - Get - Return ResourceManager.GetString("WRN_RequiredNonObsoleteNewCall4_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Attributes applied on a return type of a WriteOnly Property have no effect.. - ''' - Friend ReadOnly Property WRN_ReturnTypeAttributeOnWriteOnlyProperty() As String - Get - Return ResourceManager.GetString("WRN_ReturnTypeAttributeOnWriteOnlyProperty", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Attributes applied on a return type of a WriteOnly Property have no effect. - ''' - Friend ReadOnly Property WRN_ReturnTypeAttributeOnWriteOnlyProperty_Title() As String - Get - Return ResourceManager.GetString("WRN_ReturnTypeAttributeOnWriteOnlyProperty_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Root namespace '{0}' is not CLS-compliant.. - ''' - Friend ReadOnly Property WRN_RootNamespaceNotCLSCompliant1() As String - Get - Return ResourceManager.GetString("WRN_RootNamespaceNotCLSCompliant1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Root namespace is not CLS-compliant. - ''' - Friend ReadOnly Property WRN_RootNamespaceNotCLSCompliant1_Title() As String - Get - Return ResourceManager.GetString("WRN_RootNamespaceNotCLSCompliant1_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Name '{0}' in the root namespace '{1}' is not CLS-compliant.. - ''' - Friend ReadOnly Property WRN_RootNamespaceNotCLSCompliant2() As String - Get - Return ResourceManager.GetString("WRN_RootNamespaceNotCLSCompliant2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Part of the root namespace is not CLS-compliant. - ''' - Friend ReadOnly Property WRN_RootNamespaceNotCLSCompliant2_Title() As String - Get - Return ResourceManager.GetString("WRN_RootNamespaceNotCLSCompliant2_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Range specified for 'Case' statement is not valid. Make sure that the lower bound is less than or equal to the upper bound.. - ''' - Friend ReadOnly Property WRN_SelectCaseInvalidRange() As String - Get - Return ResourceManager.GetString("WRN_SelectCaseInvalidRange", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Range specified for 'Case' statement is not valid. - ''' - Friend ReadOnly Property WRN_SelectCaseInvalidRange_Title() As String - Get - Return ResourceManager.GetString("WRN_SelectCaseInvalidRange_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type parameter '{0}' has the same name as a type parameter of an enclosing type. Enclosing type's type parameter will be shadowed.. - ''' - Friend ReadOnly Property WRN_ShadowingGenericParamWithParam1() As String - Get - Return ResourceManager.GetString("WRN_ShadowingGenericParamWithParam1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type parameter has the same name as a type parameter of an enclosing type. - ''' - Friend ReadOnly Property WRN_ShadowingGenericParamWithParam1_Title() As String - Get - Return ResourceManager.GetString("WRN_ShadowingGenericParamWithParam1_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Access of shared member, constant member, enum member or nested type through an instance; qualifying expression will not be evaluated.. - ''' - Friend ReadOnly Property WRN_SharedMemberThroughInstance() As String - Get - Return ResourceManager.GetString("WRN_SharedMemberThroughInstance", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Access of shared member, constant member, enum member or nested type through an instance. - ''' - Friend ReadOnly Property WRN_SharedMemberThroughInstance_Title() As String - Get - Return ResourceManager.GetString("WRN_SharedMemberThroughInstance_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Static variable declared without an 'As' clause; type of Object assumed.. - ''' - Friend ReadOnly Property WRN_StaticLocalNoInference() As String - Get - Return ResourceManager.GetString("WRN_StaticLocalNoInference", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Static variable declared without an 'As' clause. - ''' - Friend ReadOnly Property WRN_StaticLocalNoInference_Title() As String - Get - Return ResourceManager.GetString("WRN_StaticLocalNoInference_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to {0} '{1}' implicitly declares '{2}', which conflicts with a member in the base {3} '{4}', and so the {0} should be declared 'Shadows'.. - ''' - Friend ReadOnly Property WRN_SynthMemberShadowsMember5() As String - Get - Return ResourceManager.GetString("WRN_SynthMemberShadowsMember5", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Property or event implicitly declares type or member that conflicts with a member in the base type. - ''' - Friend ReadOnly Property WRN_SynthMemberShadowsMember5_Title() As String - Get - Return ResourceManager.GetString("WRN_SynthMemberShadowsMember5_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to {0} '{1}' implicitly declares '{2}', which conflicts with a member implicitly declared for {3} '{4}' in the base {5} '{6}'. {0} should be declared 'Shadows'.. - ''' - Friend ReadOnly Property WRN_SynthMemberShadowsSynthMember7() As String - Get - Return ResourceManager.GetString("WRN_SynthMemberShadowsSynthMember7", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Property or event implicitly declares member, which conflicts with a member implicitly declared for property or event in the base type. - ''' - Friend ReadOnly Property WRN_SynthMemberShadowsSynthMember7_Title() As String - Get - Return ResourceManager.GetString("WRN_SynthMemberShadowsSynthMember7_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to The tuple element name '{0}' is ignored because a different name or no name is specified by the target type '{1}'.. - ''' - Friend ReadOnly Property WRN_TupleLiteralNameMismatch() As String - Get - Return ResourceManager.GetString("WRN_TupleLiteralNameMismatch", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to The tuple element name is ignored because a different name or no name is specified by the assignment target.. - ''' - Friend ReadOnly Property WRN_TupleLiteralNameMismatch_Title() As String - Get - Return ResourceManager.GetString("WRN_TupleLiteralNameMismatch_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to {0} '{1}' and partial {2} '{3}' conflict in {4} '{5}', but are being merged because one of them is declared partial.. - ''' - Friend ReadOnly Property WRN_TypeConflictButMerged6() As String - Get - Return ResourceManager.GetString("WRN_TypeConflictButMerged6", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type and partial type conflict, but are being merged because one of them is declared partial. - ''' - Friend ReadOnly Property WRN_TypeConflictButMerged6_Title() As String - Get - Return ResourceManager.GetString("WRN_TypeConflictButMerged6_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Data type of '{0}' in '{1}' could not be inferred. '{2}' assumed.. - ''' - Friend ReadOnly Property WRN_TypeInferenceAssumed3() As String - Get - Return ResourceManager.GetString("WRN_TypeInferenceAssumed3", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Data type could not be inferred. - ''' - Friend ReadOnly Property WRN_TypeInferenceAssumed3_Title() As String - Get - Return ResourceManager.GetString("WRN_TypeInferenceAssumed3_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type '{0}' is not CLS-compliant.. - ''' - Friend ReadOnly Property WRN_TypeNotCLSCompliant1() As String - Get - Return ResourceManager.GetString("WRN_TypeNotCLSCompliant1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type is not CLS-compliant. - ''' - Friend ReadOnly Property WRN_TypeNotCLSCompliant1_Title() As String - Get - Return ResourceManager.GetString("WRN_TypeNotCLSCompliant1_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Unable to load analyzer assembly {0} : {1}.. - ''' - Friend ReadOnly Property WRN_UnableToLoadAnalyzer() As String - Get - Return ResourceManager.GetString("WRN_UnableToLoadAnalyzer", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Unable to load analyzer assembly. - ''' - Friend ReadOnly Property WRN_UnableToLoadAnalyzer_Title() As String - Get - Return ResourceManager.GetString("WRN_UnableToLoadAnalyzer_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Namespace or type specified in the Imports '{0}' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.. - ''' - Friend ReadOnly Property WRN_UndefinedOrEmptyNamespaceOrClass1() As String - Get - Return ResourceManager.GetString("WRN_UndefinedOrEmptyNamespaceOrClass1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Namespace or type specified in Imports statement doesn't contain any public member or cannot be found. - ''' - Friend ReadOnly Property WRN_UndefinedOrEmptyNamespaceOrClass1_Title() As String - Get - Return ResourceManager.GetString("WRN_UndefinedOrEmptyNamespaceOrClass1_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Namespace or type specified in the project-level Imports '{0}' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.. - ''' - Friend ReadOnly Property WRN_UndefinedOrEmptyProjectNamespaceOrClass1() As String - Get - Return ResourceManager.GetString("WRN_UndefinedOrEmptyProjectNamespaceOrClass1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Namespace or type imported at project level doesn't contain any public member or cannot be found. - ''' - Friend ReadOnly Property WRN_UndefinedOrEmptyProjectNamespaceOrClass1_Title() As String - Get - Return ResourceManager.GetString("WRN_UndefinedOrEmptyProjectNamespaceOrClass1_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to The command line switch '{0}' is not yet implemented and was ignored.. - ''' - Friend ReadOnly Property WRN_UnimplementedCommandLineSwitch() As String - Get - Return ResourceManager.GetString("WRN_UnimplementedCommandLineSwitch", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Command line switch is not yet implemented. - ''' - Friend ReadOnly Property WRN_UnimplementedCommandLineSwitch_Title() As String - Get - Return ResourceManager.GetString("WRN_UnimplementedCommandLineSwitch_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to The Task returned from this Async Function will be dropped, and any exceptions in it ignored. Consider changing it to an Async Sub so its exceptions are propagated.. - ''' - Friend ReadOnly Property WRN_UnobservedAwaitableDelegate() As String - Get - Return ResourceManager.GetString("WRN_UnobservedAwaitableDelegate", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to The Task returned from this Async Function will be dropped, and any exceptions in it ignored. - ''' - Friend ReadOnly Property WRN_UnobservedAwaitableDelegate_Title() As String - Get - Return ResourceManager.GetString("WRN_UnobservedAwaitableDelegate_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the Await operator to the result of the call.. - ''' - Friend ReadOnly Property WRN_UnobservedAwaitableExpression() As String - Get - Return ResourceManager.GetString("WRN_UnobservedAwaitableExpression", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Because this call is not awaited, execution of the current method continues before the call is completed. - ''' - Friend ReadOnly Property WRN_UnobservedAwaitableExpression_Title() As String - Get - Return ResourceManager.GetString("WRN_UnobservedAwaitableExpression_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Unreachable code detected.. - ''' - Friend ReadOnly Property WRN_UnreachableCode() As String - Get - Return ResourceManager.GetString("WRN_UnreachableCode", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Unreachable code detected. - ''' - Friend ReadOnly Property WRN_UnreachableCode_Title() As String - Get - Return ResourceManager.GetString("WRN_UnreachableCode_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Unused local variable: '{0}'.. - ''' - Friend ReadOnly Property WRN_UnusedLocal() As String - Get - Return ResourceManager.GetString("WRN_UnusedLocal", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Unused local variable. - ''' - Friend ReadOnly Property WRN_UnusedLocal_Title() As String - Get - Return ResourceManager.GetString("WRN_UnusedLocal_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Unused local constant: '{0}'.. - ''' - Friend ReadOnly Property WRN_UnusedLocalConst() As String - Get - Return ResourceManager.GetString("WRN_UnusedLocalConst", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Unused local constant. - ''' - Friend ReadOnly Property WRN_UnusedLocalConst_Title() As String - Get - Return ResourceManager.GetString("WRN_UnusedLocalConst_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' accessor of '{1}' is obsolete.. - ''' - Friend ReadOnly Property WRN_UseOfObsoletePropertyAccessor2() As String - Get - Return ResourceManager.GetString("WRN_UseOfObsoletePropertyAccessor2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Property accessor is obsolete. - ''' - Friend ReadOnly Property WRN_UseOfObsoletePropertyAccessor2_Title() As String - Get - Return ResourceManager.GetString("WRN_UseOfObsoletePropertyAccessor2_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' accessor of '{1}' is obsolete: '{2}'.. - ''' - Friend ReadOnly Property WRN_UseOfObsoletePropertyAccessor3() As String - Get - Return ResourceManager.GetString("WRN_UseOfObsoletePropertyAccessor3", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Property accessor is obsolete. - ''' - Friend ReadOnly Property WRN_UseOfObsoletePropertyAccessor3_Title() As String - Get - Return ResourceManager.GetString("WRN_UseOfObsoletePropertyAccessor3_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' is obsolete: '{1}'.. - ''' - Friend ReadOnly Property WRN_UseOfObsoleteSymbol2() As String - Get - Return ResourceManager.GetString("WRN_UseOfObsoleteSymbol2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type or member is obsolete. - ''' - Friend ReadOnly Property WRN_UseOfObsoleteSymbol2_Title() As String - Get - Return ResourceManager.GetString("WRN_UseOfObsoleteSymbol2_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' is obsolete.. - ''' - Friend ReadOnly Property WRN_UseOfObsoleteSymbolNoMessage1() As String - Get - Return ResourceManager.GetString("WRN_UseOfObsoleteSymbolNoMessage1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type or member is obsolete. - ''' - Friend ReadOnly Property WRN_UseOfObsoleteSymbolNoMessage1_Title() As String - Get - Return ResourceManager.GetString("WRN_UseOfObsoleteSymbolNoMessage1_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Use command-line option '{0}' or appropriate project settings instead of '{1}'.. - ''' - Friend ReadOnly Property WRN_UseSwitchInsteadOfAttribute() As String - Get - Return ResourceManager.GetString("WRN_UseSwitchInsteadOfAttribute", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Use command-line option /keyfile, /keycontainer, or /delaysign instead of AssemblyKeyFileAttribute, AssemblyKeyNameAttribute, or AssemblyDelaySignAttribute. - ''' - Friend ReadOnly Property WRN_UseSwitchInsteadOfAttribute_Title() As String - Get - Return ResourceManager.GetString("WRN_UseSwitchInsteadOfAttribute_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Cannot convert '{0}' to '{1}'. You can use the 'Value' property to get the string value of the first element of '{2}'.. - ''' - Friend ReadOnly Property WRN_UseValueForXmlExpression3() As String - Get - Return ResourceManager.GetString("WRN_UseValueForXmlExpression3", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Cannot convert IEnumerable(Of XElement) to String. - ''' - Friend ReadOnly Property WRN_UseValueForXmlExpression3_Title() As String - Get - Return ResourceManager.GetString("WRN_UseValueForXmlExpression3_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Implicit conversion from '{4}' to '{5}'; this conversion may fail because '{0}' is not derived from '{1}', as required for the 'In' generic parameter '{2}' in '{3}'.. - ''' - Friend ReadOnly Property WRN_VarianceConversionFailedIn6() As String - Get - Return ResourceManager.GetString("WRN_VarianceConversionFailedIn6", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Implicit conversion; this conversion may fail because the target type is not derived from the source type, as required for 'In' generic parameter. - ''' - Friend ReadOnly Property WRN_VarianceConversionFailedIn6_Title() As String - Get - Return ResourceManager.GetString("WRN_VarianceConversionFailedIn6_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Implicit conversion from '{4}' to '{5}'; this conversion may fail because '{0}' is not derived from '{1}', as required for the 'Out' generic parameter '{2}' in '{3}'.. - ''' - Friend ReadOnly Property WRN_VarianceConversionFailedOut6() As String - Get - Return ResourceManager.GetString("WRN_VarianceConversionFailedOut6", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Implicit conversion; this conversion may fail because the target type is not derived from the source type, as required for 'Out' generic parameter. - ''' - Friend ReadOnly Property WRN_VarianceConversionFailedOut6_Title() As String - Get - Return ResourceManager.GetString("WRN_VarianceConversionFailedOut6_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' cannot be converted to '{1}'. Consider changing the '{2}' in the definition of '{3}' to an In type parameter, 'In {2}'.. - ''' - Friend ReadOnly Property WRN_VarianceConversionFailedTryIn4() As String - Get - Return ResourceManager.GetString("WRN_VarianceConversionFailedTryIn4", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type cannot be converted to target type. - ''' - Friend ReadOnly Property WRN_VarianceConversionFailedTryIn4_Title() As String - Get - Return ResourceManager.GetString("WRN_VarianceConversionFailedTryIn4_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' cannot be converted to '{1}'. Consider changing the '{2}' in the definition of '{3}' to an Out type parameter, 'Out {2}'.. - ''' - Friend ReadOnly Property WRN_VarianceConversionFailedTryOut4() As String - Get - Return ResourceManager.GetString("WRN_VarianceConversionFailedTryOut4", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type cannot be converted to target type. - ''' - Friend ReadOnly Property WRN_VarianceConversionFailedTryOut4_Title() As String - Get - Return ResourceManager.GetString("WRN_VarianceConversionFailedTryOut4_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Interface '{0}' is ambiguous with another implemented interface '{1}' due to the 'In' and 'Out' parameters in '{2}'.. - ''' - Friend ReadOnly Property WRN_VarianceDeclarationAmbiguous3() As String - Get - Return ResourceManager.GetString("WRN_VarianceDeclarationAmbiguous3", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Interface is ambiguous with another implemented interface due to 'In' and 'Out' parameters. - ''' - Friend ReadOnly Property WRN_VarianceDeclarationAmbiguous3_Title() As String - Get - Return ResourceManager.GetString("WRN_VarianceDeclarationAmbiguous3_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to '{0}' cannot be converted to '{1}'. Consider using '{2}' instead.. - ''' - Friend ReadOnly Property WRN_VarianceIEnumerableSuggestion3() As String - Get - Return ResourceManager.GetString("WRN_VarianceIEnumerableSuggestion3", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type cannot be converted to target collection type. - ''' - Friend ReadOnly Property WRN_VarianceIEnumerableSuggestion3_Title() As String - Get - Return ResourceManager.GetString("WRN_VarianceIEnumerableSuggestion3_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Unable to create XML documentation file '{0}': {1}. - ''' - Friend ReadOnly Property WRN_XMLCannotWriteToXMLDocFile2() As String - Get - Return ResourceManager.GetString("WRN_XMLCannotWriteToXMLDocFile2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Unable to create XML documentation file. - ''' - Friend ReadOnly Property WRN_XMLCannotWriteToXMLDocFile2_Title() As String - Get - Return ResourceManager.GetString("WRN_XMLCannotWriteToXMLDocFile2_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Unable to include XML fragment '{1}' of file '{0}'. {2}. - ''' - Friend ReadOnly Property WRN_XMLDocBadFormedXML() As String - Get - Return ResourceManager.GetString("WRN_XMLDocBadFormedXML", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Unable to include XML fragment. - ''' - Friend ReadOnly Property WRN_XMLDocBadFormedXML_Title() As String - Get - Return ResourceManager.GetString("WRN_XMLDocBadFormedXML_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to XML comment type parameter '{0}' does not match a type parameter on the corresponding '{1}' statement.. - ''' - Friend ReadOnly Property WRN_XMLDocBadGenericParamTag2() As String - Get - Return ResourceManager.GetString("WRN_XMLDocBadGenericParamTag2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to XML comment type parameter does not match a type parameter on the corresponding declaration statement. - ''' - Friend ReadOnly Property WRN_XMLDocBadGenericParamTag2_Title() As String - Get - Return ResourceManager.GetString("WRN_XMLDocBadGenericParamTag2_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to XML comment parameter '{0}' does not match a parameter on the corresponding '{1}' statement.. - ''' - Friend ReadOnly Property WRN_XMLDocBadParamTag2() As String - Get - Return ResourceManager.GetString("WRN_XMLDocBadParamTag2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to XML comment parameter does not match a parameter on the corresponding declaration statement. - ''' - Friend ReadOnly Property WRN_XMLDocBadParamTag2_Title() As String - Get - Return ResourceManager.GetString("WRN_XMLDocBadParamTag2_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to XML comment block must immediately precede the language element to which it applies. XML comment will be ignored.. - ''' - Friend ReadOnly Property WRN_XMLDocBadXMLLine() As String - Get - Return ResourceManager.GetString("WRN_XMLDocBadXMLLine", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to XML comment block must immediately precede the language element to which it applies. - ''' - Friend ReadOnly Property WRN_XMLDocBadXMLLine_Title() As String - Get - Return ResourceManager.GetString("WRN_XMLDocBadXMLLine_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to XML comment has a tag with a 'cref' attribute '{0}' that could not be resolved.. - ''' - Friend ReadOnly Property WRN_XMLDocCrefAttributeNotFound1() As String - Get - Return ResourceManager.GetString("WRN_XMLDocCrefAttributeNotFound1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to XML comment has a tag with a 'cref' attribute that could not be resolved. - ''' - Friend ReadOnly Property WRN_XMLDocCrefAttributeNotFound1_Title() As String - Get - Return ResourceManager.GetString("WRN_XMLDocCrefAttributeNotFound1_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to XML comment has a tag with a 'cref' attribute '{0}' that bound to a type parameter. Use the <typeparamref> tag instead.. - ''' - Friend ReadOnly Property WRN_XMLDocCrefToTypeParameter() As String - Get - Return ResourceManager.GetString("WRN_XMLDocCrefToTypeParameter", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to XML comment has a tag with a 'cref' attribute that bound to a type parameter. - ''' - Friend ReadOnly Property WRN_XMLDocCrefToTypeParameter_Title() As String - Get - Return ResourceManager.GetString("WRN_XMLDocCrefToTypeParameter_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to XML comment tag '{0}' appears with identical attributes more than once in the same XML comment block.. - ''' - Friend ReadOnly Property WRN_XMLDocDuplicateXMLNode1() As String - Get - Return ResourceManager.GetString("WRN_XMLDocDuplicateXMLNode1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to XML comment tag appears with identical attributes more than once in the same XML comment block. - ''' - Friend ReadOnly Property WRN_XMLDocDuplicateXMLNode1_Title() As String - Get - Return ResourceManager.GetString("WRN_XMLDocDuplicateXMLNode1_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to XML comment exception must have a 'cref' attribute.. - ''' - Friend ReadOnly Property WRN_XMLDocExceptionTagWithoutCRef() As String - Get - Return ResourceManager.GetString("WRN_XMLDocExceptionTagWithoutCRef", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to XML comment exception must have a 'cref' attribute. - ''' - Friend ReadOnly Property WRN_XMLDocExceptionTagWithoutCRef_Title() As String - Get - Return ResourceManager.GetString("WRN_XMLDocExceptionTagWithoutCRef_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to XML comment type parameter must have a 'name' attribute.. - ''' - Friend ReadOnly Property WRN_XMLDocGenericParamTagWithoutName() As String - Get - Return ResourceManager.GetString("WRN_XMLDocGenericParamTagWithoutName", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to XML comment type parameter must have a 'name' attribute. - ''' - Friend ReadOnly Property WRN_XMLDocGenericParamTagWithoutName_Title() As String - Get - Return ResourceManager.GetString("WRN_XMLDocGenericParamTagWithoutName_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to XML comment tag '{0}' is not permitted on a '{1}' language element.. - ''' - Friend ReadOnly Property WRN_XMLDocIllegalTagOnElement2() As String - Get - Return ResourceManager.GetString("WRN_XMLDocIllegalTagOnElement2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to XML comment tag is not permitted on language element. - ''' - Friend ReadOnly Property WRN_XMLDocIllegalTagOnElement2_Title() As String - Get - Return ResourceManager.GetString("WRN_XMLDocIllegalTagOnElement2_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to XML comment cannot appear within a method or a property. XML comment will be ignored.. - ''' - Friend ReadOnly Property WRN_XMLDocInsideMethod() As String - Get - Return ResourceManager.GetString("WRN_XMLDocInsideMethod", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to XML comment cannot appear within a method or a property. - ''' - Friend ReadOnly Property WRN_XMLDocInsideMethod_Title() As String - Get - Return ResourceManager.GetString("WRN_XMLDocInsideMethod_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Unable to include XML fragment '{0}' of file '{1}'.. - ''' - Friend ReadOnly Property WRN_XMLDocInvalidXMLFragment() As String - Get - Return ResourceManager.GetString("WRN_XMLDocInvalidXMLFragment", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Unable to include XML fragment. - ''' - Friend ReadOnly Property WRN_XMLDocInvalidXMLFragment_Title() As String - Get - Return ResourceManager.GetString("WRN_XMLDocInvalidXMLFragment_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Only one XML comment block is allowed per language element.. - ''' - Friend ReadOnly Property WRN_XMLDocMoreThanOneCommentBlock() As String - Get - Return ResourceManager.GetString("WRN_XMLDocMoreThanOneCommentBlock", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Only one XML comment block is allowed per language element. - ''' - Friend ReadOnly Property WRN_XMLDocMoreThanOneCommentBlock_Title() As String - Get - Return ResourceManager.GetString("WRN_XMLDocMoreThanOneCommentBlock_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to XML comment must be the first statement on a line. XML comment will be ignored.. - ''' - Friend ReadOnly Property WRN_XMLDocNotFirstOnLine() As String - Get - Return ResourceManager.GetString("WRN_XMLDocNotFirstOnLine", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to XML comment must be the first statement on a line. - ''' - Friend ReadOnly Property WRN_XMLDocNotFirstOnLine_Title() As String - Get - Return ResourceManager.GetString("WRN_XMLDocNotFirstOnLine_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to XML comment cannot be applied more than once on a partial {0}. XML comments for this {0} will be ignored.. - ''' - Friend ReadOnly Property WRN_XMLDocOnAPartialType() As String - Get - Return ResourceManager.GetString("WRN_XMLDocOnAPartialType", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to XML comment cannot be applied more than once on a partial type. - ''' - Friend ReadOnly Property WRN_XMLDocOnAPartialType_Title() As String - Get - Return ResourceManager.GetString("WRN_XMLDocOnAPartialType_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to XML comment parameter must have a 'name' attribute.. - ''' - Friend ReadOnly Property WRN_XMLDocParamTagWithoutName() As String - Get - Return ResourceManager.GetString("WRN_XMLDocParamTagWithoutName", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to XML comment parameter must have a 'name' attribute. - ''' - Friend ReadOnly Property WRN_XMLDocParamTagWithoutName_Title() As String - Get - Return ResourceManager.GetString("WRN_XMLDocParamTagWithoutName_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to XML documentation parse error: {0} XML comment will be ignored.. - ''' - Friend ReadOnly Property WRN_XMLDocParseError1() As String - Get - Return ResourceManager.GetString("WRN_XMLDocParseError1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to XML documentation parse error. - ''' - Friend ReadOnly Property WRN_XMLDocParseError1_Title() As String - Get - Return ResourceManager.GetString("WRN_XMLDocParseError1_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to XML comment tag 'returns' is not permitted on a 'declare sub' language element.. - ''' - Friend ReadOnly Property WRN_XMLDocReturnsOnADeclareSub() As String - Get - Return ResourceManager.GetString("WRN_XMLDocReturnsOnADeclareSub", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to XML comment tag 'returns' is not permitted on a 'declare sub' language element. - ''' - Friend ReadOnly Property WRN_XMLDocReturnsOnADeclareSub_Title() As String - Get - Return ResourceManager.GetString("WRN_XMLDocReturnsOnADeclareSub_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to XML comment tag 'returns' is not permitted on a 'WriteOnly' Property.. - ''' - Friend ReadOnly Property WRN_XMLDocReturnsOnWriteOnlyProperty() As String - Get - Return ResourceManager.GetString("WRN_XMLDocReturnsOnWriteOnlyProperty", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to XML comment tag 'returns' is not permitted on a 'WriteOnly' Property. - ''' - Friend ReadOnly Property WRN_XMLDocReturnsOnWriteOnlyProperty_Title() As String - Get - Return ResourceManager.GetString("WRN_XMLDocReturnsOnWriteOnlyProperty_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to XML documentation parse error: Start tag '{0}' doesn't have a matching end tag. XML comment will be ignored.. - ''' - Friend ReadOnly Property WRN_XMLDocStartTagWithNoEndTag() As String - Get - Return ResourceManager.GetString("WRN_XMLDocStartTagWithNoEndTag", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to XML documentation parse error: Start tag doesn't have a matching end tag. - ''' - Friend ReadOnly Property WRN_XMLDocStartTagWithNoEndTag_Title() As String - Get - Return ResourceManager.GetString("WRN_XMLDocStartTagWithNoEndTag_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to XML documentation comments must precede member or type declarations.. - ''' - Friend ReadOnly Property WRN_XMLDocWithoutLanguageElement() As String - Get - Return ResourceManager.GetString("WRN_XMLDocWithoutLanguageElement", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to XML documentation comments must precede member or type declarations. - ''' - Friend ReadOnly Property WRN_XMLDocWithoutLanguageElement_Title() As String - Get - Return ResourceManager.GetString("WRN_XMLDocWithoutLanguageElement_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to XML comment tag 'include' must have a '{0}' attribute. XML comment will be ignored.. - ''' - Friend ReadOnly Property WRN_XMLMissingFileOrPathAttribute1() As String - Get - Return ResourceManager.GetString("WRN_XMLMissingFileOrPathAttribute1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to XML comment tag 'include' must have 'file' and 'path' attributes. - ''' - Friend ReadOnly Property WRN_XMLMissingFileOrPathAttribute1_Title() As String - Get - Return ResourceManager.GetString("WRN_XMLMissingFileOrPathAttribute1_Title", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Wrong number of type arguments. - ''' - Friend ReadOnly Property WrongNumberOfTypeArguments() As String - Get - Return ResourceManager.GetString("WrongNumberOfTypeArguments", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Expected a {0} SemanticModel.. - ''' - Friend ReadOnly Property WrongSemanticModelType() As String - Get - Return ResourceManager.GetString("WrongSemanticModelType", resourceCulture) - End Get - End Property - End Module -End Namespace diff --git a/src/Compilers/VisualBasic/Test/CommandLine/CommandLineTestResources.Designer.vb b/src/Compilers/VisualBasic/Test/CommandLine/CommandLineTestResources.Designer.vb deleted file mode 100644 index da89e1b4b63cf..0000000000000 --- a/src/Compilers/VisualBasic/Test/CommandLine/CommandLineTestResources.Designer.vb +++ /dev/null @@ -1,75 +0,0 @@ -'------------------------------------------------------------------------------ -' -' This code was generated by a tool. -' Runtime Version:4.0.30319.42000 -' -' Changes to this file may cause incorrect behavior and will be lost if -' the code is regenerated. -' -'------------------------------------------------------------------------------ - -Option Strict On -Option Explicit On - -Imports System - - -'This class was auto-generated by the StronglyTypedResourceBuilder -'class via a tool like ResGen or Visual Studio. -'To add or remove a member, edit your .ResX file then rerun ResGen -'with the /str option, or rebuild your VS project. -''' -''' A strongly-typed resource class, for looking up localized strings, etc. -''' - _ -Friend Class CommandLineTestResources - - Private Shared resourceMan As Global.System.Resources.ResourceManager - - Private Shared resourceCulture As Global.System.Globalization.CultureInfo - - _ - Friend Sub New() - MyBase.New - End Sub - - ''' - ''' Returns the cached ResourceManager instance used by this class. - ''' - _ - Friend Shared ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager - Get - If Object.ReferenceEquals(resourceMan, Nothing) Then - Dim temp As Global.System.Resources.ResourceManager = New Global.System.Resources.ResourceManager("CommandLineTestResources", GetType(CommandLineTestResources).Assembly) - resourceMan = temp - End If - Return resourceMan - End Get - End Property - - ''' - ''' Overrides the current thread's CurrentUICulture property for all - ''' resource lookups using this strongly typed resource class. - ''' - _ - Friend Shared Property Culture() As Global.System.Globalization.CultureInfo - Get - Return resourceCulture - End Get - Set - resourceCulture = value - End Set - End Property - - ''' - ''' Looks up a localized resource of type System.Byte[]. - ''' - Friend Shared ReadOnly Property vbc_rsp() As Byte() - Get - Dim obj As Object = ResourceManager.GetObject("vbc_rsp", resourceCulture) - Return CType(obj,Byte()) - End Get - End Property -End Class diff --git a/src/Compilers/VisualBasic/Test/CommandLine/CommandLineTests.vb b/src/Compilers/VisualBasic/Test/CommandLine/CommandLineTests.vb index 0da3de72f3d27..1240f2a3df3eb 100644 --- a/src/Compilers/VisualBasic/Test/CommandLine/CommandLineTests.vb +++ b/src/Compilers/VisualBasic/Test/CommandLine/CommandLineTests.vb @@ -7048,7 +7048,7 @@ Imports System End Sub Private Function GetDefaultResponseFilePath() As String - Return Temp.CreateFile().WriteAllBytes(CommandLineTestResources.vbc_rsp).Path + Return Temp.CreateFile().WriteAllBytes(GetType(CommandLineTests).Assembly.GetManifestResourceStream("vbc.rsp").ReadAllBytes()).Path End Function diff --git a/src/Compilers/VisualBasic/Test/CommandLine/Microsoft.CodeAnalysis.VisualBasic.CommandLine.UnitTests.vbproj b/src/Compilers/VisualBasic/Test/CommandLine/Microsoft.CodeAnalysis.VisualBasic.CommandLine.UnitTests.vbproj index 38066c1734cf5..3e3e8249d5fb6 100644 --- a/src/Compilers/VisualBasic/Test/CommandLine/Microsoft.CodeAnalysis.VisualBasic.CommandLine.UnitTests.vbproj +++ b/src/Compilers/VisualBasic/Test/CommandLine/Microsoft.CodeAnalysis.VisualBasic.CommandLine.UnitTests.vbproj @@ -34,48 +34,7 @@ - - True - Application.myapp - - - True - True - Resources.resx - - - True - Settings.settings - True - - - True - True - CommandLineTestResources.resx - - - - - VbMyResourcesResXFileCodeGenerator - Resources.Designer.vb - My.Resources - Designer - - - ResXFileCodeGenerator - CommandLineTestResources.Designer.vb - - - - - MyApplicationCodeGenerator - Application.Designer.vb - - - SettingsSingleFileGenerator - My - Settings.Designer.vb - + diff --git a/src/Compilers/VisualBasic/Test/CommandLine/My Project/Application.Designer.vb b/src/Compilers/VisualBasic/Test/CommandLine/My Project/Application.Designer.vb deleted file mode 100644 index 88dd01c78a618..0000000000000 --- a/src/Compilers/VisualBasic/Test/CommandLine/My Project/Application.Designer.vb +++ /dev/null @@ -1,13 +0,0 @@ -'------------------------------------------------------------------------------ -' -' This code was generated by a tool. -' Runtime Version:4.0.30319.42000 -' -' Changes to this file may cause incorrect behavior and will be lost if -' the code is regenerated. -' -'------------------------------------------------------------------------------ - -Option Strict On -Option Explicit On - diff --git a/src/Compilers/VisualBasic/Test/CommandLine/My Project/Application.myapp b/src/Compilers/VisualBasic/Test/CommandLine/My Project/Application.myapp deleted file mode 100644 index ea454c4031cba..0000000000000 --- a/src/Compilers/VisualBasic/Test/CommandLine/My Project/Application.myapp +++ /dev/null @@ -1,12 +0,0 @@ - - - - - false - false - 0 - true - 0 - 1 - true - diff --git a/src/Compilers/VisualBasic/Test/CommandLine/My Project/Resources.Designer.vb b/src/Compilers/VisualBasic/Test/CommandLine/My Project/Resources.Designer.vb deleted file mode 100644 index f871cc7d40d78..0000000000000 --- a/src/Compilers/VisualBasic/Test/CommandLine/My Project/Resources.Designer.vb +++ /dev/null @@ -1,63 +0,0 @@ -'------------------------------------------------------------------------------ -' -' This code was generated by a tool. -' Runtime Version:4.0.30319.42000 -' -' Changes to this file may cause incorrect behavior and will be lost if -' the code is regenerated. -' -'------------------------------------------------------------------------------ - -Option Strict On -Option Explicit On - -Imports System - -Namespace My.Resources - - 'This class was auto-generated by the StronglyTypedResourceBuilder - 'class via a tool like ResGen or Visual Studio. - 'To add or remove a member, edit your .ResX file then rerun ResGen - 'with the /str option, or rebuild your VS project. - ''' - ''' A strongly-typed resource class, for looking up localized strings, etc. - ''' - _ - Friend Module Resources - - Private resourceMan As Global.System.Resources.ResourceManager - - Private resourceCulture As Global.System.Globalization.CultureInfo - - ''' - ''' Returns the cached ResourceManager instance used by this class. - ''' - _ - Friend ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager - Get - If Object.ReferenceEquals(resourceMan, Nothing) Then - Dim temp As Global.System.Resources.ResourceManager = New Global.System.Resources.ResourceManager("Resources", GetType(Resources).Assembly) - resourceMan = temp - End If - Return resourceMan - End Get - End Property - - ''' - ''' Overrides the current thread's CurrentUICulture property for all - ''' resource lookups using this strongly typed resource class. - ''' - _ - Friend Property Culture() As Global.System.Globalization.CultureInfo - Get - Return resourceCulture - End Get - Set - resourceCulture = value - End Set - End Property - End Module -End Namespace diff --git a/src/Compilers/VisualBasic/Test/CommandLine/My Project/Settings.Designer.vb b/src/Compilers/VisualBasic/Test/CommandLine/My Project/Settings.Designer.vb deleted file mode 100644 index f923caa753ec7..0000000000000 --- a/src/Compilers/VisualBasic/Test/CommandLine/My Project/Settings.Designer.vb +++ /dev/null @@ -1,73 +0,0 @@ -'------------------------------------------------------------------------------ -' -' This code was generated by a tool. -' Runtime Version:4.0.30319.42000 -' -' Changes to this file may cause incorrect behavior and will be lost if -' the code is regenerated. -' -'------------------------------------------------------------------------------ - -Option Strict On -Option Explicit On - - -Namespace My - - _ - Partial Friend NotInheritable Class MySettings - Inherits Global.System.Configuration.ApplicationSettingsBase - - Private Shared defaultInstance As MySettings = CType(Global.System.Configuration.ApplicationSettingsBase.Synchronized(New MySettings()),MySettings) - -#Region "My.Settings Auto-Save Functionality" -#If _MyType = "WindowsForms" Then - Private Shared addedHandler As Boolean - - Private Shared addedHandlerLockObject As New Object - - _ - Private Shared Sub AutoSaveSettings(sender As Global.System.Object, e As Global.System.EventArgs) - If My.Application.SaveMySettingsOnExit Then - My.Settings.Save() - End If - End Sub -#End If -#End Region - - Public Shared ReadOnly Property [Default]() As MySettings - Get - -#If _MyType = "WindowsForms" Then - If Not addedHandler Then - SyncLock addedHandlerLockObject - If Not addedHandler Then - AddHandler My.Application.Shutdown, AddressOf AutoSaveSettings - addedHandler = True - End If - End SyncLock - End If -#End If - Return defaultInstance - End Get - End Property - End Class -End Namespace - -Namespace My - - _ - Friend Module MySettingsProperty - - _ - Friend ReadOnly Property Settings() As Global.My.MySettings - Get - Return Global.My.MySettings.Default - End Get - End Property - End Module -End Namespace diff --git a/src/Compilers/VisualBasic/Test/CommandLine/My Project/Settings.settings b/src/Compilers/VisualBasic/Test/CommandLine/My Project/Settings.settings deleted file mode 100644 index 47e13161f8198..0000000000000 --- a/src/Compilers/VisualBasic/Test/CommandLine/My Project/Settings.settings +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/src/Compilers/VisualBasic/Test/Emit/Emit/EmitMetadata.vb b/src/Compilers/VisualBasic/Test/Emit/Emit/EmitMetadata.vb index 5b2486e83c037..5d8dac60012f3 100644 --- a/src/Compilers/VisualBasic/Test/Emit/Emit/EmitMetadata.vb +++ b/src/Compilers/VisualBasic/Test/Emit/Emit/EmitMetadata.vb @@ -95,10 +95,38 @@ End Class CompileAndVerify(c1, symbolValidator:= Sub([Module]) - Dim baseLine = Xml.Linq.XElement.Load(New StringReader(My.Resources.Resource.EmitSimpleBaseLine1)) - Dim dumpXML As Xml.Linq.XElement = DumpTypeInfo([Module]) - - Assert.Equal(baseLine.ToString(), dumpXML.ToString()) + Dim dump = DumpTypeInfo([Module]).ToString() + + AssertEx.AssertEqualToleratingWhitespaceDifferences(" + + + + + + + + + + + + + + + + + + + + + + + + + + + + +", dump) End Sub) End Sub diff --git a/src/Compilers/VisualBasic/Test/Emit/Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests.vbproj b/src/Compilers/VisualBasic/Test/Emit/Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests.vbproj index 9355984411f37..4f8cca36fb566 100644 --- a/src/Compilers/VisualBasic/Test/Emit/Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests.vbproj +++ b/src/Compilers/VisualBasic/Test/Emit/Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests.vbproj @@ -25,11 +25,6 @@ - - True - True - Resource.resx - @@ -106,15 +101,6 @@ - - Designer - - - Microsoft.CodeAnalysis.VisualBasic.UnitTests.My.Resources - ResXFileCodeGenerator - Designer - Resource.Designer.vb - diff --git a/src/Compilers/VisualBasic/Test/Emit/Resource.Designer.vb b/src/Compilers/VisualBasic/Test/Emit/Resource.Designer.vb deleted file mode 100644 index 00641dd5c745d..0000000000000 --- a/src/Compilers/VisualBasic/Test/Emit/Resource.Designer.vb +++ /dev/null @@ -1,87 +0,0 @@ -'------------------------------------------------------------------------------ -' -' This code was generated by a tool. -' Runtime Version:4.0.30319.18010 -' -' Changes to this file may cause incorrect behavior and will be lost if -' the code is regenerated. -' -'------------------------------------------------------------------------------ - -Option Strict On -Option Explicit On - -Imports System - -Namespace Microsoft.CodeAnalysis.VisualBasic.UnitTests.My.Resources - - 'This class was auto-generated by the StronglyTypedResourceBuilder - 'class via a tool like ResGen or Visual Studio. - 'To add or remove a member, edit your .ResX file then rerun ResGen - 'with the /str option, or rebuild your VS project. - ''' - ''' A strongly-typed resource class, for looking up localized strings, etc. - ''' - _ - Friend Class Resource - - Private Shared resourceMan As Global.System.Resources.ResourceManager - - Private Shared resourceCulture As Global.System.Globalization.CultureInfo - - _ - Friend Sub New() - MyBase.New - End Sub - - ''' - ''' Returns the cached ResourceManager instance used by this class. - ''' - _ - Friend Shared ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager - Get - If Object.ReferenceEquals(resourceMan, Nothing) Then - Dim temp As Global.System.Resources.ResourceManager = New Global.System.Resources.ResourceManager("Resource", GetType(Resource).Assembly) - resourceMan = temp - End If - Return resourceMan - End Get - End Property - - ''' - ''' Overrides the current thread's CurrentUICulture property for all - ''' resource lookups using this strongly typed resource class. - ''' - _ - Friend Shared Property Culture() As Global.System.Globalization.CultureInfo - Get - Return resourceCulture - End Get - Set - resourceCulture = value - End Set - End Property - - ''' - ''' Looks up a localized string similar to <Global> - ''' <type name="&lt;Module&gt;" /> - ''' <type name="A" Of="T" base="System.Object"> - ''' <field name="x1" type="A(Of T)" /> - ''' <field name="x2" type="A(Of D)" /> - ''' <type name="B" base="A(Of T)"> - ''' <field name="y1" type="A(Of T).B" /> - ''' <field name="y2" type="A(Of D).B" /> - ''' <type name="C" base="A(Of T).B" /> - ''' </type> - ''' <type name="H" Of="S" base="System.Object"> - ''' [rest of string was truncated]";. - ''' - Friend Shared ReadOnly Property EmitSimpleBaseLine1() As String - Get - Return ResourceManager.GetString("EmitSimpleBaseLine1", resourceCulture) - End Get - End Property - End Class -End Namespace diff --git a/src/Compilers/VisualBasic/Test/Semantic/Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests.vbproj b/src/Compilers/VisualBasic/Test/Semantic/Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests.vbproj index 5fa773ca23ed2..65e8a21fea480 100644 --- a/src/Compilers/VisualBasic/Test/Semantic/Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests.vbproj +++ b/src/Compilers/VisualBasic/Test/Semantic/Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests.vbproj @@ -39,11 +39,6 @@ - - True - True - Resource.resx - @@ -51,12 +46,6 @@ - - Microsoft.CodeAnalysis.VisualBasic.UnitTests.My.Resources - ResXFileCodeGenerator - Resource.Designer.vb - Designer - diff --git a/src/Compilers/VisualBasic/Test/Semantic/Resource.Designer.vb b/src/Compilers/VisualBasic/Test/Semantic/Resource.Designer.vb deleted file mode 100644 index 3427de8a4646f..0000000000000 --- a/src/Compilers/VisualBasic/Test/Semantic/Resource.Designer.vb +++ /dev/null @@ -1,88 +0,0 @@ -'------------------------------------------------------------------------------ -' -' This code was generated by a tool. -' Runtime Version:4.0.30319.42000 -' -' Changes to this file may cause incorrect behavior and will be lost if -' the code is regenerated. -' -'------------------------------------------------------------------------------ - -Option Strict On -Option Explicit On - -Imports System - -Namespace Microsoft.CodeAnalysis.VisualBasic.UnitTests.My.Resources - - 'This class was auto-generated by the StronglyTypedResourceBuilder - 'class via a tool like ResGen or Visual Studio. - 'To add or remove a member, edit your .ResX file then rerun ResGen - 'with the /str option, or rebuild your VS project. - ''' - ''' A strongly-typed resource class, for looking up localized strings, etc. - ''' - - Friend Class Resource - - Private Shared resourceMan As Global.System.Resources.ResourceManager - - Private Shared resourceCulture As Global.System.Globalization.CultureInfo - - - Friend Sub New() - MyBase.New - End Sub - - ''' - ''' Returns the cached ResourceManager instance used by this class. - ''' - - Friend Shared ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager - Get - If Object.ReferenceEquals(resourceMan, Nothing) Then - Dim temp As Global.System.Resources.ResourceManager = New Global.System.Resources.ResourceManager("Resource", GetType(Resource).Assembly) - resourceMan = temp - End If - Return resourceMan - End Get - End Property - - ''' - ''' Overrides the current thread's CurrentUICulture property for all - ''' resource lookups using this strongly typed resource class. - ''' - - Friend Shared Property Culture() As Global.System.Globalization.CultureInfo - Get - Return resourceCulture - End Get - Set - resourceCulture = value - End Set - End Property - - ''' - ''' Looks up a localized string similar to <Global> - ''' <type name="&lt;Module&gt;" /> - ''' <type name="A" Of="T" base="System.Object"> - ''' <field name="x1" type="A(Of T)" /> - ''' <field name="x2" type="A(Of D)" /> - ''' <type name="B" base="A(Of T)"> - ''' <field name="y1" type="A(Of T).B" /> - ''' <field name="y2" type="A(Of D).B" /> - ''' <type name="C" base="A(Of T).B" /> - ''' </type> - ''' <type name="H" Of="S" base="System.Object"> - ''' [rest of string was truncated]";. - ''' - Friend Shared ReadOnly Property EmitSimpleBaseLine1() As String - Get - Return ResourceManager.GetString("EmitSimpleBaseLine1", resourceCulture) - End Get - End Property - - End Class -End Namespace diff --git a/src/Compilers/VisualBasic/Test/Syntax/Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests.vbproj b/src/Compilers/VisualBasic/Test/Syntax/Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests.vbproj index 8f40b67ae88d2..4cf483117f2ee 100644 --- a/src/Compilers/VisualBasic/Test/Syntax/Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests.vbproj +++ b/src/Compilers/VisualBasic/Test/Syntax/Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests.vbproj @@ -18,14 +18,8 @@ Microsoft.CodeAnalysis.VisualBasic.UnitTests - - True - True - Resource.resx - - - - + + @@ -35,13 +29,6 @@ - - - My.Resources - ResXFileCodeGenerator - Resource.Designer.vb - - diff --git a/src/Compilers/VisualBasic/Test/Syntax/Resource.Designer.vb b/src/Compilers/VisualBasic/Test/Syntax/Resource.Designer.vb deleted file mode 100644 index 886c643af9c90..0000000000000 --- a/src/Compilers/VisualBasic/Test/Syntax/Resource.Designer.vb +++ /dev/null @@ -1,96 +0,0 @@ -'------------------------------------------------------------------------------ -' -' This code was generated by a tool. -' Runtime Version:4.0.30319.42000 -' -' Changes to this file may cause incorrect behavior and will be lost if -' the code is regenerated. -' -'------------------------------------------------------------------------------ - -Option Strict On -Option Explicit On - -Imports System - -Namespace My.Resources - - 'This class was auto-generated by the StronglyTypedResourceBuilder - 'class via a tool like ResGen or Visual Studio. - 'To add or remove a member, edit your .ResX file then rerun ResGen - 'with the /str option, or rebuild your VS project. - ''' - ''' A strongly-typed resource class, for looking up localized strings, etc. - ''' - _ - Friend Class Resource - - Private Shared resourceMan As Global.System.Resources.ResourceManager - - Private Shared resourceCulture As Global.System.Globalization.CultureInfo - - _ - Friend Sub New() - MyBase.New - End Sub - - ''' - ''' Returns the cached ResourceManager instance used by this class. - ''' - _ - Friend Shared ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager - Get - If Object.ReferenceEquals(resourceMan, Nothing) Then - Dim temp As Global.System.Resources.ResourceManager = New Global.System.Resources.ResourceManager("Microsoft.CodeAnalysis.VisualBasic.UnitTests.Resource", GetType(Resource).Assembly) - resourceMan = temp - End If - Return resourceMan - End Get - End Property - - ''' - ''' Overrides the current thread's CurrentUICulture property for all - ''' resource lookups using this strongly typed resource class. - ''' - _ - Friend Shared Property Culture() As Global.System.Globalization.CultureInfo - Get - Return resourceCulture - End Get - Set - resourceCulture = value - End Set - End Property - - ''' - ''' Looks up a localized string similar to ' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. - ''' - '''Option Infer On - '''Option Explicit Off - ''' - '''Imports System - '''Imports System.Collections.Generic - '''Imports System.Linq - '''Imports System.Linq.Expressions - '''Imports System.Text - '''Imports M = System.Math - '''Imports System.Collections - '''Imports <xmlns:ns="goo"> - '''Imports <xmlns="goo"> - ''' - '''#Const line = 6 - '''#Const goo = True - '''#If goo Then - '''#Else - '''#End If - '''' There is n [rest of string was truncated]";. - ''' - Friend Shared ReadOnly Property VBAllInOne() As String - Get - Return ResourceManager.GetString("VBAllInOne", resourceCulture) - End Get - End Property - End Class -End Namespace diff --git a/src/Compilers/VisualBasic/Test/Syntax/Resources/VBAllInOne.vb b/src/Compilers/VisualBasic/Test/Syntax/Resources/AllInOne.vb similarity index 100% rename from src/Compilers/VisualBasic/Test/Syntax/Resources/VBAllInOne.vb rename to src/Compilers/VisualBasic/Test/Syntax/Resources/AllInOne.vb diff --git a/src/Compilers/VisualBasic/Test/Syntax/Syntax/SyntaxFactsTest.vb b/src/Compilers/VisualBasic/Test/Syntax/Syntax/SyntaxFactsTest.vb index 4c65c16d3706f..0cb37237b9253 100644 --- a/src/Compilers/VisualBasic/Test/Syntax/Syntax/SyntaxFactsTest.vb +++ b/src/Compilers/VisualBasic/Test/Syntax/Syntax/SyntaxFactsTest.vb @@ -2,12 +2,22 @@ ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. +Imports System.IO +Imports System.Text Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.VisualBasic Imports Microsoft.CodeAnalysis.VisualBasic.Syntax Imports Roslyn.Test.Utilities Public Class SyntaxFactsTests + Private Shared ReadOnly s_allInOneSource As String + + Shared Sub New() + Using stream = New StreamReader(GetType(SyntaxFactsTests).Assembly.GetManifestResourceStream("AllInOne.vb"), Encoding.UTF8) + s_allInOneSource = stream.ReadToEnd() + End Using + End Sub + Public Sub IsKeyword1() Assert.False(CType(Nothing, SyntaxToken).IsKeyword()) @@ -1006,7 +1016,7 @@ End Namespace Public Sub AllowsLeadingOrTrailingImplicitLineContinuation() - Dim cu = SyntaxFactory.ParseCompilationUnit(My.Resources.Resource.VBAllInOne) + Dim cu = SyntaxFactory.ParseCompilationUnit(s_allInOneSource) Assert.False(cu.ContainsDiagnostics, "Baseline has diagnostics.") @@ -1105,7 +1115,7 @@ End Namespace Public Sub AllowsLeadingOrTrailingImplicitLineContinuationNegativeTests() - Dim cu = SyntaxFactory.ParseCompilationUnit(My.Resources.Resource.VBAllInOne) + Dim cu = SyntaxFactory.ParseCompilationUnit(s_allInOneSource) Assert.False(cu.ContainsDiagnostics, "Baseline has diagnostics.") diff --git a/src/Compilers/VisualBasic/Test/Syntax/Syntax/VBAllInOne.txt b/src/Compilers/VisualBasic/Test/Syntax/Syntax/VBAllInOne.txt deleted file mode 100644 index 77007b0f165f8..0000000000000 --- a/src/Compilers/VisualBasic/Test/Syntax/Syntax/VBAllInOne.txt +++ /dev/null @@ -1,984 +0,0 @@ -Option Infer On -Option Explicit Off -Imports System -Imports System.Collections.Generic -Imports System.Linq -Imports System.Linq.Expressions -Imports System.Text -Imports M = System.Math -Imports System.Collections -Imports -Imports -#Const line = 6 -#Const goo = True -#If goo Then -#Else -#End If -' There is no equivalent to #undef in VB.NET: -'#undef goo -'#warning goo -'#error goo -' There is no equivalent to 'extern alias' in VB: -'extern alias Goo; -#If DEBUG OrElse TRACE Then -Imports System.Diagnostics -#ElseIf SILVERLIGHT Then -Imports System.Diagnostics -#Else -Imports System.Diagnostics -#End If -#Region "Region" -#Region "more" -Imports ConsoleApplication2.Test -#End Region -Imports X = int1 -Imports X = ABC.X(Of Integer) -Imports A.B - -#End Region - - -Friend Interface CoContra(Of Out T, In K) - -End Interface - -Public Delegate Sub CoContra2() -Namespace My - - Friend Interface CoContra(Of Out T, In K) - - End Interface - - Friend Delegate Sub CoContra2(Of Out T, In K)() - - Partial Public Class A - Inherits CSType1 - Implements I - - - Public Sub New( ByVal goo As Integer) - MyBase.New(1) -L: - Dim i As Integer = Len(New Integer) - i += 1 -#If DEBUG Then - Console.WriteLine(export.iefSupplied.command) -#End If - Const local? As Integer = Integer.MaxValue - Const local0? As Guid = New Guid(r.ToString()) - 'Inserted Compiling code - Dim r As Integer - Dim Varioblelocal? As Integer = Integer.MaxValue - Dim Varioblelocal0? As Guid = New Guid(r.ToString()) - Dim привет = local - Dim мир = local - Dim local3 = 0, local4 = 1 - Dim local5 = If(TryCast(Nothing, Action), Nothing) - Dim local6 = TypeOf local5 Is Action - Dim u = 1UI - Dim U_Renamed = 1UI - Dim hex As Long = &HBADC0DE, Hex_Renamed As Long = &HDEADBEEFL, l As Long = -1L, L_Renamed As Long = 1L - Dim ul As ULong = 1UL, Ul_Renamed As ULong = 1UL, uL_Renamed2 As ULong = 1UL, UL_Renamed3 As ULong = 1UL, lu As ULong = 1UL, Lu_Renamed1 As ULong = 1UL, lU_Renamed2 As ULong = 1UL, LU_Renamed3 As ULong = 1UL - Dim bool As Boolean - Dim [byte] As Byte - 'ChrW(&H0130), hexchar2 = ChrW(&HBAD) - 'ChrW(&H0066), hexchar = ChrW(&H0130), hexchar2 - '"c"c, \u0066 = ChrW(&H0066), hexchar - Dim [char] As Char = "c"c ', \u0066 - Dim [decimal] As Decimal = 1.44D - Dim [dynamic] As Object - Dim [double] As Double = m.PI - Dim float As Single - Dim int As Integer = If(local, -1) - Dim [long] As Long - Dim [object] As Object - Dim [sbyte] As SByte - Dim [short] As Short - Dim [string] As String = """/*" - Dim uint As UInteger - Dim [ulong] As ULong - Dim [ushort] As UShort - Dim dynamic1 = local5 - Dim add = 0 - Dim ascending = 0 - Dim descending = 0 - Dim From = 0 - Dim [get] = 0 - Dim [global] = 0 - Dim group = 0 - Dim into = 0 - Dim join = 0 - Dim [let] = 0 - Dim orderby = 0 - Dim [partial] = 0 - Dim remove = 0 - Dim [select] = 0 - Dim [set] = 0 - Dim value = 0 - Dim var = 0 - Dim where = 0 - Dim yield = 0 - If i > 0 Then - Return - ElseIf i = 0 Then - Throw New Exception() - End If - - Dim o1 = New MyObject() - Dim o2 = New MyObject(var) - Dim o3 = New MyObject With {.A = i} - Dim o4 = New MyObject(dynamic) With {.A = 0, .B = 0, .C = 0} - Dim o5 = New With {Key .A = 0} - Dim a() As Integer = {0, 1, 2, 3, 4, 5} - Select Case i - Case 1 - GoTo CaseLabel1 - Case 2 -CaseLabel1: - GoTo CaseLabel2 - Exit Select - Case Else -CaseLabel2: - Return - End Select - - Do While i < 10 - i += 1 - Loop - - Do - i += 1 - Loop While i < 10 - - For j As Integer = 0 To 99 - Console.WriteLine(j) - Next j - - 'Modified to include items - Dim items = {1, 2, 3, 4, 5, 6, 7, 8} - For Each i In items - If i = 7 Then - Return - Else - Continue For - End If - Next i - - ' There is no equivalent to a 'checked' block in VB.NET - ' checked - i += 1 - 'Modified use of synclock functions for VB - Dim sText As String - Dim objLock As Object = New Object() - SyncLock objLock - sText = "Hello" - End SyncLock - - Using v = BeginScope() - Using a As New A() - Using BeginScope() - Return - End Using - End Using - End Using - - ' VB does not support iterators and has no equivalent to the C# 'yield' keyword: - 'yield Return Me.items(i) - ' VB does not support iterators and has no equivalent to the C# 'yield' keyword: - 'yield(break) - ' There is no equivalent to a 'fixed' block in VB.NET - 'Integer* p = Nothing - Try - Throw New Exception 'Nothing - Catch av As System.AccessViolationException - Throw av - Catch e1 As Exception - Throw - Finally - End Try - - Dim anonymous = New With {.a = 1, .B = 2, .c = 3} - Dim qry = From i1 In {1, 2, 3, 4, 5, 6} Where i1 < 5 Select New With {.id = i1} - Dim query = From c In customers Let d = c Where d IsNot Nothing Join c1 In customers On c1.GetHashCode() Equals c.GetHashCode() Group Join c1 In customers On c1.GetHashCode() Equals c.GetHashCode() Into e() Order By g.Count() Ascending Order By g.Key Descending Select New With {.Region = g.Key, .CustCount = g.Count()} - 'XML Literals - Dim x = - End Sub - - Protected Sub Finalize() - End Sub - - Private ReadOnly f1 As Integer - - ' There is no VB.NET equivalent to 'volatile': - - Private f2 As Integer - - - Public Sub Handler(ByVal value As Object) - End Sub - - Public Function m(Of T As {Class, New})(ByVal t1 As T) As Integer - MyBase.m(t1) - Return 1 - End Function - - Public Property P() As String - Get - Return "A" - End Get - - Set(ByVal value As String) - End Set - End Property - - Public ReadOnly Property p2 As String - Get - End Get - End Property - - Public Property p3 As String - - Default Public Property item(ByVal index As Integer) As Integer - Protected Get - End Get - - Set(ByVal value As Integer) - End Set - End Property - - - Public Custom Event E1 As Action - ' This code will be run when AddHandler MyEvent, D1 is called - AddHandler(ByVal value As Action) - End AddHandler - - ' This code will be run when RemoveHandler MyEvent, D1 is called - RemoveHandler(ByVal value As Action) - End RemoveHandler - - - RaiseEvent() - End RaiseEvent - End Event - - Public Shared Operator +(ByVal first, ByVal second) - Dim handler As System.Delegate = New [Delegate](AddressOf Me.Handler) - Return first.Add(second) - End Operator - - - Public Shared Operator IsTrue(ByVal a As A) As Boolean - Return True - End Operator - - Public Shared Operator IsFalse(ByVal a As A) As Boolean - Return False - End Operator - - Class c - - End Class - - Public Sub A(ByVal value As Integer) Implements I.A - End Sub - - Public Property Value As String Implements I.Value - Get - End Get - - Set(ByVal value As String) - End Set - End Property - End Class - - Public Structure S - Implements I - - Private f1 As Integer - - ' There is no VB.NET equivalent to 'volatile': - ' private volatile int f2; - - Private f2 As Integer - - Public Function m(Of T As {Structure, New})(ByVal s As T) As Integer - Return 1 - End Function - - Public Property P1() As String - Get - Dim value As Integer = 0 - Return "A" - End Get - - Set(ByVal value As String) - End Set - End Property - - 'VB.NET can't support abstract member variable - Public ReadOnly Property P2() As String - Get - End Get - End Property - - Public Property p3 As String '//Auto Property - - Default Public Property item(ByVal index As Integer) As Integer - Get - End Get - - Friend Set(ByVal value As Integer) - End Set - End Property - - Public Event E() - - Public Shared Operator +(ByVal first, ByVal second) - Return first.Add(second) - 'fixed Integer field(10) - End Operator - - Class c - - End Class - - Public Sub A(ByVal value As Integer) Implements I.A - End Sub - - Public Property Value As String Implements I.Value - Get - End Get - - Set(ByVal value As String) - End Set - End Property - End Structure - - Public Interface I - - Sub A(ByVal value As Integer) - - Property Value() As String - - End Interface - - - Public Enum E - A - B = A - C = 2 + A -#If DEBUG Then - D -#End If - End Enum - - Public Delegate Sub [Delegate](ByVal P As Object) - - Namespace Test - - Public Class Список - - Public Shared Function Power(ByVal number As Integer, ByVal exponent As Integer) As IEnumerable - Dim Список As New Список() - Список.Main() - Dim counter As Integer = 0 - Dim result As Integer = 0 - 'Do While ++counter++ < --exponent-- - ' result = result * number + +number + ++++number - ' ' VB does not support iterators and has no equivalent to the C# 'yield' keyword: - ' 'yield Return result - ' Loop - End Function - - Shared Sub Main() - For Each i As Integer In Power(2, 8) - Console.Write("{0} ", i) - Next i - - End Sub - End Class - End Namespace -End Namespace - -Namespace ConsoleApplication1 - Namespace RecursiveGenericBaseType - - MustInherit Class A(Of T) - Inherits B(Of A(Of T), A(Of T)) - - Protected Overridable Function M() As A(Of T) - End Function - - Protected MustOverride Function N() As B(Of A(Of T), A(Of T)) - - Shared Function O() As B(Of A(Of T), A(Of T)) - End Function - End Class - - Class B(Of T1, T2) - Inherits A(Of B(Of T1, T2)) - - Protected Overrides Function M() As A(Of T) - End Function - - Protected NotOverridable Overrides Function N() As B(Of A(Of T), A(Of T)) - End Function - - Shared Shadows Function O() As A(Of T) - End Function - End Class - End Namespace -End Namespace - -Namespace Boo - - Public Class Bar(Of T As IComparable) - - Public f As T - - Public Class Goo(Of U) - Implements IEnumerator(Of T) - - Public Sub Method(Of K As {IList(Of V), IList(Of T), IList(Of U)}, V As IList(Of K))(ByVal k1 As K, ByVal t1 As T, ByVal u1 As U) - Dim a As A(Of Integer) - End Sub - - Public ReadOnly Property Current As T Implements System.Collections.Generic.IEnumerator(Of T).Current - Get - End Get - End Property - - Public ReadOnly Property Current1 As Object Implements System.Collections.IEnumerator.Current - Get - End Get - End Property - - Public Function MoveNext() As Boolean Implements System.Collections.IEnumerator.MoveNext - End Function - - Public Sub Reset() Implements System.Collections.IEnumerator.Reset - End Sub - -#Region "IDisposable Support" - Private disposedValue As Boolean ' To detect redundant calls - - ' IDisposable - Protected Overridable Sub Dispose(ByVal disposing As Boolean) - If Not Me.disposedValue Then - If disposing Then - End If - End If - - Me.disposedValue = True - End Sub - - Public Sub Dispose() Implements IDisposable.Dispose - Dispose(True) - GC.SuppressFinalize(Me) - End Sub -#End Region - End Class - End Class -End Namespace - -Friend Class Test2 - - Private Sub Bar3() - Dim x = New Boo.Bar(Of Integer).Goo(Of Object)() - x.Method(Of String, String)(" ", 5, New Object()) - Dim q = From i In New Integer() {1, 2, 3, 4} Where i > 5 Select i - End Sub - - Public Shared Widening Operator CType(ByVal s As String) As Test2 - Return New Test2() - End Operator - - Public Shared Narrowing Operator CType(ByVal s As Integer) As Test2 - Return New Test2() - End Operator - - Public goo As Integer = 5 - - Private Sub Bar2() - goo = 6 - Me.goo = 5.GetType() - Dim t As Test2 = "sss" - End Sub - - Private Sub Blah() - Dim i As Integer = 5 - Dim j? As Integer = 6 - Dim e As Expression(Of Func(Of Integer)) = Function() i - End Sub - - Public Property FGoo() As Type - Get - Return GetType(System.Int32) - End Get - - Set(ByVal value As Type) - Dim t = GetType(System.Int32) - t.ToString() - t = value - End Set - End Property - - Public Sub Constants() - Dim i As Integer = 1 + 2 + 3 + 5 - Dim s As Global.System.String = "a" & CStr("a") & "a" & "a" & "a" & "A" - End Sub - - Public Sub ConstructedType() - Dim i As List(Of Integer) = Nothing - Dim c As Integer = i.Count - End Sub -End Class - -Namespace Comments.XmlComments.UndocumentedKeywords - - ''' - ''' Whatever - ''' - ''' - ''' // - ''' /* */ - ''' - ''' - ''' - ''' - ''' - ''' - ''' - ''' - ''' - ''' - Class c(Of T) - - Sub M(Of U)(ByVal T1 As T, ByVal U1 As U) - Dim intValue As Integer = 0 - intValue = intValue + 1 - Dim strValue As String = "hello" 's - Dim c As New [MyClass]() - Dim verbatimStr As String = "@ \\\\" 's - End Sub - End Class -End Namespace - -Friend Class TestClassXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX 'Scen8 - -End Class - -Friend Class TestClass1XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX22 'Scen9 - -End Class - -Friend Class yield - - ''INSTANT VB TODO TASK: There is no equivalent to the undocumented C# '__arglist' keyword in VB: - 'Private Sub Goo(Of U)(ByVal __arglist) - ' Dim c1 As C(Of U) = Nothing - ' c1.M(Of Integer)(5, Nothing) - ' Dim tr As TypedReference = __makeref(c1) - ' Dim t As Type = __reftype(tr) - ' Dim j As Integer = __refvalue(tr, Integer) - ' Params(a:=t, b:=t) - 'End Sub - Private Sub Params(ByRef a As Object, ByRef b As Object, ByVal ParamArray c() As Object) - End Sub - - 'Private Sub Params(Optional ByRef a As dynamic = 2, Optional ByRef c As dynamic = Nothing, ParamArray ByVal c()() As dynamic) - 'End Sub - Public Overrides Function ToString() As String - Return MyBase.ToString() - End Function - - Public Sub method() - Dim a?(4) As Integer '[] bug - ' YES [] - Dim var() As Integer = {1, 2, 3, 4, 5} ',; - Dim i As Integer = a(i) '[] - Dim f As New Goo(Of T)() '<> () - f.method() - i = i + i - i * i \ i Mod i And i Or i Xor i '+ - * / % & | ^ - Dim b As Boolean = True And False Or True Xor False '& | ^ - b = Not b '! - i = Not i '~i - b = i < i AndAlso i > i '< && > - Dim ii? As Integer = 5 '? bug - ' NO ? - Dim f1 As Integer = If(True, 1, 0) '? : - ' YES : - i += 1 '++ - i -= 1 '-- - b = True AndAlso False OrElse True '&& || - i = i << 5 '<< - i = i >> 5 '>> - b = i = i AndAlso i <> i AndAlso i <= i AndAlso i >= i '= == && != <= >= - i += 5.0 '+= - i -= i '-= - i *= i '*= - i \= i '/ - '= - i = i Mod i '%= - i = i And i '&= - i = i Or i '|= - i = i Xor i '^= - i <<= i '<<= - i >>= i '>>= - Dim s As Object = Function(x) x + 1 '=> - ' There is no equivalent to an 'unsafe' block in VB.NET - ' unsafe - ' Point* p = &point '* & - ' p->x = 10 '-> - Dim p As Point - p.X = 10 - p.Y = 12 - Dim p2 As New Point With {.X = 10, .Y = 12} - Dim br As IO.BinaryReader = Nothing - End Sub - - Friend Structure Point - - Public X As Integer - - Public Y As Integer - End Structure -End Class - -'Extension Method -Module Module1 - - Function GooExtension(ByVal x As String) As String - Return x & "test" - End Function - - - Function GooExtension(ByVal x As String, ByVal y As Integer) As String - 'With Implicit Line Continuation - Return x & "test2" - End Function - - Sub Goo() - 'Collections - Dim i As New List(Of String) From {"test", "item"} - Dim i1 As New Dictionary(Of Integer, String) From {{1, "test"}, {2, "item"}} - 'Arrays - Dim ia1 = {1, 2, 3, 4, 5} - Dim la2 = {1, 2L, 3, 4S, 5} - Console.Write(GetXmlNamespace(ns)) - Dim ia3 As Integer() = {1, 2, 3, 4, 5} - Dim ia4() As Integer = {1, 2, 3, 4, 5} - Dim ia5 = New Integer() {1, 2, 3, 4, 5} - Dim ia6 = {{1, 2}, {3, 4}, {5, 6}} '2d array - Dim ia7 = {({1}), ({3, 4}), ({5, 6, 2})} 'jagged array - 'Standalone - If {1, 2, 3}.Count = 2 Then - ElseIf {1, 2, 3}.Count = 3 Then - Else - End If - End Sub -End Module - -#Region "Events" -Public Delegate Sub MyDelegate(ByVal message As String) -Class MyClass1 - - Custom Event MyEvent As MyDelegate - ' This code will be run when AddHandler MyEvent, D1 - ' is called - AddHandler(ByVal value As MyDelegate) - Console.WriteLine("Adding Handler for MyEvent") - MyEventHandler = value - End AddHandler - - ' This code will be run when RemoveHandler MyEvent, D1 - ' is called - RemoveHandler(ByVal value As MyDelegate) - Console.WriteLine("Removing Handler for MyEvent") - MyEventHandler = Nothing - End RemoveHandler - - ' This code will be run when RaiseEvent MyEvent(string) - ' is called - RaiseEvent(ByVal message As String) - If Not MyEventHandler Is Nothing Then - MyEventHandler.Invoke(message) - Else - Console.WriteLine("No Handler for Raised MyEvent") - End If - End RaiseEvent - End Event - - Public MyEventHandler As MyDelegate - - Public Sub Raise_Event() - RaiseEvent MyEvent("MyEvent Was Raised") - End Sub -End Class - -Module DelegateModule - Dim Var1 As MyClass1 - Dim D1 As MyDelegate - Sub EventsMain() - Var1 = New MyClass1 - D1 = New MyDelegate(AddressOf MyHandler) - AddHandler Var1.MyEvent, D1 - Var1.Raise_Event() - RemoveHandler Var1.MyEvent, D1 - End Sub - - Sub MyHandler(ByVal message As String) - Console.WriteLine("Event Handled: " & message) - End Sub -End Module - -#End Region -#Region "Linq" -Module LINQQueries - Sub Join() - Dim categories() = {"Beverages", "Condiments", "Vegetables", "Dairy Products", "Seafood"} - Dim productList = {New With {.category = "Condiments", .name = "Ketchup"}, New With {.category = "Seafood", .name = "Code"}} - Dim query = From c In categories Group Join p In productList On c Equals p.category Into Group From p In Group Select Category = c, p.name - For Each v In query - Console.WriteLine(v.name + ": " + v.Category) - Next - - End Sub -End Module - -#End Region -#Region "Lambda's" -Module Lambdas - Dim l1 = Sub() - Console.WriteLine("Sub Statement") - End Sub - - Dim L2 = Sub() Console.WriteLine("Sub Statement 2") - Dim L3 = Function(x As Integer) x Mod 2 - Dim L4 = Function(y As Integer) As Boolean - If y * 2 < 10 Then - Return True - Else - Return False - End If - End Function -End Module - -#End Region -#Region "Co Contra Variance" -Public Class Cheetah - -End Class - -Public Class Animals - -End Class - -Public Interface IVariance(Of In T) - - Sub Goo(ByVal a As T) - - Property InterProperty() As IVariance(Of Cheetah) - - Property InterProperty2() As IVariance(Of Animals) - -End Interface - -Delegate Sub Func(Of In T)(ByVal a As T) -Public Delegate Function Func2(Of Out T)() As T -Public Interface IVariance2(Of Out T) - - Function Goo() As T - -End Interface - -Public Class Variance2(Of T As New) : Implements IVariance2(Of T) - - Dim type As IVariance2(Of Animals) - - Public Function Goo() As T Implements IVariance2(Of T).Goo - Return New T - End Function - - Function Goo(ByVal arg As IVariance2(Of T)) As String - Return arg.GetType.ToString - End Function - - Function Goo(ByVal arg As Func2(Of T)) As String - Return arg.Invoke().GetType.ToString - End Function -End Class - -#End Region -Module Mod1Orcas - Dim AT1 = New With {Key .prop1 = 1} - Dim AT2 = New With {.prop1 = 7} - Dim b_false As Boolean = False - Dim n_false = False - Dim i = If(b_false And n_false, 1, 2) - Dim s1 = <%= If(Nothing, Nothing) %> - Delegate Sub delfoo() - Delegate Sub delfoo1(ByVal sender As Object, ByVal e As System.EventArgs) - Sub Goo() - End Sub - - Sub Method1(ByVal sender As Object, ByVal e As System.EventArgs) - End Sub - - Sub Method1a() - End Sub - - Sub AssignDelegate() - Dim d As delfoo = AddressOf Goo - d.Invoke() - Dim d1_1 As delfoo1 = AddressOf Method1 - Dim d1_1a As delfoo1 = AddressOf Method1a 'Relaxed Delegate - 'Nullable - Dim Value1a As Integer? = 10 - Dim Value1b As Integer = 1 - Dim Value1c? As Integer = 1 - Dim Value1c? As Integer? = 1 - Dim TestReturnValue = Value1a * Value1b - If Value1a / Value1b > 0 Then - End If - - Dim sNone = "None" - Dim SSystemOnly = "SystemOnly" - Dim XMLLiteral =
>> - Imports System - - Imports System - Imports System.Collections - public Module {Identifier}End Module Module_public class {Identifier}End ClassClass_public class {Identifier}End ClassStruct_ = Microsoft.VisualBasic.FileSystem.Dir(".") ]]> = 1 ]]> as string = "2" ]]>
- Dim x = as string = "2" ]]> - Dim y = : Call () : Dim x = - End Sub -End Module - -Class Customer - - Public Property name As String = "Default" - - Public AGe As Integer - - Public Position As String - - Public Level As Integer = 0 - - Public Property age2 As Integer -End Class - -Class Goo - - Structure Bar - - Dim x As Integer - - Sub LoopingMethod() - For i = 1 To 20 Step 1 - Next i - - For Each a In {1, 2, 3, 4} - Next - - Dim icount As Integer - Do While icount <= 10 - icount += 1 - Loop - - icount = 0 - While icount <= 100 - icount += 1 - End While - - icount = 0 - Do Until icount >= 10 - icount += 2 - Loop - - End Sub - End Structure -End Class - -Class GooGen(Of t) - - Structure BarGen(Of u) - - Dim x As t - - Dim z As u - - Sub SelectionMethods() - Dim icount As Integer = 1L - If icount = 1 Then - ElseIf icount > 1 Then - Else - End If - - Select Case icount - Case 1 - Case 2, 3 - Case Is > 3 - Case Else - End Select - End Sub - - Sub Operators() - Dim a As Boolean = True - Dim b As Boolean = False - If a And b Then - End If - - If a Or b Then - End If - - If Not a And b Then - End If - - If a = b AndAlso b = True Then - End If - - If a = b OrElse b = False Then - End If - - If(a Or b) OrElse b = True Then - End If - End Sub - - Sub Method1() - Dim x As New Customer With {.name = "Test", .AGe = 30, .Level = 1, .Position = "SDET"} - Dim x2 As New Customer With {.name = "Test", .AGe = 30, .Level = 1, .Position = "SDET", .age2 =.AGe} - End Sub - End Structure -End Class - -Public Class Bar - -End Class - -Public Class ClsPPMTest003 - - Partial Private Sub Goo3() - End Sub -End Class - -Partial Public Class ClsPPMTest003 - - Private Sub Goo3() - End Sub - - Public Sub CallGooFromClass() - Me.Goo3() - Dim x1 As New Goo - Dim y1 As New Bar - If x1 Is y1 Then - Else - Console.WriteLine("Expected Result Occurred") - End If - - If x1 IsNot y1 Then - Else - Console.WriteLine("Expected Result Occurred") - End If - End Sub -End Class diff --git a/src/EditorFeatures/CSharp/CSharpEditorResources.Designer.cs b/src/EditorFeatures/CSharp/CSharpEditorResources.Designer.cs deleted file mode 100644 index 4953745c7aa63..0000000000000 --- a/src/EditorFeatures/CSharp/CSharpEditorResources.Designer.cs +++ /dev/null @@ -1,225 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace Microsoft.CodeAnalysis.Editor.CSharp { - using System; - - - /// - /// A strongly-typed resource class, for looking up localized strings, etc. - /// - // This class was auto-generated by the StronglyTypedResourceBuilder - // class via a tool like ResGen or Visual Studio. - // To add or remove a member, edit your .ResX file then rerun ResGen - // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - internal class CSharpEditorResources { - - private static global::System.Resources.ResourceManager resourceMan; - - private static global::System.Globalization.CultureInfo resourceCulture; - - [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] - internal CSharpEditorResources() { - } - - /// - /// Returns the cached ResourceManager instance used by this class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Resources.ResourceManager ResourceManager { - get { - if (object.ReferenceEquals(resourceMan, null)) { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.CodeAnalysis.Editor.CSharp.CSharpEditorResources", typeof(CSharpEditorResources).Assembly); - resourceMan = temp; - } - return resourceMan; - } - } - - /// - /// Overrides the current thread's CurrentUICulture property for all - /// resource lookups using this strongly typed resource class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Globalization.CultureInfo Culture { - get { - return resourceCulture; - } - set { - resourceCulture = value; - } - } - - /// - /// Looks up a localized string similar to '{0}' items in cache. - /// - internal static string _0_items_in_cache { - get { - return ResourceManager.GetString("_0_items_in_cache", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Chosen version: '{0}'. - /// - internal static string Chosen_version_0 { - get { - return ResourceManager.GetString("Chosen_version_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Complete statement on ;. - /// - internal static string Complete_statement_on_semicolon { - get { - return ResourceManager.GetString("Complete_statement_on_semicolon", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Could not find by name: '{0}'. - /// - internal static string Could_not_find_by_name_0 { - get { - return ResourceManager.GetString("Could_not_find_by_name_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Decompilation log. - /// - internal static string Decompilation_log { - get { - return ResourceManager.GetString("Decompilation_log", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Fix interpolated verbatim string. - /// - internal static string Fix_interpolated_verbatim_string { - get { - return ResourceManager.GetString("Fix_interpolated_verbatim_string", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Found '{0}' assemblies for '{1}':. - /// - internal static string Found_0_assemblies_for_1 { - get { - return ResourceManager.GetString("Found_0_assemblies_for_1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Found exact match: '{0}'. - /// - internal static string Found_exact_match_0 { - get { - return ResourceManager.GetString("Found_exact_match_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Found higher version match: '{0}'. - /// - internal static string Found_higher_version_match_0 { - get { - return ResourceManager.GetString("Found_higher_version_match_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Found single assembly: '{0}'. - /// - internal static string Found_single_assembly_0 { - get { - return ResourceManager.GetString("Found_single_assembly_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Load from: '{0}'. - /// - internal static string Load_from_0 { - get { - return ResourceManager.GetString("Load_from_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Module not found!. - /// - internal static string Module_not_found { - get { - return ResourceManager.GetString("Module_not_found", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to (Press TAB to insert). - /// - internal static string Press_TAB_to_insert { - get { - return ResourceManager.GetString("Press_TAB_to_insert", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Resolve: '{0}'. - /// - internal static string Resolve_0 { - get { - return ResourceManager.GetString("Resolve_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Resolve module: '{0}' of '{1}'. - /// - internal static string Resolve_module_0_of_1 { - get { - return ResourceManager.GetString("Resolve_module_0_of_1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Smart Indenting. - /// - internal static string Smart_Indenting { - get { - return ResourceManager.GetString("Smart_Indenting", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Split string. - /// - internal static string Split_string { - get { - return ResourceManager.GetString("Split_string", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to WARN: Version mismatch. Expected: '{0}', Got: '{1}'. - /// - internal static string WARN_Version_mismatch_Expected_0_Got_1 { - get { - return ResourceManager.GetString("WARN_Version_mismatch_Expected_0_Got_1", resourceCulture); - } - } - } -} diff --git a/src/EditorFeatures/CSharp/Microsoft.CodeAnalysis.CSharp.EditorFeatures.csproj b/src/EditorFeatures/CSharp/Microsoft.CodeAnalysis.CSharp.EditorFeatures.csproj index f73df9663dfe9..54bff9490004b 100644 --- a/src/EditorFeatures/CSharp/Microsoft.CodeAnalysis.CSharp.EditorFeatures.csproj +++ b/src/EditorFeatures/CSharp/Microsoft.CodeAnalysis.CSharp.EditorFeatures.csproj @@ -35,13 +35,6 @@
- - - True - True - CSharpEditorResources.resx - - @@ -49,11 +42,7 @@ - - ResXFileCodeGenerator - CSharpEditorResources.Designer.cs - Designer - + diff --git a/src/EditorFeatures/CSharpTest/AddAccessibilityModifiers/AddAccessibilityModifiersTests.cs b/src/EditorFeatures/CSharpTest/AddAccessibilityModifiers/AddAccessibilityModifiersTests.cs index 526e07bc16666..20376ba845d19 100644 --- a/src/EditorFeatures/CSharpTest/AddAccessibilityModifiers/AddAccessibilityModifiersTests.cs +++ b/src/EditorFeatures/CSharpTest/AddAccessibilityModifiers/AddAccessibilityModifiersTests.cs @@ -2,74 +2,70 @@ // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. -using System.Collections.Generic; using System.Threading.Tasks; -using Microsoft.CodeAnalysis.CodeFixes; using Microsoft.CodeAnalysis.CodeStyle; -using Microsoft.CodeAnalysis.CSharp.AddAccessibilityModifiers; -using Microsoft.CodeAnalysis.Diagnostics; -using Microsoft.CodeAnalysis.Editor.CSharp.UnitTests.Diagnostics; -using Microsoft.CodeAnalysis.Options; using Microsoft.CodeAnalysis.Test.Utilities; using Xunit; +using VerifyCS = Microsoft.CodeAnalysis.Editor.UnitTests.CodeActions.CSharpCodeFixVerifier< + Microsoft.CodeAnalysis.CSharp.AddAccessibilityModifiers.CSharpAddAccessibilityModifiersDiagnosticAnalyzer, + Microsoft.CodeAnalysis.CSharp.AddAccessibilityModifiers.CSharpAddAccessibilityModifiersCodeFixProvider>; namespace Microsoft.CodeAnalysis.Editor.CSharp.UnitTests.AddAccessibilityModifiers { - public partial class AddAccessibilityModifiersTests : AbstractCSharpDiagnosticProviderBasedUserDiagnosticTest + public class AddAccessibilityModifiersTests { - internal override (DiagnosticAnalyzer, CodeFixProvider) CreateDiagnosticProviderAndFixer(Workspace workspace) - => (new CSharpAddAccessibilityModifiersDiagnosticAnalyzer(), new CSharpAddAccessibilityModifiersCodeFixProvider()); - - private IDictionary OmitDefaultModifiers => - OptionsSet(SingleOption(CodeStyleOptions.RequireAccessibilityModifiers, AccessibilityModifiersRequired.OmitIfDefault, NotificationOption.Suggestion)); + [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAddAccessibilityModifiers)] + public void TestStandardProperties() + => VerifyCS.VerifyStandardProperties(); [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAddAccessibilityModifiers)] public async Task TestAllConstructs() { - await TestInRegularAndScriptAsync( -@" + await VerifyCS.VerifyCodeFixAsync( + @"using System; namespace Outer { namespace Inner1.Inner2 { - class {|FixAllInDocument:C|} + partial class [|C|] : I { - class NestedClass { } + class [|NestedClass|] { } - struct NestedStruct { } + struct [|NestedStruct|] { } - int f1; - int f2, f3; + int [|f1|]; + int [|f2|], f3; public int f4; - event Action e1, e2; + event Action [|e1|], e2; public event Action e3; - event Action e4 { add { } remove { } } + event Action [|e4|] { add { } remove { } } public event Action e5 { add { } remove { } } - event Action I.e6 { add { } remote { } } + event Action I.e6 { add { } remove { } } static C() { } - C() { } + [|C|]() { } public C(int i) { } ~C() { } - void M1() { } + void [|M1|]() { } public void M2() { } void I.M3() { } + partial void M4(); partial void M4() { } - int P1 { get; } + int [|P1|] { get; } public int P2 { get; } int I.P3 { get; } - int this[int i] { get; } - public int this[string s] { get; } - int I.this[bool b] { get; } + int [|this|][int i] => throw null; + public int this[string s] => throw null; + int I.this[bool b] => throw null; } - interface I + interface [|I|] { event Action e6; void M3(); @@ -77,20 +73,20 @@ interface I int this[bool b] { get; } } - delegate void D(); + delegate void [|D|](); - enum E + enum [|E|] { EMember } } }", -@" + @"using System; namespace Outer { namespace Inner1.Inner2 { - internal class {|FixAllInDocument:C|} + internal partial class C : I { private class NestedClass { } @@ -105,7 +101,7 @@ private struct NestedStruct { } private event Action e4 { add { } remove { } } public event Action e5 { add { } remove { } } - event Action I.e6 { add { } remote { } } + event Action I.e6 { add { } remove { } } static C() { } @@ -117,15 +113,16 @@ public C(int i) { } private void M1() { } public void M2() { } void I.M3() { } + partial void M4(); partial void M4() { } private int P1 { get; } public int P2 { get; } int I.P3 { get; } - private int this[int i] { get; } - public int this[string s] { get; } - int I.this[bool b] { get; } + private int this[int i] => throw null; + public int this[string s] => throw null; + int I.this[bool b] => throw null; } internal interface I @@ -149,7 +146,7 @@ internal enum E [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAddAccessibilityModifiers)] public async Task TestRefStructs() { - await TestInRegularAndScriptAsync(@" + await VerifyCS.VerifyCodeFixAsync(@" namespace Test { ref struct [|S1|] { } @@ -163,7 +160,7 @@ internal ref struct S1 { } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAddAccessibilityModifiers)] public async Task TestReadOnlyStructs() { - await TestInRegularAndScriptAsync(@" + await VerifyCS.VerifyCodeFixAsync(@" namespace Test { readonly struct [|S1|] { } @@ -177,51 +174,57 @@ internal readonly struct S1 { } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAddAccessibilityModifiers)] public async Task TestAllConstructsWithOmit() { - await TestInRegularAndScriptAsync( -@" + await new VerifyCS.Test + { + TestState = + { + Sources = + { + @"using System; namespace Outer { namespace Inner1.Inner2 { - internal class {|FixAllInDocument:C|} + internal partial class [|C|] : I { - private class NestedClass { } + private class [|NestedClass|] { } - private struct NestedStruct { } + private struct [|NestedStruct|] { } - private int f1; - private int f2, f3; + private int [|f1|]; + private int [|f2|], f3; public int f4; - private event Action e1, e2; + private event Action [|e1|], e2; public event Action e3; - private event Action e4 { add { } remove { } } + private event Action [|e4|] { add { } remove { } } public event Action e5 { add { } remove { } } - event Action I.e6 { add { } remote { } } + event Action I.e6 { add { } remove { } } static C() { } - private C() { } + private [|C|]() { } public C(int i) { } ~C() { } - private void M1() { } + private void [|M1|]() { } public void M2() { } void I.M3() { } + partial void M4(); partial void M4() { } - private int P1 { get; } + private int [|P1|] { get; } public int P2 { get; } int I.P3 { get; } - private int this[int i] { get; } - public int this[string s] { get; } - int I.this[bool b] { get; } + private int [|this|][int i] => throw null; + public int this[string s] => throw null; + int I.this[bool b] => throw null; } - internal interface I + internal interface [|I|] { event Action e6; void M3(); @@ -229,20 +232,26 @@ internal interface I int this[bool b] { get; } } - internal delegate void D(); + internal delegate void [|D|](); - internal enum E + internal enum [|E|] { EMember } } }", -@" + }, + }, + FixedState = + { + Sources = + { + @"using System; namespace Outer { namespace Inner1.Inner2 { - class {|FixAllInDocument:C|} + partial class C : I { class NestedClass { } @@ -257,7 +266,7 @@ struct NestedStruct { } event Action e4 { add { } remove { } } public event Action e5 { add { } remove { } } - event Action I.e6 { add { } remote { } } + event Action I.e6 { add { } remove { } } static C() { } @@ -269,15 +278,16 @@ public C(int i) { } void M1() { } public void M2() { } void I.M3() { } + partial void M4(); partial void M4() { } int P1 { get; } public int P2 { get; } int I.P3 { get; } - int this[int i] { get; } - public int this[string s] { get; } - int I.this[bool b] { get; } + int this[int i] => throw null; + public int this[string s] => throw null; + int I.this[bool b] => throw null; } interface I @@ -295,43 +305,74 @@ enum E EMember } } -}", options: OmitDefaultModifiers); +}", + }, + }, + Options = + { + { CodeStyleOptions.RequireAccessibilityModifiers, AccessibilityModifiersRequired.OmitIfDefault }, + }, + }.RunAsync(); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAddAccessibilityModifiers)] public async Task TestRefStructsWithOmit() { - await TestInRegularAndScriptAsync(@" + await new VerifyCS.Test + { + TestCode = @" namespace Test { internal ref struct [|S1|] { } -}", @" +}", + FixedCode = @" namespace Test { ref struct S1 { } -}", options: OmitDefaultModifiers); +}", + Options = + { + { CodeStyleOptions.RequireAccessibilityModifiers, AccessibilityModifiersRequired.OmitIfDefault }, + }, + }.RunAsync(); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAddAccessibilityModifiers)] public async Task TestReadOnlyStructsWithOmit() { - await TestInRegularAndScriptAsync(@" + await new VerifyCS.Test + { + TestCode = @" namespace Test { internal readonly struct [|S1|] { } -}", @" +}", + FixedCode = @" namespace Test { readonly struct S1 { } -}", options: OmitDefaultModifiers); +}", + Options = + { + { CodeStyleOptions.RequireAccessibilityModifiers, AccessibilityModifiersRequired.OmitIfDefault }, + }, + }.RunAsync(); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAddAccessibilityModifiers)] public async Task TestClassOutsideNamespace() { - await TestInRegularAndScriptAsync(@" -internal class [|C1|] { }", @" -class C1 { }", options: OmitDefaultModifiers); + await new VerifyCS.Test + { + TestCode = @" +internal class [|C1|] { }", + FixedCode = @" +class C1 { }", + Options = + { + { CodeStyleOptions.RequireAccessibilityModifiers, AccessibilityModifiersRequired.OmitIfDefault }, + }, + }.RunAsync(); } } } diff --git a/src/EditorFeatures/CSharpTest/AddObsoleteAttribute/AddObsoleteAttributeTests.cs b/src/EditorFeatures/CSharpTest/AddObsoleteAttribute/AddObsoleteAttributeTests.cs index cc872b0f6f4a8..b6a13e8e09a14 100644 --- a/src/EditorFeatures/CSharpTest/AddObsoleteAttribute/AddObsoleteAttributeTests.cs +++ b/src/EditorFeatures/CSharpTest/AddObsoleteAttribute/AddObsoleteAttributeTests.cs @@ -3,29 +3,25 @@ // See the LICENSE file in the project root for more information. using System.Threading.Tasks; -using Microsoft.CodeAnalysis.CodeFixes; -using Microsoft.CodeAnalysis.CSharp.AddObsoleteAttribute; -using Microsoft.CodeAnalysis.Diagnostics; -using Microsoft.CodeAnalysis.Editor.CSharp.UnitTests.Diagnostics; using Microsoft.CodeAnalysis.Test.Utilities; using Xunit; +using VerifyCS = Microsoft.CodeAnalysis.Editor.UnitTests.CodeActions.CSharpCodeFixVerifier< + Microsoft.CodeAnalysis.Testing.EmptyDiagnosticAnalyzer, + Microsoft.CodeAnalysis.CSharp.AddObsoleteAttribute.CSharpAddObsoleteAttributeCodeFixProvider>; namespace Microsoft.CodeAnalysis.Editor.CSharp.UnitTests.AddObsoleteAttribute { - public class AddObsoleteAttributeTests : AbstractCSharpDiagnosticProviderBasedUserDiagnosticTest + public class AddObsoleteAttributeTests { - internal override (DiagnosticAnalyzer, CodeFixProvider) CreateDiagnosticProviderAndFixer(Workspace workspace) - => (null, new CSharpAddObsoleteAttributeCodeFixProvider()); - [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAddObsoleteAttribute)] public async Task TestObsoleteClassNoMessage() { - await TestInRegularAndScript1Async( + await VerifyCS.VerifyCodeFixAsync( @" [System.Obsolete] class Base {} -class Derived : [||]Base { +class Derived : {|CS0612:Base|} { } ", @" @@ -41,12 +37,12 @@ class Derived : Base { [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAddObsoleteAttribute)] public async Task TestObsoleteClassWithMessage() { - await TestInRegularAndScript1Async( + await VerifyCS.VerifyCodeFixAsync( @" [System.Obsolete(""message"")] class Base {} -class Derived : [||]Base { +class Derived : {|CS0618:Base|} { } ", @" @@ -62,12 +58,12 @@ class Derived : Base { [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAddObsoleteAttribute)] public async Task TestObsoleteClassWithMessageAndErrorFalse() { - await TestInRegularAndScript1Async( + await VerifyCS.VerifyCodeFixAsync( @" [System.Obsolete(""message"", error: false)] class Base {} -class Derived : [||]Base { +class Derived : {|CS0618:Base|} { } ", @" @@ -83,26 +79,26 @@ class Derived : Base { [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAddObsoleteAttribute)] public async Task TestObsoleteClassWithMessageAndErrorTrue() { - await TestMissingInRegularAndScriptAsync( -@" + var code = @" [System.Obsolete(""message"", error: true)] class Base {} -class Derived : [||]Base { +class Derived : {|CS0619:Base|} { } -"); +"; + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAddObsoleteAttribute)] public async Task TestObsoleteClassUsedInField() { - await TestInRegularAndScript1Async( + await VerifyCS.VerifyCodeFixAsync( @" [System.Obsolete] class Base { public static int i; } class Derived { - int i = [||]Base.i; + int i = {|CS0612:Base|}.i; } ", @" @@ -119,14 +115,14 @@ class Derived { [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAddObsoleteAttribute)] public async Task TestObsoleteClassUsedInMethod() { - await TestInRegularAndScript1Async( + await VerifyCS.VerifyCodeFixAsync( @" [System.Obsolete] class Base { public static int i; } class Derived { void Goo() { - int i = [||]Base.i; + int i = {|CS0612:Base|}.i; } } ", @@ -146,7 +142,7 @@ void Goo() { [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAddObsoleteAttribute)] public async Task TestObsoleteOverride() { - await TestInRegularAndScript1Async( + await VerifyCS.VerifyCodeFixAsync( @" class Base { [System.Obsolete] @@ -154,7 +150,7 @@ protected virtual void ObMethod() { } } class Derived : Base { - protected override void [||]ObMethod() { } + protected override void {|CS0672:ObMethod|}() { } } ", @" @@ -173,15 +169,15 @@ protected override void ObMethod() { } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAddObsoleteAttribute)] public async Task TestObsoleteClassFixAll1() { - await TestInRegularAndScript1Async( + await VerifyCS.VerifyCodeFixAsync( @" [System.Obsolete] class Base { public static int i; } class Derived { void Goo() { - int i = {|FixAllInDocument:|}Base.i; - int j = Base.i; + int i = {|CS0612:Base|}.i; + int j = {|CS0612:Base|}.i; } } ", @@ -202,15 +198,15 @@ void Goo() { [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAddObsoleteAttribute)] public async Task TestObsoleteClassFixAll2() { - await TestInRegularAndScript1Async( + await VerifyCS.VerifyCodeFixAsync( @" [System.Obsolete] class Base { public static int i; } class Derived { void Goo() { - int i = Base.i; - int j = {|FixAllInDocument:|}Base.i; + int i = {|CS0612:Base|}.i; + int j = {|CS0612:Base|}.i; } } ", @@ -231,18 +227,18 @@ void Goo() { [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAddObsoleteAttribute)] public async Task TestObsoleteClassFixAll3() { - await TestInRegularAndScript1Async( + await VerifyCS.VerifyCodeFixAsync( @" [System.Obsolete] class Base { public static int i; } class Derived { void Goo() { - int i = {|FixAllInDocument:|}Base.i; + int i = {|CS0612:Base|}.i; } void Bar() { - int j = Base.i; + int j = {|CS0612:Base|}.i; } } ", @@ -267,17 +263,20 @@ void Bar() { [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAddObsoleteAttribute)] public async Task TestObsoleteCollectionAddMethod() { - await TestInRegularAndScript1Async( + await VerifyCS.VerifyCodeFixAsync( @" class Collection : System.Collections.Generic.IEnumerable { [System.Obsolete] public void Add(int i) { } + + public System.Collections.Generic.IEnumerator GetEnumerator() => throw null; + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; } class Derived { void Goo() { var c = new Collection { - [||]1, 2, 3 + {|CS1064:1|}, {|CS1064:2|}, {|CS1064:3|} }; } } @@ -286,6 +285,9 @@ void Goo() { class Collection : System.Collections.Generic.IEnumerable { [System.Obsolete] public void Add(int i) { } + + public System.Collections.Generic.IEnumerator GetEnumerator() => throw null; + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; } class Derived { @@ -302,17 +304,20 @@ void Goo() { [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAddObsoleteAttribute)] public async Task TestObsoleteCollectionAddMethodWithMessage() { - await TestInRegularAndScript1Async( + await VerifyCS.VerifyCodeFixAsync( @" class Collection : System.Collections.Generic.IEnumerable { [System.Obsolete(""message"")] public void Add(int i) { } + + public System.Collections.Generic.IEnumerator GetEnumerator() => throw null; + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; } class Derived { void Goo() { var c = new Collection { - [||]1, 2, 3 + {|CS1062:1|}, {|CS1062:2|}, {|CS1062:3|} }; } } @@ -321,6 +326,9 @@ void Goo() { class Collection : System.Collections.Generic.IEnumerable { [System.Obsolete(""message"")] public void Add(int i) { } + + public System.Collections.Generic.IEnumerator GetEnumerator() => throw null; + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; } class Derived { @@ -337,17 +345,20 @@ void Goo() { [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAddObsoleteAttribute)] public async Task TestObsoleteCollectionAddMethodWithMessageAndErrorFalse() { - await TestInRegularAndScript1Async( + await VerifyCS.VerifyCodeFixAsync( @" class Collection : System.Collections.Generic.IEnumerable { [System.Obsolete(""message"", error: false)] public void Add(int i) { } + + public System.Collections.Generic.IEnumerator GetEnumerator() => throw null; + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; } class Derived { void Goo() { var c = new Collection { - [||]1, 2, 3 + {|CS1062:1|}, {|CS1062:2|}, {|CS1062:3|} }; } } @@ -356,6 +367,9 @@ void Goo() { class Collection : System.Collections.Generic.IEnumerable { [System.Obsolete(""message"", error: false)] public void Add(int i) { } + + public System.Collections.Generic.IEnumerator GetEnumerator() => throw null; + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; } class Derived { @@ -372,21 +386,25 @@ void Goo() { [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAddObsoleteAttribute)] public async Task TestObsoleteCollectionAddMethodWithMessageAndErrorTrue() { - await TestMissingInRegularAndScriptAsync( -@" + var code = @" class Collection : System.Collections.Generic.IEnumerable { [System.Obsolete(""message"", error: true)] public void Add(int i) { } + + public System.Collections.Generic.IEnumerator GetEnumerator() => throw null; + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; } class Derived { void Goo() { var c = new Collection { - [||]1, 2, 3 + {|CS1063:1|}, {|CS1063:2|}, {|CS1063:3|} }; } } -"); +"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } } } diff --git a/src/EditorFeatures/CSharpTest/AssignOutParameters/AssignOutParametersAboveReturnTests.cs b/src/EditorFeatures/CSharpTest/AssignOutParameters/AssignOutParametersAboveReturnTests.cs index e65d721dfefdc..7944273f1f768 100644 --- a/src/EditorFeatures/CSharpTest/AssignOutParameters/AssignOutParametersAboveReturnTests.cs +++ b/src/EditorFeatures/CSharpTest/AssignOutParameters/AssignOutParametersAboveReturnTests.cs @@ -3,29 +3,25 @@ // See the LICENSE file in the project root for more information. using System.Threading.Tasks; -using Microsoft.CodeAnalysis.CodeFixes; -using Microsoft.CodeAnalysis.CSharp.AssignOutParameters; -using Microsoft.CodeAnalysis.Diagnostics; -using Microsoft.CodeAnalysis.Editor.CSharp.UnitTests.Diagnostics; using Microsoft.CodeAnalysis.Test.Utilities; using Xunit; +using VerifyCS = Microsoft.CodeAnalysis.Editor.UnitTests.CodeActions.CSharpCodeFixVerifier< + Microsoft.CodeAnalysis.Testing.EmptyDiagnosticAnalyzer, + Microsoft.CodeAnalysis.CSharp.AssignOutParameters.AssignOutParametersAboveReturnCodeFixProvider>; namespace Microsoft.CodeAnalysis.Editor.CSharp.UnitTests.AssignOutParameters { - public partial class AssignOutParametersAboveReturnTests : AbstractCSharpDiagnosticProviderBasedUserDiagnosticTest + public class AssignOutParametersAboveReturnTests { - internal override (DiagnosticAnalyzer, CodeFixProvider) CreateDiagnosticProviderAndFixer(Workspace workspace) - => (null, new AssignOutParametersAboveReturnCodeFixProvider()); - [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAssignOutParameters)] public async Task TestForSimpleReturn() { - await TestInRegularAndScriptAsync( + await VerifyCS.VerifyCodeFixAsync( @"class C { char M(out int i) { - [|return 'a';|] + {|CS0177:return 'a';|} } }", @"class C @@ -41,7 +37,7 @@ char M(out int i) [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAssignOutParameters)] public async Task TestForSwitchSectionReturn() { - await TestInRegularAndScriptAsync( + await VerifyCS.VerifyCodeFixAsync( @"class C { char M(out int i) @@ -49,7 +45,7 @@ char M(out int i) switch (0) { default: - [|return 'a';|] + {|CS0177:return 'a';|} } } }", @@ -70,21 +66,22 @@ char M(out int i) [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAssignOutParameters)] public async Task TestMissingWhenVariableAssigned() { - await TestMissingInRegularAndScriptAsync( -@"class C + var code = @"class C { char M(out int i) { i = 0; - [|return 'a';|] + return 'a'; } -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAssignOutParameters)] public async Task TestWhenNotAssignedThroughAllPaths1() { - await TestInRegularAndScriptAsync( + await VerifyCS.VerifyCodeFixAsync( @"class C { char M(bool b, out int i) @@ -92,7 +89,7 @@ char M(bool b, out int i) if (b) i = 1; - [|return 'a';|] + {|CS0177:return 'a';|} } }", @"class C @@ -110,12 +107,12 @@ char M(bool b, out int i) [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAssignOutParameters)] public async Task TestWhenNotAssignedThroughAllPaths2() { - await TestInRegularAndScriptAsync( + await VerifyCS.VerifyCodeFixAsync( @"class C { bool M(out int i1, out int i2) { - [|return Try(out i1) || Try(out i2);|] + {|CS0177:return Try(out i1) || Try(out i2);|} } bool Try(out int i) @@ -143,30 +140,31 @@ bool Try(out int i) [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAssignOutParameters)] public async Task TestMissingWhenAssignedThroughAllPaths() { - await TestMissingInRegularAndScriptAsync( -@"class C + var code = @"class C { - char M(out int i) + char M(bool b, out int i) { if (b) i = 1; else i = 2; - [|return 'a';|] + return 'a'; } -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAssignOutParameters)] public async Task TestMultiple() { - await TestInRegularAndScriptAsync( + await VerifyCS.VerifyCodeFixAsync( @"class C { char M(out int i, out string s) { - [|return 'a';|] + {|CS0177:{|CS0177:return 'a';|}|} } }", @"class C @@ -183,20 +181,20 @@ char M(out int i, out string s) [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAssignOutParameters)] public async Task TestMultiple_AssignedInReturn1() { - await TestInRegularAndScriptAsync( + await VerifyCS.VerifyCodeFixAsync( @"class C { - char M(out int i, out string s) + string M(out int i, out string s) { - [|return s = "";|] + {|CS0177:return s = """";|} } }", @"class C { - char M(out int i, out string s) + string M(out int i, out string s) { i = 0; - return s = ""; + return s = """"; } }"); } @@ -204,17 +202,17 @@ char M(out int i, out string s) [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAssignOutParameters)] public async Task TestMultiple_AssignedInReturn2() { - await TestInRegularAndScriptAsync( + await VerifyCS.VerifyCodeFixAsync( @"class C { - char M(out int i, out string s) + string M(out int i, out string s) { - [|return (i = 0).ToString();|] + {|CS0177:return (i = 0).ToString();|} } }", @"class C { - char M(out int i, out string s) + string M(out int i, out string s) { s = null; return (i = 0).ToString(); @@ -225,14 +223,14 @@ char M(out int i, out string s) [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAssignOutParameters)] public async Task TestNestedReturn() { - await TestInRegularAndScriptAsync( + await VerifyCS.VerifyCodeFixAsync( @"class C { char M(out int i) { if (true) { - [|return 'a';|] + {|CS0177:return 'a';|} } } }", @@ -252,13 +250,13 @@ char M(out int i) [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAssignOutParameters)] public async Task TestNestedReturnNoBlock() { - await TestInRegularAndScriptAsync( + await VerifyCS.VerifyCodeFixAsync( @"class C { char M(out int i) { if (true) - [|return 'a';|] + {|CS0177:return 'a';|} } }", @"class C @@ -277,17 +275,18 @@ char M(out int i) [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAssignOutParameters)] public async Task TestNestedReturnEvenWhenWrittenAfter() { - await TestInRegularAndScriptAsync( + await VerifyCS.VerifyCodeFixAsync( @"class C { char M(bool b, out int i) { if (b) { - [|return 'a';|] + {|CS0177:return 'a';|} } i = 1; + throw null; } }", @"class C @@ -301,6 +300,7 @@ char M(bool b, out int i) } i = 1; + throw null; } }"); } @@ -308,10 +308,10 @@ char M(bool b, out int i) [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAssignOutParameters)] public async Task TestForExpressionBodyMember() { - await TestInRegularAndScriptAsync( + await VerifyCS.VerifyCodeFixAsync( @"class C { - char M(out int i) => [|'a';|] + char M(out int i) => {|CS0177:'a'|}; }", @"class C { @@ -326,13 +326,13 @@ char M(out int i) [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAssignOutParameters)] public async Task TestForLambdaExpressionBody() { - await TestInRegularAndScriptAsync( + await VerifyCS.VerifyCodeFixAsync( @"class C { delegate char D(out int i); void X() { - D d = (out int i) => [|'a';|] + D d = (out int i) => {|CS0177:'a'|}; } }", @"class C @@ -348,14 +348,21 @@ void X() [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAssignOutParameters)] public async Task TestMissingForLocalFunctionExpressionBody() { - // Note desirable. Happens because error is not reported on expr-body - // like for lambdas. - await TestMissingInRegularAndScriptAsync( + await VerifyCS.VerifyCodeFixAsync( @"class C { void X() { - char D(out int i) => [|'a';|] + char {|CS0177:D|}(out int i) => 'a'; + D(out _); + } +}", +@"class C +{ + void X() + { + char D(out int i) { i = 0; return 'a'; } + D(out _); } }"); @@ -364,7 +371,7 @@ void X() [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAssignOutParameters)] public async Task TestForLambdaBlockBody() { - await TestInRegularAndScriptAsync( + await VerifyCS.VerifyCodeFixAsync( @"class C { delegate char D(out int i); @@ -372,8 +379,8 @@ void X() { D d = (out int i) => { - [|return 'a';|] - } + {|CS0177:return 'a';|} + }; } }", @"class C @@ -385,7 +392,7 @@ void X() { i = 0; return 'a'; - } + }; } }"); } @@ -393,14 +400,14 @@ void X() [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAssignOutParameters)] public async Task TestForLocalFunctionBlockBody() { - await TestInRegularAndScriptAsync( + await VerifyCS.VerifyCodeFixAsync( @"class C { void X() { char D(out int i) { - [|return 'a';|] + {|CS0177:return 'a';|} } D(out _); @@ -424,8 +431,7 @@ char D(out int i) [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAssignOutParameters)] public async Task TestForOutParamInSinglePath() { - await TestMissingInRegularAndScriptAsync( -@"class C + var code = @"class C { char M(bool b, out int i) { @@ -434,28 +440,30 @@ char M(bool b, out int i) else SomeMethod(out i); - [|return 'a';|] + return 'a'; } void SomeMethod(out int i) => i = 0; -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAssignOutParameters)] public async Task TestFixAll1() { - await TestInRegularAndScriptAsync( + await VerifyCS.VerifyCodeFixAsync( @"class C { char M(bool b, out int i, out int j) { if (b) { - {|FixAllInDocument:return 'a';|} + {|CS0177:{|CS0177:return 'a';|}|} } else { - return 'a'; + {|CS0177:{|CS0177:return 'a';|}|} } } }", @@ -482,29 +490,29 @@ char M(bool b, out int i, out int j) [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAssignOutParameters)] public async Task TestFixAll1_MultipleMethods() { - await TestInRegularAndScriptAsync( + await VerifyCS.VerifyCodeFixAsync( @"class C { char M(bool b, out int i, out int j) { if (b) { - {|FixAllInDocument:return 'a';|} + {|CS0177:{|CS0177:return 'a';|}|} } else { - return 'a'; + {|CS0177:{|CS0177:return 'a';|}|} } } char N(bool b, out int i, out int j) { if (b) { - return 'a'; + {|CS0177:{|CS0177:return 'a';|}|} } else { - return 'a'; + {|CS0177:{|CS0177:return 'a';|}|} } } }", @@ -546,15 +554,15 @@ char N(bool b, out int i, out int j) [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAssignOutParameters)] public async Task TestFixAll2() { - await TestInRegularAndScriptAsync( + await VerifyCS.VerifyCodeFixAsync( @"class C { char M(bool b, out int i, out int j) { if (b) - {|FixAllInDocument:return 'a';|} + {|CS0177:{|CS0177:return 'a';|}|} else - return 'a'; + {|CS0177:{|CS0177:return 'a';|}|} } }", @"class C @@ -580,22 +588,22 @@ char M(bool b, out int i, out int j) [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAssignOutParameters)] public async Task TestFixAll2_MultipleMethods() { - await TestInRegularAndScriptAsync( + await VerifyCS.VerifyCodeFixAsync( @"class C { char M(bool b, out int i, out int j) { if (b) - {|FixAllInDocument:return 'a';|} + {|CS0177:{|CS0177:return 'a';|}|} else - return 'a'; + {|CS0177:{|CS0177:return 'a';|}|} } char N(bool b, out int i, out int j) { if (b) - return 'a'; + {|CS0177:{|CS0177:return 'a';|}|} else - return 'a'; + {|CS0177:{|CS0177:return 'a';|}|} } }", @"class C @@ -636,7 +644,7 @@ char N(bool b, out int i, out int j) [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAssignOutParameters)] public async Task TestFixAll3() { - await TestInRegularAndScriptAsync( + await VerifyCS.VerifyCodeFixAsync( @"class C { char M(bool b, out int i, out int j) @@ -644,12 +652,12 @@ char M(bool b, out int i, out int j) if (b) { i = 0; - {|FixAllInDocument:return 'a';|} + {|CS0177:return 'a';|} } else { j = 0; - return 'a'; + {|CS0177:return 'a';|} } } }", @@ -676,7 +684,7 @@ char M(bool b, out int i, out int j) [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAssignOutParameters)] public async Task TestFixAll3_MultipleMethods() { - await TestInRegularAndScriptAsync( + await VerifyCS.VerifyCodeFixAsync( @"class C { char M(bool b, out int i, out int j) @@ -684,12 +692,12 @@ char M(bool b, out int i, out int j) if (b) { i = 0; - {|FixAllInDocument:return 'a';|} + {|CS0177:return 'a';|} } else { j = 0; - return 'a'; + {|CS0177:return 'a';|} } } char N(bool b, out int i, out int j) @@ -697,12 +705,12 @@ char N(bool b, out int i, out int j) if (b) { i = 0; - return 'a'; + {|CS0177:return 'a';|} } else { j = 0; - return 'a'; + {|CS0177:return 'a';|} } } }", diff --git a/src/EditorFeatures/CSharpTest/AssignOutParameters/AssignOutParametersAtStartTests.cs b/src/EditorFeatures/CSharpTest/AssignOutParameters/AssignOutParametersAtStartTests.cs index 378e6b2712b3c..8f89d02e32bf8 100644 --- a/src/EditorFeatures/CSharpTest/AssignOutParameters/AssignOutParametersAtStartTests.cs +++ b/src/EditorFeatures/CSharpTest/AssignOutParameters/AssignOutParametersAtStartTests.cs @@ -3,12 +3,12 @@ // See the LICENSE file in the project root for more information. using System.Threading.Tasks; -using Microsoft.CodeAnalysis.CodeFixes; using Microsoft.CodeAnalysis.CSharp.AssignOutParameters; -using Microsoft.CodeAnalysis.Diagnostics; -using Microsoft.CodeAnalysis.Editor.CSharp.UnitTests.Diagnostics; using Microsoft.CodeAnalysis.Test.Utilities; using Xunit; +using VerifyCS = Microsoft.CodeAnalysis.Editor.UnitTests.CodeActions.CSharpCodeFixVerifier< + Microsoft.CodeAnalysis.Testing.EmptyDiagnosticAnalyzer, + Microsoft.CodeAnalysis.CSharp.AssignOutParameters.AssignOutParametersAtStartCodeFixProvider>; namespace Microsoft.CodeAnalysis.Editor.CSharp.UnitTests.AssignOutParameters { @@ -17,29 +17,27 @@ namespace Microsoft.CodeAnalysis.Editor.CSharp.UnitTests.AssignOutParameters /// for many of them, that fix is offered by the /// instead. These tests have been marked as such. ///
- public partial class AssignOutParametersAtStartTests : AbstractCSharpDiagnosticProviderBasedUserDiagnosticTest + public class AssignOutParametersAtStartTests { - internal override (DiagnosticAnalyzer, CodeFixProvider) CreateDiagnosticProviderAndFixer(Workspace workspace) - => (null, new AssignOutParametersAtStartCodeFixProvider()); - [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAssignOutParameters)] public async Task TestForSimpleReturn() { // Handled by other fixer - await TestMissingInRegularAndScriptAsync( -@"class C + var code = @"class C { char M(out int i) { - [|return 'a';|] + {|CS0177:return 'a';|} } -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAssignOutParameters)] public async Task TestForSwitchSectionReturn() { - await TestInRegularAndScriptAsync( + await VerifyCS.VerifyCodeFixAsync( @"class C { char M(out int i) @@ -47,7 +45,7 @@ char M(out int i) switch (0) { default: - [|return 'a';|] + {|CS0177:return 'a';|} } } }", @@ -68,21 +66,22 @@ char M(out int i) [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAssignOutParameters)] public async Task TestMissingWhenVariableAssigned() { - await TestMissingInRegularAndScriptAsync( -@"class C + var code = @"class C { char M(out int i) { i = 0; - [|return 'a';|] + return 'a'; } -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAssignOutParameters)] public async Task TestWhenNotAssignedThroughAllPaths1() { - await TestInRegularAndScriptAsync( + await VerifyCS.VerifyCodeFixAsync( @"class C { char M(bool b, out int i) @@ -90,7 +89,7 @@ char M(bool b, out int i) if (b) i = 1; - [|return 'a';|] + {|CS0177:return 'a';|} } }", @"class C @@ -110,12 +109,11 @@ char M(bool b, out int i) public async Task TestWhenNotAssignedThroughAllPaths2() { // Handled by other fixer - await TestMissingInRegularAndScriptAsync( -@"class C + var code = @"class C { bool M(out int i1, out int i2) { - [|return Try(out i1) || Try(out i2);|] + {|CS0177:return Try(out i1) || Try(out i2);|} } bool Try(out int i) @@ -123,80 +121,86 @@ bool Try(out int i) i = 0; return true; } -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAssignOutParameters)] public async Task TestMissingWhenAssignedThroughAllPaths() { - await TestMissingInRegularAndScriptAsync( -@"class C + var code = @"class C { - char M(out int i) + char M(bool b, out int i) { if (b) i = 1; else i = 2; - [|return 'a';|] + return 'a'; } -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAssignOutParameters)] public async Task TestMultiple() { // Handled by other fixer - await TestMissingInRegularAndScriptAsync( -@"class C + var code = @"class C { char M(out int i, out string s) { - [|return 'a';|] + {|CS0177:{|CS0177:return 'a';|}|} } -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAssignOutParameters)] public async Task TestMultiple_AssignedInReturn1() { // Handled by other fixer - await TestMissingInRegularAndScriptAsync( -@"class C + var code = @"class C { - char M(out int i, out string s) + string M(out int i, out string s) { - [|return s = "";|] + {|CS0177:return s = """";|} } -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAssignOutParameters)] public async Task TestMultiple_AssignedInReturn2() { // Handled by other fixer - await TestMissingInRegularAndScriptAsync( -@"class C + var code = @"class C { - char M(out int i, out string s) + string M(out int i, out string s) { - [|return (i = 0).ToString();|] + {|CS0177:return (i = 0).ToString();|} } -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAssignOutParameters)] public async Task TestNestedReturn() { - await TestInRegularAndScriptAsync( + await VerifyCS.VerifyCodeFixAsync( @"class C { char M(out int i) { if (true) { - [|return 'a';|] + {|CS0177:return 'a';|} } } }", @@ -216,13 +220,13 @@ char M(out int i) [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAssignOutParameters)] public async Task TestNestedReturnNoBlock() { - await TestInRegularAndScriptAsync( + await VerifyCS.VerifyCodeFixAsync( @"class C { char M(out int i) { if (true) - [|return 'a';|] + {|CS0177:return 'a';|} } }", @"class C @@ -239,17 +243,18 @@ char M(out int i) [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAssignOutParameters)] public async Task TestNestedReturnEvenWhenWrittenAfter() { - await TestInRegularAndScriptAsync( + await VerifyCS.VerifyCodeFixAsync( @"class C { char M(bool b, out int i) { if (b) { - [|return 'a';|] + {|CS0177:return 'a';|} } i = 1; + throw null; } }", @"class C @@ -263,6 +268,7 @@ char M(bool b, out int i) } i = 1; + throw null; } }"); } @@ -271,85 +277,89 @@ char M(bool b, out int i) public async Task TestForExpressionBodyMember() { // Handled by other fixer - await TestMissingInRegularAndScriptAsync( -@"class C + var code = @"class C { - char M(out int i) => [|'a';|] -}"); + char M(out int i) => {|CS0177:'a'|}; +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAssignOutParameters)] public async Task TestForLambdaExpressionBody() { // Handled by other fixer - await TestMissingInRegularAndScriptAsync( -@"class C + var code = @"class C { delegate char D(out int i); void X() { - D d = (out int i) => [|'a';|] + D d = (out int i) => {|CS0177:'a'|}; } -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAssignOutParameters)] public async Task TestMissingForLocalFunctionExpressionBody() { // Handled by other fixer - await TestMissingInRegularAndScriptAsync( -@"class C + var code = @"class C { void X() { - char D(out int i) => [|'a';|] + char {|CS0177:D|}(out int i) => 'a'; D(out _); } -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAssignOutParameters)] public async Task TestForLambdaBlockBody() { // Handled by other fixer - await TestMissingInRegularAndScriptAsync( -@"class C + var code = @"class C { delegate char D(out int i); void X() { D d = (out int i) => { - [|return 'a';|] - } + {|CS0177:return 'a';|} + }; } -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAssignOutParameters)] public async Task TestForLocalFunctionBlockBody() { // Handled by other fixer - await TestMissingInRegularAndScriptAsync( -@"class C + var code = @"class C { void X() { char D(out int i) { - [|return 'a';|] + {|CS0177:return 'a';|} } D(out _); } -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAssignOutParameters)] public async Task TestForOutParamInSinglePath() { - await TestMissingInRegularAndScriptAsync( -@"class C + var code = @"class C { char M(bool b, out int i) { @@ -358,28 +368,30 @@ char M(bool b, out int i) else SomeMethod(out i); - [|return 'a';|] + return 'a'; } void SomeMethod(out int i) => i = 0; -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAssignOutParameters)] public async Task TestFixAll1() { - await TestInRegularAndScriptAsync( + await VerifyCS.VerifyCodeFixAsync( @"class C { char M(bool b, out int i, out int j) { if (b) { - {|FixAllInDocument:return 'a';|} + {|CS0177:{|CS0177:return 'a';|}|} } else { - return 'a'; + {|CS0177:{|CS0177:return 'a';|}|} } } }", @@ -404,29 +416,29 @@ char M(bool b, out int i, out int j) [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAssignOutParameters)] public async Task TestFixAll1_MultipleMethods() { - await TestInRegularAndScriptAsync( + await VerifyCS.VerifyCodeFixAsync( @"class C { char M(bool b, out int i, out int j) { if (b) { - {|FixAllInDocument:return 'a';|} + {|CS0177:{|CS0177:return 'a';|}|} } else { - return 'a'; + {|CS0177:{|CS0177:return 'a';|}|} } } char N(bool b, out int i, out int j) { if (b) { - return 'a'; + {|CS0177:{|CS0177:return 'a';|}|} } else { - return 'a'; + {|CS0177:{|CS0177:return 'a';|}|} } } }", @@ -465,15 +477,15 @@ char N(bool b, out int i, out int j) [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAssignOutParameters)] public async Task TestFixAll2() { - await TestInRegularAndScriptAsync( + await VerifyCS.VerifyCodeFixAsync( @"class C { char M(bool b, out int i, out int j) { if (b) - {|FixAllInDocument:return 'a';|} + {|CS0177:{|CS0177:return 'a';|}|} else - return 'a'; + {|CS0177:{|CS0177:return 'a';|}|} } }", @"class C @@ -493,22 +505,22 @@ char M(bool b, out int i, out int j) [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAssignOutParameters)] public async Task TestFixAll2_MultipleMethods() { - await TestInRegularAndScriptAsync( + await VerifyCS.VerifyCodeFixAsync( @"class C { char M(bool b, out int i, out int j) { if (b) - {|FixAllInDocument:return 'a';|} + {|CS0177:{|CS0177:return 'a';|}|} else - return 'a'; + {|CS0177:{|CS0177:return 'a';|}|} } char N(bool b, out int i, out int j) { if (b) - return 'a'; + {|CS0177:{|CS0177:return 'a';|}|} else - return 'a'; + {|CS0177:{|CS0177:return 'a';|}|} } }", @"class C @@ -538,7 +550,7 @@ char N(bool b, out int i, out int j) [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAssignOutParameters)] public async Task TestFixAll3() { - await TestInRegularAndScriptAsync( + await VerifyCS.VerifyCodeFixAsync( @"class C { char M(bool b, out int i, out int j) @@ -546,12 +558,12 @@ char M(bool b, out int i, out int j) if (b) { i = 0; - {|FixAllInDocument:return 'a';|} + {|CS0177:return 'a';|} } else { j = 0; - return 'a'; + {|CS0177:return 'a';|} } } }", @@ -578,7 +590,7 @@ char M(bool b, out int i, out int j) [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAssignOutParameters)] public async Task TestFixAll3_MultipleMethods() { - await TestInRegularAndScriptAsync( + await VerifyCS.VerifyCodeFixAsync( @"class C { char M(bool b, out int i, out int j) @@ -586,12 +598,12 @@ char M(bool b, out int i, out int j) if (b) { i = 0; - {|FixAllInDocument:return 'a';|} + {|CS0177:return 'a';|} } else { j = 0; - return 'a'; + {|CS0177:return 'a';|} } } char N(bool b, out int i, out int j) @@ -599,12 +611,12 @@ char N(bool b, out int i, out int j) if (b) { i = 0; - return 'a'; + {|CS0177:return 'a';|} } else { j = 0; - return 'a'; + {|CS0177:return 'a';|} } } }", diff --git a/src/EditorFeatures/CSharpTest/ConvertSwitchStatementToExpression/ConvertSwitchStatementToExpressionFixAllTests.cs b/src/EditorFeatures/CSharpTest/ConvertSwitchStatementToExpression/ConvertSwitchStatementToExpressionFixAllTests.cs index 919f9d7e63ea2..4bd07945ea0e1 100644 --- a/src/EditorFeatures/CSharpTest/ConvertSwitchStatementToExpression/ConvertSwitchStatementToExpressionFixAllTests.cs +++ b/src/EditorFeatures/CSharpTest/ConvertSwitchStatementToExpression/ConvertSwitchStatementToExpressionFixAllTests.cs @@ -4,23 +4,27 @@ using System.Threading.Tasks; using Microsoft.CodeAnalysis.Test.Utilities; +using Microsoft.CodeAnalysis.Testing; using Roslyn.Test.Utilities; using Xunit; +using VerifyCS = Microsoft.CodeAnalysis.Editor.UnitTests.CodeActions.CSharpCodeFixVerifier< + Microsoft.CodeAnalysis.CSharp.ConvertSwitchStatementToExpression.ConvertSwitchStatementToExpressionDiagnosticAnalyzer, + Microsoft.CodeAnalysis.CSharp.ConvertSwitchStatementToExpression.ConvertSwitchStatementToExpressionCodeFixProvider>; namespace Microsoft.CodeAnalysis.Editor.CSharp.UnitTests.ConvertSwitchStatementToExpression { - public partial class ConvertSwitchStatementToExpressionTests + public class ConvertSwitchStatementToExpressionFixAllTests { [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsConvertSwitchStatementToExpression)] public async Task TestNested_01() { - await TestInCSharp8( + await VerifyCS.VerifyCodeFixAsync( @"class Program { int M(int i, int j) { int r; - {|FixAllInDocument:switch|} (i) + [|switch|] (i) { case 1: r = 1; @@ -55,12 +59,12 @@ int M(int i, int j) y = 1; break; } - switch (i) + [|switch|] (i) { default: throw null; case 1: - switch (j) + [|switch|] (j) { case 10: return 10; @@ -71,7 +75,7 @@ int M(int i, int j) } return 0; case 2: - switch (j) + [|switch|] (j) { case 10: return 10; @@ -83,7 +87,7 @@ int M(int i, int j) return 0; } case 3: - switch (j) + [|switch|] (j) { case 10: return 10; @@ -160,18 +164,17 @@ int M(int i, int j) [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsConvertSwitchStatementToExpression)] public async Task TestNested_02() { - await TestInCSharp8( -@"class Program + var input = @"class Program { - System.Action M(int i, int j) + System.Func M(int i, int j) { - {|FixAllInDocument:switch|} (i) + [|switch|] (i) { // 1 default: // 2 return () => { - switch (j) + [|switch|] (j) { default: return 3; @@ -179,10 +182,10 @@ System.Action M(int i, int j) }; } } -}", -@"class Program +}"; + var expected = @"class Program { - System.Action M(int i, int j) + System.Func M(int i, int j) { return i switch { @@ -190,24 +193,30 @@ System.Action M(int i, int j) // 2 _ => () => { - switch (j) + return j switch { - default: - return 3; - } + _ => 3, + }; } , }; } -}"); +}"; + + await new VerifyCS.Test + { + TestCode = input, + FixedCode = expected, + NumberOfFixAllIterations = 2, + }.RunAsync(); } [WorkItem(37907, "https://github.com/dotnet/roslyn/issues/37907")] [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsConvertSwitchStatementToExpression)] public async Task TestNested_03() { - await TestInCSharp8( + await VerifyCS.VerifyCodeFixAsync( @"using System; class Program @@ -218,10 +227,10 @@ public static void Main() { } public bool ValueBoolean() { bool value; - {|FixAllInDocument:switch|} (StatusValue()) + [|switch|] (StatusValue()) { case DayOfWeek.Monday: - switch (Value) + [|switch|] (Value) { case 0: value = false; diff --git a/src/EditorFeatures/CSharpTest/ConvertSwitchStatementToExpression/ConvertSwitchStatementToExpressionTests.cs b/src/EditorFeatures/CSharpTest/ConvertSwitchStatementToExpression/ConvertSwitchStatementToExpressionTests.cs index 3c4f7f6a796b0..cf1f0c38a4742 100644 --- a/src/EditorFeatures/CSharpTest/ConvertSwitchStatementToExpression/ConvertSwitchStatementToExpressionTests.cs +++ b/src/EditorFeatures/CSharpTest/ConvertSwitchStatementToExpression/ConvertSwitchStatementToExpressionTests.cs @@ -4,36 +4,35 @@ using System.Linq; using System.Threading.Tasks; -using Microsoft.CodeAnalysis.CodeFixes; using Microsoft.CodeAnalysis.CodeStyle; using Microsoft.CodeAnalysis.CSharp.CodeStyle; using Microsoft.CodeAnalysis.CSharp.ConvertSwitchStatementToExpression; -using Microsoft.CodeAnalysis.CSharp.Test.Utilities; using Microsoft.CodeAnalysis.Diagnostics; -using Microsoft.CodeAnalysis.Editor.CSharp.UnitTests.Diagnostics; using Microsoft.CodeAnalysis.Test.Utilities; +using Microsoft.CodeAnalysis.Testing; using Roslyn.Test.Utilities; using Xunit; +using VerifyCS = Microsoft.CodeAnalysis.Editor.UnitTests.CodeActions.CSharpCodeFixVerifier< + Microsoft.CodeAnalysis.CSharp.ConvertSwitchStatementToExpression.ConvertSwitchStatementToExpressionDiagnosticAnalyzer, + Microsoft.CodeAnalysis.CSharp.ConvertSwitchStatementToExpression.ConvertSwitchStatementToExpressionCodeFixProvider>; namespace Microsoft.CodeAnalysis.Editor.CSharp.UnitTests.ConvertSwitchStatementToExpression { - public partial class ConvertSwitchStatementToExpressionTests : AbstractCSharpDiagnosticProviderBasedUserDiagnosticTest + public class ConvertSwitchStatementToExpressionTests { - internal override (DiagnosticAnalyzer, CodeFixProvider) CreateDiagnosticProviderAndFixer(Workspace workspace) - => (new ConvertSwitchStatementToExpressionDiagnosticAnalyzer(), new ConvertSwitchStatementToExpressionCodeFixProvider()); - - private Task TestInCSharp8(string actual, string expected) - => TestInRegularAndScriptAsync(actual, expected, parseOptions: TestOptions.Regular8); + [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsConvertSwitchStatementToExpression)] + public void TestStandardProperties() + => VerifyCS.VerifyStandardProperties(); [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsConvertSwitchStatementToExpression)] public async Task TestReturn() { - await TestInCSharp8( + await VerifyCS.VerifyCodeFixAsync( @"class Program { int M(int i) { - [||]switch (i) + [|switch|] (i) { case 1: return 4; @@ -64,12 +63,12 @@ int M(int i) [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsConvertSwitchStatementToExpression)] public async Task TestReturnAndThrow() { - await TestInCSharp8( + await VerifyCS.VerifyCodeFixAsync( @"class Program { int M(int i) { - [||]switch (i) + [|switch|] (i) { case 1: return 4; @@ -100,14 +99,14 @@ int M(int i) [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsConvertSwitchStatementToExpression)] public async Task TestAssignment_Array() { - await TestInCSharp8( + await VerifyCS.VerifyCodeFixAsync( @"class Program { int[] array = new int[1]; - int M(int i) + void M(int i) { - [||]switch (i) + [|switch|] (i) { case 1: array[0] = 4; @@ -128,7 +127,7 @@ int M(int i) { int[] array = new int[1]; - int M(int i) + void M(int i) { array[0] = i switch { @@ -144,14 +143,13 @@ int M(int i) [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsConvertSwitchStatementToExpression)] public async Task TestMissingOnDifferentIndexerArgs() { - await TestMissingAsync( -@"class Program + var code = @"class Program { int[] array = new int[1]; - int M(int i) + void M(int i) { - [||]switch (i) + switch (i) { case 1: array[1] = 4; @@ -167,20 +165,21 @@ int M(int i) break; } } -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsConvertSwitchStatementToExpression)] public async Task TestMissingOnQualifiedName() { - await TestMissingAsync( -@"class Program + var code = @"class Program { int[] array = new int[1]; - int M(int i) + void M(int i) { - [||]switch (i) + switch (i) { case 1: this.array[2] = 4; @@ -196,86 +195,91 @@ int M(int i) break; } } -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsConvertSwitchStatementToExpression)] public async Task TestMissingOnDefaultBreak_01() { - await TestMissingAsync( -@"class Program + var code = @"class Program { void M(int i) { - [||]switch (i) + switch (i) { default: break; } } -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsConvertSwitchStatementToExpression)] public async Task TestMissingOnDefaultBreak_02() { - await TestMissingAsync( -@"class Program + var code = @"class Program { void M(int i) { - [||]switch (i) + switch (i) { - case _: + case { }: break; } } -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsConvertSwitchStatementToExpression)] public async Task TestMissingOnDefaultBreak_03() { - await TestMissingAsync( -@"class Program + var code = @"class Program { void M(int i) { - [||]switch (i) + switch (i) { case var _: break; } } -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsConvertSwitchStatementToExpression)] public async Task TestMissingOnDefaultBreak_04() { - await TestMissingAsync( -@"class Program + var code = @"class Program { void M(int i) { - [||]switch (i) + switch (i) { case var x: break; } } -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsConvertSwitchStatementToExpression)] public async Task TestMissingOnAllBreak() { - await TestMissingAsync( -@"class Program + var code = @"class Program { void M(int i) { - [||]switch (i) + switch (i) { case 1: break; @@ -285,18 +289,21 @@ void M(int i) break; } } -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsConvertSwitchStatementToExpression)] public async Task TestAllThrow() { - await TestInCSharp8( -@"class Program + await VerifyCS.VerifyCodeFixAsync( +@"using System; +class Program { void M(int i) { - [||]switch (i) + [|switch|] (i) { case 1: throw null; @@ -305,7 +312,8 @@ void M(int i) } } }", -@"class Program +@"using System; +class Program { void M(int i) { @@ -321,13 +329,13 @@ void M(int i) [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsConvertSwitchStatementToExpression)] public async Task TestAssignment() { - await TestInCSharp8( + await VerifyCS.VerifyCodeFixAsync( @"class Program { void M(int i) { int j; - [||]switch (i) + [|switch|] (i) { case 1: j = 4; @@ -360,13 +368,12 @@ void M(int i) [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsConvertSwitchStatementToExpression)] public async Task TestMissingOnNextStatementMismatch() { - await TestMissingAsync( -@"class Program + var code = @"class Program { int M(int i) { int j = 0; - [||]switch (i) + switch (i) { case 1: j = 4; @@ -380,19 +387,20 @@ int M(int i) } return j; } -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsConvertSwitchStatementToExpression)] public async Task TestMissingOnAssignmentMismatch() { - await TestMissingAsync( -@"class Program + var code = @"class Program { int M(int i) { int j = 0; - [||]switch (i) + switch (i) { case 1: j = 4; @@ -403,19 +411,21 @@ int M(int i) } return j; } -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsConvertSwitchStatementToExpression)] public async Task TestAssignment_Compound() { - await TestInCSharp8( + await VerifyCS.VerifyCodeFixAsync( @"class Program { void M(int i) { int j = 0; - [||]switch (i) + [|switch|] (i) { case 1: j += 4; @@ -449,14 +459,14 @@ void M(int i) [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsConvertSwitchStatementToExpression)] public async Task TestAssignment_UseBeforeAssignment() { - await TestInCSharp8( + await VerifyCS.VerifyCodeFixAsync( @"class Program { void M(int i) { int j = 123; M(i); - [||]switch (i) + [|switch|] (i) { case 1: j = 4; @@ -491,13 +501,12 @@ void M(int i) [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsConvertSwitchStatementToExpression)] public async Task TestMissingOnMultiAssignment() { - await TestMissingAsync( -@"class Program + var code = @"class Program { void M(int i) { int j, k; - [||]switch (i) + switch (i) { case 1: j = 4; @@ -514,19 +523,20 @@ void M(int i) } throw null; } -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsConvertSwitchStatementToExpression)] public async Task TestMissingONMultiCaseSection() { - await TestMissingAsync( -@"class Program + var code = @"class Program { void M(int i) { int j; - [||]switch (i) + switch (i) { case 1: case 2: @@ -535,19 +545,20 @@ void M(int i) } throw null; } -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsConvertSwitchStatementToExpression)] public async Task TestMissingOnMultiCompoundAssignment() { - await TestMissingAsync( -@"class Program + var code = @"class Program { void M(int i) { int j = 0, k = 0; - [||]switch (i) + switch (i) { case 1: j += 4; @@ -564,18 +575,19 @@ void M(int i) } throw null; } -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsConvertSwitchStatementToExpression)] public async Task TestMissingOnGoto() { - await TestMissingAsync( -@"class Program + var code = @"class Program { int M(int i) { - [||]switch (i) + switch (i) { case 1: return 0; @@ -585,19 +597,21 @@ int M(int i) return 2; } } -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsConvertSwitchStatementToExpression)] public async Task TestTrivia_01() { - await TestInCSharp8( + await VerifyCS.VerifyCodeFixAsync( @"class Program { int M(int i) { // leading switch - [||]switch (i) // trailing switch + [|switch|] (i) // trailing switch { // leading label case 1: // trailing label @@ -637,12 +651,12 @@ int M(int i) [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsConvertSwitchStatementToExpression)] public async Task TestTrivia_02() { - await TestInCSharp8( + await VerifyCS.VerifyCodeFixAsync( @"class Program { static int GetValue(int input) { - [||]switch (input) + [|switch|] (input) { case 1: // this little piggy went to market @@ -683,7 +697,7 @@ public async Task TestSeverity() { int M(int i) { - [||]switch (i) + switch (i) { case 1: return 4; @@ -696,27 +710,35 @@ int M(int i) } } }"; - var warningOption = new CodeStyleOption(true, NotificationOption.Warning); - var options = Option(CSharpCodeStyleOptions.PreferSwitchExpression, warningOption); - var testParameters = new TestParameters(options: options, parseOptions: TestOptions.Regular8); - using var workspace = CreateWorkspaceFromOptions(source, testParameters); - var diag = (await GetDiagnosticsAsync(workspace, testParameters)).Single(); - Assert.Equal(DiagnosticSeverity.Warning, diag.Severity); - Assert.Equal(IDEDiagnosticIds.ConvertSwitchStatementToExpressionDiagnosticId, diag.Id); + var analyzer = new ConvertSwitchStatementToExpressionDiagnosticAnalyzer(); + var descriptor = analyzer.SupportedDiagnostics.First(descriptor => descriptor.Id == IDEDiagnosticIds.ConvertSwitchStatementToExpressionDiagnosticId); + await new VerifyCS.Test + { + TestCode = source, + ExpectedDiagnostics = + { + // Test0.cs(5,9): warning IDE0066: Use 'switch' expression + new DiagnosticResult(descriptor).WithSeverity(DiagnosticSeverity.Warning).WithSpan(5, 9, 5, 15).WithSpan(5, 9, 15, 10), + }, + Options = + { + { CSharpCodeStyleOptions.PreferSwitchExpression, true, NotificationOption.Warning }, + }, + }.RunAsync(); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsConvertSwitchStatementToExpression)] [WorkItem(36995, "https://github.com/dotnet/roslyn/issues/36995")] public async Task TestAddParenthesesAroundBinaryExpression() { - await TestInCSharp8( + await VerifyCS.VerifyCodeFixAsync( @"class Program { void M(int i) { int j = 123; - [||]switch (i % 10) + [|switch|] (i % 10) { case 1: j = 4; @@ -747,14 +769,14 @@ void M(int i) [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsConvertSwitchStatementToExpression)] public async Task TestMultiLabelWithDefault() { - await TestInCSharp8( + await VerifyCS.VerifyCodeFixAsync( @"using System; class Program { public static string FromDay(DayOfWeek dayOfWeek) { - [||]switch (dayOfWeek) + [|switch|] (dayOfWeek) { case DayOfWeek.Monday: return ""Monday""; @@ -783,29 +805,30 @@ public static string FromDay(DayOfWeek dayOfWeek) [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsConvertSwitchStatementToExpression)] public async Task TestMissingOnUseInNextStatement() { - await TestMissingAsync( -@"using System; + var code = @"using System; class Program { public static void Throw(int index) { string name = """"; - [||]switch (index) + switch (index) { case 0: name = ""1""; break; case 1: name = ""2""; break; } throw new Exception(name); } -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [WorkItem(36876, "https://github.com/dotnet/roslyn/issues/36876")] [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsConvertSwitchStatementToExpression)] public async Task TestDeclarationInOuterScope() { - await TestInCSharp8( + await VerifyCS.VerifyCodeFixAsync( @"using System; using System.IO; @@ -820,7 +843,7 @@ public static void Test() long target; try { - [||]switch (origin) + [|switch|] (origin) { case SeekOrigin.Begin: target = offset; @@ -888,14 +911,13 @@ public static void Test() [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsConvertSwitchStatementToExpression)] public async Task TestMissingOnDirectives() { - await TestMissingAsync( -@"class Program + var code = @"class Program { static void Main() { } static int GetValue(int input) { - [||]switch (input) + switch (input) { case 1: return 42; @@ -911,19 +933,21 @@ static int GetValue(int input) return 80; } } -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [WorkItem(37950, "https://github.com/dotnet/roslyn/issues/37950")] [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsConvertSwitchStatementToExpression)] public async Task TestShouldNotCastNullOnNullableValueType_ReturnStatement() { - await TestInCSharp8( + await VerifyCS.VerifyCodeFixAsync( @"class Program { public static bool? GetBool(string name) { - [||]switch (name) + [|switch|] (name) { case ""a"": return true; case ""b"": return false; @@ -949,13 +973,13 @@ await TestInCSharp8( [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsConvertSwitchStatementToExpression)] public async Task TestShouldNotCastNullOnNullableValueType_Assignment() { - await TestInCSharp8( + await VerifyCS.VerifyCodeFixAsync( @"class Program { public static void Test(string name) { bool? result; - [||]switch (name) + [|switch|] (name) { case ""a"": result = true; break; case ""b"": result = false; break; @@ -997,7 +1021,7 @@ class Banana : IFruit, IFruit2 { } public static void Test(string name) { IFruit2 fruit; - [||]switch (name) + [|switch|] (name) { case ""apple"": fruit = new Apple(); @@ -1033,7 +1057,16 @@ public static void Test(string name) }; } }"; - await TestInRegularAndScriptAsync(input, expected, options: Option(CSharpCodeStyleOptions.VarElsewhere, CodeStyleOptions.TrueWithSilentEnforcement), parseOptions: TestOptions.Regular8); + + await new VerifyCS.Test + { + TestCode = input, + FixedCode = expected, + Options = + { + { CSharpCodeStyleOptions.VarElsewhere, true, NotificationOption.Silent }, + }, + }.RunAsync(); } [WorkItem(38771, "https://github.com/dotnet/roslyn/issues/38771")] @@ -1056,7 +1089,7 @@ class Banana : IFruit, IFruit2 { } public static void Test(string name) { IFruit2 fruit; - [||]switch (name) + [|switch|] (name) { case ""banana"": fruit = new Banana(); @@ -1092,7 +1125,16 @@ public static void Test(string name) }; } }"; - await TestInRegularAndScriptAsync(input, expected, options: Option(CSharpCodeStyleOptions.VarElsewhere, CodeStyleOptions.TrueWithSilentEnforcement), parseOptions: TestOptions.Regular8); + + await new VerifyCS.Test + { + TestCode = input, + FixedCode = expected, + Options = + { + { CSharpCodeStyleOptions.VarElsewhere, true, NotificationOption.Silent }, + }, + }.RunAsync(); } [WorkItem(38771, "https://github.com/dotnet/roslyn/issues/38771")] @@ -1115,7 +1157,7 @@ class Banana : IFruit, IFruit2 { } public static void Test(string name) { IFruit2 fruit; - [||]switch (name) + [|switch|] (name) { case ""apple"": fruit = new Apple(); @@ -1151,7 +1193,16 @@ public static void Test(string name) }; } }"; - await TestInRegularAndScriptAsync(input, expected, options: Option(CSharpCodeStyleOptions.VarElsewhere, CodeStyleOptions.TrueWithSilentEnforcement), parseOptions: TestOptions.Regular8); + + await new VerifyCS.Test + { + TestCode = input, + FixedCode = expected, + Options = + { + { CSharpCodeStyleOptions.VarElsewhere, true, NotificationOption.Silent }, + }, + }.RunAsync(); } [WorkItem(38771, "https://github.com/dotnet/roslyn/issues/38771")] @@ -1178,7 +1229,7 @@ class OrganicBanana : Banana { } public static void Test(string name) { IFruit2 fruit; - [||]switch (name) + [|switch|] (name) { case ""apple"": fruit = new OrganicApple(); @@ -1218,7 +1269,16 @@ public static void Test(string name) }; } }"; - await TestInRegularAndScriptAsync(input, expected, options: Option(CSharpCodeStyleOptions.VarElsewhere, CodeStyleOptions.TrueWithSilentEnforcement), parseOptions: TestOptions.Regular8); + + await new VerifyCS.Test + { + TestCode = input, + FixedCode = expected, + Options = + { + { CSharpCodeStyleOptions.VarElsewhere, true, NotificationOption.Silent }, + }, + }.RunAsync(); } [WorkItem(38771, "https://github.com/dotnet/roslyn/issues/38771")] @@ -1241,7 +1301,7 @@ class OrganicBanana : Banana, IFruit { } public static void Test(string name) { IFruit2 fruit; - [||]switch (name) + [|switch|] (name) { case ""banana"": fruit = new Banana(); @@ -1277,7 +1337,16 @@ public static void Test(string name) }; } }"; - await TestInRegularAndScriptAsync(input, expected, options: Option(CSharpCodeStyleOptions.VarElsewhere, CodeStyleOptions.TrueWithSilentEnforcement), parseOptions: TestOptions.Regular8); + + await new VerifyCS.Test + { + TestCode = input, + FixedCode = expected, + Options = + { + { CSharpCodeStyleOptions.VarElsewhere, true, NotificationOption.Silent }, + }, + }.RunAsync(); } [WorkItem(38771, "https://github.com/dotnet/roslyn/issues/38771")] @@ -1300,7 +1369,7 @@ class OrganicBanana : Banana { } public static void Test(string name) { Banana fruit; - [||]switch (name) + [|switch|] (name) { case ""banana"": fruit = new Banana(); @@ -1336,7 +1405,16 @@ public static void Test(string name) }; } }"; - await TestInRegularAndScriptAsync(input, expected, options: Option(CSharpCodeStyleOptions.VarElsewhere, CodeStyleOptions.TrueWithSilentEnforcement), parseOptions: TestOptions.Regular8); + + await new VerifyCS.Test + { + TestCode = input, + FixedCode = expected, + Options = + { + { CSharpCodeStyleOptions.VarElsewhere, true, NotificationOption.Silent }, + }, + }.RunAsync(); } [WorkItem(38771, "https://github.com/dotnet/roslyn/issues/38771")] @@ -1359,7 +1437,7 @@ class OrganicBanana : Banana, IFruit { } public static void Test(string name) { Banana fruit; - [||]switch (name) + [|switch|] (name) { case ""banana"": fruit = new Banana(); @@ -1395,7 +1473,16 @@ public static void Test(string name) }; } }"; - await TestInRegularAndScriptAsync(input, expected, options: Option(CSharpCodeStyleOptions.VarElsewhere, CodeStyleOptions.TrueWithSilentEnforcement), parseOptions: TestOptions.Regular8); + + await new VerifyCS.Test + { + TestCode = input, + FixedCode = expected, + Options = + { + { CSharpCodeStyleOptions.VarElsewhere, true, NotificationOption.Silent }, + }, + }.RunAsync(); } [WorkItem(38771, "https://github.com/dotnet/roslyn/issues/38771")] @@ -1409,7 +1496,7 @@ public static void Test() { var a = 0; object o; - [||]switch (a) + [|switch|] (a) { case 0: o = default; @@ -1433,7 +1520,16 @@ public static void Test() }; } }"; - await TestInRegularAndScriptAsync(input, expected, options: Option(CSharpCodeStyleOptions.VarForBuiltInTypes, CodeStyleOptions.TrueWithSilentEnforcement), parseOptions: TestOptions.Regular8); + + await new VerifyCS.Test + { + TestCode = input, + FixedCode = expected, + Options = + { + { CSharpCodeStyleOptions.VarForBuiltInTypes, true, NotificationOption.Silent }, + }, + }.RunAsync(); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsConvertSwitchStatementToExpression)] @@ -1446,7 +1542,7 @@ public static void Test() { var a = 0; object o; - [||]switch (a) + [|switch|] (a) { case 0: o = default(string); @@ -1469,7 +1565,16 @@ public static void Test() }; } }"; - await TestInRegularAndScriptAsync(input, expected, options: Option(CSharpCodeStyleOptions.VarForBuiltInTypes, CodeStyleOptions.TrueWithSilentEnforcement), parseOptions: TestOptions.Regular8); + + await new VerifyCS.Test + { + TestCode = input, + FixedCode = expected, + Options = + { + { CSharpCodeStyleOptions.VarForBuiltInTypes, true, NotificationOption.Silent }, + }, + }.RunAsync(); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsConvertSwitchStatementToExpression)] @@ -1482,7 +1587,7 @@ public static void Test() { var a = 0; object o; - [||]switch (a) + [|switch|] (a) { case 0: o = default(object); @@ -1506,7 +1611,16 @@ public static void Test() }; } }"; - await TestInRegularAndScriptAsync(input, expected, options: Option(CSharpCodeStyleOptions.VarForBuiltInTypes, CodeStyleOptions.TrueWithSilentEnforcement), parseOptions: TestOptions.Regular8); + + await new VerifyCS.Test + { + TestCode = input, + FixedCode = expected, + Options = + { + { CSharpCodeStyleOptions.VarForBuiltInTypes, true, NotificationOption.Silent }, + }, + }.RunAsync(); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsConvertSwitchStatementToExpression)] @@ -1519,7 +1633,7 @@ public static void Test() { var a = 0; object o; - [||]switch (a) + [|switch|] (a) { case 0: o = default(object); @@ -1543,7 +1657,16 @@ public static void Test() }; } }"; - await TestInRegularAndScriptAsync(input, expected, options: Option(CSharpCodeStyleOptions.VarForBuiltInTypes, CodeStyleOptions.FalseWithSilentEnforcement), parseOptions: TestOptions.Regular8); + + await new VerifyCS.Test + { + TestCode = input, + FixedCode = expected, + Options = + { + { CSharpCodeStyleOptions.VarForBuiltInTypes, false, NotificationOption.Silent }, + }, + }.RunAsync(); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsConvertSwitchStatementToExpression)] @@ -1556,7 +1679,7 @@ public static void Test() { var a = 0; object o; - [||]switch (a) + [|switch|] (a) { case 0: o = """"; @@ -1580,39 +1703,50 @@ public static void Test() }; } }"; - await TestInRegularAndScriptAsync(input, expected, options: Option(CSharpCodeStyleOptions.VarForBuiltInTypes, CodeStyleOptions.TrueWithSilentEnforcement), parseOptions: TestOptions.Regular8); + + await new VerifyCS.Test + { + TestCode = input, + FixedCode = expected, + Options = + { + { CSharpCodeStyleOptions.VarForBuiltInTypes, true, NotificationOption.Silent }, + }, + }.RunAsync(); } [WorkItem(40198, "https://github.com/dotnet/roslyn/issues/40198")] [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsConvertSwitchStatementToExpression)] public async Task TestNotWithRefReturns() { - await TestMissingInRegularAndScriptAsync( -@"class Program + var code = @"using System; +class Program { static ref int GetRef(int[] mem, int addr, int mode) { - [||]switch (mode) + switch (mode) { case 0: return ref mem[mem[addr]]; case 1: return ref mem[addr]; default: throw new Exception(); } } -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [WorkItem(40198, "https://github.com/dotnet/roslyn/issues/40198")] [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsConvertSwitchStatementToExpression)] public async Task TestNotWithRefAssignment() { - await TestMissingInRegularAndScriptAsync( -@"class Program + var code = @"using System; +class Program { static ref int GetRef(int[] mem, int addr, int mode) { ref int i = ref addr; - [||]switch (mode) + switch (mode) { case 0: i = ref mem[mem[addr]]; break; default: throw new Exception(); @@ -1620,20 +1754,22 @@ static ref int GetRef(int[] mem, int addr, int mode) return ref mem[addr]; } -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [WorkItem(40198, "https://github.com/dotnet/roslyn/issues/40198")] [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsConvertSwitchStatementToExpression)] public async Task TestNotWithRefConditionalAssignment() { - await TestMissingInRegularAndScriptAsync( -@"class Program + var code = @"using System; +class Program { static ref int GetRef(int[] mem, int addr, int mode) { ref int i = ref addr; - [||]switch (mode) + switch (mode) { case 0: i = ref true ? ref mem[mem[addr]] : ref mem[mem[addr]]; break; default: throw new Exception(); @@ -1641,27 +1777,31 @@ static ref int GetRef(int[] mem, int addr, int mode) return ref mem[addr]; } -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [WorkItem(40198, "https://github.com/dotnet/roslyn/issues/40198")] [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsConvertSwitchStatementToExpression)] public async Task TestWithRefInsideConditionalAssignment() { - await TestInRegularAndScript1Async( -@"class Program + await VerifyCS.VerifyCodeFixAsync( +@"using System; +class Program { static void GetRef(int[] mem, int addr, int mode) { ref int i = ref addr; - [||]switch (mode) + [|switch|] (mode) { case 0: i = true ? ref mem[mem[addr]] : ref mem[mem[addr]]; break; default: throw new Exception(); } } }", -@"class Program +@"using System; +class Program { static void GetRef(int[] mem, int addr, int mode) { diff --git a/src/EditorFeatures/CSharpTest/Diagnostics/Async/AddAwaitTests.cs b/src/EditorFeatures/CSharpTest/Diagnostics/Async/AddAwaitTests.cs index dc57275a65dd3..0dedddd4d4b2d 100644 --- a/src/EditorFeatures/CSharpTest/Diagnostics/Async/AddAwaitTests.cs +++ b/src/EditorFeatures/CSharpTest/Diagnostics/Async/AddAwaitTests.cs @@ -3,15 +3,15 @@ // See the LICENSE file in the project root for more information. using System.Threading.Tasks; -using Microsoft.CodeAnalysis.CodeFixes; -using Microsoft.CodeAnalysis.CSharp.CodeFixes.Async; -using Microsoft.CodeAnalysis.Diagnostics; using Microsoft.CodeAnalysis.Test.Utilities; using Xunit; +using VerifyCS = Microsoft.CodeAnalysis.Editor.UnitTests.CodeActions.CSharpCodeFixVerifier< + Microsoft.CodeAnalysis.Testing.EmptyDiagnosticAnalyzer, + Microsoft.CodeAnalysis.CSharp.CodeFixes.Async.CSharpAddAwaitCodeFixProvider>; namespace Microsoft.CodeAnalysis.Editor.CSharp.UnitTests.Diagnostics.Async { - public partial class AddAwaitTests : AbstractCSharpDiagnosticProviderBasedUserDiagnosticTest + public class AddAwaitTests { [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAddAwait)] public async Task BadAsyncReturnOperand1() @@ -29,7 +29,7 @@ async Task Test() async Task Test2() { - [|return Test();|] + return {|CS4016:Test()|}; } }"; @@ -49,7 +49,7 @@ async Task Test2() return await Test(); } }"; - await TestInRegularAndScriptAsync(initial, expected); + await VerifyCS.VerifyCodeFixAsync(initial, expected); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAddAwait)] @@ -70,7 +70,7 @@ async Task Test2() { return // Useful comment - [|Test()|]; + {|CS4016:Test()|}; } }"; @@ -92,7 +92,7 @@ async Task Test2() await Test(); } }"; - await TestInRegularAndScriptAsync(initial, expected); + await VerifyCS.VerifyCodeFixAsync(initial, expected); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAddAwait)] @@ -107,9 +107,9 @@ class Program async Task Test() => 3; async Task Test2() - {[| - return true ? Test() /* true */ : Test() /* false */; - |]} + { + return {|CS4016:true ? Test() /* true */ : Test()|} /* false */; + } }"; var expected = @@ -125,7 +125,7 @@ async Task Test2() return await (true ? Test() /* true */ : Test() /* false */); } }"; - await TestInRegularAndScriptAsync(initial, expected); + await VerifyCS.VerifyCodeFixAsync(initial, expected); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAddAwait)] @@ -140,11 +140,11 @@ class Program async Task Test() => 3; async Task Test2() - {[| - return true ? Test() // aaa - : Test() // bbb + { + return {|CS4016:true ? Test() // aaa + : Test()|} // bbb ; - |]} + } }"; var expected = @@ -162,7 +162,7 @@ async Task Test2() ; } }"; - await TestInRegularAndScriptAsync(initial, expected); + await VerifyCS.VerifyCodeFixAsync(initial, expected); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAddAwait)] @@ -177,9 +177,9 @@ class Program async Task Test() => 3; async Task Test2() - {[| - return null /* 0 */ ?? Test() /* 1 */; - |]} + { + return {|CS4016:null /* 0 */ ?? Test()|} /* 1 */; + } }"; var expected = @@ -195,7 +195,7 @@ async Task Test2() return await (null /* 0 */ ?? Test() /* 1 */); } }"; - await TestInRegularAndScriptAsync(initial, expected); + await VerifyCS.VerifyCodeFixAsync(initial, expected); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAddAwait)] @@ -210,11 +210,11 @@ class Program async Task Test() => 3; async Task Test2() - {[| - return null // aaa - ?? Test() // bbb + { + return {|CS4016:null // aaa + ?? Test()|} // bbb ; - |]} + } }"; var expected = @@ -232,7 +232,7 @@ async Task Test2() ; } }"; - await TestInRegularAndScriptAsync(initial, expected); + await VerifyCS.VerifyCodeFixAsync(initial, expected); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAddAwait)] @@ -245,9 +245,9 @@ public async Task BadAsyncReturnOperand_AsExpressionWithTrailingTrivia_SingleLin class Program { async Task Test2() - {[| - return null /* 0 */ as Task /* 1 */; - |]} + { + return {|CS4016:null /* 0 */ as Task|} /* 1 */; + } }"; var expected = @@ -261,7 +261,7 @@ async Task Test2() return await (null /* 0 */ as Task /* 1 */); } }"; - await TestInRegularAndScriptAsync(initial, expected); + await VerifyCS.VerifyCodeFixAsync(initial, expected); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAddAwait)] @@ -276,11 +276,11 @@ class Program async Task Test() => 3; async Task Test2() - {[| - return null // aaa - as Task // bbb + { + return {|CS4016:null // aaa + as Task|} // bbb ; - |]} + } }"; var expected = @@ -298,7 +298,7 @@ async Task Test2() ; } }"; - await TestInRegularAndScriptAsync(initial, expected); + await VerifyCS.VerifyCodeFixAsync(initial, expected); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAddAwait)] @@ -311,7 +311,7 @@ class Program { async void Test() { - [|Task.Delay(3);|] + {|CS4014:Task.Delay(3)|}; } }"; @@ -325,7 +325,7 @@ async void Test() await Task.Delay(3); } }"; - await TestInRegularAndScriptAsync(initial, expected); + await VerifyCS.VerifyCodeFixAsync(initial, expected); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAddAwait)] @@ -340,7 +340,7 @@ async void Test() { // Useful comment - [|Task.Delay(3);|] + {|CS4014:Task.Delay(3)|}; } }"; @@ -356,7 +356,7 @@ async void Test() await Task.Delay(3); } }"; - await TestInRegularAndScriptAsync(initial, expected); + await VerifyCS.VerifyCodeFixAsync(initial, expected); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAddAwait)] @@ -374,7 +374,7 @@ Task AwaitableFunction() async void Test() { - [|AwaitableFunction();|] + {|CS4014:AwaitableFunction()|}; } }"; @@ -393,7 +393,7 @@ async void Test() await AwaitableFunction(); } }"; - await TestInRegularAndScriptAsync(initial, expected); + await VerifyCS.VerifyCodeFixAsync(initial, expected); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAddAwait)] @@ -413,7 +413,7 @@ async void Test() { // Useful comment - [|AwaitableFunction();|] + {|CS4014:AwaitableFunction()|}; } }"; @@ -434,7 +434,7 @@ async void Test() await AwaitableFunction(); } }"; - await TestInRegularAndScriptAsync(initial, expected); + await VerifyCS.VerifyCodeFixAsync(initial, expected); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAddAwait)] @@ -454,7 +454,7 @@ async void Test() { var i = 0; - [|AwaitableFunction();|] + {|CS4014:AwaitableFunction()|}; } }"; @@ -475,20 +475,20 @@ async void Test() await AwaitableFunction(); } }"; - await TestInRegularAndScriptAsync(initial, expected); + await VerifyCS.VerifyCodeFixAsync(initial, expected); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAddAwait)] public async Task TestAssignmentExpression() { - await TestInRegularAndScriptAsync( + await VerifyCS.VerifyCodeFixAsync( @"using System.Threading.Tasks; class TestClass { private async Task MyTestMethod1Async() { - int myInt = [|MyIntMethodAsync()|]; + int myInt = {|CS0029:MyIntMethodAsync()|}; } private Task MyIntMethodAsync() @@ -515,14 +515,14 @@ private Task MyIntMethodAsync() [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAddAwait)] public async Task TestAssignmentExpressionWithConversion() { - await TestInRegularAndScriptAsync( + await VerifyCS.VerifyCodeFixAsync( @"using System.Threading.Tasks; class TestClass { private async Task MyTestMethod1Async() { - long myInt = [|MyIntMethodAsync()|]; + long myInt = {|CS0029:MyIntMethodAsync()|}; } private Task MyIntMethodAsync() @@ -549,34 +549,36 @@ private Task MyIntMethodAsync() [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAddAwait)] public async Task TestAssignmentExpressionWithConversionInNonAsyncFunction() { - await TestMissingInRegularAndScriptAsync( -@"using System.Threading.Tasks; + var code = @"using System.Threading.Tasks; class TestClass { private Task MyTestMethod1Async() { - long myInt = [|MyIntMethodAsync()|]; + long myInt = {|CS0029:MyIntMethodAsync()|}; + return Task.CompletedTask; } private Task MyIntMethodAsync() { return Task.FromResult(result: 1); } -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAddAwait)] public async Task TestAssignmentExpressionWithConversionInAsyncFunction() { - await TestInRegularAndScriptAsync( + await VerifyCS.VerifyCodeFixAsync( @"using System.Threading.Tasks; class TestClass { private async Task MyTestMethod1Async() { - long myInt = [|MyIntMethodAsync()|]; + long myInt = {|CS0029:MyIntMethodAsync()|}; } private Task MyIntMethodAsync() @@ -590,7 +592,7 @@ class TestClass { private async Task MyTestMethod1Async() { - long myInt = await MyIntMethodAsync(); + long myInt = {|CS0266:await MyIntMethodAsync()|}; } private Task MyIntMethodAsync() @@ -603,7 +605,7 @@ private Task MyIntMethodAsync() [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAddAwait)] public async Task TestAssignmentExpression1() { - await TestInRegularAndScriptAsync( + await VerifyCS.VerifyCodeFixAsync( @"using System; using System.Threading.Tasks; @@ -612,7 +614,7 @@ class TestClass private async Task MyTestMethod1Async() { Action lambda = async () => { - int myInt = [|MyIntMethodAsync()|]; + int myInt = {|CS0029:MyIntMethodAsync()|}; }; } @@ -643,7 +645,7 @@ private Task MyIntMethodAsync() [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAddAwait)] public async Task TestAssignmentExpression2() { - await TestInRegularAndScriptAsync( + await VerifyCS.VerifyCodeFixAsync( @"using System; using System.Threading.Tasks; @@ -652,7 +654,7 @@ class TestClass private async Task MyTestMethod1Async() { Func lambda = async () => { - int myInt = [|MyIntMethodAsync()|]; + int myInt = {|CS0029:MyIntMethodAsync()|}; }; } @@ -683,7 +685,7 @@ private Task MyIntMethodAsync() [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAddAwait)] public async Task TestAssignmentExpression3() { - await TestMissingInRegularAndScriptAsync( + await VerifyCS.VerifyCodeFixAsync( @"using System; using System.Threading.Tasks; @@ -692,7 +694,26 @@ class TestClass private async Task MyTestMethod1Async() { Func lambda = () => { - int myInt = MyInt [||] MethodAsync(); + int myInt = {|CS0029:MyIntMethodAsync()|}; + return Task.CompletedTask; + }; + } + + private Task MyIntMethodAsync() + { + return Task.FromResult(result: 1); + } +}", +@"using System; +using System.Threading.Tasks; + +class TestClass +{ + private async Task MyTestMethod1Async() + { + Func lambda = () => { + int myInt = {|CS4034:await MyIntMethodAsync()|}; + return Task.CompletedTask; }; } @@ -706,7 +727,24 @@ private Task MyIntMethodAsync() [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAddAwait)] public async Task TestAssignmentExpression4() { - await TestMissingInRegularAndScriptAsync( + await VerifyCS.VerifyCodeFixAsync( +@"using System; +using System.Threading.Tasks; + +class TestClass +{ + private async Task MyTestMethod1Async() + { + Action lambda = () => { + int myInt = {|CS0029:MyIntMethodAsync()|}; + }; + } + + private Task MyIntMethodAsync() + { + return Task.FromResult(result: 1); + } +}", @"using System; using System.Threading.Tasks; @@ -715,7 +753,7 @@ class TestClass private async Task MyTestMethod1Async() { Action lambda = () => { - int myInt = MyIntM [||] ethodAsync(); + int myInt = {|CS4034:await MyIntMethodAsync()|}; }; } @@ -729,7 +767,7 @@ private Task MyIntMethodAsync() [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAddAwait)] public async Task TestAssignmentExpression5() { - await TestInRegularAndScriptAsync( + await VerifyCS.VerifyCodeFixAsync( @"using System; using System.Threading.Tasks; @@ -738,7 +776,7 @@ class TestClass private async Task MyTestMethod1Async() { Action @delegate = async delegate { - int myInt = [|MyIntMethodAsync()|]; + int myInt = {|CS0029:MyIntMethodAsync()|}; }; } @@ -769,7 +807,7 @@ private Task MyIntMethodAsync() [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAddAwait)] public async Task TestAssignmentExpression6() { - await TestInRegularAndScriptAsync( + await VerifyCS.VerifyCodeFixAsync( @"using System; using System.Threading.Tasks; @@ -778,7 +816,7 @@ class TestClass private async Task MyTestMethod1Async() { Func @delegate = async delegate { - int myInt = [|MyIntMethodAsync()|]; + int myInt = {|CS0029:MyIntMethodAsync()|}; }; } @@ -809,7 +847,7 @@ private Task MyIntMethodAsync() [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAddAwait)] public async Task TestAssignmentExpression7() { - await TestMissingInRegularAndScriptAsync( + await VerifyCS.VerifyCodeFixAsync( @"using System; using System.Threading.Tasks; @@ -818,7 +856,24 @@ class TestClass private async Task MyTestMethod1Async() { Action @delegate = delegate { - int myInt = MyInt [||] MethodAsync(); + int myInt = {|CS0029:MyIntMethodAsync()|}; + }; + } + + private Task MyIntMethodAsync() + { + return Task.FromResult(result: 1); + } +}", +@"using System; +using System.Threading.Tasks; + +class TestClass +{ + private async Task MyTestMethod1Async() + { + Action @delegate = delegate { + int myInt = {|CS4034:await MyIntMethodAsync()|}; }; } @@ -832,7 +887,25 @@ private Task MyIntMethodAsync() [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAddAwait)] public async Task TestAssignmentExpression8() { - await TestMissingInRegularAndScriptAsync( + await VerifyCS.VerifyCodeFixAsync( +@"using System; +using System.Threading.Tasks; + +class TestClass +{ + private async Task MyTestMethod1Async() + { + Func @delegate = delegate { + int myInt = {|CS0029:MyIntMethodAsync()|}; + return Task.CompletedTask; + }; + } + + private Task MyIntMethodAsync() + { + return Task.FromResult(result: 1); + } +}", @"using System; using System.Threading.Tasks; @@ -841,7 +914,8 @@ class TestClass private async Task MyTestMethod1Async() { Func @delegate = delegate { - int myInt = MyIntM [||] ethodAsync(); + int myInt = {|CS4034:await MyIntMethodAsync()|}; + return Task.CompletedTask; }; } @@ -855,7 +929,7 @@ private Task MyIntMethodAsync() [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAddAwait)] public async Task TestTernaryOperator() { - await TestInRegularAndScriptAsync( + await VerifyCS.VerifyCodeFixAsync( @"using System; using System.Threading.Tasks; @@ -863,7 +937,7 @@ class Program { async Task A() { - return [|true ? Task.FromResult(0) : Task.FromResult(1)|]; + return {|CS4016:true ? Task.FromResult(0) : Task.FromResult(1)|}; } }", @"using System; @@ -881,7 +955,7 @@ async Task A() [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAddAwait)] public async Task TestNullCoalescingOperator() { - await TestInRegularAndScriptAsync( + await VerifyCS.VerifyCodeFixAsync( @"using System; using System.Threading.Tasks; @@ -889,7 +963,7 @@ class Program { async Task A() { - return [|null ?? Task.FromResult(1)|] } + return {|CS4016:null ?? Task.FromResult(1)|}; } }", @"using System; using System.Threading.Tasks; @@ -898,14 +972,14 @@ class Program { async Task A() { - return await (null ?? Task.FromResult(1))} + return await (null ?? Task.FromResult(1)); } }"); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAddAwait)] public async Task TestAsExpression() { - await TestInRegularAndScriptAsync( + await VerifyCS.VerifyCodeFixAsync( @"using System; using System.Threading.Tasks; @@ -913,7 +987,7 @@ class Program { async Task A() { - return [|null as Task|] } + return {|CS4016:null as Task|}; } }", @"using System; using System.Threading.Tasks; @@ -922,11 +996,8 @@ class Program { async Task A() { - return await (null as Task)} + return await (null as Task); } }"); } - - internal override (DiagnosticAnalyzer, CodeFixProvider) CreateDiagnosticProviderAndFixer(Workspace workspace) - => (null, new CSharpAddAwaitCodeFixProvider()); } } diff --git a/src/EditorFeatures/CSharpTest/Diagnostics/Async/ChangeToAsyncTests.cs b/src/EditorFeatures/CSharpTest/Diagnostics/Async/ChangeToAsyncTests.cs index 430ad57316c08..f1bdd09368722 100644 --- a/src/EditorFeatures/CSharpTest/Diagnostics/Async/ChangeToAsyncTests.cs +++ b/src/EditorFeatures/CSharpTest/Diagnostics/Async/ChangeToAsyncTests.cs @@ -3,15 +3,15 @@ // See the LICENSE file in the project root for more information. using System.Threading.Tasks; -using Microsoft.CodeAnalysis.CodeFixes; -using Microsoft.CodeAnalysis.CSharp.CodeFixes.Async; -using Microsoft.CodeAnalysis.Diagnostics; using Microsoft.CodeAnalysis.Test.Utilities; using Xunit; +using VerifyCS = Microsoft.CodeAnalysis.Editor.UnitTests.CodeActions.CSharpCodeFixVerifier< + Microsoft.CodeAnalysis.Testing.EmptyDiagnosticAnalyzer, + Microsoft.CodeAnalysis.CSharp.CodeFixes.Async.CSharpConvertToAsyncMethodCodeFixProvider>; namespace Microsoft.CodeAnalysis.Editor.CSharp.UnitTests.Diagnostics.Async { - public partial class ChangeToAsyncTests : AbstractCSharpDiagnosticProviderBasedUserDiagnosticTest + public class ChangeToAsyncTests { [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsChangeToAsync)] public async Task CantAwaitAsyncVoid() @@ -23,7 +23,7 @@ class Program { async Task rtrt() { - [|await gt();|] + {|CS4008:await gt()|}; } async void gt() @@ -47,10 +47,7 @@ async Task rtrt() { } }"; - await TestInRegularAndScriptAsync(initial, expected); + await VerifyCS.VerifyCodeFixAsync(initial, expected); } - - internal override (DiagnosticAnalyzer, CodeFixProvider) CreateDiagnosticProviderAndFixer(Workspace workspace) - => (null, new CSharpConvertToAsyncMethodCodeFixProvider()); } } diff --git a/src/EditorFeatures/CSharpTest/MakeStructFieldsWritable/MakeStructFieldsWritableTests.cs b/src/EditorFeatures/CSharpTest/MakeStructFieldsWritable/MakeStructFieldsWritableTests.cs index 4a6b2e5195fa5..e0addd42002ef 100644 --- a/src/EditorFeatures/CSharpTest/MakeStructFieldsWritable/MakeStructFieldsWritableTests.cs +++ b/src/EditorFeatures/CSharpTest/MakeStructFieldsWritable/MakeStructFieldsWritableTests.cs @@ -3,25 +3,24 @@ // See the LICENSE file in the project root for more information. using System.Threading.Tasks; -using Microsoft.CodeAnalysis.CodeFixes; -using Microsoft.CodeAnalysis.CSharp.MakeStructFieldsWritable; -using Microsoft.CodeAnalysis.Diagnostics; -using Microsoft.CodeAnalysis.Editor.CSharp.UnitTests.Diagnostics; using Microsoft.CodeAnalysis.Test.Utilities; using Xunit; -using static Roslyn.Test.Utilities.TestHelpers; +using VerifyCS = Microsoft.CodeAnalysis.Editor.UnitTests.CodeActions.CSharpCodeFixVerifier< + Microsoft.CodeAnalysis.CSharp.MakeStructFieldsWritable.CSharpMakeStructFieldsWritableDiagnosticAnalyzer, + Microsoft.CodeAnalysis.CSharp.MakeStructFieldsWritable.CSharpMakeStructFieldsWritableCodeFixProvider>; namespace Microsoft.CodeAnalysis.Editor.CSharp.UnitTests.MakeStructFieldsWritable { - public class MakeStructFieldsWritableTests : AbstractCSharpDiagnosticProviderBasedUserDiagnosticTest + public class MakeStructFieldsWritableTests { - internal override (DiagnosticAnalyzer, CodeFixProvider) CreateDiagnosticProviderAndFixer(Workspace workspace) - => (new CSharpMakeStructFieldsWritableDiagnosticAnalyzer(), new CSharpMakeStructFieldsWritableCodeFixProvider()); + [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsMakeStructFieldsWritable)] + public void TestStandardProperties() + => VerifyCS.VerifyStandardProperties(); [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsMakeStructFieldsWritable)] public async Task SingleReadonlyField_ThisAssigmentInMethod() { - await TestInRegularAndScriptAsync( + await VerifyCS.VerifyCodeFixAsync( @"struct [|MyStruct|] { public readonly int Value; @@ -55,7 +54,7 @@ public void Test() [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsMakeStructFieldsWritable)] public async Task SingleReadonlyField_ThisAssigmentInMultipleMethods() { - await TestInRegularAndScriptAsync( + await VerifyCS.VerifyCodeFixAsync( @"struct [|MyStruct|] { public readonly int Value; @@ -99,8 +98,7 @@ public void Test2() [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsMakeStructFieldsWritable)] public async Task SingleNonReadonlyField_ThisAssigmentInMethod() { - await TestDiagnosticMissingAsync( -@"struct [|MyStruct|] + var code = @"struct MyStruct { public int Value; @@ -113,13 +111,15 @@ public void Test() { this = new MyStruct(5); } -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsMakeStructFieldsWritable)] public async Task MultipleMixedFields_ThisAssigmentInMethod() { - await TestInRegularAndScriptAsync( + await VerifyCS.VerifyCodeFixAsync( @"struct [|MyStruct|] { public readonly int First; @@ -161,8 +161,7 @@ public void Test() [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsMakeStructFieldsWritable)] public async Task SingleReadonlyField_ThisAssigmentInCtor() { - await TestDiagnosticMissingAsync( -@"struct [|MyStruct|] + var code = @"struct MyStruct { public readonly int Value; @@ -175,14 +174,15 @@ public MyStruct(int first, int second) { Value = first; } -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsMakeStructFieldsWritable)] public async Task SingleReadonlyField_NoThisAssigment() { - await TestDiagnosticMissingAsync( -@"struct [|MyStruct|] + var code = @"struct MyStruct { public readonly int Value; @@ -190,13 +190,15 @@ public MyStruct(int value) { Value = value; } -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsMakeStructFieldsWritable)] public async Task SingleReadonlyField_ThisAssigmentInMethod_ReportDiagnostic() { - await TestDiagnosticsAsync( + await VerifyCS.VerifyCodeFixAsync( @"struct [|MyStruct|] { public readonly int Value; @@ -211,14 +213,26 @@ public void Test() this = new MyStruct(5); } }", - expected: Diagnostic(IDEDiagnosticIds.MakeStructFieldsWritable)); +@"struct MyStruct +{ + public int Value; + + public MyStruct(int value) + { + Value = value; + } + + public void Test() + { + this = new MyStruct(5); + } +}"); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsMakeStructFieldsWritable)] public async Task SingleReadonlyField_InClass() { - await TestDiagnosticMissingAsync( -@"class [|MyClass|] + var code = @"class MyClass { public readonly int Value; @@ -229,29 +243,32 @@ public MyClass(int value) public void Test() { - this = new MyClass(5); + // error CS1604: Cannot assign to 'this' because it is read-only + {|CS1604:this|} = new MyClass(5); } -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsMakeStructFieldsWritable)] public async Task StructWithoutField() { - await TestDiagnosticMissingAsync( -@"struct [|MyStruct|] + var code = @"struct MyStruct { public void Test() { this = new MyStruct(); } -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsMakeStructFieldsWritable)] public async Task SingleProperty_ThisAssigmentInMethod() { - await TestDiagnosticMissingAsync( -@"struct [|MyStruct|] + var code = @"struct MyStruct { public int Value { get; set; } @@ -264,14 +281,15 @@ public void Test() { this = new MyStruct(5); } -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsMakeStructFieldsWritable)] public async Task SingleGetterProperty_ThisAssigmentInMethod() { - await TestDiagnosticMissingAsync( -@"struct [|MyStruct|] + var code = @"struct MyStruct { public int Value { get; } @@ -284,14 +302,16 @@ public void Test() { this = new MyStruct(5); } -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsMakeStructFieldsWritable)] public async Task MultipleStructDeclaration_SingleReadonlyField_ThisAssigmentInMethod() { - await TestInRegularAndScriptAsync( -@"struct MyStruct + await VerifyCS.VerifyCodeFixAsync( +@"struct [|MyStruct|] { public readonly int Value; @@ -322,7 +342,7 @@ public void Test() }", @"struct MyStruct { - public readonly int Value; + public int Value; public MyStruct(int value) { @@ -354,8 +374,8 @@ public void Test() [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsMakeStructFieldsWritable)] public async Task MultipleStructDeclaration_SingleReadonlyField_ThisAssigmentInMethod_ShouldNotReportDiagnostic() { - await TestDiagnosticMissingAsync( -@"struct [|MyStruct|] + await VerifyCS.VerifyCodeFixAsync( +@"struct MyStruct { public int Value; @@ -370,7 +390,7 @@ public void Test() } } -struct MyStruct2 +struct [|MyStruct2|] { public readonly int Value; @@ -379,6 +399,35 @@ public MyStruct2(int value) Value = value; } + public void Test() + { + this = new MyStruct2(5); + } +}", +@"struct MyStruct +{ + public int Value; + + public MyStruct(int value) + { + Value = value; + } + + public void Test() + { + this = new MyStruct(5); + } +} + +struct MyStruct2 +{ + public int Value; + + public MyStruct2(int value) + { + Value = value; + } + public void Test() { this = new MyStruct2(5); @@ -389,8 +438,8 @@ public void Test() [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsMakeStructFieldsWritable)] public async Task NestedStructDeclaration_SingleNestedReadonlyField_ThisAssigmentInMethod() { - await TestInRegularAndScriptAsync( -@"struct MyStruct + await VerifyCS.VerifyCodeFixAsync( +@"struct [|MyStruct|] { public readonly int Value; @@ -421,7 +470,7 @@ public void Test() }", @"struct MyStruct { - public readonly int Value; + public int Value; public MyStruct(int value) { @@ -453,7 +502,7 @@ public void Test() [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsMakeStructFieldsWritable)] public async Task NestedStructDeclaration_SingleReadonlyField_ThisAssigmentInMethod() { - await TestInRegularAndScriptAsync( + await VerifyCS.VerifyCodeFixAsync( @"struct [|MyStruct|] { public readonly int Value; @@ -468,7 +517,7 @@ public void Test() this = new MyStruct(5); } - struct NestedStruct + struct [|NestedStruct|] { public readonly int NestedValue; @@ -499,7 +548,7 @@ public void Test() struct NestedStruct { - public readonly int NestedValue; + public int NestedValue; public NestedStruct(int nestedValue) { @@ -517,7 +566,7 @@ public void Test() [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsMakeStructFieldsWritable)] public async Task StructDeclaration_MixedFields_MixedAssigmentsInMethods() { - await TestInRegularAndScriptAsync( + await VerifyCS.VerifyCodeFixAsync( @"struct [|MyStruct|] { public readonly int Value; @@ -565,7 +614,7 @@ public void Test2() [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsMakeStructFieldsWritable)] public async Task StructDeclaration_ChangedOrderOfConstructorDeclaration() { - await TestInRegularAndScriptAsync( + await VerifyCS.VerifyCodeFixAsync( @"struct [|MyStruct|] { public readonly int Value; diff --git a/src/EditorFeatures/CSharpTest/RemoveUnusedMembers/RemoveUnusedMembersTests.cs b/src/EditorFeatures/CSharpTest/RemoveUnusedMembers/RemoveUnusedMembersTests.cs index 20670aa4b59f9..e6c4113ddf4d2 100644 --- a/src/EditorFeatures/CSharpTest/RemoveUnusedMembers/RemoveUnusedMembersTests.cs +++ b/src/EditorFeatures/CSharpTest/RemoveUnusedMembers/RemoveUnusedMembersTests.cs @@ -4,40 +4,37 @@ using System.Linq; using System.Threading.Tasks; -using Microsoft.CodeAnalysis.CodeFixes; -using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.RemoveUnusedMembers; -using Microsoft.CodeAnalysis.Diagnostics; -using Microsoft.CodeAnalysis.Editor.CSharp.UnitTests.Diagnostics; using Microsoft.CodeAnalysis.Test.Utilities; using Roslyn.Test.Utilities; using Xunit; -using static Roslyn.Test.Utilities.TestHelpers; +using VerifyCS = Microsoft.CodeAnalysis.Editor.UnitTests.CodeActions.CSharpCodeFixVerifier< + Microsoft.CodeAnalysis.CSharp.RemoveUnusedMembers.CSharpRemoveUnusedMembersDiagnosticAnalyzer, + Microsoft.CodeAnalysis.CSharp.RemoveUnusedMembers.CSharpRemoveUnusedMembersCodeFixProvider>; namespace Microsoft.CodeAnalysis.Editor.CSharp.UnitTests.RemoveUnusedMembers { - public class RemoveUnusedMembersTests : AbstractCSharpDiagnosticProviderBasedUserDiagnosticTest + public class RemoveUnusedMembersTests { - internal override (DiagnosticAnalyzer, CodeFixProvider) CreateDiagnosticProviderAndFixer(Workspace workspace) - => (new CSharpRemoveUnusedMembersDiagnosticAnalyzer(), new CSharpRemoveUnusedMembersCodeFixProvider()); - - // Ensure that we explicitly test missing IDE0052, which has no corresponding code fix (non-fixable diagnostic). - private Task TestDiagnosticMissingAsync(string initialMarkup) - => TestDiagnosticMissingAsync(initialMarkup, new TestParameters(retainNonFixableDiagnostics: true)); + [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsConvertSwitchStatementToExpression)] + public void TestStandardProperties() + => VerifyCS.VerifyStandardProperties(); [Fact, WorkItem(31582, "https://github.com/dotnet/roslyn/issues/31582")] public async Task FieldReadViaSuppression() { - await TestDiagnosticMissingAsync(@" + var code = @" #nullable enable class MyClass { - string? [|_field|] = null; - void M() + string? _field = null; + public void M() { _field!.ToString(); } -}", new TestParameters(retainNonFixableDiagnostics: true, parseOptions: new CSharpParseOptions(LanguageVersion.CSharp8))); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Theory, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] @@ -48,11 +45,12 @@ void M() [InlineData("private protected")] public async Task NonPrivateField(string accessibility) { - await TestDiagnosticMissingAsync( -$@"class MyClass + var code = $@"class MyClass {{ - {accessibility} int [|_goo|]; -}}"); + {accessibility} int _goo; +}}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Theory, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] @@ -63,11 +61,12 @@ await TestDiagnosticMissingAsync( [InlineData("private protected")] public async Task NonPrivateFieldWithConstantInitializer(string accessibility) { - await TestDiagnosticMissingAsync( -$@"class MyClass + var code = $@"class MyClass {{ - {accessibility} int [|_goo|] = 0; -}}"); + {accessibility} int _goo = 0; +}}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Theory, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] @@ -78,12 +77,13 @@ await TestDiagnosticMissingAsync( [InlineData("private protected")] public async Task NonPrivateFieldWithNonConstantInitializer(string accessibility) { - await TestDiagnosticMissingAsync( -$@"class MyClass + var code = $@"class MyClass {{ - {accessibility} int [|_goo|] = _goo2; + {accessibility} int _goo = _goo2; private static readonly int _goo2 = 0; -}}"); +}}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Theory, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] @@ -94,11 +94,12 @@ await TestDiagnosticMissingAsync( [InlineData("private protected")] public async Task NonPrivateMethod(string accessibility) { - await TestDiagnosticMissingAsync( -$@"class MyClass + var code = $@"class MyClass {{ - {accessibility} void [|M|]() {{ }} -}}"); + {accessibility} void M() {{ }} +}}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Theory, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] @@ -109,11 +110,12 @@ await TestDiagnosticMissingAsync( [InlineData("private protected")] public async Task NonPrivateProperty(string accessibility) { - await TestDiagnosticMissingAsync( -$@"class MyClass + var code = $@"class MyClass {{ - {accessibility} int [|P|] {{ get; }} -}}"); + {accessibility} int P {{ get; }} +}}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Theory, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] @@ -124,11 +126,13 @@ await TestDiagnosticMissingAsync( [InlineData("private protected")] public async Task NonPrivateIndexer(string accessibility) { - await TestDiagnosticMissingAsync( -$@"class MyClass + var code = $@"class MyClass {{ - {accessibility} int [|this|] {{ get {{ return 0; }} set {{ }} }} -}}"); + {accessibility} + int this[int arg] {{ get {{ return 0; }} set {{ }} }} +}}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Theory, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] @@ -139,19 +143,20 @@ await TestDiagnosticMissingAsync( [InlineData("private protected")] public async Task NonPrivateEvent(string accessibility) { - await TestDiagnosticMissingAsync( -$@"using System; + var code = $@"using System; class MyClass {{ - {accessibility} event EventHandler [|RaiseCustomEvent|]; -}}"); + {accessibility} event EventHandler RaiseCustomEvent; +}}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task FieldIsUnused() { - await TestInRegularAndScriptAsync( + await VerifyCS.VerifyCodeFixAsync( @"class MyClass { private int [|_goo|]; @@ -164,10 +169,10 @@ await TestInRegularAndScriptAsync( [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task MethodIsUnused() { - await TestInRegularAndScriptAsync( + await VerifyCS.VerifyCodeFixAsync( @"class MyClass { - private int [|M()|] => 0; + private int [|M|]() => 0; }", @"class MyClass { @@ -177,7 +182,7 @@ await TestInRegularAndScriptAsync( [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task GenericMethodIsUnused() { - await TestInRegularAndScriptAsync( + await VerifyCS.VerifyCodeFixAsync( @"class MyClass { private int [|M|]() => 0; @@ -190,7 +195,7 @@ await TestInRegularAndScriptAsync( [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task MethodInGenericTypeIsUnused() { - await TestInRegularAndScriptAsync( + await VerifyCS.VerifyCodeFixAsync( @"class MyClass { private int [|M|]() => 0; @@ -204,20 +209,21 @@ await TestInRegularAndScriptAsync( public async Task InstanceConstructorIsUnused_NoArguments() { // We only flag constructors with arguments. - await TestDiagnosticMissingAsync( -@"class MyClass + var code = @"class MyClass { - private [|MyClass()|] { } -}"); + private MyClass() { } +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task InstanceConstructorIsUnused_WithArguments() { - await TestInRegularAndScriptAsync( + await VerifyCS.VerifyCodeFixAsync( @"class MyClass { - private [|MyClass(int i)|] { } + private [|MyClass|](int i) { } }", @"class MyClass { @@ -227,27 +233,29 @@ await TestInRegularAndScriptAsync( [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task StaticConstructorIsNotFlagged() { - await TestDiagnosticMissingAsync( -@"class MyClass + var code = @"class MyClass { - static [|MyClass()|] { } -}"); + static MyClass() { } +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task DestructorIsNotFlagged() { - await TestDiagnosticMissingAsync( -@"class MyClass + var code = @"class MyClass { - ~[|MyClass()|] { } -}"); + ~MyClass() { } +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task PropertyIsUnused() { - await TestInRegularAndScriptAsync( + await VerifyCS.VerifyCodeFixAsync( @"class MyClass { private int [|P|] { get; set; } @@ -260,7 +268,7 @@ await TestInRegularAndScriptAsync( [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task IndexerIsUnused() { - await TestInRegularAndScriptAsync( + await VerifyCS.VerifyCodeFixAsync( @"class MyClass { private int [|this|][int x] { get { return 0; } set { } } @@ -273,7 +281,7 @@ await TestInRegularAndScriptAsync( [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task EventIsUnused() { - await TestInRegularAndScriptAsync( + await VerifyCS.VerifyCodeFixAsync( @"class MyClass { private event System.EventHandler [|e|]; @@ -286,66 +294,71 @@ await TestInRegularAndScriptAsync( [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task EntryPointMethodNotFlagged() { - await TestDiagnosticMissingAsync( -@"class MyClass + var code = @"class MyClass { - private static void [|Main|]() { } -}"); + private static void Main() { } +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task EntryPointMethodNotFlagged_02() { - await TestDiagnosticMissingAsync( -@"using System.Threading.Tasks; + var code = @"using System.Threading.Tasks; class MyClass { - private static async Task [|Main|]() => await Task.CompletedTask; -}"); + private static async Task Main() => await Task.CompletedTask; +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task EntryPointMethodNotFlagged_03() { - await TestDiagnosticMissingAsync( -@"using System.Threading.Tasks; + var code = @"using System.Threading.Tasks; class MyClass { - private static async Task [|Main|]() => await Task.FromResult(0); -}"); + private static async Task Main() => await Task.FromResult(0); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task EntryPointMethodNotFlagged_04() { - await TestDiagnosticMissingAsync( -@"using System.Threading.Tasks; + var code = @"using System.Threading.Tasks; class MyClass { - private static Task [|Main|]() => Task.CompletedTask; -}"); + private static Task Main() => Task.CompletedTask; +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] [WorkItem(31572, "https://github.com/dotnet/roslyn/issues/31572")] public async Task EntryPointMethodNotFlagged_05() { - await TestDiagnosticMissingAsync( -@"using System.Threading.Tasks; + var code = @"using System.Threading.Tasks; class MyClass { - private static int [|Main|]() => 0; -}"); + private static int Main() => 0; +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task FieldIsUnused_ReadOnly() { - await TestInRegularAndScriptAsync( + await VerifyCS.VerifyCodeFixAsync( @"class MyClass { private readonly int [|_goo|]; @@ -358,7 +371,7 @@ await TestInRegularAndScriptAsync( [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task PropertyIsUnused_ReadOnly() { - await TestInRegularAndScriptAsync( + await VerifyCS.VerifyCodeFixAsync( @"class MyClass { private int [|P|] { get; } @@ -371,10 +384,11 @@ await TestInRegularAndScriptAsync( [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task EventIsUnused_ReadOnly() { - await TestInRegularAndScriptAsync( + await VerifyCS.VerifyCodeFixAsync( @"class MyClass { - private readonly event System.EventHandler [|E|]; + // error CS0106: The modifier 'readonly' is not valid for this item + private readonly event System.EventHandler {|CS0106:[|E|]|}; }", @"class MyClass { @@ -384,7 +398,7 @@ await TestInRegularAndScriptAsync( [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task FieldIsUnused_Static() { - await TestInRegularAndScriptAsync( + await VerifyCS.VerifyCodeFixAsync( @"class MyClass { private static int [|_goo|]; @@ -397,10 +411,10 @@ await TestInRegularAndScriptAsync( [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task MethodIsUnused_Static() { - await TestInRegularAndScriptAsync( + await VerifyCS.VerifyCodeFixAsync( @"class MyClass { - private static void [|M|] { } + private static void [|M|]() { } }", @"class MyClass { @@ -410,7 +424,7 @@ private static void [|M|] { } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task PropertyIsUnused_Static() { - await TestInRegularAndScriptAsync( + await VerifyCS.VerifyCodeFixAsync( @"class MyClass { private static int [|P|] { get { return 0; } } @@ -423,10 +437,11 @@ await TestInRegularAndScriptAsync( [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task IndexerIsUnused_Static() { - await TestInRegularAndScriptAsync( + await VerifyCS.VerifyCodeFixAsync( @"class MyClass { - private static int [|this|][int x] { get { return 0; } set { } } + // error CS0106: The modifier 'static' is not valid for this item + private static int {|CS0106:[|this|]|}[int x] { get { return 0; } set { } } }", @"class MyClass { @@ -436,7 +451,7 @@ await TestInRegularAndScriptAsync( [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task EventIsUnused_Static() { - await TestInRegularAndScriptAsync( + await VerifyCS.VerifyCodeFixAsync( @"class MyClass { private static event System.EventHandler [|e1|]; @@ -449,91 +464,97 @@ await TestInRegularAndScriptAsync( [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task MethodIsUnused_Extern() { - await TestDiagnosticMissingAsync( -@"using System.Runtime.InteropServices; + var code = @"using System.Runtime.InteropServices; class C { [DllImport(""Assembly.dll"")] - private static extern void [|M|](); -}"); + private static extern void M(); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task MethodIsUnused_Abstract() { - await TestDiagnosticMissingAsync( -@"class C + var code = @"abstract class C { - protected abstract void [|M|](); -}"); + protected abstract void M(); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task MethodIsUnused_InterfaceMethod() { - await TestDiagnosticMissingAsync( -@"interface I + var code = @"interface I { - void [|M|](); -}"); + void M(); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task MethodIsUnused_ExplicitInterfaceImplementation() { - await TestDiagnosticMissingAsync( -@"interface I + var code = @"interface I { void M(); } class C : I { - void I.[|M|]() { } -}"); + void I.M() { } +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task PropertyIsUnused_ExplicitInterfaceImplementation() { - await TestDiagnosticMissingAsync( -@"interface I + var code = @"interface I { int P { get; set; } } class C : I { - int I.[|P|] { get { return 0; } set { } } -}"); + int I.P { get { return 0; } set { } } +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] [WorkItem(30965, "https://github.com/dotnet/roslyn/issues/30965")] public async Task EventIsUnused_ExplicitInterfaceImplementation() { - await TestDiagnosticMissingAsync( -@"interface I + var code = @"interface I { event System.Action E; } class C : I { - event System.Action [|I.E|] + event System.Action I.E { add { } remove { } } -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] [WorkItem(30894, "https://github.com/dotnet/roslyn/issues/30894")] public async Task WriteOnlyProperty_NotWritten() { - await TestInRegularAndScriptAsync( + await VerifyCS.VerifyCodeFixAsync( @"class C { int [|P|] { set { } } @@ -547,18 +568,19 @@ int [|P|] { set { } } [WorkItem(30894, "https://github.com/dotnet/roslyn/issues/30894")] public async Task WriteOnlyProperty_Written() { - await TestDiagnosticMissingAsync( -@"class C + var code = @"class C { - int [|P|] { set { } } - void M(int i) => P = i; -}"); + int P { set { } } + public void M(int i) => P = i; +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task FieldIsUnused_Const() { - await TestInRegularAndScriptAsync( + await VerifyCS.VerifyCodeFixAsync( @"class MyClass { private const int [|_goo|] = 0; @@ -571,325 +593,352 @@ await TestInRegularAndScriptAsync( [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task FieldIsRead_ExpressionBody() { - await TestDiagnosticMissingAsync( -@"class MyClass + var code = @"class MyClass { - private int [|_goo|]; + private int _goo; public int M() => _goo; -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task FieldIsRead_BlockBody() { - await TestDiagnosticMissingAsync( -@"class MyClass + var code = @"class MyClass { - private int [|_goo|]; + private int _goo; public int M() { return _goo; } -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task FieldIsRead_ExpressionLambda() { - await TestDiagnosticMissingAsync( -@"class MyClass + var code = @"using System; +class MyClass { - private int [|_goo|]; + private int _goo; public void M() { Func getGoo = () => _goo; } -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task FieldIsRead_BlockLambda() { - await TestDiagnosticMissingAsync( -@"class MyClass + var code = @"using System; +class MyClass { - private int [|_goo|]; + private int _goo; public void M() { - Func getGoo = () => { return _goo; } + Func getGoo = () => { return _goo; }; } -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task FieldIsRead_Delegate() { - await TestDiagnosticMissingAsync( -@"class MyClass + var code = @"using System; +class MyClass { - private int [|_goo|]; + private int _goo; public void M() { - Func getGoo = delegate { return _goo; } + Func getGoo = delegate { return _goo; }; } -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task FieldIsRead_ExpressionBodyLocalFunction() { - await TestDiagnosticMissingAsync( -@"class MyClass + var code = @"class MyClass { - private int [|_goo|]; + private int _goo; public int M() { int LocalFunction() => _goo; return LocalFunction(); } -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task FieldIsRead_BlockBodyLocalFunction() { - await TestDiagnosticMissingAsync( -@"class MyClass + var code = @"class MyClass { - private int [|_goo|]; + private int _goo; public int M() { int LocalFunction() { return _goo; } return LocalFunction(); } -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task FieldIsRead_Accessor() { - await TestDiagnosticMissingAsync( -@"class MyClass + var code = @"class MyClass { - private int [|_goo|]; - public void Goo + private int _goo; + public int Goo { get { return _goo; } } -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task FieldIsRead_Deconstruction() { - await TestDiagnosticMissingAsync( -@"class MyClass + var code = @"class MyClass { - private int [|_goo|]; + private int _goo; public void M(int x) { var y = (_goo, x); } -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task FieldIsRead_DifferentInstance() { - await TestDiagnosticMissingAsync( -@"class MyClass + var code = @"class MyClass { - private int [|_goo|]; + private int _goo; public int M() => new MyClass()._goo; -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task FieldIsRead_ObjectInitializer() { - await TestDiagnosticMissingAsync( -@" + var code = @" class C { public int F; } class MyClass { - private int [|_goo|]; + private int _goo; public C M() => new C() { F = _goo }; -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task FieldIsRead_ThisInstance() { - await TestDiagnosticMissingAsync( -@"class MyClass + var code = @"class MyClass { - private int [|_goo|]; - int M() => this._goo; -}"); + private int _goo; + public int M() => this._goo; +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task FieldIsRead_Attribute() { - await TestDiagnosticMissingAsync( -@"class MyClass + var code = @"class MyClass { - private const string [|_goo|] = """"; + private const string _goo = """"; [System.Obsolete(_goo)] public void M() { } -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task MethodIsInvoked() { - await TestDiagnosticMissingAsync( -@"class MyClass + var code = @"class MyClass { - private int [|M1|] => 0 + private int M1() => 0; public int M2() => M1(); -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task MethodIsAddressTaken() { - await TestDiagnosticMissingAsync( -@"class MyClass + var code = @"class MyClass { - private int [|M1|] => 0 + private int M1() => 0; public void M2() { System.Func m1 = M1; } -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task GenericMethodIsInvoked_ExplicitTypeArguments() { - await TestDiagnosticMissingAsync( -@"class MyClass + var code = @"class MyClass { - private int [|M1|]() => 0; - private int M2() => M1(); -}"); + private int M1() => 0; + public int M2() => M1(); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task GenericMethodIsInvoked_ImplicitTypeArguments() { - await TestDiagnosticMissingAsync( -@"class MyClass + var code = @"class MyClass { - private T [|M1|](T t) => t; - private int M2() => M1(0); -}"); + private T M1(T t) => t; + public int M2() => M1(0); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task MethodInGenericTypeIsInvoked_NoTypeArguments() { - await TestDiagnosticMissingAsync( -@"class MyClass + var code = @"class MyClass { - private int [|M1|]() => 0; - private int M2() => M1(); -}"); + private int M1() => 0; + public int M2() => M1(); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task MethodInGenericTypeIsInvoked_NonConstructedType() { - await TestDiagnosticMissingAsync( -@"class MyClass + var code = @"class MyClass { - private int [|M1|]() => 0; - private int M2(MyClass m) => m.M1(); -}"); + private int M1() => 0; + public int M2(MyClass m) => m.M1(); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task MethodInGenericTypeIsInvoked_ConstructedType() { - await TestDiagnosticMissingAsync( -@"class MyClass + var code = @"class MyClass { - private int [|M1|]() => 0; - private int M2(MyClass m) => m.M1(); -}"); + private int M1() => 0; + public int M2(MyClass m) => m.M1(); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task InstanceConstructorIsUsed_NoArguments() { - await TestDiagnosticMissingAsync( -@"class MyClass + var code = @"class MyClass { - private [|MyClass()|] { } + private MyClass() { } public static readonly MyClass Instance = new MyClass(); -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task InstanceConstructorIsUsed_WithArguments() { - await TestDiagnosticMissingAsync( -@"class MyClass + var code = @"class MyClass { - private [|MyClass(int i)|] { } + private MyClass(int i) { } public static readonly MyClass Instance = new MyClass(0); -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task PropertyIsRead() { - await TestDiagnosticMissingAsync( -@"class MyClass + var code = @"class MyClass { - private int [|P|] => 0; + private int P => 0; public int M() => P; -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task IndexerIsRead() { - await TestDiagnosticMissingAsync( -@"class MyClass + var code = @"class MyClass { - private int [|this|][int x] { get { return 0; } set { } } + private int this[int x] { get { return 0; } set { } } public int M(int x) => this[x]; -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task EventIsRead() { - await TestDiagnosticMissingAsync( -@"using System; + var code = @"using System; class MyClass { - private event EventHandler [|e|]; + private event EventHandler e; public EventHandler P => e; -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task EventIsSubscribed() { - await TestDiagnosticMissingAsync( -@"using System; + var code = @"using System; class MyClass { - private event EventHandler [|e|]; + private event EventHandler e; public void M() { e += MyHandler; @@ -898,160 +947,170 @@ public void M() static void MyHandler(object sender, EventArgs e) { } -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task EventIsRaised() { - await TestDiagnosticMissingAsync( -@"using System; + var code = @"using System; class MyClass { - private event EventHandler [|_eventHandler|]; + private event EventHandler _eventHandler; public void RaiseEvent(EventArgs e) { _eventHandler(this, e); } -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] [WorkItem(32488, "https://github.com/dotnet/roslyn/issues/32488")] public async Task FieldInNameOf() { - await TestDiagnosticMissingAsync( -@"class MyClass + var code = @"class MyClass { - private int [|_goo|]; - private string _goo2 = nameof(_goo); -}"); + private int _goo; + public string _goo2 = nameof(_goo); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] [WorkItem(33765, "https://github.com/dotnet/roslyn/issues/33765")] public async Task GenericFieldInNameOf() { - await TestDiagnosticMissingAsync( -@"class MyClass + var code = @"class MyClass { - private T [|_goo|]; - private string _goo2 = nameof(MyClass._goo); + private T _goo; + public string _goo2 = nameof(MyClass._goo); } -"); +"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] [WorkItem(31581, "https://github.com/dotnet/roslyn/issues/31581")] public async Task MethodInNameOf() { - await TestDiagnosticMissingAsync( -@"class MyClass + var code = @"class MyClass { - private void [|M|]() { } + private void M() { } private string _goo = nameof(M); -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] [WorkItem(33765, "https://github.com/dotnet/roslyn/issues/33765")] public async Task GenericMethodInNameOf() { - await TestDiagnosticMissingAsync( -@"class MyClass + var code = @"class MyClass { - private void [|M|]() { } + private void M() { } private string _goo2 = nameof(MyClass.M); } -"); +"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] [WorkItem(31581, "https://github.com/dotnet/roslyn/issues/31581")] public async Task PropertyInNameOf() { - await TestDiagnosticMissingAsync( -@"class MyClass + var code = @"class MyClass { - private int [|P|] { get; } - private string _goo = nameof(P); -}"); + private int P { get; } + public string _goo = nameof(P); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] [WorkItem(32522, "https://github.com/dotnet/roslyn/issues/32522")] public async Task TestDynamicInvocation() { - await TestDiagnosticMissingAsync( -@"class MyClass + var code = @"class MyClass { - private void [|M|](dynamic d) { } + private void M(dynamic d) { } public void M2(dynamic d) => M(d); -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] [WorkItem(32522, "https://github.com/dotnet/roslyn/issues/32522")] public async Task TestDynamicObjectCreation() { - await TestDiagnosticMissingAsync( -@"class MyClass + var code = @"class MyClass { - private [|MyClass|](int i) { } + private MyClass(int i) { } public static MyClass Create(dynamic d) => new MyClass(d); -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] [WorkItem(32522, "https://github.com/dotnet/roslyn/issues/32522")] public async Task TestDynamicIndexerAccess() { - await TestDiagnosticMissingAsync( -@"class MyClass + var code = @"class MyClass { private int[] _list; - private int [|this|][int index] => _list[index]; + private int this[int index] => _list[index]; public int M2(dynamic d) => this[d]; -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task FieldInDocComment() { - await TestDiagnosticsAsync( -@" + var code = @" /// /// /// class C { - private static int [|_goo|]; -}", - expected: Diagnostic("IDE0052")); + private static int {|IDE0052:_goo|}; +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task FieldInDocComment_02() { - await TestDiagnosticsAsync( -@" + var code = @" class C { /// /// /// - private static int [|_goo|]; -}", - expected: Diagnostic("IDE0052")); + private static int {|IDE0052:_goo|}; +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task FieldInDocComment_03() { - await TestDiagnosticsAsync( -@" + var code = @" class C { /// @@ -1059,24 +1118,25 @@ class C /// public void M() { } - private static int [|_goo|]; -}", - expected: Diagnostic("IDE0052")); + private static int {|IDE0052:_goo|}; +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task FieldIsOnlyWritten() { - await TestDiagnosticsAsync( -@"class MyClass + var code = @"class MyClass { - private int [|_goo|]; + private int {|IDE0052:_goo|}; public void M() { _goo = 0; } -}", - expected: Diagnostic("IDE0052")); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] @@ -1086,509 +1146,535 @@ public async Task PropertyIsOnlyWritten() var source = @"class MyClass { - private int [|P|] { get; set; } + private int P { get; set; } public void M() { P = 0; } }"; - var testParameters = new TestParameters(retainNonFixableDiagnostics: true); - using var workspace = CreateWorkspaceFromOptions(source, testParameters); - var diagnostics = await GetDiagnosticsAsync(workspace, testParameters).ConfigureAwait(false); - diagnostics.Verify(Diagnostic("IDE0052", "P").WithLocation(3, 17)); + + var descriptor = new CSharpRemoveUnusedMembersDiagnosticAnalyzer().SupportedDiagnostics.First(x => x.Id == "IDE0052"); var expectedMessage = string.Format(FeaturesResources.Private_property_0_can_be_converted_to_a_method_as_its_get_accessor_is_never_invoked, "MyClass.P"); - Assert.Equal(expectedMessage, diagnostics.Single().GetMessage()); + + await new VerifyCS.Test + { + TestCode = source, + ExpectedDiagnostics = + { + // Test0.cs(3,17): info IDE0052: Private property 'MyClass.P' can be converted to a method as its get accessor is never invoked. + VerifyCS.Diagnostic(descriptor).WithMessage(expectedMessage).WithSpan(3, 17, 3, 18), + }, + FixedCode = source, + }.RunAsync(); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task IndexerIsOnlyWritten() { - await TestDiagnosticsAsync( -@"class MyClass + var code = @"class MyClass { - private int [|this|][int x] { get { return 0; } set { } } + private int {|IDE0052:this|}[int x] { get { return 0; } set { } } public void M(int x, int y) { this[x] = y; } -}", - expected: Diagnostic("IDE0052")); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task EventIsOnlyWritten() { - await TestDiagnosticMissingAsync( -@"class MyClass + var code = @"class MyClass { - private event System.EventHandler [|e|] { add { } remove { } } + private event System.EventHandler e { add { } remove { } } public void M() { // CS0079: The event 'MyClass.e' can only appear on the left hand side of += or -= - e = null; + {|CS0079:e|} = null; } -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task FieldIsOnlyInitialized_NonConstant() { - await TestDiagnosticsAsync( -@"class MyClass + var code = @"class MyClass { - private int [|_goo|] = M(); + private int {|IDE0052:_goo|} = M(); public static int M() => 0; -}", - expected: Diagnostic("IDE0052")); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task FieldIsOnlyWritten_Deconstruction() { - await TestDiagnosticsAsync( -@"class MyClass + var code = @"class MyClass { - private int [|_goo|]; + private int {|IDE0052:_goo|}; public void M() { int x; (_goo, x) = (0, 0); } -}", - expected: Diagnostic("IDE0052")); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task FieldIsOnlyWritten_ObjectInitializer() { - await TestDiagnosticsAsync( -@" + var code = @" class MyClass { - private int [|_goo|]; + private int {|IDE0052:_goo|}; public MyClass M() => new MyClass() { _goo = 0 }; -}", - expected: Diagnostic("IDE0052")); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task FieldIsOnlyWritten_InProperty() { - await TestDiagnosticsAsync( -@"class MyClass + var code = @"class MyClass { - private int [|_goo|]; - int Goo + private int {|IDE0052:_goo|}; + public int Goo { get { return 0; } set { _goo = value; } } -}", - expected: Diagnostic("IDE0052")); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task FieldIsReadAndWritten() { - await TestDiagnosticMissingAsync( -@"class MyClass + var code = @"class MyClass { - private int [|_goo|]; + private int _goo; public void M() { _goo = 0; System.Console.WriteLine(_goo); } -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task PropertyIsReadAndWritten() { - await TestDiagnosticMissingAsync( -@"class MyClass + var code = @"class MyClass { - private int [|P|] { get; set; } + private int P { get; set; } public void M() { P = 0; System.Console.WriteLine(P); } -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task IndexerIsReadAndWritten() { - await TestDiagnosticMissingAsync( -@"class MyClass + var code = @"class MyClass { - private int [|this|][int x] { get { return 0; } set { } } + private int this[int x] { get { return 0; } set { } } public void M(int x) { this[x] = 0; System.Console.WriteLine(this[x]); } -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task FieldIsReadAndWritten_InProperty() { - await TestDiagnosticMissingAsync( -@"class MyClass + var code = @"class MyClass { - private int [|_goo|]; - int Goo + private int _goo; + public int Goo { get { return _goo; } set { _goo = value; } } -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] [WorkItem(30397, "https://github.com/dotnet/roslyn/issues/30397")] public async Task FieldIsIncrementedAndValueUsed() { - await TestDiagnosticMissingAsync( -@"class MyClass + var code = @"class MyClass { - private int [|_goo|]; + private int _goo; public int M1() => ++_goo; -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] [WorkItem(30397, "https://github.com/dotnet/roslyn/issues/30397")] public async Task FieldIsIncrementedAndValueUsed_02() { - await TestDiagnosticMissingAsync( -@"class MyClass + var code = @"class MyClass { - private int [|_goo|]; + private int _goo; public int M1() { return ++_goo; } -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task FieldIsIncrementedAndValueDropped() { - await TestDiagnosticsAsync( -@"class MyClass + var code = @"class MyClass { - private int [|_goo|]; + private int {|IDE0052:_goo|}; public void M1() => ++_goo; -}", - expected: Diagnostic("IDE0052")); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task FieldIsIncrementedAndValueDropped_02() { - await TestDiagnosticsAsync( -@"class MyClass + var code = @"class MyClass { - private int [|_goo|]; + private int {|IDE0052:_goo|}; public void M1() { ++_goo; } -}", - expected: Diagnostic("IDE0052")); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task PropertyIsIncrementedAndValueUsed() { - await TestDiagnosticMissingAsync( -@"class MyClass + var code = @"class MyClass { - private int [|P|] { get; set; } + private int P { get; set; } public int M1() => ++P; -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task PropertyIsIncrementedAndValueDropped() { - await TestDiagnosticsAsync( -@"class MyClass + var code = @"class MyClass { - private int [|P|] { get; set; } + private int {|IDE0052:P|} { get; set; } public void M1() { ++P; } -}", - expected: Diagnostic("IDE0052")); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task IndexerIsIncrementedAndValueUsed() { - await TestDiagnosticMissingAsync( -@"class MyClass + var code = @"class MyClass { - private int [|this|][int x] { get { return 0; } set { } } + private int this[int x] { get { return 0; } set { } } public int M1(int x) => ++this[x]; -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task IndexerIsIncrementedAndValueDropped() { - await TestDiagnosticsAsync( -@"class MyClass + var code = @"class MyClass { - private int [|this|][int x] { get { return 0; } set { } } + private int {|IDE0052:this|}[int x] { get { return 0; } set { } } public void M1(int x) => ++this[x]; -}", - expected: Diagnostic("IDE0052")); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task FieldIsTargetOfCompoundAssignmentAndValueUsed() { - await TestDiagnosticMissingAsync( -@"class MyClass + var code = @"class MyClass { - private int [|_goo|]; + private int _goo; public int M1(int x) => _goo += x; -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task FieldIsTargetOfCompoundAssignmentAndValueUsed_02() { - await TestDiagnosticMissingAsync( -@"class MyClass + var code = @"class MyClass { - private int [|_goo|]; + private int _goo; public int M1(int x) { return _goo += x; } -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task FieldIsTargetOfCompoundAssignmentAndValueDropped() { - await TestDiagnosticsAsync( -@"class MyClass + var code = @"class MyClass { - private int [|_goo|]; + private int {|IDE0052:_goo|}; public void M1(int x) => _goo += x; -}", - expected: Diagnostic("IDE0052")); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task FieldIsTargetOfCompoundAssignmentAndValueDropped_02() { - await TestDiagnosticsAsync( -@"class MyClass + var code = @"class MyClass { - private int [|_goo|]; + private int {|IDE0052:_goo|}; public void M1(int x) { _goo += x; } -}", - expected: Diagnostic("IDE0052")); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task PropertyIsTargetOfCompoundAssignmentAndValueUsed() { - await TestDiagnosticMissingAsync( -@"class MyClass + var code = @"class MyClass { - private int [|P|] { get; set; } + private int P { get; set; } public int M1(int x) => P += x; -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task PropertyIsTargetOfCompoundAssignmentAndValueDropped() { - await TestDiagnosticsAsync( -@"class MyClass + var code = @"class MyClass { - private int [|P|] { get; set; } + private int {|IDE0052:P|} { get; set; } public void M1(int x) { P += x; } -}", - expected: Diagnostic("IDE0052")); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task IndexerIsTargetOfCompoundAssignmentAndValueUsed() { - await TestDiagnosticMissingAsync( -@"class MyClass + var code = @"class MyClass { - private int [|this|][int x] { get { return 0; } set { } } + private int this[int x] { get { return 0; } set { } } public int M1(int x, int y) => this[x] += y; -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task IndexerIsTargetOfCompoundAssignmentAndValueDropped() { - await TestDiagnosticsAsync( -@"class MyClass + var code = @"class MyClass { - private int [|this|][int x] { get { return 0; } set { } } + private int {|IDE0052:this|}[int x] { get { return 0; } set { } } public void M1(int x, int y) => this[x] += y; -}", - expected: Diagnostic("IDE0052")); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task FieldIsTargetOfAssignmentAndParenthesized() { - await TestDiagnosticsAsync( -@"class MyClass + var code = @"class MyClass { - private int [|_goo|]; + private int {|IDE0052:_goo|}; public void M1(int x) => (_goo) = x; -}", - expected: Diagnostic("IDE0052")); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task FieldIsTargetOfAssignmentAndHasImplicitConversion() { - await TestDiagnosticsAsync( -@"class MyClass + var code = @"class MyClass { - private int [|_goo|]; + private int {|IDE0052:_goo|}; public static implicit operator int(MyClass c) => 0; public void M1(MyClass c) => _goo = c; -}", - expected: Diagnostic("IDE0052")); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task FieldIsArg() { - await TestDiagnosticMissingAsync( -@"class MyClass + var code = @"class MyClass { - private int [|_goo|]; + private int _goo; public int M1() => M2(_goo); - public int M2(int i) => { i = 0; return i; } -}"); + public int M2(int i) { i = 0; return i; } +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task FieldIsInArg() { - await TestDiagnosticMissingAsync( -@"class MyClass + var code = @"class MyClass { - private int [|_goo|]; + private int _goo; public int M1() => M2(_goo); - public int M2(in int i) => { i = 0; return i; } -}"); + public int M2(in int i) { return i; } +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task FieldIsRefArg() { - await TestDiagnosticMissingAsync( -@"class MyClass + var code = @"class MyClass { - private int [|_goo|]; + private int _goo; public int M1() => M2(ref _goo); public int M2(ref int i) => i; -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task FieldIsOutArg() { - await TestDiagnosticsAsync( -@"class MyClass + var code = @"class MyClass { - private int [|_goo|]; + private int {|IDE0052:_goo|}; public int M1() => M2(out _goo); public int M2(out int i) { i = 0; return i; } -}", - expected: Diagnostic("IDE0052")); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task MethodIsArg() { - await TestDiagnosticMissingAsync( -@"class MyClass + var code = @"class MyClass { - private int [|M|]() => 0; + private int M() => 0; public int M1() => M2(M); public int M2(System.Func m) => m(); -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task PropertyIsArg() { - await TestDiagnosticMissingAsync( -@"class MyClass + var code = @"class MyClass { - private int [|P|] => 0; + private int P => 0; public int M1() => M2(P); public int M2(int p) => p; -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task IndexerIsArg() { - await TestDiagnosticMissingAsync( -@"class MyClass + var code = @"class MyClass { - private int [|this|][int x] { get { return 0; } set { } } + private int this[int x] { get { return 0; } set { } } public int M1(int x) => M2(this[x]); public int M2(int p) => p; -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task EventIsArg() { - await TestDiagnosticMissingAsync( -@"using System; + var code = @"using System; class MyClass { - private event EventHandler [|_e|]; + private event EventHandler _e; public EventHandler M1() => M2(_e); public EventHandler M2(EventHandler e) => e; -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task MultipleFields_AllUnused() { - await TestInRegularAndScriptAsync( + await VerifyCS.VerifyCodeFixAsync( @"class MyClass { - private int [|_goo|] = 0, _bar = 0; + private int [|_goo|] = 0, [|_bar|] = 0; }", @"class MyClass { - private int _bar = 0; }"); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task MultipleFields_AllUnused_02() { - await TestInRegularAndScriptAsync( + await VerifyCS.VerifyCodeFixAsync( @"class MyClass { - private int _goo = 0, [|_bar|]; + private int [|_goo|] = 0, [|_bar|]; }", @"class MyClass { - private int _goo = 0; }"); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task MultipleFields_SomeUnused() { - await TestInRegularAndScriptAsync( + await VerifyCS.VerifyCodeFixAsync( @"class MyClass { private int [|_goo|] = 0, _bar = 0; @@ -1604,10 +1690,15 @@ await TestInRegularAndScriptAsync( [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task MultipleFields_SomeUnused_02() { - await TestDiagnosticMissingAsync( + await VerifyCS.VerifyCodeFixAsync( @"class MyClass { - private int [|_goo|] = 0, _bar = 0; + private int _goo = 0, [|_bar|] = 0; + public int M() => _goo; +}", +@"class MyClass +{ + private int _goo = 0; public int M() => _goo; }"); } @@ -1615,37 +1706,39 @@ await TestDiagnosticMissingAsync( [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task FieldIsRead_InNestedType() { - await TestDiagnosticMissingAsync( -@"class MyClass + var code = @"class MyClass { - private int [|_goo|]; + private int _goo; class Derived : MyClass { - public in M() => _goo; + public int M() => _goo; } -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task MethodIsInvoked_InNestedType() { - await TestDiagnosticMissingAsync( -@"class MyClass + var code = @"class MyClass { - private int [|M1|]() => 0; + private int M1() => 0; class Derived : MyClass { - public in M2() => M1(); + public int M2() => M1(); } -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task FieldOfNestedTypeIsUnused() { - await TestInRegularAndScriptAsync( + await VerifyCS.VerifyCodeFixAsync( @"class MyClass { class NestedType @@ -1664,22 +1757,23 @@ class NestedType [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task FieldOfNestedTypeIsRead() { - await TestDiagnosticMissingAsync( -@"class MyClass + var code = @"class MyClass { class NestedType { - private int [|_goo|]; + private int _goo; public int M() => _goo; } -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task FieldIsUnused_PartialClass() { - await TestInRegularAndScriptAsync( + await VerifyCS.VerifyCodeFixAsync( @"partial class MyClass { private int [|_goo|]; @@ -1692,114 +1786,112 @@ await TestInRegularAndScriptAsync( [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task FieldIsRead_PartialClass() { - await TestDiagnosticMissingAsync( -@"partial class MyClass + var code = @"partial class MyClass { - private int [|_goo|]; + private int _goo; } partial class MyClass { public int M() => _goo; -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task FieldIsRead_PartialClass_DifferentFile() { - await TestDiagnosticMissingAsync( -@" - - - partial class MyClass + var source1 = @"partial class MyClass { - private int [|_goo|]; -} - - partial class MyClass + private int _goo; +}"; + var source2 = @"partial class MyClass { public int M() => _goo; -} - - -"); +}"; + + await new VerifyCS.Test + { + TestState = { Sources = { source1, source2 } }, + FixedState = { Sources = { source1, source2 } }, + }.RunAsync(); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task FieldIsOnlyWritten_PartialClass_DifferentFile() { - await TestDiagnosticsAsync( -@" - - - partial class MyClass + var source1 = @"partial class MyClass { - private int [|_goo|]; -} - - partial class MyClass + private int {|IDE0052:_goo|}; +}"; + var source2 = @"partial class MyClass { public void M() { _goo = 0; } -} - - -", - expected: Diagnostic("IDE0052")); +}"; + + await new VerifyCS.Test + { + TestState = { Sources = { source1, source2 } }, + FixedState = { Sources = { source1, source2 } }, + }.RunAsync(); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task FieldIsRead_InParens() { - await TestDiagnosticMissingAsync( -@"class MyClass + var code = @"class MyClass { - private int [|_goo|]; + private int _goo; public int M() => (_goo); -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task FieldIsWritten_InParens() { - await TestDiagnosticsAsync( -@"class MyClass + var code = @"class MyClass { - private int [|_goo|]; + private int {|IDE0052:_goo|}; public void M() { (_goo) = 1; } -}", - expected: Diagnostic("IDE0052")); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task FieldIsWritten_InParens_02() { - await TestDiagnosticsAsync( -@"class MyClass + var code = @"class MyClass { - private int [|_goo|]; + private int {|IDE0052:_goo|}; public int M() => (_goo) = 1; -}", - expected: Diagnostic("IDE0052")); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task FieldIsRead_InDeconstruction_InParens() { - await TestDiagnosticMissingAsync( -@"class C + var code = @"class C { - private int [|i|]; + private int i; public void M() { var x = ((i, 0), 0); } -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task FieldInTypeWithGeneratedCode() { - await TestInRegularAndScriptAsync( + await VerifyCS.VerifyCodeFixAsync( @"class C { private int [|i|]; @@ -1825,60 +1917,64 @@ public void M() [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task FieldIsGeneratedCode() { - await TestDiagnosticMissingAsync( -@"class C + var code = @"class C { [System.CodeDom.Compiler.GeneratedCodeAttribute("""", """")] - [|private int i;|] + private int i; public void M() { } -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task FieldUsedInGeneratedCode() { - await TestDiagnosticMissingAsync( -@"class C + var code = @"class C { - private int [|i|]; + private int i; [System.CodeDom.Compiler.GeneratedCodeAttribute("""", """")] public int M() => i; -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task FieldIsUnusedInType_SyntaxError() { - await TestDiagnosticMissingAsync( -@"class C + var code = @"class C { - private int [|i|]; + private int i; - public int M() { return = ; } -}"); + public int M() { return {|CS1525:=|} {|CS1525:;|} } +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task FieldIsUnusedInType_SemanticError() { - await TestDiagnosticMissingAsync( -@"class C + var code = @"class C { - private int [|i|]; + private int i; // 'ii' is undefined. - public int M() => ii; -}"); + public int M() => {|CS0103:ii|}; +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task FieldIsUnusedInType_SemanticErrorInDifferentType() { - await TestInRegularAndScriptAsync( + await VerifyCS.VerifyCodeFixAsync( @"class C { private int [|i|]; @@ -1887,7 +1983,7 @@ await TestInRegularAndScriptAsync( class C2 { // 'ii' is undefined. - public int M() => ii; + public int M() => {|CS0103:ii|}; }", @"class C { @@ -1896,135 +1992,143 @@ class C2 class C2 { // 'ii' is undefined. - public int M() => ii; + public int M() => {|CS0103:ii|}; }"); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task StructLayoutAttribute_ExplicitLayout() { - await TestDiagnosticMissingAsync( -@"using System.Runtime.InteropServices; + var code = @"using System.Runtime.InteropServices; [StructLayoutAttribute(LayoutKind.Explicit)] class C { [FieldOffset(0)] - private int [|i|]; + private int i; [FieldOffset(4)] private int i2; -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task StructLayoutAttribute_SequentialLayout() { - await TestDiagnosticMissingAsync( -@"using System.Runtime.InteropServices; + var code = @"using System.Runtime.InteropServices; [StructLayoutAttribute(LayoutKind.Sequential)] struct S { - private int [|i|]; + private int i; private int i2; -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task DebuggerDisplayAttribute_OnType_ReferencesField() { - await TestDiagnosticMissingAsync( -@"[System.Diagnostics.DebuggerDisplayAttribute(""{s}"")] + var code = @"[System.Diagnostics.DebuggerDisplayAttribute(""{s}"")] class C { - private string [|s|]; -}"); + private string s; +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task DebuggerDisplayAttribute_OnType_ReferencesMethod() { - await TestDiagnosticMissingAsync( -@"[System.Diagnostics.DebuggerDisplayAttribute(""{GetString()}"")] + var code = @"[System.Diagnostics.DebuggerDisplayAttribute(""{GetString()}"")] class C { - private string [|GetString|]() => """"; -}"); + private string GetString() => """"; +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task DebuggerDisplayAttribute_OnType_ReferencesProperty() { - await TestDiagnosticMissingAsync( -@"[System.Diagnostics.DebuggerDisplayAttribute(""{MyString}"")] + var code = @"[System.Diagnostics.DebuggerDisplayAttribute(""{MyString}"")] class C { - private string [|MyString|] => """"; -}"); + private string MyString => """"; +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task DebuggerDisplayAttribute_OnField_ReferencesField() { - await TestDiagnosticMissingAsync( -@"class C + var code = @"class C { - private string [|s|]; + private string s; [System.Diagnostics.DebuggerDisplayAttribute(""{s}"")] public int M; -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task DebuggerDisplayAttribute_OnProperty_ReferencesMethod() { - await TestDiagnosticMissingAsync( -@"class C + var code = @"class C { - private string [|GetString|]() => """"; + private string GetString() => """"; [System.Diagnostics.DebuggerDisplayAttribute(""{GetString()}"")] public int M => 0; -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task DebuggerDisplayAttribute_OnProperty_ReferencesProperty() { - await TestDiagnosticMissingAsync( -@"class C + var code = @"class C { - private string [|MyString|] { get { return """"; } } + private string MyString { get { return """"; } } [System.Diagnostics.DebuggerDisplayAttribute(""{MyString}"")] public int M { get { return 0; } } -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task DebuggerDisplayAttribute_OnNestedTypeMember_ReferencesField() { - await TestDiagnosticMissingAsync( -@"class C + var code = @"class C { - private static string [|s|]; + private static string s; class Nested { [System.Diagnostics.DebuggerDisplayAttribute(""{C.s}"")] public int M; } -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] [WorkItem(30886, "https://github.com/dotnet/roslyn/issues/30886")] public async Task SerializableConstructor_TypeImplementsISerializable() { - await TestDiagnosticMissingAsync( -@"using System.Runtime.Serialization; + var code = @"using System.Runtime.Serialization; class C : ISerializable { @@ -2032,22 +2136,23 @@ public C() { } - private [|C|](SerializationInfo info, StreamingContext context) + private C(SerializationInfo info, StreamingContext context) { } public void GetObjectData(SerializationInfo info, StreamingContext context) { } -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] [WorkItem(30886, "https://github.com/dotnet/roslyn/issues/30886")] public async Task SerializableConstructor_BaseTypeImplementsISerializable() { - await TestDiagnosticMissingAsync( -@"using System; + var code = @"using System; using System.Runtime.Serialization; class C : Exception @@ -2056,7 +2161,7 @@ public C() { } - private [|C|](SerializationInfo info, StreamingContext context) + private C(SerializationInfo info, StreamingContext context) : base(info, context) { } @@ -2064,7 +2169,9 @@ public C() public void GetObjectData(SerializationInfo info, StreamingContext context) { } -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Theory, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] @@ -2076,73 +2183,76 @@ public void GetObjectData(SerializationInfo info, StreamingContext context) [InlineData(@"[System.Runtime.InteropServices.ComUnregisterFunctionAttribute]")] public async Task MethodsWithSpecialAttributes(string attribute) { - await TestDiagnosticMissingAsync( -$@"class C + var code = $@"class C {{ {attribute} - private void [|M|]() + private void M() {{ }} -}}"); +}}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] [WorkItem(30887, "https://github.com/dotnet/roslyn/issues/30887")] public async Task ShouldSerializePropertyMethod() { - await TestDiagnosticMissingAsync( -@"class C + var code = @"class C { - private bool [|ShouldSerializeData|]() + private bool ShouldSerializeData() { return true; } public int Data { get; private set; } -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] [WorkItem(38491, "https://github.com/dotnet/roslyn/issues/38491")] public async Task ResetPropertyMethod() { - await TestDiagnosticMissingAsync( -@"class C + var code = @"class C { - private void [|ResetData|]() + private void ResetData() { return; } public int Data { get; private set; } -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] [WorkItem(30377, "https://github.com/dotnet/roslyn/issues/30377")] public async Task EventHandlerMethod() { - await TestDiagnosticMissingAsync( -$@"using System; + var code = $@"using System; class C {{ - private void [|M|](object o, EventArgs args) + private void M(object o, EventArgs args) {{ }} -}}"); +}}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] [WorkItem(32727, "https://github.com/dotnet/roslyn/issues/32727")] public async Task NestedStructLayoutTypeWithReference() { - await TestDiagnosticMissingAsync( -@"using System.Runtime.InteropServices; + var code = @"using System.Runtime.InteropServices; class Program { - private const int [|MAX_PATH|] = 260; + private const int MAX_PATH = 260; [StructLayout(LayoutKind.Sequential)] internal struct ProcessEntry32 @@ -2150,18 +2260,20 @@ internal struct ProcessEntry32 [MarshalAs(UnmanagedType.ByValTStr, SizeConst = MAX_PATH)] public string szExeFile; } -}"); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task FixAllFields_Document() { - await TestInRegularAndScriptAsync( + await VerifyCS.VerifyCodeFixAsync( @"class MyClass { - private int {|FixAllInDocument:_goo|} = 0, _bar; - private int _x = 0, _y, _z = 0; - private string _fizz = null; + private int [|_goo|] = 0, [|_bar|]; + private int [|_x|] = 0, [|_y|], _z = 0; + private string [|_fizz|] = null; public int Method() => _z; }", @@ -2176,15 +2288,15 @@ await TestInRegularAndScriptAsync( [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task FixAllMethods_Document() { - await TestInRegularAndScriptAsync( + await VerifyCS.VerifyCodeFixAsync( @"class MyClass { - private int {|FixAllInDocument:M1|}() => 0; - private void M2() { } - private static void M3() { } + private int [|M1|]() => 0; + private void [|M2|]() { } + private static void [|M3|]() { } private class NestedClass { - private void M4() { } + private void [|M4|]() { } } }", @"class MyClass @@ -2198,13 +2310,13 @@ private class NestedClass [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task FixAllProperties_Document() { - await TestInRegularAndScriptAsync( + await VerifyCS.VerifyCodeFixAsync( @"class MyClass { - private int {|FixAllInDocument:P1|} => 0; - private int P2 { get; set; } - private int P3 { get { return 0; } set { } } - private int this[int i] { get { return 0; } } + private int [|P1|] => 0; + private int [|P2|] { get; set; } + private int [|P3|] { get { return 0; } set { } } + private int [|this|][int i] { get { return 0; } } }", @"class MyClass { @@ -2214,14 +2326,14 @@ await TestInRegularAndScriptAsync( [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task FixAllEvents_Document() { - await TestInRegularAndScriptAsync( + await VerifyCS.VerifyCodeFixAsync( @"using System; class MyClass { - private event EventHandler {|FixAllInDocument:E1|}, E2 = null, E3; - private event EventHandler E4, E5 = null; - private event EventHandler E + private event EventHandler [|E1|], E2 = null, [|E3|]; + private event EventHandler [|E4|], [|E5|] = null; + private event EventHandler [|E|] { add { } remove { } @@ -2248,45 +2360,34 @@ public void M() [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] public async Task FixAllMembers_Project() { - await TestInRegularAndScriptAsync( -@" - - - + var source1 = @" using System; partial class MyClass { - private int {|FixAllInProject:f1|}, f2 = 0, f3; - private void M1() { } - private int P1 => 0; - private int this[int x] { get { return 0; } set { } } - private event EventHandler e1, e2 = null; + private int [|f1|], f2 = 0, [|f3|]; + private void [|M1|]() { } + private int [|P1|] => 0; + private int [|this|][int x] { get { return 0; } set { } } + private event EventHandler [|e1|], [|e2|] = null; } class MyClass2 { - private void M2() { } -} - - + private void [|M2|]() { } +}"; + var source2 = @" partial class MyClass { - private void M3() { } + private void [|M3|]() { } public int M4() => f2; } static class MyClass3 { - private static void M5() { } -} - - -", -@" - - - + private static void [|M5|]() { } +}"; + var fixedSource1 = @" using System; partial class MyClass @@ -2296,9 +2397,8 @@ partial class MyClass class MyClass2 { -} - - +}"; + var fixedSource2 = @" partial class MyClass { public int M4() => f2; @@ -2306,27 +2406,27 @@ partial class MyClass static class MyClass3 { -} - - -"); +}"; + + await new VerifyCS.Test + { + TestState = { Sources = { source1, source2 } }, + FixedState = { Sources = { fixedSource1, fixedSource2 } }, + NumberOfFixAllInDocumentIterations = 2, + }.RunAsync(); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] [WorkItem(32702, "https://github.com/dotnet/roslyn/issues/32702")] public async Task UsedExtensionMethod_ReferencedFromPartialMethod() { - await TestDiagnosticMissingAsync( -@" - - - + var source1 = @" static partial class B { + public static void Entry() => PartialMethod(); static partial void PartialMethod(); -} - - +}"; + var source2 = @" static partial class B { static partial void PartialMethod() @@ -2334,46 +2434,53 @@ static partial void PartialMethod() UsedMethod(); } - private static void [|UsedMethod|]() { } -} - - -"); + private static void UsedMethod() { } +}"; + + await new VerifyCS.Test + { + TestState = { Sources = { source1, source2 } }, + FixedState = { Sources = { source1, source2 } }, + }.RunAsync(); } [Fact, WorkItem(32842, "https://github.com/dotnet/roslyn/issues/32842")] public async Task FieldIsRead_NullCoalesceAssignment() { - await TestDiagnosticMissingAsync(@" + var code = @" public class MyClass { - private MyClass [|_field|]; + private MyClass _field; public MyClass Property => _field ??= new MyClass(); -}", new TestParameters(retainNonFixableDiagnostics: true, parseOptions: new CSharpParseOptions(LanguageVersion.CSharp8))); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, WorkItem(32842, "https://github.com/dotnet/roslyn/issues/32842")] public async Task FieldIsNotRead_NullCoalesceAssignment() { - await TestDiagnosticsAsync(@" + var code = @" public class MyClass { - private MyClass [|_field|]; + private MyClass {|IDE0052:_field|}; public void M() => _field ??= new MyClass(); -}", new TestParameters(retainNonFixableDiagnostics: true, parseOptions: new CSharpParseOptions(LanguageVersion.CSharp8)), - expected: Diagnostic("IDE0052")); +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsRemoveUnusedMembers)] [WorkItem(37213, "https://github.com/dotnet/roslyn/issues/37213")] public async Task UsedPrivateExtensionMethod() { - await TestDiagnosticMissingAsync( -@"public static class B + var code = @"public static class B { public static void PublicExtensionMethod(this string s) => s.PrivateExtensionMethod(); - private static void [|PrivateExtensionMethod|](this string s) { } -}"); + private static void PrivateExtensionMethod(this string s) { } +}"; + + await VerifyCS.VerifyCodeFixAsync(code, code); } } } diff --git a/src/EditorFeatures/Core.Wpf/EditorFeaturesWpfResources.Designer.cs b/src/EditorFeatures/Core.Wpf/EditorFeaturesWpfResources.Designer.cs deleted file mode 100644 index 00c7dc1c459c8..0000000000000 --- a/src/EditorFeatures/Core.Wpf/EditorFeaturesWpfResources.Designer.cs +++ /dev/null @@ -1,198 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace Microsoft.CodeAnalysis.Editor { - using System; - - - /// - /// A strongly-typed resource class, for looking up localized strings, etc. - /// - // This class was auto-generated by the StronglyTypedResourceBuilder - // class via a tool like ResGen or Visual Studio. - // To add or remove a member, edit your .ResX file then rerun ResGen - // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - internal class EditorFeaturesWpfResources { - - private static global::System.Resources.ResourceManager resourceMan; - - private static global::System.Globalization.CultureInfo resourceCulture; - - [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] - internal EditorFeaturesWpfResources() { - } - - /// - /// Returns the cached ResourceManager instance used by this class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Resources.ResourceManager ResourceManager { - get { - if (object.ReferenceEquals(resourceMan, null)) { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.CodeAnalysis.Editor.EditorFeaturesWpfResources", typeof(EditorFeaturesWpfResources).Assembly); - resourceMan = temp; - } - return resourceMan; - } - } - - /// - /// Overrides the current thread's CurrentUICulture property for all - /// resource lookups using this strongly typed resource class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Globalization.CultureInfo Culture { - get { - return resourceCulture; - } - set { - resourceCulture = value; - } - } - - /// - /// Looks up a localized string similar to Downloading index failed. - /// - internal static string Downloading_index_failed { - get { - return ResourceManager.GetString("Downloading_index_failed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Downloading index failed:{0}. - /// - internal static string Downloading_index_failed_0 { - get { - return ResourceManager.GetString("Downloading_index_failed_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Downloading IntelliSense index for {0}. - /// - internal static string Downloading_IntelliSense_index_for_0 { - get { - return ResourceManager.GetString("Downloading_IntelliSense_index_for_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Gathering Suggestions - '{0}'. - /// - internal static string Gathering_Suggestions_0 { - get { - return ResourceManager.GetString("Gathering_Suggestions_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Gathering Suggestions - Waiting for the solution to fully load. - /// - internal static string Gathering_Suggestions_Waiting_for_the_solution_to_fully_load { - get { - return ResourceManager.GetString("Gathering_Suggestions_Waiting_for_the_solution_to_fully_load", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Regex - Alternation. - /// - internal static string Regex_Alternation { - get { - return ResourceManager.GetString("Regex_Alternation", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Regex - Anchor. - /// - internal static string Regex_Anchor { - get { - return ResourceManager.GetString("Regex_Anchor", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Regex - Character Class. - /// - internal static string Regex_Character_Class { - get { - return ResourceManager.GetString("Regex_Character_Class", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Regex - Comment. - /// - internal static string Regex_Comment { - get { - return ResourceManager.GetString("Regex_Comment", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Regex - Grouping. - /// - internal static string Regex_Grouping { - get { - return ResourceManager.GetString("Regex_Grouping", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Regex - Other Escape. - /// - internal static string Regex_OtherEscape { - get { - return ResourceManager.GetString("Regex_OtherEscape", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Regex - Quantifier. - /// - internal static string Regex_Quantifier { - get { - return ResourceManager.GetString("Regex_Quantifier", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Regex - Self Escaped Character. - /// - internal static string Regex_SelfEscapedCharacter { - get { - return ResourceManager.GetString("Regex_SelfEscapedCharacter", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Regex - Text. - /// - internal static string Regex_Text { - get { - return ResourceManager.GetString("Regex_Text", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Suppress or Configure issues. - /// - internal static string Suppress_or_Configure_issues { - get { - return ResourceManager.GetString("Suppress_or_Configure_issues", resourceCulture); - } - } - } -} diff --git a/src/EditorFeatures/Core.Wpf/Interactive/InteractiveEditorFeaturesResources.Designer.cs b/src/EditorFeatures/Core.Wpf/Interactive/InteractiveEditorFeaturesResources.Designer.cs deleted file mode 100644 index a5ed0bdd4f51c..0000000000000 --- a/src/EditorFeatures/Core.Wpf/Interactive/InteractiveEditorFeaturesResources.Designer.cs +++ /dev/null @@ -1,155 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace Microsoft.CodeAnalysis.Editor.Interactive { - using System; - - - /// - /// A strongly-typed resource class, for looking up localized strings, etc. - /// - // This class was auto-generated by the StronglyTypedResourceBuilder - // class via a tool like ResGen or Visual Studio. - // To add or remove a member, edit your .ResX file then rerun ResGen - // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - internal class InteractiveEditorFeaturesResources { - - private static global::System.Resources.ResourceManager resourceMan; - - private static global::System.Globalization.CultureInfo resourceCulture; - - [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] - internal InteractiveEditorFeaturesResources() { - } - - /// - /// Returns the cached ResourceManager instance used by this class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Resources.ResourceManager ResourceManager { - get { - if (object.ReferenceEquals(resourceMan, null)) { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.CodeAnalysis.Editor.Interactive.InteractiveEditorFeaturesResources", typeof(InteractiveEditorFeaturesResources).Assembly); - resourceMan = temp; - } - return resourceMan; - } - } - - /// - /// Overrides the current thread's CurrentUICulture property for all - /// resource lookups using this strongly typed resource class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Globalization.CultureInfo Culture { - get { - return resourceCulture; - } - set { - resourceCulture = value; - } - } - - /// - /// Looks up a localized string similar to Building Project. - /// - internal static string Building_Project { - get { - return ResourceManager.GetString("Building_Project", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Copying selection to Interactive Window.. - /// - internal static string Copying_selection_to_Interactive_Window { - get { - return ResourceManager.GetString("Copying_selection_to_Interactive_Window", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Executing selection in Interactive Window.. - /// - internal static string Executing_selection_in_Interactive_Window { - get { - return ResourceManager.GetString("Executing_selection_in_Interactive_Window", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Print a list of referenced assemblies.. - /// - internal static string Print_a_list_of_referenced_assemblies { - get { - return ResourceManager.GetString("Print_a_list_of_referenced_assemblies", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Reset the execution environment to the initial state, keep history.. - /// - internal static string Reset_the_execution_environment_to_the_initial_state_keep_history { - get { - return ResourceManager.GetString("Reset_the_execution_environment_to_the_initial_state_keep_history", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Reset to a clean environment (only mscorlib referenced), do not run initialization script.. - /// - internal static string Reset_to_a_clean_environment_only_mscorlib_referenced_do_not_run_initialization_script { - get { - return ResourceManager.GetString("Reset_to_a_clean_environment_only_mscorlib_referenced_do_not_run_initialization_s" + - "cript", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Resetting execution engine.. - /// - internal static string Resetting_execution_engine { - get { - return ResourceManager.GetString("Resetting_execution_engine", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Resetting Interactive. - /// - internal static string Resetting_Interactive { - get { - return ResourceManager.GetString("Resetting_Interactive", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The CurrentWindow property may only be assigned once.. - /// - internal static string The_CurrentWindow_property_may_only_be_assigned_once { - get { - return ResourceManager.GetString("The_CurrentWindow_property_may_only_be_assigned_once", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The references command is not supported in this Interactive Window implementation.. - /// - internal static string The_references_command_is_not_supported_in_this_Interactive_Window_implementation { - get { - return ResourceManager.GetString("The_references_command_is_not_supported_in_this_Interactive_Window_implementation" + - "", resourceCulture); - } - } - } -} diff --git a/src/EditorFeatures/Core.Wpf/Microsoft.CodeAnalysis.EditorFeatures.Wpf.csproj b/src/EditorFeatures/Core.Wpf/Microsoft.CodeAnalysis.EditorFeatures.Wpf.csproj index 90b1acc4d3310..0c427bdfeefaa 100644 --- a/src/EditorFeatures/Core.Wpf/Microsoft.CodeAnalysis.EditorFeatures.Wpf.csproj +++ b/src/EditorFeatures/Core.Wpf/Microsoft.CodeAnalysis.EditorFeatures.Wpf.csproj @@ -61,11 +61,6 @@ - - True - True - EditorFeaturesWpfResources.resx - @@ -74,20 +69,9 @@ - - InteractiveEditorFeaturesResources.resx - True - True - - - ResXFileCodeGenerator - EditorFeaturesWpfResources.Designer.cs - - - InteractiveEditorFeaturesResources.Designer.cs - ResXFileCodeGenerator - + + \ No newline at end of file diff --git a/src/EditorFeatures/Core/EditorFeaturesResources.Designer.cs b/src/EditorFeatures/Core/EditorFeaturesResources.Designer.cs deleted file mode 100644 index 92c63993c5cb8..0000000000000 --- a/src/EditorFeatures/Core/EditorFeaturesResources.Designer.cs +++ /dev/null @@ -1,2498 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace Microsoft.CodeAnalysis.Editor { - using System; - - - /// - /// A strongly-typed resource class, for looking up localized strings, etc. - /// - // This class was auto-generated by the StronglyTypedResourceBuilder - // class via a tool like ResGen or Visual Studio. - // To add or remove a member, edit your .ResX file then rerun ResGen - // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - internal class EditorFeaturesResources { - - private static global::System.Resources.ResourceManager resourceMan; - - private static global::System.Globalization.CultureInfo resourceCulture; - - [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] - internal EditorFeaturesResources() { - } - - /// - /// Returns the cached ResourceManager instance used by this class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Resources.ResourceManager ResourceManager { - get { - if (object.ReferenceEquals(resourceMan, null)) { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.CodeAnalysis.Editor.EditorFeaturesResources", typeof(EditorFeaturesResources).Assembly); - resourceMan = temp; - } - return resourceMan; - } - } - - /// - /// Overrides the current thread's CurrentUICulture property for all - /// resource lookups using this strongly typed resource class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Globalization.CultureInfo Culture { - get { - return resourceCulture; - } - set { - resourceCulture = value; - } - } - - /// - /// Looks up a localized string similar to '{0}' bases. - /// - internal static string _0_bases { - get { - return ResourceManager.GetString("_0_bases", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to {0} conflict(s) will be resolved. - /// - internal static string _0_conflict_s_will_be_resolved { - get { - return ResourceManager.GetString("_0_conflict_s_will_be_resolved", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' declarations. - /// - internal static string _0_declarations { - get { - return ResourceManager.GetString("_0_declarations", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' does not support the '{1}' operation. However, it may contain nested '{2}'s (see '{2}.{3}') that support this operation.. - /// - internal static string _0_does_not_support_the_1_operation_However_it_may_contain_nested_2_s_see_2_3_that_support_this_operation { - get { - return ResourceManager.GetString("_0_does_not_support_the_1_operation_However_it_may_contain_nested_2_s_see_2_3_tha" + - "t_support_this_operation", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' implementations. - /// - internal static string _0_implementations { - get { - return ResourceManager.GetString("_0_implementations", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to {0} - (Line {1}). - /// - internal static string _0_Line_1 { - get { - return ResourceManager.GetString("_0_Line_1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' references. - /// - internal static string _0_references { - get { - return ResourceManager.GetString("_0_references", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to {0} unresolvable conflict(s). - /// - internal static string _0_unresolvable_conflict_s { - get { - return ResourceManager.GetString("_0_unresolvable_conflict_s", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Active Statement. - /// - internal static string Active_Statement { - get { - return ResourceManager.GetString("Active_Statement", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Adding '{0}' to '{1}' with content:. - /// - internal static string Adding_0_to_1_with_content_colon { - get { - return ResourceManager.GetString("Adding_0_to_1_with_content_colon", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Adding analyzer reference '{0}' to '{1}'. - /// - internal static string Adding_analyzer_reference_0_to_1 { - get { - return ResourceManager.GetString("Adding_analyzer_reference_0_to_1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Adding project '{0}'. - /// - internal static string Adding_project_0 { - get { - return ResourceManager.GetString("Adding_project_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Adding reference '{0}' to '{1}'. - /// - internal static string Adding_reference_0_to_1 { - get { - return ResourceManager.GetString("Adding_reference_0_to_1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Already tracking document with identical key. - /// - internal static string Already_tracking_document_with_identical_key { - get { - return ResourceManager.GetString("Already_tracking_document_with_identical_key", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to An active inline rename session is still active. Complete it before starting a new one.. - /// - internal static string An_active_inline_rename_session_is_still_active_Complete_it_before_starting_a_new_one { - get { - return ResourceManager.GetString("An_active_inline_rename_session_is_still_active_Complete_it_before_starting_a_new" + - "_one", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to An inline rename session is active for identifier '{0}'. Invoke inline rename again to access additional options. You may continue to edit the identifier being renamed at any time.. - /// - internal static string An_inline_rename_session_is_active_for_identifier_0 { - get { - return ResourceManager.GetString("An_inline_rename_session_is_active_for_identifier_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to _Apply. - /// - internal static string Apply1 { - get { - return ResourceManager.GetString("Apply1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Apply. - /// - internal static string Apply2 { - get { - return ResourceManager.GetString("Apply2", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Apply. - /// - internal static string Apply3 { - get { - return ResourceManager.GetString("Apply3", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Applying "{0}".... - /// - internal static string Applying_0 { - get { - return ResourceManager.GetString("Applying_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Applying changes. - /// - internal static string Applying_changes { - get { - return ResourceManager.GetString("Applying_changes", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Applying "Encapsulate Field" refactoring.... - /// - internal static string Applying_Encapsulate_Field_refactoring { - get { - return ResourceManager.GetString("Applying_Encapsulate_Field_refactoring", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Applying "Extract Method" refactoring.... - /// - internal static string Applying_Extract_Method_refactoring { - get { - return ResourceManager.GetString("Applying_Extract_Method_refactoring", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Automatic Formatting. - /// - internal static string Automatic_Formatting { - get { - return ResourceManager.GetString("Automatic_Formatting", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Automatic Line Ender. - /// - internal static string Automatic_Line_Ender { - get { - return ResourceManager.GetString("Automatic_Line_Ender", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Automatic Pair Completion. - /// - internal static string Automatic_Pair_Completion { - get { - return ResourceManager.GetString("Automatic_Pair_Completion", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Automatic Pair Completion End Point Marker Color. - /// - internal static string Automatic_Pair_Completion_End_Point_Marker_Color { - get { - return ResourceManager.GetString("Automatic_Pair_Completion_End_Point_Marker_Color", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Automatically completing.... - /// - internal static string Automatically_completing { - get { - return ResourceManager.GetString("Automatically_completing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Block Comment Editing. - /// - internal static string Block_Comment_Editing { - get { - return ResourceManager.GetString("Block_Comment_Editing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Brace Completion. - /// - internal static string Brace_Completion { - get { - return ResourceManager.GetString("Brace_Completion", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Brace Matching. - /// - internal static string Brace_Matching { - get { - return ResourceManager.GetString("Brace_Matching", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Call Hierarchy. - /// - internal static string Call_Hierarchy { - get { - return ResourceManager.GetString("Call_Hierarchy", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Called In. - /// - internal static string Called_In { - get { - return ResourceManager.GetString("Called_In", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Calls To '{0}'. - /// - internal static string Calls_To_0 { - get { - return ResourceManager.GetString("Calls_To_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Calls To Base Member '{0}'. - /// - internal static string Calls_To_Base_Member_0 { - get { - return ResourceManager.GetString("Calls_To_Base_Member_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Calls To Interface Implementation '{0}'. - /// - internal static string Calls_To_Interface_Implementation_0 { - get { - return ResourceManager.GetString("Calls_To_Interface_Implementation_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Calls To Overrides. - /// - internal static string Calls_To_Overrides { - get { - return ResourceManager.GetString("Calls_To_Overrides", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Can't compare positions from different text snapshots. - /// - internal static string Can_t_compare_positions_from_different_text_snapshots { - get { - return ResourceManager.GetString("Can_t_compare_positions_from_different_text_snapshots", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cancel. - /// - internal static string Cancel { - get { - return ResourceManager.GetString("Cancel", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Canceled.. - /// - internal static string Canceled { - get { - return ResourceManager.GetString("Canceled", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot apply operation while a rename session is active.. - /// - internal static string Cannot_apply_operation_while_a_rename_session_is_active { - get { - return ResourceManager.GetString("Cannot_apply_operation_while_a_rename_session_is_active", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot navigate to the symbol under the caret.. - /// - internal static string Cannot_navigate_to_the_symbol_under_the_caret { - get { - return ResourceManager.GetString("Cannot_navigate_to_the_symbol_under_the_caret", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Change configuration. - /// - internal static string Change_configuration { - get { - return ResourceManager.GetString("Change_configuration", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Change Signature. - /// - internal static string Change_Signature { - get { - return ResourceManager.GetString("Change_Signature", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Change Signature:. - /// - internal static string Change_Signature_colon { - get { - return ResourceManager.GetString("Change_Signature_colon", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Changes. - /// - internal static string Changes { - get { - return ResourceManager.GetString("Changes", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Changes the current prompt settings.. - /// - internal static string Changes_the_current_prompt_settings { - get { - return ResourceManager.GetString("Changes_the_current_prompt_settings", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Changing project references for '{0}'. - /// - internal static string Changing_project_references_for_0 { - get { - return ResourceManager.GetString("Changing_project_references_for_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Class Parts. - /// - internal static string Class_Parts { - get { - return ResourceManager.GetString("Class_Parts", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Code cleanup is not configured. - /// - internal static string Code_cleanup_is_not_configured { - get { - return ResourceManager.GetString("Code_cleanup_is_not_configured", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Code Completion. - /// - internal static string Code_Completion { - get { - return ResourceManager.GetString("Code_Completion", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Comment Selection. - /// - internal static string Comment_Selection { - get { - return ResourceManager.GetString("Comment_Selection", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Comment/Uncomment Selection. - /// - internal static string Comment_Uncomment_Selection { - get { - return ResourceManager.GetString("Comment_Uncomment_Selection", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Commenting currently selected text.... - /// - internal static string Commenting_currently_selected_text { - get { - return ResourceManager.GetString("Commenting_currently_selected_text", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Completing Tag. - /// - internal static string Completing_Tag { - get { - return ResourceManager.GetString("Completing_Tag", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Computing Call Hierarchy Information. - /// - internal static string Computing_Call_Hierarchy_Information { - get { - return ResourceManager.GetString("Computing_Call_Hierarchy_Information", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Computing Rename information.... - /// - internal static string Computing_Rename_information { - get { - return ResourceManager.GetString("Computing_Rename_information", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Configure it now. - /// - internal static string Configure_it_now { - get { - return ResourceManager.GetString("Configure_it_now", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Conflict. - /// - internal static string Conflict { - get { - return ResourceManager.GetString("Conflict", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cursor must be on a member name.. - /// - internal static string Cursor_must_be_on_a_member_name { - get { - return ResourceManager.GetString("Cursor_must_be_on_a_member_name", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Directly Called In. - /// - internal static string Directly_Called_In { - get { - return ResourceManager.GetString("Directly_Called_In", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Display conflict resolutions. - /// - internal static string Display_conflict_resolutions { - get { - return ResourceManager.GetString("Display_conflict_resolutions", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Do not show this message again. - /// - internal static string Do_not_show_this_message_again { - get { - return ResourceManager.GetString("Do_not_show_this_message_again", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Do you still want to proceed? This may produce broken code.. - /// - internal static string Do_you_still_want_to_proceed_This_may_produce_broken_code { - get { - return ResourceManager.GetString("Do_you_still_want_to_proceed_This_may_produce_broken_code", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to document is not currently being tracked. - /// - internal static string document_is_not_currently_being_tracked { - get { - return ResourceManager.GetString("document_is_not_currently_being_tracked", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Document must be contained in the workspace that created this service. - /// - internal static string Document_must_be_contained_in_the_workspace_that_created_this_service { - get { - return ResourceManager.GetString("Document_must_be_contained_in_the_workspace_that_created_this_service", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Documentation Comment. - /// - internal static string Documentation_Comment { - get { - return ResourceManager.GetString("Documentation_Comment", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Encapsulate Field. - /// - internal static string Encapsulate_Field { - get { - return ResourceManager.GetString("Encapsulate_Field", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Encapsulate Field:. - /// - internal static string Encapsulate_Field_colon { - get { - return ResourceManager.GetString("Encapsulate_Field_colon", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Engine must be attached to an Interactive Window.. - /// - internal static string Engine_must_be_attached_to_an_Interactive_Window { - get { - return ResourceManager.GetString("Engine_must_be_attached_to_an_Interactive_Window", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Execute In Interactive. - /// - internal static string Execute_In_Interactive { - get { - return ResourceManager.GetString("Execute_In_Interactive", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to items from unimported namespaces. - /// - internal static string Expander_display_text { - get { - return ResourceManager.GetString("Expander_display_text", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Expander. - /// - internal static string Expander_image_element { - get { - return ResourceManager.GetString("Expander_image_element", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Extract Interface. - /// - internal static string Extract_Interface { - get { - return ResourceManager.GetString("Extract_Interface", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Extract Method. - /// - internal static string Extract_Method { - get { - return ResourceManager.GetString("Extract_Method", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Extract method encountered the following issues:. - /// - internal static string Extract_method_encountered_the_following_issues { - get { - return ResourceManager.GetString("Extract_method_encountered_the_following_issues", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Filter. - /// - internal static string Filter_image_element { - get { - return ResourceManager.GetString("Filter_image_element", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Find References. - /// - internal static string Find_References { - get { - return ResourceManager.GetString("Find_References", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Finding enclosing span.... - /// - internal static string Finding_enclosing_span { - get { - return ResourceManager.GetString("Finding_enclosing_span", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Finding references.... - /// - internal static string Finding_references { - get { - return ResourceManager.GetString("Finding_references", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Finding references of "{0}".... - /// - internal static string Finding_references_of_0 { - get { - return ResourceManager.GetString("Finding_references_of_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Finding span of next sibling.... - /// - internal static string Finding_span_of_next_sibling { - get { - return ResourceManager.GetString("Finding_span_of_next_sibling", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Finding span of previous sibling.... - /// - internal static string Finding_span_of_previous_sibling { - get { - return ResourceManager.GetString("Finding_span_of_previous_sibling", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Finding token to rename.... - /// - internal static string Finding_token_to_rename { - get { - return ResourceManager.GetString("Finding_token_to_rename", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Finding word extent.... - /// - internal static string Finding_word_extent { - get { - return ResourceManager.GetString("Finding_word_extent", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Fix all occurrences in. - /// - internal static string Fix_all_occurrences_in { - get { - return ResourceManager.GetString("Fix_all_occurrences_in", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Format Document. - /// - internal static string Format_Document { - get { - return ResourceManager.GetString("Format_Document", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Format Document performed additional cleanup. - /// - internal static string Format_document_performed_additional_cleanup { - get { - return ResourceManager.GetString("Format_document_performed_additional_cleanup", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Format Paste. - /// - internal static string Format_Paste { - get { - return ResourceManager.GetString("Format_Paste", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Format Selection. - /// - internal static string Format_Selection { - get { - return ResourceManager.GetString("Format_Selection", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Format Token. - /// - internal static string Format_Token { - get { - return ResourceManager.GetString("Format_Token", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Formatting. - /// - internal static string Formatting { - get { - return ResourceManager.GetString("Formatting", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Formatting currently selected text.... - /// - internal static string Formatting_currently_selected_text { - get { - return ResourceManager.GetString("Formatting_currently_selected_text", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Formatting document.... - /// - internal static string Formatting_document { - get { - return ResourceManager.GetString("Formatting_document", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Formatting pasted text.... - /// - internal static string Formatting_pasted_text { - get { - return ResourceManager.GetString("Formatting_pasted_text", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to from metadata. - /// - internal static string from_metadata { - get { - return ResourceManager.GetString("from_metadata", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Given Workspace doesn't support Undo. - /// - internal static string Given_Workspace_doesn_t_support_Undo { - get { - return ResourceManager.GetString("Given_Workspace_doesn_t_support_Undo", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Go To Adjacent Member. - /// - internal static string Go_To_Adjacent_Member { - get { - return ResourceManager.GetString("Go_To_Adjacent_Member", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Go To Base. - /// - internal static string Go_To_Base { - get { - return ResourceManager.GetString("Go_To_Base", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Go to Definition. - /// - internal static string Go_to_Definition { - get { - return ResourceManager.GetString("Go_to_Definition", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Go To Implementation. - /// - internal static string Go_To_Implementation { - get { - return ResourceManager.GetString("Go_To_Implementation", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Highlighted Definition. - /// - internal static string Highlighted_Definition { - get { - return ResourceManager.GetString("Highlighted_Definition", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Highlighted Written Reference. - /// - internal static string Highlighted_Written_Reference { - get { - return ResourceManager.GetString("Highlighted_Written_Reference", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Implemented By. - /// - internal static string Implemented_By { - get { - return ResourceManager.GetString("Implemented_By", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Implements. - /// - internal static string Implements_ { - get { - return ResourceManager.GetString("Implements_", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Implements '{0}'. - /// - internal static string Implements_0 { - get { - return ResourceManager.GetString("Implements_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Include _comments. - /// - internal static string Include_comments { - get { - return ResourceManager.GetString("Include_comments", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Include _overload(s). - /// - internal static string Include_overload_s { - get { - return ResourceManager.GetString("Include_overload_s", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Include _strings. - /// - internal static string Include_strings { - get { - return ResourceManager.GetString("Include_strings", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Indirectly Called In. - /// - internal static string Indirectly_Called_In { - get { - return ResourceManager.GetString("Indirectly_Called_In", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Inherited By. - /// - internal static string Inherited_By { - get { - return ResourceManager.GetString("Inherited_By", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Inherits. - /// - internal static string Inherits_ { - get { - return ResourceManager.GetString("Inherits_", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Initializers. - /// - internal static string Initializers { - get { - return ResourceManager.GetString("Initializers", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Inline Rename. - /// - internal static string Inline_Rename { - get { - return ResourceManager.GetString("Inline_Rename", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Inline Rename Conflict. - /// - internal static string Inline_Rename_Conflict { - get { - return ResourceManager.GetString("Inline_Rename_Conflict", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Inline Rename Field Background and Border. - /// - internal static string Inline_Rename_Field_Background_and_Border { - get { - return ResourceManager.GetString("Inline_Rename_Field_Background_and_Border", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Inline Rename Field Text. - /// - internal static string Inline_Rename_Field_Text { - get { - return ResourceManager.GetString("Inline_Rename_Field_Text", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Inline Rename Fixup. - /// - internal static string Inline_Rename_Fixup { - get { - return ResourceManager.GetString("Inline_Rename_Fixup", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Inline Rename Resolved Conflict. - /// - internal static string Inline_Rename_Resolved_Conflict { - get { - return ResourceManager.GetString("Inline_Rename_Resolved_Conflict", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Insert new line. - /// - internal static string Insert_new_line { - get { - return ResourceManager.GetString("Insert_new_line", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Inserting documentation comment.... - /// - internal static string Inserting_documentation_comment { - get { - return ResourceManager.GetString("Inserting_documentation_comment", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to IntelliSense. - /// - internal static string IntelliSense { - get { - return ResourceManager.GetString("IntelliSense", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to IntelliSense Commit Formatting. - /// - internal static string IntelliSense_Commit_Formatting { - get { - return ResourceManager.GetString("IntelliSense_Commit_Formatting", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Interactive. - /// - internal static string Interactive { - get { - return ResourceManager.GetString("Interactive", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Interface Parts. - /// - internal static string Interface_Parts { - get { - return ResourceManager.GetString("Interface_Parts", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Invalid assembly name. - /// - internal static string Invalid_assembly_name { - get { - return ResourceManager.GetString("Invalid_assembly_name", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Invalid characters in assembly name. - /// - internal static string Invalid_characters_in_assembly_name { - get { - return ResourceManager.GetString("Invalid_characters_in_assembly_name", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Keyword - Control. - /// - internal static string Keyword_Control { - get { - return ResourceManager.GetString("Keyword_Control", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Light bulb session is already dismissed.. - /// - internal static string Light_bulb_session_is_already_dismissed { - get { - return ResourceManager.GetString("Light_bulb_session_is_already_dismissed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Loading Peek information.... - /// - internal static string Loading_Peek_information { - get { - return ResourceManager.GetString("Loading_Peek_information", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Locating bases.... - /// - internal static string Locating_bases { - get { - return ResourceManager.GetString("Locating_bases", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Locating implementations.... - /// - internal static string Locating_implementations { - get { - return ResourceManager.GetString("Locating_implementations", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Modify any highlighted location to begin renaming.. - /// - internal static string Modify_any_highlighted_location_to_begin_renaming { - get { - return ResourceManager.GetString("Modify_any_highlighted_location_to_begin_renaming", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Navigate To Highlighted Reference. - /// - internal static string Navigate_To_Highlight_Reference { - get { - return ResourceManager.GetString("Navigate_To_Highlight_Reference", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Navigating.... - /// - internal static string Navigating { - get { - return ResourceManager.GetString("Navigating", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Navigating to definition.... - /// - internal static string Navigating_to_definition { - get { - return ResourceManager.GetString("Navigating_to_definition", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Navigation Bars. - /// - internal static string Navigation_Bars { - get { - return ResourceManager.GetString("Navigation_Bars", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to New name: {0}. - /// - internal static string New_name_colon_0 { - get { - return ResourceManager.GetString("New_name_colon_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to No derived types found.. - /// - internal static string No_derived_types_found { - get { - return ResourceManager.GetString("No_derived_types_found", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to No implementations found.. - /// - internal static string No_implementations_found { - get { - return ResourceManager.GetString("No_implementations_found", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to No information found.. - /// - internal static string No_information_found { - get { - return ResourceManager.GetString("No_information_found", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to No references found.. - /// - internal static string No_references_found { - get { - return ResourceManager.GetString("No_references_found", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to No usages found.. - /// - internal static string No_usages_found { - get { - return ResourceManager.GetString("No_usages_found", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Not a source error, line/column unavailable. - /// - internal static string Not_a_source_error_line_column_unavailable { - get { - return ResourceManager.GetString("Not_a_source_error_line_column_unavailable", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Operator - Overloaded. - /// - internal static string Operator_Overloaded { - get { - return ResourceManager.GetString("Operator_Overloaded", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Organize Document. - /// - internal static string Organize_Document { - get { - return ResourceManager.GetString("Organize_Document", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Organizing document.... - /// - internal static string Organizing_document { - get { - return ResourceManager.GetString("Organizing_document", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Outlining. - /// - internal static string Outlining { - get { - return ResourceManager.GetString("Outlining", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Overridden By. - /// - internal static string Overridden_By { - get { - return ResourceManager.GetString("Overridden_By", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Overrides. - /// - internal static string Overrides_ { - get { - return ResourceManager.GetString("Overrides_", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Paste. - /// - internal static string Paste { - get { - return ResourceManager.GetString("Paste", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Paste in Interactive. - /// - internal static string Paste_in_Interactive { - get { - return ResourceManager.GetString("Paste_in_Interactive", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Paste Tracking. - /// - internal static string Paste_Tracking { - get { - return ResourceManager.GetString("Paste_Tracking", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Peek. - /// - internal static string Peek { - get { - return ResourceManager.GetString("Peek", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Please resolve errors in your code before renaming this element.. - /// - internal static string Please_resolve_errors_in_your_code_before_renaming_this_element { - get { - return ResourceManager.GetString("Please_resolve_errors_in_your_code_before_renaming_this_element", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Please select the definition of the field to encapsulate.. - /// - internal static string Please_select_the_definition_of_the_field_to_encapsulate { - get { - return ResourceManager.GetString("Please_select_the_definition_of_the_field_to_encapsulate", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Preprocessor Text. - /// - internal static string Preprocessor_Text { - get { - return ResourceManager.GetString("Preprocessor_Text", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Preview Changes. - /// - internal static string Preview_Changes { - get { - return ResourceManager.GetString("Preview_Changes", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Preview Changes - {0}. - /// - internal static string Preview_Changes_0 { - get { - return ResourceManager.GetString("Preview_Changes_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to _Preview changes. - /// - internal static string Preview_changes1 { - get { - return ResourceManager.GetString("Preview_changes1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Preview changes. - /// - internal static string Preview_changes2 { - get { - return ResourceManager.GetString("Preview_changes2", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Preview Code Changes:. - /// - internal static string Preview_Code_Changes_colon { - get { - return ResourceManager.GetString("Preview_Code_Changes_colon", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Preview Warning. - /// - internal static string Preview_Warning { - get { - return ResourceManager.GetString("Preview_Warning", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Punctuation. - /// - internal static string Punctuation { - get { - return ResourceManager.GetString("Punctuation", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Referenced In. - /// - internal static string Referenced_In { - get { - return ResourceManager.GetString("Referenced_In", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to References To Field '{0}'. - /// - internal static string References_To_Field_0 { - get { - return ResourceManager.GetString("References_To_Field_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Refreshing navigation bars.... - /// - internal static string Refreshing_navigation_bars { - get { - return ResourceManager.GetString("Refreshing_navigation_bars", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Removal of document not supported. - /// - internal static string Removal_of_document_not_supported { - get { - return ResourceManager.GetString("Removal_of_document_not_supported", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Removing '{0}' from '{1}' with content:. - /// - internal static string Removing_0_from_1_with_content_colon { - get { - return ResourceManager.GetString("Removing_0_from_1_with_content_colon", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Removing analyzer reference '{0}' from '{1}'. - /// - internal static string Removing_analyzer_reference_0_from_1 { - get { - return ResourceManager.GetString("Removing_analyzer_reference_0_from_1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Removing project '{0}'. - /// - internal static string Removing_project_0 { - get { - return ResourceManager.GetString("Removing_project_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Removing reference '{0}' from '{1}'. - /// - internal static string Removing_reference_0_from_1 { - get { - return ResourceManager.GetString("Removing_reference_0_from_1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Rename. - /// - internal static string Rename { - get { - return ResourceManager.GetString("Rename", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Rename '{0}' to '{1}'. - /// - internal static string Rename_0_to_1 { - get { - return ResourceManager.GetString("Rename_0_to_1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Rename '{0}' to '{1}':. - /// - internal static string Rename_0_to_1_colon { - get { - return ResourceManager.GetString("Rename_0_to_1_colon", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Rename: {0}. - /// - internal static string Rename_colon_0 { - get { - return ResourceManager.GetString("Rename_colon_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Rename _file. - /// - internal static string Rename_file { - get { - return ResourceManager.GetString("Rename_file", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Rename _file (type does not match file name). - /// - internal static string Rename_file_name_doesnt_match { - get { - return ResourceManager.GetString("Rename_file_name_doesnt_match", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Rename _file (not allowed on partial types). - /// - internal static string Rename_file_partial_type { - get { - return ResourceManager.GetString("Rename_file_partial_type", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Rename operation was cancelled or is not valid. - /// - internal static string Rename_operation_was_cancelled_or_is_not_valid { - get { - return ResourceManager.GetString("Rename_operation_was_cancelled_or_is_not_valid", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Rename operation was not properly completed. Some file might not have been updated.. - /// - internal static string Rename_operation_was_not_properly_completed_Some_file_might_not_have_been_updated { - get { - return ResourceManager.GetString("Rename_operation_was_not_properly_completed_Some_file_might_not_have_been_updated" + - "", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Rename Symbol. - /// - internal static string Rename_Symbol { - get { - return ResourceManager.GetString("Rename_Symbol", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Rename Tracking. - /// - internal static string Rename_Tracking { - get { - return ResourceManager.GetString("Rename_Tracking", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Rename Tracking Cancellation. - /// - internal static string Rename_Tracking_Cancellation { - get { - return ResourceManager.GetString("Rename_Tracking_Cancellation", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Rename will update {0} references in 1 file.. - /// - internal static string Rename_will_update_0_references_in_1_file { - get { - return ResourceManager.GetString("Rename_will_update_0_references_in_1_file", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Rename will update {0} references in {1} files.. - /// - internal static string Rename_will_update_0_references_in_1_files { - get { - return ResourceManager.GetString("Rename_will_update_0_references_in_1_files", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Rename will update 1 reference in 1 file.. - /// - internal static string Rename_will_update_1_reference_in_1_file { - get { - return ResourceManager.GetString("Rename_will_update_1_reference_in_1_file", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Renaming anonymous type members is not yet supported.. - /// - internal static string Renaming_anonymous_type_members_is_not_yet_supported { - get { - return ResourceManager.GetString("Renaming_anonymous_type_members_is_not_yet_supported", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Rude Edit. - /// - internal static string Rude_Edit { - get { - return ResourceManager.GetString("Rude_Edit", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Searching.... - /// - internal static string Searching { - get { - return ResourceManager.GetString("Searching", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Signature Help. - /// - internal static string Signature_Help { - get { - return ResourceManager.GetString("Signature_Help", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Smart Indenting. - /// - internal static string Smart_Indenting { - get { - return ResourceManager.GetString("Smart_Indenting", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Smart Token Formatter. - /// - internal static string Smart_Token_Formatter { - get { - return ResourceManager.GetString("Smart_Token_Formatter", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Start Rename. - /// - internal static string Start_Rename { - get { - return ResourceManager.GetString("Start_Rename", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to String - Escape Character. - /// - internal static string String_Escape_Character { - get { - return ResourceManager.GetString("String_Escape_Character", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to String - Verbatim. - /// - internal static string String_Verbatim { - get { - return ResourceManager.GetString("String_Verbatim", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Struct Parts. - /// - internal static string Struct_Parts { - get { - return ResourceManager.GetString("Struct_Parts", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Suggestion ellipses (…). - /// - internal static string Suggestion_ellipses { - get { - return ResourceManager.GetString("Suggestion_ellipses", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 'symbol' cannot be a namespace.. - /// - internal static string symbol_cannot_be_a_namespace { - get { - return ResourceManager.GetString("symbol_cannot_be_a_namespace", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Symbol - Static. - /// - internal static string Symbol_Static { - get { - return ResourceManager.GetString("Symbol_Static", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Text Buffer Change. - /// - internal static string Text_Buffer_Change { - get { - return ResourceManager.GetString("Text_Buffer_Change", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Text Navigation. - /// - internal static string Text_Navigation { - get { - return ResourceManager.GetString("Text_Navigation", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The buffer is not part of a workspace.. - /// - internal static string The_buffer_is_not_part_of_a_workspace { - get { - return ResourceManager.GetString("The_buffer_is_not_part_of_a_workspace", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The definition of the object is hidden.. - /// - internal static string The_definition_of_the_object_is_hidden { - get { - return ResourceManager.GetString("The_definition_of_the_object_is_hidden", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The new name is not a valid identifier.. - /// - internal static string The_new_name_is_not_a_valid_identifier { - get { - return ResourceManager.GetString("The_new_name_is_not_a_valid_identifier", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The rename tracking session was cancelled and is no longer available.. - /// - internal static string The_rename_tracking_session_was_cancelled_and_is_no_longer_available { - get { - return ResourceManager.GetString("The_rename_tracking_session_was_cancelled_and_is_no_longer_available", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The symbol has no base.. - /// - internal static string The_symbol_has_no_base { - get { - return ResourceManager.GetString("The_symbol_has_no_base", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The symbol has no implementations.. - /// - internal static string The_symbol_has_no_implementations { - get { - return ResourceManager.GetString("The_symbol_has_no_implementations", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The token is not contained in the workspace.. - /// - internal static string The_token_is_not_contained_in_the_workspace { - get { - return ResourceManager.GetString("The_token_is_not_contained_in_the_workspace", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The transaction is already complete.. - /// - internal static string The_transaction_is_already_complete { - get { - return ResourceManager.GetString("The_transaction_is_already_complete", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The triggerSpan is not included in the given workspace.. - /// - internal static string The_triggerSpan_is_not_included_in_the_given_workspace { - get { - return ResourceManager.GetString("The_triggerSpan_is_not_included_in_the_given_workspace", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to This session has already been dismissed.. - /// - internal static string This_session_has_already_been_dismissed { - get { - return ResourceManager.GetString("This_session_has_already_been_dismissed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Toggle Block Comment. - /// - internal static string Toggle_Block_Comment { - get { - return ResourceManager.GetString("Toggle_Block_Comment", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Toggle Line Comment. - /// - internal static string Toggle_Line_Comment { - get { - return ResourceManager.GetString("Toggle_Line_Comment", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Toggling block comment.... - /// - internal static string Toggling_block_comment { - get { - return ResourceManager.GetString("Toggling_block_comment", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Toggling line comment.... - /// - internal static string Toggling_line_comment { - get { - return ResourceManager.GetString("Toggling_line_comment", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Type Parts. - /// - internal static string Type_Parts { - get { - return ResourceManager.GetString("Type_Parts", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Uncomment Selection. - /// - internal static string Uncomment_Selection { - get { - return ResourceManager.GetString("Uncomment_Selection", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Uncommenting currently selected text.... - /// - internal static string Uncommenting_currently_selected_text { - get { - return ResourceManager.GetString("Uncommenting_currently_selected_text", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Unexpected text: '{0}'. - /// - internal static string Unexpected_text_colon_0 { - get { - return ResourceManager.GetString("Unexpected_text_colon_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Unnecessary Code. - /// - internal static string Unnecessary_Code { - get { - return ResourceManager.GetString("Unnecessary_Code", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Updating files.... - /// - internal static string Updating_files { - get { - return ResourceManager.GetString("Updating_files", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to User Members - Constants. - /// - internal static string User_Members_Constants { - get { - return ResourceManager.GetString("User_Members_Constants", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to User Members - Enum Members. - /// - internal static string User_Members_Enum_Members { - get { - return ResourceManager.GetString("User_Members_Enum_Members", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to User Members - Events. - /// - internal static string User_Members_Events { - get { - return ResourceManager.GetString("User_Members_Events", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to User Members - Extension Methods. - /// - internal static string User_Members_Extension_Methods { - get { - return ResourceManager.GetString("User_Members_Extension_Methods", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to User Members - Fields. - /// - internal static string User_Members_Fields { - get { - return ResourceManager.GetString("User_Members_Fields", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to User Members - Labels. - /// - internal static string User_Members_Labels { - get { - return ResourceManager.GetString("User_Members_Labels", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to User Members - Locals. - /// - internal static string User_Members_Locals { - get { - return ResourceManager.GetString("User_Members_Locals", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to User Members - Methods. - /// - internal static string User_Members_Methods { - get { - return ResourceManager.GetString("User_Members_Methods", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to User Members - Namespaces. - /// - internal static string User_Members_Namespaces { - get { - return ResourceManager.GetString("User_Members_Namespaces", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to User Members - Parameters. - /// - internal static string User_Members_Parameters { - get { - return ResourceManager.GetString("User_Members_Parameters", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to User Members - Properties. - /// - internal static string User_Members_Properties { - get { - return ResourceManager.GetString("User_Members_Properties", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to User Types - Classes. - /// - internal static string User_Types_Classes { - get { - return ResourceManager.GetString("User_Types_Classes", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to User Types - Delegates. - /// - internal static string User_Types_Delegates { - get { - return ResourceManager.GetString("User_Types_Delegates", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to User Types - Enums. - /// - internal static string User_Types_Enums { - get { - return ResourceManager.GetString("User_Types_Enums", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to User Types - Interfaces. - /// - internal static string User_Types_Interfaces { - get { - return ResourceManager.GetString("User_Types_Interfaces", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to User Types - Modules. - /// - internal static string User_Types_Modules { - get { - return ResourceManager.GetString("User_Types_Modules", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to User Types - Structures. - /// - internal static string User_Types_Structures { - get { - return ResourceManager.GetString("User_Types_Structures", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to User Types - Type Parameters. - /// - internal static string User_Types_Type_Parameters { - get { - return ResourceManager.GetString("User_Types_Type_Parameters", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to VB XML Literals - Attribute Name. - /// - internal static string VB_XML_Literals_Attribute_Name { - get { - return ResourceManager.GetString("VB_XML_Literals_Attribute_Name", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to VB XML Literals - Attribute Quotes. - /// - internal static string VB_XML_Literals_Attribute_Quotes { - get { - return ResourceManager.GetString("VB_XML_Literals_Attribute_Quotes", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to VB XML Literals - Attribute Value. - /// - internal static string VB_XML_Literals_Attribute_Value { - get { - return ResourceManager.GetString("VB_XML_Literals_Attribute_Value", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to VB XML Literals - CData Section. - /// - internal static string VB_XML_Literals_CData_Section { - get { - return ResourceManager.GetString("VB_XML_Literals_CData_Section", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to VB XML Literals - Comment. - /// - internal static string VB_XML_Literals_Comment { - get { - return ResourceManager.GetString("VB_XML_Literals_Comment", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to VB XML Literals - Delimiter. - /// - internal static string VB_XML_Literals_Delimiter { - get { - return ResourceManager.GetString("VB_XML_Literals_Delimiter", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to VB XML Literals - Embedded Expression. - /// - internal static string VB_XML_Literals_Embedded_Expression { - get { - return ResourceManager.GetString("VB_XML_Literals_Embedded_Expression", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to VB XML Literals - Entity Reference. - /// - internal static string VB_XML_Literals_Entity_Reference { - get { - return ResourceManager.GetString("VB_XML_Literals_Entity_Reference", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to VB XML Literals - Name. - /// - internal static string VB_XML_Literals_Name { - get { - return ResourceManager.GetString("VB_XML_Literals_Name", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to VB XML Literals - Processing Instruction. - /// - internal static string VB_XML_Literals_Processing_Instruction { - get { - return ResourceManager.GetString("VB_XML_Literals_Processing_Instruction", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to VB XML Literals - Text. - /// - internal static string VB_XML_Literals_Text { - get { - return ResourceManager.GetString("VB_XML_Literals_Text", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Waiting for background work to finish.... - /// - internal static string Waiting_for_background_work_to_finish { - get { - return ResourceManager.GetString("Waiting_for_background_work_to_finish", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Warning. - /// - internal static string Warning_image_element { - get { - return ResourceManager.GetString("Warning_image_element", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to We can fix the error by not making struct "out/ref" parameter(s). - ///Do you want to proceed?. - /// - internal static string We_can_fix_the_error_by_not_making_struct_out_ref_parameter_s_Do_you_want_to_proceed { - get { - return ResourceManager.GetString("We_can_fix_the_error_by_not_making_struct_out_ref_parameter_s_Do_you_want_to_proc" + - "eed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to XML Doc Comments - Attribute Name. - /// - internal static string XML_Doc_Comments_Attribute_Name { - get { - return ResourceManager.GetString("XML_Doc_Comments_Attribute_Name", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to XML Doc Comments - Attribute Quotes. - /// - internal static string XML_Doc_Comments_Attribute_Quotes { - get { - return ResourceManager.GetString("XML_Doc_Comments_Attribute_Quotes", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to XML Doc Comments - Attribute Value. - /// - internal static string XML_Doc_Comments_Attribute_Value { - get { - return ResourceManager.GetString("XML_Doc_Comments_Attribute_Value", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to XML Doc Comments - CData Section. - /// - internal static string XML_Doc_Comments_CData_Section { - get { - return ResourceManager.GetString("XML_Doc_Comments_CData_Section", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to XML Doc Comments - Comment. - /// - internal static string XML_Doc_Comments_Comment { - get { - return ResourceManager.GetString("XML_Doc_Comments_Comment", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to XML Doc Comments - Delimiter. - /// - internal static string XML_Doc_Comments_Delimiter { - get { - return ResourceManager.GetString("XML_Doc_Comments_Delimiter", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to XML Doc Comments - Entity Reference. - /// - internal static string XML_Doc_Comments_Entity_Reference { - get { - return ResourceManager.GetString("XML_Doc_Comments_Entity_Reference", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to XML Doc Comments - Name. - /// - internal static string XML_Doc_Comments_Name { - get { - return ResourceManager.GetString("XML_Doc_Comments_Name", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to XML Doc Comments - Processing Instruction. - /// - internal static string XML_Doc_Comments_Processing_Instruction { - get { - return ResourceManager.GetString("XML_Doc_Comments_Processing_Instruction", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to XML Doc Comments - Text. - /// - internal static string XML_Doc_Comments_Text { - get { - return ResourceManager.GetString("XML_Doc_Comments_Text", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to XML End Tag Completion. - /// - internal static string XML_End_Tag_Completion { - get { - return ResourceManager.GetString("XML_End_Tag_Completion", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to You cannot rename elements from previous submissions.. - /// - internal static string You_cannot_rename_elements_from_previous_submissions { - get { - return ResourceManager.GetString("You_cannot_rename_elements_from_previous_submissions", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to You cannot rename elements that are defined in metadata.. - /// - internal static string You_cannot_rename_elements_that_are_defined_in_metadata { - get { - return ResourceManager.GetString("You_cannot_rename_elements_that_are_defined_in_metadata", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to You cannot rename operators.. - /// - internal static string You_cannot_rename_operators { - get { - return ResourceManager.GetString("You_cannot_rename_operators", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to You cannot rename this element.. - /// - internal static string You_cannot_rename_this_element { - get { - return ResourceManager.GetString("You_cannot_rename_this_element", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to You must rename an identifier.. - /// - internal static string You_must_rename_an_identifier { - get { - return ResourceManager.GetString("You_must_rename_an_identifier", resourceCulture); - } - } - } -} diff --git a/src/EditorFeatures/Core/Microsoft.CodeAnalysis.EditorFeatures.csproj b/src/EditorFeatures/Core/Microsoft.CodeAnalysis.EditorFeatures.csproj index dfeb35fcbe69e..5c807fb6e1873 100644 --- a/src/EditorFeatures/Core/Microsoft.CodeAnalysis.EditorFeatures.csproj +++ b/src/EditorFeatures/Core/Microsoft.CodeAnalysis.EditorFeatures.csproj @@ -98,18 +98,10 @@ - - EditorFeaturesResources.resx - True - True - + - - ResXFileCodeGenerator - EditorFeaturesResources.Designer.cs - Designer - + diff --git a/src/EditorFeatures/Test/CodeAnalysisResources.cs b/src/EditorFeatures/Test/CodeAnalysisResources.cs index 32dc72ee695be..b56f509173c84 100644 --- a/src/EditorFeatures/Test/CodeAnalysisResources.cs +++ b/src/EditorFeatures/Test/CodeAnalysisResources.cs @@ -24,7 +24,7 @@ private static string GetString(string resourceName) { if (s_codeAnalysisResourceManager == null) { - s_codeAnalysisResourceManager = new ResourceManager("Microsoft.CodeAnalysis.CodeAnalysisResources", typeof(Compilation).Assembly); + s_codeAnalysisResourceManager = new ResourceManager(typeof(CodeAnalysisResources).FullName, typeof(Compilation).Assembly); } return s_codeAnalysisResourceManager.GetString(resourceName); diff --git a/src/EditorFeatures/Test2/Diagnostics/DiagnosticProviderTests.vb b/src/EditorFeatures/Test2/Diagnostics/DiagnosticProviderTests.vb index 7445377487924..7beac0f9cef3d 100644 --- a/src/EditorFeatures/Test2/Diagnostics/DiagnosticProviderTests.vb +++ b/src/EditorFeatures/Test2/Diagnostics/DiagnosticProviderTests.vb @@ -187,9 +187,9 @@ Namespace Microsoft.CodeAnalysis.Editor.Implementation.Diagnostics.UnitTests /> /> + Message=<%= VBResources.ERR_EndSubExpected %>/> /> + Message=<%= VBResources.ERR_ExpectedEOS %>/> VerifyAllAvailableDiagnostics(test, diagnostics, ordered:=False) diff --git a/src/EditorFeatures/TestUtilities/CodeActions/CSharpCodeFixVerifier`2+Test.cs b/src/EditorFeatures/TestUtilities/CodeActions/CSharpCodeFixVerifier`2+Test.cs new file mode 100644 index 0000000000000..b2e46bba43ec0 --- /dev/null +++ b/src/EditorFeatures/TestUtilities/CodeActions/CSharpCodeFixVerifier`2+Test.cs @@ -0,0 +1,88 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information. + +using System; +using System.Collections.Immutable; +using Microsoft.CodeAnalysis.CodeFixes; +using Microsoft.CodeAnalysis.CSharp; +using Microsoft.CodeAnalysis.CSharp.Testing; +using Microsoft.CodeAnalysis.Diagnostics; +using Microsoft.CodeAnalysis.Testing.Verifiers; +using Roslyn.Utilities; + +namespace Microsoft.CodeAnalysis.Editor.UnitTests.CodeActions +{ + public static partial class CSharpCodeFixVerifier + where TAnalyzer : DiagnosticAnalyzer, new() + where TCodeFix : CodeFixProvider, new() + { + public class Test : CSharpCodeFixTest + { + /// + /// By default, the compiler reports diagnostics for nullable reference types at + /// , and the analyzer test framework defaults to only validating + /// diagnostics at . This map contains all compiler diagnostic IDs + /// related to nullability mapped to , which is then used to enable all + /// of these warnings for default validation during analyzer and code fix tests. + /// + private static readonly ImmutableDictionary s_nullableWarnings = GetNullableWarningsFromCompiler(); + + public Test() + { + MarkupOptions = Testing.MarkupOptions.UseFirstDescriptor; + + SolutionTransforms.Add((solution, projectId) => + { + var parseOptions = (CSharpParseOptions)solution.GetProject(projectId).ParseOptions; + solution = solution.WithProjectParseOptions(projectId, parseOptions.WithLanguageVersion(LanguageVersion)); + + var compilationOptions = solution.GetProject(projectId).CompilationOptions; + compilationOptions = compilationOptions.WithSpecificDiagnosticOptions(compilationOptions.SpecificDiagnosticOptions.SetItems(s_nullableWarnings)); + solution = solution.WithProjectCompilationOptions(projectId, compilationOptions); + + var options = solution.Options; + foreach (var (key, value) in Options) + { + options = options.WithChangedOption(key, value); + } + + solution = solution.WithOptions(options); + + return solution; + }); + } + + private static ImmutableDictionary GetNullableWarningsFromCompiler() + { + string[] args = { "/warnaserror:nullable" }; + var commandLineArguments = CSharpCommandLineParser.Default.Parse(args, baseDirectory: Environment.CurrentDirectory, sdkDirectory: Environment.CurrentDirectory); + var nullableWarnings = commandLineArguments.CompilationOptions.SpecificDiagnosticOptions; + + // Workaround for https://github.com/dotnet/roslyn/issues/41610 + nullableWarnings = nullableWarnings + .SetItem("CS8632", ReportDiagnostic.Error) + .SetItem("CS8669", ReportDiagnostic.Error); + + return nullableWarnings; + } + + /// + /// Gets or sets the language version to use for the test. The default value is + /// . + /// + public LanguageVersion LanguageVersion { get; set; } = LanguageVersion.CSharp8; + + /// + /// Gets a collection of options to apply to for testing. Values may be added + /// using a collection initializer. + /// + public OptionsCollection Options { get; } = new OptionsCollection(LanguageNames.CSharp); + + protected override AnalyzerOptions GetAnalyzerOptions(Project project) + { + return new WorkspaceAnalyzerOptions(base.GetAnalyzerOptions(project), project.Solution); + } + } + } +} diff --git a/src/EditorFeatures/TestUtilities/CodeActions/CSharpCodeFixVerifier`2.cs b/src/EditorFeatures/TestUtilities/CodeActions/CSharpCodeFixVerifier`2.cs new file mode 100644 index 0000000000000..630e6df217b49 --- /dev/null +++ b/src/EditorFeatures/TestUtilities/CodeActions/CSharpCodeFixVerifier`2.cs @@ -0,0 +1,74 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information. + +using System.Threading.Tasks; +using Microsoft.CodeAnalysis.CodeFixes; +using Microsoft.CodeAnalysis.CSharp.Testing; +using Microsoft.CodeAnalysis.Diagnostics; +using Microsoft.CodeAnalysis.Testing; +using Microsoft.CodeAnalysis.Testing.Verifiers; + +namespace Microsoft.CodeAnalysis.Editor.UnitTests.CodeActions +{ + public static partial class CSharpCodeFixVerifier + where TAnalyzer : DiagnosticAnalyzer, new() + where TCodeFix : CodeFixProvider, new() + { + /// + public static DiagnosticResult Diagnostic() + => CSharpCodeFixVerifier.Diagnostic(); + + /// + public static DiagnosticResult Diagnostic(string diagnosticId) + => CSharpCodeFixVerifier.Diagnostic(diagnosticId); + + /// + public static DiagnosticResult Diagnostic(DiagnosticDescriptor descriptor) + => CSharpCodeFixVerifier.Diagnostic(descriptor); + + /// + /// Verify standard properties of . + /// + /// + /// This validation method is largely specific to dotnet/roslyn scenarios. + /// + /// to verify + /// property of supported diagnostics; otherwise, to skip this validation. + public static void VerifyStandardProperties(bool verifyHelpLink = false) + => CodeFixVerifierHelper.VerifyStandardProperties(new TAnalyzer(), verifyHelpLink); + + /// + public static async Task VerifyAnalyzerAsync(string source, params DiagnosticResult[] expected) + { + var test = new Test + { + TestCode = source, + }; + + test.ExpectedDiagnostics.AddRange(expected); + await test.RunAsync(); + } + + /// + public static async Task VerifyCodeFixAsync(string source, string fixedSource) + => await VerifyCodeFixAsync(source, DiagnosticResult.EmptyDiagnosticResults, fixedSource); + + /// + public static async Task VerifyCodeFixAsync(string source, DiagnosticResult expected, string fixedSource) + => await VerifyCodeFixAsync(source, new[] { expected }, fixedSource); + + /// + public static async Task VerifyCodeFixAsync(string source, DiagnosticResult[] expected, string fixedSource) + { + var test = new Test + { + TestCode = source, + FixedCode = fixedSource, + }; + + test.ExpectedDiagnostics.AddRange(expected); + await test.RunAsync(); + } + } +} diff --git a/src/EditorFeatures/TestUtilities/CodeActions/CodeFixVerifierHelper.cs b/src/EditorFeatures/TestUtilities/CodeActions/CodeFixVerifierHelper.cs new file mode 100644 index 0000000000000..922759fd1a997 --- /dev/null +++ b/src/EditorFeatures/TestUtilities/CodeActions/CodeFixVerifierHelper.cs @@ -0,0 +1,77 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information. + +using System; +using System.Linq; +using Microsoft.CodeAnalysis.Diagnostics; +using Xunit; + +namespace Microsoft.CodeAnalysis.Editor.UnitTests.CodeActions +{ + internal static class CodeFixVerifierHelper + { + public static void VerifyStandardProperties(DiagnosticAnalyzer analyzer, bool verifyHelpLink = false) + { + VerifyMessageTitle(analyzer); + VerifyMessageDescription(analyzer); + + if (verifyHelpLink) + { + VerifyMessageHelpLinkUri(analyzer); + } + } + + private static void VerifyMessageTitle(DiagnosticAnalyzer analyzer) + { + foreach (var descriptor in analyzer.SupportedDiagnostics) + { + if (descriptor.CustomTags.Contains(WellKnownDiagnosticTags.NotConfigurable)) + { + // The title only displayed for rule configuration + continue; + } + + Assert.NotEqual("", descriptor.Title?.ToString() ?? ""); + } + } + + private static void VerifyMessageDescription(DiagnosticAnalyzer analyzer) + { + foreach (var descriptor in analyzer.SupportedDiagnostics) + { + if (ShouldSkipMessageDescriptionVerification(descriptor)) + { + continue; + } + + Assert.NotEqual("", descriptor.MessageFormat?.ToString() ?? ""); + } + + return; + + // Local function + static bool ShouldSkipMessageDescriptionVerification(DiagnosticDescriptor descriptor) + { + if (descriptor.CustomTags.Contains(WellKnownDiagnosticTags.NotConfigurable)) + { + if (!descriptor.IsEnabledByDefault || descriptor.DefaultSeverity == DiagnosticSeverity.Hidden) + { + // The message only displayed if either enabled and not hidden, or configurable + return true; + } + } + + return false; + } + } + + private static void VerifyMessageHelpLinkUri(DiagnosticAnalyzer analyzer) + { + foreach (var descriptor in analyzer.SupportedDiagnostics) + { + Assert.NotEqual("", descriptor.HelpLinkUri ?? ""); + } + } + } +} diff --git a/src/EditorFeatures/TestUtilities/CodeActions/OptionsCollection.cs b/src/EditorFeatures/TestUtilities/CodeActions/OptionsCollection.cs new file mode 100644 index 0000000000000..99ac6de7263a2 --- /dev/null +++ b/src/EditorFeatures/TestUtilities/CodeActions/OptionsCollection.cs @@ -0,0 +1,43 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information. + +using System.Collections; +using System.Collections.Generic; +using Microsoft.CodeAnalysis.CodeStyle; +using Microsoft.CodeAnalysis.Options; + +namespace Microsoft.CodeAnalysis.Editor.UnitTests.CodeActions +{ + public sealed class OptionsCollection : IEnumerable> + { + private readonly Dictionary _options = new Dictionary(); + private readonly string _languageName; + + public OptionsCollection(string languageName) + { + _languageName = languageName; + } + + public void Add(Option option, T value) + => _options.Add(new OptionKey(option), value); + + public void Add(Option> option, T value, NotificationOption notification) + => _options.Add(new OptionKey(option), new CodeStyleOption(value, notification)); + + public void Add(PerLanguageOption option, T value) + => _options.Add(new OptionKey(option, _languageName), value); + + public void Add(PerLanguageOption> option, T value) + => Add(option, value, option.DefaultValue.Notification); + + public void Add(PerLanguageOption> option, T value, NotificationOption notification) + => _options.Add(new OptionKey(option, _languageName), new CodeStyleOption(value, notification)); + + public IEnumerator> GetEnumerator() + => _options.GetEnumerator(); + + IEnumerator IEnumerable.GetEnumerator() + => GetEnumerator(); + } +} diff --git a/src/EditorFeatures/TestUtilities/CodeActions/VisualBasicCodeFixVerifier`2+Test.cs b/src/EditorFeatures/TestUtilities/CodeActions/VisualBasicCodeFixVerifier`2+Test.cs new file mode 100644 index 0000000000000..030264a2764d7 --- /dev/null +++ b/src/EditorFeatures/TestUtilities/CodeActions/VisualBasicCodeFixVerifier`2+Test.cs @@ -0,0 +1,59 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information. + +using Microsoft.CodeAnalysis.CodeFixes; +using Microsoft.CodeAnalysis.Diagnostics; +using Microsoft.CodeAnalysis.Testing.Verifiers; +using Microsoft.CodeAnalysis.VisualBasic; +using Microsoft.CodeAnalysis.VisualBasic.Testing; +using Roslyn.Utilities; + +namespace Microsoft.CodeAnalysis.Editor.UnitTests.CodeActions +{ + public static partial class VisualBasicCodeFixVerifier + where TAnalyzer : DiagnosticAnalyzer, new() + where TCodeFix : CodeFixProvider, new() + { + public class Test : VisualBasicCodeFixTest + { + public Test() + { + MarkupOptions = Testing.MarkupOptions.UseFirstDescriptor; + + SolutionTransforms.Add((solution, projectId) => + { + var parseOptions = (VisualBasicParseOptions)solution.GetProject(projectId).ParseOptions; + solution = solution.WithProjectParseOptions(projectId, parseOptions.WithLanguageVersion(LanguageVersion)); + + var options = solution.Options; + foreach (var (key, value) in Options) + { + options = options.WithChangedOption(key, value); + } + + solution = solution.WithOptions(options); + + return solution; + }); + } + + /// + /// Gets or sets the language version to use for the test. The default value is + /// . + /// + public LanguageVersion LanguageVersion { get; set; } = LanguageVersion.VisualBasic16; + + /// + /// Gets a collection of options to apply to for testing. Values may be added + /// using a collection initializer. + /// + public OptionsCollection Options { get; } = new OptionsCollection(LanguageNames.VisualBasic); + + protected override AnalyzerOptions GetAnalyzerOptions(Project project) + { + return new WorkspaceAnalyzerOptions(base.GetAnalyzerOptions(project), project.Solution); + } + } + } +} diff --git a/src/EditorFeatures/TestUtilities/CodeActions/VisualBasicCodeFixVerifier`2.cs b/src/EditorFeatures/TestUtilities/CodeActions/VisualBasicCodeFixVerifier`2.cs new file mode 100644 index 0000000000000..47a3848eacf67 --- /dev/null +++ b/src/EditorFeatures/TestUtilities/CodeActions/VisualBasicCodeFixVerifier`2.cs @@ -0,0 +1,74 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information. + +using System.Threading.Tasks; +using Microsoft.CodeAnalysis.CodeFixes; +using Microsoft.CodeAnalysis.Diagnostics; +using Microsoft.CodeAnalysis.Testing; +using Microsoft.CodeAnalysis.Testing.Verifiers; +using Microsoft.CodeAnalysis.VisualBasic.Testing; + +namespace Microsoft.CodeAnalysis.Editor.UnitTests.CodeActions +{ + public static partial class VisualBasicCodeFixVerifier + where TAnalyzer : DiagnosticAnalyzer, new() + where TCodeFix : CodeFixProvider, new() + { + /// + public static DiagnosticResult Diagnostic() + => VisualBasicCodeFixVerifier.Diagnostic(); + + /// + public static DiagnosticResult Diagnostic(string diagnosticId) + => VisualBasicCodeFixVerifier.Diagnostic(diagnosticId); + + /// + public static DiagnosticResult Diagnostic(DiagnosticDescriptor descriptor) + => VisualBasicCodeFixVerifier.Diagnostic(descriptor); + + /// + /// Verify standard properties of . + /// + /// + /// This validation method is largely specific to dotnet/roslyn scenarios. + /// + /// to verify + /// property of supported diagnostics; otherwise, to skip this validation. + public static void VerifyStandardProperties(bool verifyHelpLink = false) + => CodeFixVerifierHelper.VerifyStandardProperties(new TAnalyzer(), verifyHelpLink); + + /// + public static async Task VerifyAnalyzerAsync(string source, params DiagnosticResult[] expected) + { + var test = new Test + { + TestCode = source, + }; + + test.ExpectedDiagnostics.AddRange(expected); + await test.RunAsync(); + } + + /// + public static async Task VerifyCodeFixAsync(string source, string fixedSource) + => await VerifyCodeFixAsync(source, DiagnosticResult.EmptyDiagnosticResults, fixedSource); + + /// + public static async Task VerifyCodeFixAsync(string source, DiagnosticResult expected, string fixedSource) + => await VerifyCodeFixAsync(source, new[] { expected }, fixedSource); + + /// + public static async Task VerifyCodeFixAsync(string source, DiagnosticResult[] expected, string fixedSource) + { + var test = new Test + { + TestCode = source, + FixedCode = fixedSource, + }; + + test.ExpectedDiagnostics.AddRange(expected); + await test.RunAsync(); + } + } +} diff --git a/src/EditorFeatures/TestUtilities/Roslyn.Services.Test.Utilities.csproj b/src/EditorFeatures/TestUtilities/Roslyn.Services.Test.Utilities.csproj index 9b15252cf1be4..1e0ea1173fd2a 100644 --- a/src/EditorFeatures/TestUtilities/Roslyn.Services.Test.Utilities.csproj +++ b/src/EditorFeatures/TestUtilities/Roslyn.Services.Test.Utilities.csproj @@ -57,6 +57,8 @@ + + diff --git a/src/EditorFeatures/Text/Microsoft.CodeAnalysis.EditorFeatures.Text.csproj b/src/EditorFeatures/Text/Microsoft.CodeAnalysis.EditorFeatures.Text.csproj index 46cb31e929641..2f11c62981f52 100644 --- a/src/EditorFeatures/Text/Microsoft.CodeAnalysis.EditorFeatures.Text.csproj +++ b/src/EditorFeatures/Text/Microsoft.CodeAnalysis.EditorFeatures.Text.csproj @@ -70,18 +70,7 @@ - - - True - True - TextEditorResources.resx - - - - - ResXFileCodeGenerator - TextEditorResources.Designer.cs - + diff --git a/src/EditorFeatures/Text/TextEditorResources.Designer.cs b/src/EditorFeatures/Text/TextEditorResources.Designer.cs deleted file mode 100644 index d774b16526121..0000000000000 --- a/src/EditorFeatures/Text/TextEditorResources.Designer.cs +++ /dev/null @@ -1,72 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace Microsoft.CodeAnalysis.Text { - using System; - - - /// - /// A strongly-typed resource class, for looking up localized strings, etc. - /// - // This class was auto-generated by the StronglyTypedResourceBuilder - // class via a tool like ResGen or Visual Studio. - // To add or remove a member, edit your .ResX file then rerun ResGen - // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - internal class TextEditorResources { - - private static global::System.Resources.ResourceManager resourceMan; - - private static global::System.Globalization.CultureInfo resourceCulture; - - [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] - internal TextEditorResources() { - } - - /// - /// Returns the cached ResourceManager instance used by this class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Resources.ResourceManager ResourceManager { - get { - if (object.ReferenceEquals(resourceMan, null)) { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.CodeAnalysis.Text.TextEditorResources", typeof(TextEditorResources).Assembly); - resourceMan = temp; - } - return resourceMan; - } - } - - /// - /// Overrides the current thread's CurrentUICulture property for all - /// resource lookups using this strongly typed resource class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Globalization.CultureInfo Culture { - get { - return resourceCulture; - } - set { - resourceCulture = value; - } - } - - /// - /// Looks up a localized string similar to textContainer is not a SourceTextContainer that was created from an ITextBuffer.. - /// - internal static string textContainer_is_not_a_SourceTextContainer_that_was_created_from_an_ITextBuffer { - get { - return ResourceManager.GetString("textContainer_is_not_a_SourceTextContainer_that_was_created_from_an_ITextBuffer", resourceCulture); - } - } - } -} diff --git a/src/EditorFeatures/VisualBasic/Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.vbproj b/src/EditorFeatures/VisualBasic/Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.vbproj index 9ea75f3bfb02d..261b14888ee33 100644 --- a/src/EditorFeatures/VisualBasic/Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.vbproj +++ b/src/EditorFeatures/VisualBasic/Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.vbproj @@ -23,13 +23,6 @@ - - - True - True - VBEditorResources.resx - - @@ -56,12 +49,7 @@ - - Microsoft.CodeAnalysis.Editor.VisualBasic.VBEditorResources - VbMyResourcesResXFileCodeGenerator - VBEditorResources.Designer.vb - Designer - + diff --git a/src/EditorFeatures/VisualBasic/VBEditorResources.Designer.vb b/src/EditorFeatures/VisualBasic/VBEditorResources.Designer.vb deleted file mode 100644 index 335caf12597cf..0000000000000 --- a/src/EditorFeatures/VisualBasic/VBEditorResources.Designer.vb +++ /dev/null @@ -1,252 +0,0 @@ -'------------------------------------------------------------------------------ -' -' This code was generated by a tool. -' Runtime Version:4.0.30319.42000 -' -' Changes to this file may cause incorrect behavior and will be lost if -' the code is regenerated. -' -'------------------------------------------------------------------------------ - -Option Strict On -Option Explicit On - -Imports System - -Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.VBEditorResources - - 'This class was auto-generated by the StronglyTypedResourceBuilder - 'class via a tool like ResGen or Visual Studio. - 'To add or remove a member, edit your .ResX file then rerun ResGen - 'with the /str option, or rebuild your VS project. - ''' - ''' A strongly-typed resource class, for looking up localized strings, etc. - ''' - _ - Friend Module VBEditorResources - - Private resourceMan As Global.System.Resources.ResourceManager - - Private resourceCulture As Global.System.Globalization.CultureInfo - - ''' - ''' Returns the cached ResourceManager instance used by this class. - ''' - _ - Friend ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager - Get - If Object.ReferenceEquals(resourceMan, Nothing) Then - Dim temp As Global.System.Resources.ResourceManager = New Global.System.Resources.ResourceManager("VBEditorResources", GetType(VBEditorResources).Assembly) - resourceMan = temp - End If - Return resourceMan - End Get - End Property - - ''' - ''' Overrides the current thread's CurrentUICulture property for all - ''' resource lookups using this strongly typed resource class. - ''' - _ - Friend Property Culture() As Global.System.Globalization.CultureInfo - Get - Return resourceCulture - End Get - Set - resourceCulture = value - End Set - End Property - - ''' - ''' Looks up a localized string similar to ({0} Events). - ''' - Friend ReadOnly Property _0_Events() As String - Get - Return ResourceManager.GetString("_0_Events", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Add any initialization after the InitializeComponent() call.. - ''' - Friend ReadOnly Property Add_any_initialization_after_the_InitializeComponent_call() As String - Get - Return ResourceManager.GetString("Add_any_initialization_after_the_InitializeComponent_call", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Case Correction. - ''' - Friend ReadOnly Property Case_Correction() As String - Get - Return ResourceManager.GetString("Case_Correction", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Committing line. - ''' - Friend ReadOnly Property Committing_line() As String - Get - Return ResourceManager.GetString("Committing_line", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Correcting word casing.... - ''' - Friend ReadOnly Property Correcting_word_casing() As String - Get - Return ResourceManager.GetString("Correcting_word_casing", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to End Construct. - ''' - Friend ReadOnly Property End_Construct() As String - Get - Return ResourceManager.GetString("End_Construct", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Format Document. - ''' - Friend ReadOnly Property Format_Document() As String - Get - Return ResourceManager.GetString("Format_Document", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Format on Save. - ''' - Friend ReadOnly Property Format_on_Save() As String - Get - Return ResourceManager.GetString("Format_on_Save", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Format Paste. - ''' - Friend ReadOnly Property Format_Paste() As String - Get - Return ResourceManager.GetString("Format_Paste", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Formatting Document.... - ''' - Friend ReadOnly Property Formatting_Document() As String - Get - Return ResourceManager.GetString("Formatting_Document", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Formatting pasted text.... - ''' - Friend ReadOnly Property Formatting_pasted_text() As String - Get - Return ResourceManager.GetString("Formatting_pasted_text", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Generate Member. - ''' - Friend ReadOnly Property Generate_Member() As String - Get - Return ResourceManager.GetString("Generate_Member", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Implement Abstract Class Or Interface. - ''' - Friend ReadOnly Property Implement_Abstract_Class_Or_Interface() As String - Get - Return ResourceManager.GetString("Implement_Abstract_Class_Or_Interface", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Insert new line. - ''' - Friend ReadOnly Property Insert_new_line() As String - Get - Return ResourceManager.GetString("Insert_new_line", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Line commit. - ''' - Friend ReadOnly Property Line_commit() As String - Get - Return ResourceManager.GetString("Line_commit", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to New. - ''' - Friend ReadOnly Property New_() As String - Get - Return ResourceManager.GetString("New_", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to not supported. - ''' - Friend ReadOnly Property not_supported() As String - Get - Return ResourceManager.GetString("not_supported", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Paste. - ''' - Friend ReadOnly Property Paste() As String - Get - Return ResourceManager.GetString("Paste", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Smart Indenting. - ''' - Friend ReadOnly Property Smart_Indenting() As String - Get - Return ResourceManager.GetString("Smart_Indenting", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to This call is required by the designer.. - ''' - Friend ReadOnly Property This_call_is_required_by_the_designer() As String - Get - Return ResourceManager.GetString("This_call_is_required_by_the_designer", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Visual Basic Pretty List. - ''' - Friend ReadOnly Property Visual_Basic_Pretty_List() As String - Get - Return ResourceManager.GetString("Visual_Basic_Pretty_List", resourceCulture) - End Get - End Property - End Module -End Namespace diff --git a/src/EditorFeatures/VisualBasicTest/Diagnostics/Suppression/SuppressionTests.vb b/src/EditorFeatures/VisualBasicTest/Diagnostics/Suppression/SuppressionTests.vb index 1c0bc92cbccff..9fe7fa19ca82e 100644 --- a/src/EditorFeatures/VisualBasicTest/Diagnostics/Suppression/SuppressionTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Diagnostics/Suppression/SuppressionTests.vb @@ -68,9 +68,9 @@ End Class]]> Imports System Class C Sub Method() -#Disable Warning BC42024 ' {WRN_UnusedLocal_Title} +#Disable Warning BC42024 ' {VBResources.WRN_UnusedLocal_Title} Dim x As Integer -#Enable Warning BC42024 ' {WRN_UnusedLocal_Title} +#Enable Warning BC42024 ' {VBResources.WRN_UnusedLocal_Title} End Sub End Class" @@ -105,10 +105,10 @@ End Class]]> Imports System Class C Sub Method() -#Disable Warning BC42024 ' {WRN_UnusedLocal_Title} +#Disable Warning BC42024 ' {VBResources.WRN_UnusedLocal_Title} Dim x _ As Integer -#Enable Warning BC42024 ' {WRN_UnusedLocal_Title} +#Enable Warning BC42024 ' {VBResources.WRN_UnusedLocal_Title} End Sub End Class" @@ -146,10 +146,10 @@ End Class]]> Imports System Class C Sub Method(i As Integer, j As Short) -#Disable Warning BC42025 ' {WRN_SharedMemberThroughInstance_Title} +#Disable Warning BC42025 ' {VBResources.WRN_SharedMemberThroughInstance_Title} If i < j.MaxValue AndAlso i > 0 Then -#Enable Warning BC42025 ' {WRN_SharedMemberThroughInstance_Title} +#Enable Warning BC42025 ' {VBResources.WRN_SharedMemberThroughInstance_Title} Console.WriteLine(i) End If End Sub @@ -191,10 +191,10 @@ End Class]]> Imports System Class C Sub Method(i As Integer, j As Short) -#Disable Warning BC42025 ' {WRN_SharedMemberThroughInstance_Title} +#Disable Warning BC42025 ' {VBResources.WRN_SharedMemberThroughInstance_Title} If i > 0 AndAlso i < j.MaxValue Then -#Enable Warning BC42025 ' {WRN_SharedMemberThroughInstance_Title} +#Enable Warning BC42025 ' {VBResources.WRN_SharedMemberThroughInstance_Title} Console.WriteLine(i) End If End Sub @@ -234,10 +234,10 @@ End Class]]> Imports System Class C Sub Method() -#Disable Warning BC42024 ' {WRN_UnusedLocal_Title} +#Disable Warning BC42024 ' {VBResources.WRN_UnusedLocal_Title} Dim x As Integer, y As Integer -#Enable Warning BC42024 ' {WRN_UnusedLocal_Title} +#Enable Warning BC42024 ' {VBResources.WRN_UnusedLocal_Title} End Sub End Class" @@ -273,10 +273,10 @@ End Class]]> Imports System Class C Sub Method() -#Disable Warning BC42024 ' {WRN_UnusedLocal_Title} +#Disable Warning BC42024 ' {VBResources.WRN_UnusedLocal_Title} Dim x As Integer, y As Integer -#Enable Warning BC42024 ' {WRN_UnusedLocal_Title} +#Enable Warning BC42024 ' {VBResources.WRN_UnusedLocal_Title} End Sub End Class" @@ -313,11 +313,11 @@ End Class]]> Imports System Class C Sub Method(i As Integer, j As Short) -#Disable Warning BC42025 ' {WRN_SharedMemberThroughInstance_Title} +#Disable Warning BC42025 ' {VBResources.WRN_SharedMemberThroughInstance_Title} Dim x = /> -#Enable Warning BC42025 ' {WRN_SharedMemberThroughInstance_Title} +#Enable Warning BC42025 ' {VBResources.WRN_SharedMemberThroughInstance_Title} End Sub End Class" @@ -355,11 +355,11 @@ End Class]]> Imports System Class C Sub Method(j As Short) -#Disable Warning BC42025 ' {WRN_SharedMemberThroughInstance_Title} +#Disable Warning BC42025 ' {VBResources.WRN_SharedMemberThroughInstance_Title} Dim x = From i As Integer In {{}} Where i < j.MaxValue Select i -#Enable Warning BC42025 ' {WRN_SharedMemberThroughInstance_Title} +#Enable Warning BC42025 ' {VBResources.WRN_SharedMemberThroughInstance_Title} End Sub End Class" @@ -398,9 +398,9 @@ Imports System Class C Sub Method() ' Trivia previous line -#Disable Warning BC42024 ' {WRN_UnusedLocal_Title} +#Disable Warning BC42024 ' {VBResources.WRN_UnusedLocal_Title} Dim x As Integer ' Trivia same line -#Enable Warning BC42024 ' {WRN_UnusedLocal_Title} +#Enable Warning BC42024 ' {VBResources.WRN_UnusedLocal_Title} ' Trivia next line End Sub End Class" @@ -445,9 +445,9 @@ End Class Module Module1 Sub Main -#Disable Warning BC40008 ' {WRN_UseOfObsoleteSymbolNoMessage1_Title} +#Disable Warning BC40008 ' {VBResources.WRN_UseOfObsoleteSymbolNoMessage1_Title} C -#Enable Warning BC40008 ' {WRN_UseOfObsoleteSymbolNoMessage1_Title} +#Enable Warning BC40008 ' {VBResources.WRN_UseOfObsoleteSymbolNoMessage1_Title} End Sub End Module" @@ -489,10 +489,10 @@ Class C ' Comment ' Comment -#Disable Warning BC42309 ' {WRN_XMLDocCrefAttributeNotFound1_Title} +#Disable Warning BC42309 ' {VBResources.WRN_XMLDocCrefAttributeNotFound1_Title} ''' Sub M() ' Comment -#Enable Warning BC42309 ' {WRN_XMLDocCrefAttributeNotFound1_Title} +#Enable Warning BC42309 ' {VBResources.WRN_XMLDocCrefAttributeNotFound1_Title} End Sub End Class" @@ -506,10 +506,10 @@ Class C ' Comment ' Comment -#Disable Warning BC42309 ' {WRN_XMLDocCrefAttributeNotFound1_Title} +#Disable Warning BC42309 ' {VBResources.WRN_XMLDocCrefAttributeNotFound1_Title} ''' Sub M() ' Comment -#Enable Warning BC42309 ' {WRN_XMLDocCrefAttributeNotFound1_Title} +#Enable Warning BC42309 ' {VBResources.WRN_XMLDocCrefAttributeNotFound1_Title} End Sub End Class" @@ -522,9 +522,9 @@ End Class" Public Async Function TestPragmaWarningDirectiveAroundTrivia2() As Task Dim source = |]]]> - Dim expected = $"#Disable Warning BC42312 ' {WRN_XMLDocWithoutLanguageElement_Title} + Dim expected = $"#Disable Warning BC42312 ' {VBResources.WRN_XMLDocWithoutLanguageElement_Title} ''' -#Enable Warning BC42312 ' {WRN_XMLDocWithoutLanguageElement_Title}" +#Enable Warning BC42312 ' {VBResources.WRN_XMLDocWithoutLanguageElement_Title}" Await TestAsync(source.Value, expected, VisualBasicParseOptions.Default.WithDocumentationMode(DocumentationMode.Diagnose)) End Function @@ -533,9 +533,9 @@ End Class" Public Async Function TestPragmaWarningDirectiveAroundTrivia3() As Task Dim source = |] ]]> - Dim expected = $"#Disable Warning BC42312 ' {WRN_XMLDocWithoutLanguageElement_Title} + Dim expected = $"#Disable Warning BC42312 ' {VBResources.WRN_XMLDocWithoutLanguageElement_Title} ''' -#Enable Warning BC42312 ' {WRN_XMLDocWithoutLanguageElement_Title}" +#Enable Warning BC42312 ' {VBResources.WRN_XMLDocWithoutLanguageElement_Title}" Await TestAsync(source.Value, expected, VisualBasicParseOptions.Default.WithDocumentationMode(DocumentationMode.Diagnose)) End Function @@ -551,10 +551,10 @@ Class C : End Class ]]> Dim expected = $" -#Disable Warning BC42309 ' {WRN_XMLDocCrefAttributeNotFound1_Title} +#Disable Warning BC42309 ' {VBResources.WRN_XMLDocCrefAttributeNotFound1_Title} ''' Class C : End Class -#Enable Warning BC42309 ' {WRN_XMLDocCrefAttributeNotFound1_Title} +#Enable Warning BC42309 ' {VBResources.WRN_XMLDocCrefAttributeNotFound1_Title} " @@ -569,10 +569,10 @@ Class C : End Class Class C2 : End Class Class C3 : End Class]]> Dim expected = $"class C1 : End Class -#Disable Warning BC42309 ' {WRN_XMLDocCrefAttributeNotFound1_Title} +#Disable Warning BC42309 ' {VBResources.WRN_XMLDocCrefAttributeNotFound1_Title} ''' Class C2 : End Class -#Enable Warning BC42309 ' {WRN_XMLDocCrefAttributeNotFound1_Title} +#Enable Warning BC42309 ' {VBResources.WRN_XMLDocCrefAttributeNotFound1_Title} Class C3 : End Class" Await TestAsync(source.Value, expected, VisualBasicParseOptions.Default.WithDocumentationMode(DocumentationMode.Diagnose)) @@ -585,9 +585,9 @@ Class C3 : End Class" Class C2 : End Class [|'''|] Class C3 : End Class]]> Dim expected = $"class C1 : End Class -#Disable Warning BC42302 ' {WRN_XMLDocNotFirstOnLine_Title} +#Disable Warning BC42302 ' {VBResources.WRN_XMLDocNotFirstOnLine_Title} Class C2 : End Class ''' -#Enable Warning BC42302 ' {WRN_XMLDocNotFirstOnLine_Title} +#Enable Warning BC42302 ' {VBResources.WRN_XMLDocNotFirstOnLine_Title} Class C3 : End Class" diff --git a/src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/ExpressionCompilerTests.cs b/src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/ExpressionCompilerTests.cs index 5169be4a378d4..85c6527c83592 100644 --- a/src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/ExpressionCompilerTests.cs +++ b/src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/ExpressionCompilerTests.cs @@ -23,7 +23,6 @@ using static Roslyn.Test.Utilities.SigningTestHelpers; using Roslyn.Test.Utilities; using Xunit; -using CommonResources = Microsoft.CodeAnalysis.ExpressionEvaluator.UnitTests.Resources; namespace Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.UnitTests { @@ -5480,9 +5479,7 @@ static void M() }"; var comp = CreateCompilation(source, options: TestOptions.DebugDll); - var modulesBuilder = ArrayBuilder.GetInstance(); - - using (var pinnedMetadata = new PinnedBlob(CommonResources.NoValidTables)) + using (var pinnedMetadata = new PinnedBlob(TestResources.ExpressionCompiler.NoValidTables)) { var corruptMetadata = ModuleInstance.Create(pinnedMetadata.Pointer, pinnedMetadata.Size, default(Guid)); diff --git a/src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/ReferencedModulesTests.cs b/src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/ReferencedModulesTests.cs index 8c75e8447f8e3..e589b700d1622 100644 --- a/src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/ReferencedModulesTests.cs +++ b/src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/ReferencedModulesTests.cs @@ -25,7 +25,6 @@ using Roslyn.Test.Utilities; using Roslyn.Utilities; using Xunit; -using CommonResources = Microsoft.CodeAnalysis.ExpressionEvaluator.UnitTests.Resources; namespace Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.UnitTests { @@ -1001,7 +1000,7 @@ class C // Include an empty assembly to verify that not all assemblies // with no references are treated as mscorlib. - var referenceC = AssemblyMetadata.CreateFromImage(CommonResources.Empty).GetReference(); + var referenceC = AssemblyMetadata.CreateFromImage(TestResources.ExpressionCompiler.Empty).GetReference(); // At runtime System.Runtime.dll contract assembly is replaced // by mscorlib.dll and System.Runtime.dll facade assemblies. diff --git a/src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/WinMdTests.cs b/src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/WinMdTests.cs index 52b321829810c..b765a8548f1c6 100644 --- a/src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/WinMdTests.cs +++ b/src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/WinMdTests.cs @@ -17,7 +17,6 @@ using Roslyn.Test.Utilities; using Roslyn.Utilities; using Xunit; -using Resources = Microsoft.CodeAnalysis.ExpressionEvaluator.UnitTests.Resources; namespace Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.UnitTests { @@ -114,15 +113,15 @@ public void Win8OnWin8() CompileTimeAndRuntimeAssemblies( ImmutableArray.Create( MscorlibRef, - AssemblyMetadata.CreateFromImage(ToVersion1_3(Resources.Windows)).GetReference(), - AssemblyMetadata.CreateFromImage(ToVersion1_3(Resources.LibraryA)).GetReference(), - AssemblyMetadata.CreateFromImage(Resources.LibraryB).GetReference()), + AssemblyMetadata.CreateFromImage(ToVersion1_3(TestResources.ExpressionCompiler.Windows)).GetReference(), + AssemblyMetadata.CreateFromImage(ToVersion1_3(TestResources.ExpressionCompiler.LibraryA)).GetReference(), + AssemblyMetadata.CreateFromImage(TestResources.ExpressionCompiler.LibraryB).GetReference()), ImmutableArray.Create( MscorlibRef, - AssemblyMetadata.CreateFromImage(ToVersion1_3(Resources.Windows_Data)).GetReference(), - AssemblyMetadata.CreateFromImage(ToVersion1_3(Resources.Windows_Storage)).GetReference(), - AssemblyMetadata.CreateFromImage(ToVersion1_3(Resources.LibraryA)).GetReference(), - AssemblyMetadata.CreateFromImage(Resources.LibraryB).GetReference()), + AssemblyMetadata.CreateFromImage(ToVersion1_3(TestResources.ExpressionCompiler.WindowsData)).GetReference(), + AssemblyMetadata.CreateFromImage(ToVersion1_3(TestResources.ExpressionCompiler.WindowsStorage)).GetReference(), + AssemblyMetadata.CreateFromImage(ToVersion1_3(TestResources.ExpressionCompiler.LibraryA)).GetReference(), + AssemblyMetadata.CreateFromImage(TestResources.ExpressionCompiler.LibraryB).GetReference()), "Windows.Storage"); } @@ -132,15 +131,15 @@ public void Win8OnWin10() CompileTimeAndRuntimeAssemblies( ImmutableArray.Create( MscorlibRef, - AssemblyMetadata.CreateFromImage(ToVersion1_3(Resources.Windows)).GetReference(), - AssemblyMetadata.CreateFromImage(ToVersion1_3(Resources.LibraryA)).GetReference(), - AssemblyMetadata.CreateFromImage(Resources.LibraryB).GetReference()), + AssemblyMetadata.CreateFromImage(ToVersion1_3(TestResources.ExpressionCompiler.Windows)).GetReference(), + AssemblyMetadata.CreateFromImage(ToVersion1_3(TestResources.ExpressionCompiler.LibraryA)).GetReference(), + AssemblyMetadata.CreateFromImage(TestResources.ExpressionCompiler.LibraryB).GetReference()), ImmutableArray.Create( MscorlibRef, - AssemblyMetadata.CreateFromImage(ToVersion1_4(Resources.Windows_Data)).GetReference(), - AssemblyMetadata.CreateFromImage(ToVersion1_4(Resources.Windows_Storage)).GetReference(), - AssemblyMetadata.CreateFromImage(ToVersion1_3(Resources.LibraryA)).GetReference(), - AssemblyMetadata.CreateFromImage(Resources.LibraryB).GetReference()), + AssemblyMetadata.CreateFromImage(ToVersion1_4(TestResources.ExpressionCompiler.WindowsData)).GetReference(), + AssemblyMetadata.CreateFromImage(ToVersion1_4(TestResources.ExpressionCompiler.WindowsStorage)).GetReference(), + AssemblyMetadata.CreateFromImage(ToVersion1_3(TestResources.ExpressionCompiler.LibraryA)).GetReference(), + AssemblyMetadata.CreateFromImage(TestResources.ExpressionCompiler.LibraryB).GetReference()), "Windows.Storage"); } @@ -151,15 +150,15 @@ public void Win10OnWin10() CompileTimeAndRuntimeAssemblies( ImmutableArray.Create( MscorlibRef, - AssemblyMetadata.CreateFromImage(ToVersion1_4(Resources.Windows_Data)).GetReference(), - AssemblyMetadata.CreateFromImage(ToVersion1_4(Resources.Windows_Storage)).GetReference(), - AssemblyMetadata.CreateFromImage(ToVersion1_4(Resources.LibraryA)).GetReference(), - AssemblyMetadata.CreateFromImage(Resources.LibraryB).GetReference()), + AssemblyMetadata.CreateFromImage(ToVersion1_4(TestResources.ExpressionCompiler.WindowsData)).GetReference(), + AssemblyMetadata.CreateFromImage(ToVersion1_4(TestResources.ExpressionCompiler.WindowsStorage)).GetReference(), + AssemblyMetadata.CreateFromImage(ToVersion1_4(TestResources.ExpressionCompiler.LibraryA)).GetReference(), + AssemblyMetadata.CreateFromImage(TestResources.ExpressionCompiler.LibraryB).GetReference()), ImmutableArray.Create( MscorlibRef, - AssemblyMetadata.CreateFromImage(ToVersion1_4(Resources.Windows)).GetReference(), - AssemblyMetadata.CreateFromImage(ToVersion1_4(Resources.LibraryA)).GetReference(), - AssemblyMetadata.CreateFromImage(Resources.LibraryB).GetReference()), + AssemblyMetadata.CreateFromImage(ToVersion1_4(TestResources.ExpressionCompiler.Windows)).GetReference(), + AssemblyMetadata.CreateFromImage(ToVersion1_4(TestResources.ExpressionCompiler.LibraryA)).GetReference(), + AssemblyMetadata.CreateFromImage(TestResources.ExpressionCompiler.LibraryB).GetReference()), "Windows"); } diff --git a/src/ExpressionEvaluator/Core/Source/ResultProvider/NetFX20/ResultProvider.NetFX20.csproj b/src/ExpressionEvaluator/Core/Source/ResultProvider/NetFX20/ResultProvider.NetFX20.csproj index 759053186dd7c..775f4d87a28f3 100644 --- a/src/ExpressionEvaluator/Core/Source/ResultProvider/NetFX20/ResultProvider.NetFX20.csproj +++ b/src/ExpressionEvaluator/Core/Source/ResultProvider/NetFX20/ResultProvider.NetFX20.csproj @@ -5,7 +5,7 @@ Library Microsoft.CodeAnalysis.ExpressionEvaluator Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider - $(DefineConstants);NETFX20 + $(DefineConstants);NET20 true net20 true @@ -71,19 +71,7 @@ - - Resources.Designer.cs - True - True - Resources.resx - - - - - Resources.resx - ResXFileCodeGenerator - Resources.Designer.cs - + diff --git a/src/ExpressionEvaluator/Core/Source/ResultProvider/Portable/Microsoft.CodeAnalysis.ResultProvider.csproj b/src/ExpressionEvaluator/Core/Source/ResultProvider/Portable/Microsoft.CodeAnalysis.ResultProvider.csproj index eaefec5d2f2b6..f464e6bc07e0a 100644 --- a/src/ExpressionEvaluator/Core/Source/ResultProvider/Portable/Microsoft.CodeAnalysis.ResultProvider.csproj +++ b/src/ExpressionEvaluator/Core/Source/ResultProvider/Portable/Microsoft.CodeAnalysis.ResultProvider.csproj @@ -69,17 +69,7 @@ - - True - True - Resources.resx - - - - - ResXFileCodeGenerator - Resources.Designer.cs - + diff --git a/src/ExpressionEvaluator/Core/Source/ResultProvider/Portable/Resources.Designer.cs b/src/ExpressionEvaluator/Core/Source/ResultProvider/Portable/Resources.Designer.cs deleted file mode 100644 index 77078ee2a5178..0000000000000 --- a/src/ExpressionEvaluator/Core/Source/ResultProvider/Portable/Resources.Designer.cs +++ /dev/null @@ -1,228 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.0 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace Microsoft.CodeAnalysis.ExpressionEvaluator { - using System; - using System.Reflection; - - - /// - /// A strongly-typed resource class, for looking up localized strings, etc. - /// - // This class was auto-generated by the StronglyTypedResourceBuilder - // class via a tool like ResGen or Visual Studio. - // To add or remove a member, edit your .ResX file then rerun ResGen - // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - internal class Resources { - - private static global::System.Resources.ResourceManager resourceMan; - - private static global::System.Globalization.CultureInfo resourceCulture; - - [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] - internal Resources() { - } - - /// - /// Returns the cached ResourceManager instance used by this class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Resources.ResourceManager ResourceManager { - get { - if (object.ReferenceEquals(resourceMan, null)) { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.CodeAnalysis.ExpressionEvaluator.Resources", typeof(Resources).GetTypeInfo().Assembly); - resourceMan = temp; - } - return resourceMan; - } - } - - /// - /// Overrides the current thread's CurrentUICulture property for all - /// resource lookups using this strongly typed resource class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Globalization.CultureInfo Culture { - get { - return resourceCulture; - } - set { - resourceCulture = value; - } - } - - /// - /// Looks up a localized string similar to Dynamic View. - /// - internal static string DynamicView { - get { - return ResourceManager.GetString("DynamicView", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Only COM or Dynamic objects can have Dynamic View. - /// - internal static string DynamicViewNotDynamic { - get { - return ResourceManager.GetString("DynamicViewNotDynamic", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Expanding the Dynamic View will get the dynamic members for the object. - /// - internal static string DynamicViewValueWarning { - get { - return ResourceManager.GetString("DynamicViewValueWarning", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Error. - /// - internal static string ErrorName { - get { - return ResourceManager.GetString("ErrorName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' threw an exception of type '{1}'. - /// - internal static string ExceptionThrown { - get { - return ResourceManager.GetString("ExceptionThrown", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot dereference '{0}'. The pointer is not valid.. - /// - internal static string InvalidPointerDereference { - get { - return ResourceManager.GetString("InvalidPointerDereference", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Native View. - /// - internal static string NativeView { - get { - return ResourceManager.GetString("NativeView", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to To inspect the native object, enable native code debugging.. - /// - internal static string NativeViewNotNativeDebugging { - get { - return ResourceManager.GetString("NativeViewNotNativeDebugging", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Non-Public members. - /// - internal static string NonPublicMembers { - get { - return ResourceManager.GetString("NonPublicMembers", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Raw View. - /// - internal static string RawView { - get { - return ResourceManager.GetString("RawView", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Results View. - /// - internal static string ResultsView { - get { - return ResourceManager.GetString("ResultsView", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Results View requires System.Core.dll to be referenced. - /// - internal static string ResultsViewNoSystemCore { - get { - return ResourceManager.GetString("ResultsViewNoSystemCore", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Only Enumerable types can have Results View. - /// - internal static string ResultsViewNotEnumerable { - get { - return ResourceManager.GetString("ResultsViewNotEnumerable", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Expanding the Results View will enumerate the IEnumerable. - /// - internal static string ResultsViewValueWarning { - get { - return ResourceManager.GetString("ResultsViewValueWarning", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Shared members. - /// - internal static string SharedMembers { - get { - return ResourceManager.GetString("SharedMembers", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Static members. - /// - internal static string StaticMembers { - get { - return ResourceManager.GetString("StaticMembers", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Type variables. - /// - internal static string TypeVariablesName { - get { - return ResourceManager.GetString("TypeVariablesName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Host Value Not Found. - /// - internal static string HostValueNotFound - { - get - { - return ResourceManager.GetString("HostValueNotFound", resourceCulture); - } - } - } -} diff --git a/src/ExpressionEvaluator/Core/Test/ExpressionCompiler/Microsoft.CodeAnalysis.ExpressionCompiler.Utilities.csproj b/src/ExpressionEvaluator/Core/Test/ExpressionCompiler/Microsoft.CodeAnalysis.ExpressionCompiler.Utilities.csproj index b9b7df8f09086..3353b2e09a19c 100644 --- a/src/ExpressionEvaluator/Core/Test/ExpressionCompiler/Microsoft.CodeAnalysis.ExpressionCompiler.Utilities.csproj +++ b/src/ExpressionEvaluator/Core/Test/ExpressionCompiler/Microsoft.CodeAnalysis.ExpressionCompiler.Utilities.csproj @@ -25,27 +25,4 @@ - - - True - True - Resources.resx - - - - - - - - - - - - - - ResXFileCodeGenerator - Designer - Resources.Designer.cs - - \ No newline at end of file diff --git a/src/ExpressionEvaluator/Core/Test/ExpressionCompiler/Resources.Designer.cs b/src/ExpressionEvaluator/Core/Test/ExpressionCompiler/Resources.Designer.cs deleted file mode 100644 index 18b9af7b4180f..0000000000000 --- a/src/ExpressionEvaluator/Core/Test/ExpressionCompiler/Resources.Designer.cs +++ /dev/null @@ -1,133 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.0 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace Microsoft.CodeAnalysis.ExpressionEvaluator.UnitTests { - using System; - - - /// - /// A strongly-typed resource class, for looking up localized strings, etc. - /// - // This class was auto-generated by the StronglyTypedResourceBuilder - // class via a tool like ResGen or Visual Studio. - // To add or remove a member, edit your .ResX file then rerun ResGen - // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - internal class Resources { - - private static global::System.Resources.ResourceManager resourceMan; - - private static global::System.Globalization.CultureInfo resourceCulture; - - [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] - internal Resources() { - } - - /// - /// Returns the cached ResourceManager instance used by this class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Resources.ResourceManager ResourceManager { - get { - if (object.ReferenceEquals(resourceMan, null)) { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.CodeAnalysis.ExpressionEvaluator.UnitTests.Resources", typeof(Resources).Assembly); - resourceMan = temp; - } - return resourceMan; - } - } - - /// - /// Overrides the current thread's CurrentUICulture property for all - /// resource lookups using this strongly typed resource class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Globalization.CultureInfo Culture { - get { - return resourceCulture; - } - set { - resourceCulture = value; - } - } - - /// - /// Looks up a localized resource of type System.Byte[]. - /// - internal static byte[] Empty { - get { - object obj = ResourceManager.GetObject("Empty", resourceCulture); - return ((byte[])(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Byte[]. - /// - internal static byte[] LibraryA { - get { - object obj = ResourceManager.GetObject("LibraryA", resourceCulture); - return ((byte[])(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Byte[]. - /// - internal static byte[] LibraryB { - get { - object obj = ResourceManager.GetObject("LibraryB", resourceCulture); - return ((byte[])(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Byte[]. - /// - internal static byte[] NoValidTables { - get { - object obj = ResourceManager.GetObject("NoValidTables", resourceCulture); - return ((byte[])(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Byte[]. - /// - internal static byte[] Windows { - get { - object obj = ResourceManager.GetObject("Windows", resourceCulture); - return ((byte[])(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Byte[]. - /// - internal static byte[] Windows_Data { - get { - object obj = ResourceManager.GetObject("Windows_Data", resourceCulture); - return ((byte[])(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Byte[]. - /// - internal static byte[] Windows_Storage { - get { - object obj = ResourceManager.GetObject("Windows_Storage", resourceCulture); - return ((byte[])(obj)); - } - } - } -} diff --git a/src/ExpressionEvaluator/Core/Test/ExpressionCompiler/Resources.resx b/src/ExpressionEvaluator/Core/Test/ExpressionCompiler/Resources.resx deleted file mode 100644 index 2e05d488f2204..0000000000000 --- a/src/ExpressionEvaluator/Core/Test/ExpressionCompiler/Resources.resx +++ /dev/null @@ -1,175 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 2.0 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - - - Resources\Empty.dll;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - - Resources\Windows.Data.winmd;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - - Resources\Windows.Storage.winmd;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - - Resources\Windows.winmd;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - - Resources\LibraryA.winmd;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - - Resources\LibraryB.winmd;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - - resources\novalidtables.metadata;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - \ No newline at end of file diff --git a/src/ExpressionEvaluator/Core/Test/ResultProvider/Microsoft.CodeAnalysis.ResultProvider.Utilities.csproj b/src/ExpressionEvaluator/Core/Test/ResultProvider/Microsoft.CodeAnalysis.ResultProvider.Utilities.csproj index a6be353474a0f..7870ab1329454 100644 --- a/src/ExpressionEvaluator/Core/Test/ResultProvider/Microsoft.CodeAnalysis.ResultProvider.Utilities.csproj +++ b/src/ExpressionEvaluator/Core/Test/ResultProvider/Microsoft.CodeAnalysis.ResultProvider.Utilities.csproj @@ -75,24 +75,13 @@ ExpressionCompiler\ExpressionEvaluatorFatalError.cs - - Resources.Designer.cs - True - True - Resources.resx - - - Resources.resx - ResXFileCodeGenerator - Resources.Designer.cs - Microsoft.CodeAnalysis.ExpressionEvaluator - + diff --git a/src/ExpressionEvaluator/VisualBasic/Source/ExpressionCompiler/Microsoft.CodeAnalysis.VisualBasic.ExpressionCompiler.vbproj b/src/ExpressionEvaluator/VisualBasic/Source/ExpressionCompiler/Microsoft.CodeAnalysis.VisualBasic.ExpressionCompiler.vbproj index f7a2b657322bf..2470f1e44fa80 100644 --- a/src/ExpressionEvaluator/VisualBasic/Source/ExpressionCompiler/Microsoft.CodeAnalysis.VisualBasic.ExpressionCompiler.vbproj +++ b/src/ExpressionEvaluator/VisualBasic/Source/ExpressionCompiler/Microsoft.CodeAnalysis.VisualBasic.ExpressionCompiler.vbproj @@ -22,19 +22,7 @@ - - True - True - Resources.resx - - - - - Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator - ResXFileCodeGenerator - Resources.Designer.vb - Designer - + diff --git a/src/ExpressionEvaluator/VisualBasic/Source/ExpressionCompiler/Resources.Designer.vb b/src/ExpressionEvaluator/VisualBasic/Source/ExpressionCompiler/Resources.Designer.vb deleted file mode 100644 index 403bee21b091d..0000000000000 --- a/src/ExpressionEvaluator/VisualBasic/Source/ExpressionCompiler/Resources.Designer.vb +++ /dev/null @@ -1,77 +0,0 @@ -'------------------------------------------------------------------------------ -' -' This code was generated by a tool. -' Runtime Version:4.0.30319.0 -' -' Changes to this file may cause incorrect behavior and will be lost if -' the code is regenerated. -' -'------------------------------------------------------------------------------ - -Option Strict On -Option Explicit On - -Imports System -Imports System.Reflection - -Namespace Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator - - 'This class was auto-generated by the StronglyTypedResourceBuilder - 'class via a tool like ResGen or Visual Studio. - 'To add or remove a member, edit your .ResX file then rerun ResGen - 'with the /str option, or rebuild your VS project. - ''' - ''' A strongly-typed resource class, for looking up localized strings, etc. - ''' - _ - Friend Class Resources - - Private Shared resourceMan As Global.System.Resources.ResourceManager - - Private Shared resourceCulture As Global.System.Globalization.CultureInfo - - _ - Friend Sub New() - MyBase.New - End Sub - - ''' - ''' Returns the cached ResourceManager instance used by this class. - ''' - _ - Friend Shared ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager - Get - If Object.ReferenceEquals(resourceMan, Nothing) Then - Dim temp As Global.System.Resources.ResourceManager = New Global.System.Resources.ResourceManager("Resources", GetType(Resources).GetTypeInfo.Assembly) - resourceMan = temp - End If - Return resourceMan - End Get - End Property - - ''' - ''' Overrides the current thread's CurrentUICulture property for all - ''' resource lookups using this strongly typed resource class. - ''' - _ - Friend Shared Property Culture() As Global.System.Globalization.CultureInfo - Get - Return resourceCulture - End Get - Set - resourceCulture = value - End Set - End Property - - ''' - ''' Looks up a localized string similar to Statements of type '{0}' are not allowed in the Immediate window.. - ''' - Friend Shared ReadOnly Property InvalidDebuggerStatement() As String - Get - Return ResourceManager.GetString("InvalidDebuggerStatement", resourceCulture) - End Get - End Property - End Class -End Namespace diff --git a/src/ExpressionEvaluator/VisualBasic/Test/ExpressionCompiler/ExpressionCompilerTests.vb b/src/ExpressionEvaluator/VisualBasic/Test/ExpressionCompiler/ExpressionCompilerTests.vb index 1408da60bbc82..84a3d8fde82c6 100644 --- a/src/ExpressionEvaluator/VisualBasic/Test/ExpressionCompiler/ExpressionCompilerTests.vb +++ b/src/ExpressionEvaluator/VisualBasic/Test/ExpressionCompiler/ExpressionCompilerTests.vb @@ -20,7 +20,6 @@ Imports Microsoft.VisualStudio.Debugger.Evaluation.ClrCompilation Imports Roslyn.Test.PdbUtilities Imports Roslyn.Test.Utilities Imports Xunit -Imports CommonResources = Microsoft.CodeAnalysis.ExpressionEvaluator.UnitTests.Resources Namespace Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator.UnitTests Public Class ExpressionCompilerTests @@ -3723,7 +3722,7 @@ Class C End Class" Dim comp = CreateCompilationWithMscorlib40({source}, options:=TestOptions.DebugDll, assemblyName:=GetUniqueName()) - Using pinnedMetadata = New PinnedBlob(CommonResources.NoValidTables) + Using pinnedMetadata = New PinnedBlob(TestResources.ExpressionCompiler.NoValidTables) Dim corruptMetadata = ModuleInstance.Create(pinnedMetadata.Pointer, pinnedMetadata.Size, moduleVersionId:=Nothing) Dim runtime = CreateRuntimeInstance({corruptMetadata, comp.ToModuleInstance(), MscorlibRef.ToModuleInstance()}) diff --git a/src/ExpressionEvaluator/VisualBasic/Test/ExpressionCompiler/WinMdTests.vb b/src/ExpressionEvaluator/VisualBasic/Test/ExpressionCompiler/WinMdTests.vb index 0a928ef9233e6..9d0ad4b4af32f 100644 --- a/src/ExpressionEvaluator/VisualBasic/Test/ExpressionCompiler/WinMdTests.vb +++ b/src/ExpressionEvaluator/VisualBasic/Test/ExpressionCompiler/WinMdTests.vb @@ -10,10 +10,8 @@ Imports Microsoft.CodeAnalysis.ExpressionEvaluator.UnitTests Imports Microsoft.CodeAnalysis.VisualBasic.Symbols.Metadata.PE Imports Microsoft.CodeAnalysis.VisualBasic.UnitTests Imports Microsoft.VisualStudio.Debugger.Evaluation -Imports Roslyn.Test.PdbUtilities Imports Roslyn.Test.Utilities Imports Xunit -Imports CommonResources = Microsoft.CodeAnalysis.ExpressionEvaluator.UnitTests.Resources Namespace Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator.UnitTests @@ -63,15 +61,15 @@ End Class" CompileTimeAndRuntimeAssemblies( ImmutableArray.Create( MscorlibRef, - AssemblyMetadata.CreateFromImage(ToVersion1_3(CommonResources.Windows)).GetReference(), - AssemblyMetadata.CreateFromImage(ToVersion1_3(CommonResources.LibraryA)).GetReference(), - AssemblyMetadata.CreateFromImage(CommonResources.LibraryB).GetReference()), + AssemblyMetadata.CreateFromImage(ToVersion1_3(TestResources.ExpressionCompiler.Windows)).GetReference(), + AssemblyMetadata.CreateFromImage(ToVersion1_3(TestResources.ExpressionCompiler.LibraryA)).GetReference(), + AssemblyMetadata.CreateFromImage(TestResources.ExpressionCompiler.LibraryB).GetReference()), ImmutableArray.Create( MscorlibRef, - AssemblyMetadata.CreateFromImage(ToVersion1_3(CommonResources.Windows_Data)).GetReference(), - AssemblyMetadata.CreateFromImage(ToVersion1_3(CommonResources.Windows_Storage)).GetReference(), - AssemblyMetadata.CreateFromImage(ToVersion1_3(CommonResources.LibraryA)).GetReference(), - AssemblyMetadata.CreateFromImage(CommonResources.LibraryB).GetReference()), + AssemblyMetadata.CreateFromImage(ToVersion1_3(TestResources.ExpressionCompiler.WindowsData)).GetReference(), + AssemblyMetadata.CreateFromImage(ToVersion1_3(TestResources.ExpressionCompiler.WindowsStorage)).GetReference(), + AssemblyMetadata.CreateFromImage(ToVersion1_3(TestResources.ExpressionCompiler.LibraryA)).GetReference(), + AssemblyMetadata.CreateFromImage(TestResources.ExpressionCompiler.LibraryB).GetReference()), "Windows.Storage") End Sub @@ -80,15 +78,15 @@ End Class" CompileTimeAndRuntimeAssemblies( ImmutableArray.Create( MscorlibRef, - AssemblyMetadata.CreateFromImage(ToVersion1_3(CommonResources.Windows)).GetReference(), - AssemblyMetadata.CreateFromImage(ToVersion1_3(CommonResources.LibraryA)).GetReference(), - AssemblyMetadata.CreateFromImage(CommonResources.LibraryB).GetReference()), + AssemblyMetadata.CreateFromImage(ToVersion1_3(TestResources.ExpressionCompiler.Windows)).GetReference(), + AssemblyMetadata.CreateFromImage(ToVersion1_3(TestResources.ExpressionCompiler.LibraryA)).GetReference(), + AssemblyMetadata.CreateFromImage(TestResources.ExpressionCompiler.LibraryB).GetReference()), ImmutableArray.Create( MscorlibRef, - AssemblyMetadata.CreateFromImage(ToVersion1_4(CommonResources.Windows_Data)).GetReference(), - AssemblyMetadata.CreateFromImage(ToVersion1_4(CommonResources.Windows_Storage)).GetReference(), - AssemblyMetadata.CreateFromImage(ToVersion1_3(CommonResources.LibraryA)).GetReference(), - AssemblyMetadata.CreateFromImage(CommonResources.LibraryB).GetReference()), + AssemblyMetadata.CreateFromImage(ToVersion1_4(TestResources.ExpressionCompiler.WindowsData)).GetReference(), + AssemblyMetadata.CreateFromImage(ToVersion1_4(TestResources.ExpressionCompiler.WindowsStorage)).GetReference(), + AssemblyMetadata.CreateFromImage(ToVersion1_3(TestResources.ExpressionCompiler.LibraryA)).GetReference(), + AssemblyMetadata.CreateFromImage(TestResources.ExpressionCompiler.LibraryB).GetReference()), "Windows.Storage") End Sub @@ -97,15 +95,15 @@ End Class" CompileTimeAndRuntimeAssemblies( ImmutableArray.Create( MscorlibRef, - AssemblyMetadata.CreateFromImage(ToVersion1_4(CommonResources.Windows_Data)).GetReference(), - AssemblyMetadata.CreateFromImage(ToVersion1_4(CommonResources.Windows_Storage)).GetReference(), - AssemblyMetadata.CreateFromImage(ToVersion1_4(CommonResources.LibraryA)).GetReference(), - AssemblyMetadata.CreateFromImage(CommonResources.LibraryB).GetReference()), + AssemblyMetadata.CreateFromImage(ToVersion1_4(TestResources.ExpressionCompiler.WindowsData)).GetReference(), + AssemblyMetadata.CreateFromImage(ToVersion1_4(TestResources.ExpressionCompiler.WindowsStorage)).GetReference(), + AssemblyMetadata.CreateFromImage(ToVersion1_4(TestResources.ExpressionCompiler.LibraryA)).GetReference(), + AssemblyMetadata.CreateFromImage(TestResources.ExpressionCompiler.LibraryB).GetReference()), ImmutableArray.Create( MscorlibRef, - AssemblyMetadata.CreateFromImage(ToVersion1_4(CommonResources.Windows)).GetReference(), - AssemblyMetadata.CreateFromImage(ToVersion1_4(CommonResources.LibraryA)).GetReference(), - AssemblyMetadata.CreateFromImage(CommonResources.LibraryB).GetReference()), + AssemblyMetadata.CreateFromImage(ToVersion1_4(TestResources.ExpressionCompiler.Windows)).GetReference(), + AssemblyMetadata.CreateFromImage(ToVersion1_4(TestResources.ExpressionCompiler.LibraryA)).GetReference(), + AssemblyMetadata.CreateFromImage(TestResources.ExpressionCompiler.LibraryB).GetReference()), "Windows") End Sub diff --git a/src/Features/CSharp/Portable/AssignOutParameters/AssignOutParametersAboveReturnCodeFixProvider.cs b/src/Features/CSharp/Portable/AssignOutParameters/AssignOutParametersAboveReturnCodeFixProvider.cs index 81d0d6939c7eb..e8133a9ad13d3 100644 --- a/src/Features/CSharp/Portable/AssignOutParameters/AssignOutParametersAboveReturnCodeFixProvider.cs +++ b/src/Features/CSharp/Portable/AssignOutParameters/AssignOutParametersAboveReturnCodeFixProvider.cs @@ -42,6 +42,14 @@ private static void AddAssignmentStatements( { var generator = editor.Generator; + if (exprOrStatement is LocalFunctionStatementSyntax { ExpressionBody: { } localFunctionExpressionBody }) + { + // Expression-bodied local functions report CS0177 on the method name instead of the expression. + // Reassign exprOrStatement so the code fix implementation works as it does for other expression-bodied + // members. + exprOrStatement = localFunctionExpressionBody.Expression; + } + var parent = exprOrStatement.Parent; if (parent.IsEmbeddedStatementOwner()) { diff --git a/src/Features/CSharp/Portable/AssignOutParameters/AssignOutParametersAtStartCodeFixProvider.cs b/src/Features/CSharp/Portable/AssignOutParameters/AssignOutParametersAtStartCodeFixProvider.cs index 239aaceba0dfb..b34d9d66d8fce 100644 --- a/src/Features/CSharp/Portable/AssignOutParameters/AssignOutParametersAtStartCodeFixProvider.cs +++ b/src/Features/CSharp/Portable/AssignOutParameters/AssignOutParametersAtStartCodeFixProvider.cs @@ -25,6 +25,12 @@ protected override void TryRegisterFix(CodeFixContext context, Document document return; } + if (location is LocalFunctionStatementSyntax { ExpressionBody: { } }) + { + // This is an expression-bodied local function, which is also handled by the other code fix. + return; + } + if (location is StatementSyntax statement && statement.Parent is BlockSyntax block && block.Statements[0] == statement && diff --git a/src/Features/CSharp/Portable/CSharpFeaturesResources.Designer.cs b/src/Features/CSharp/Portable/CSharpFeaturesResources.Designer.cs deleted file mode 100644 index c6dd0853355c9..0000000000000 --- a/src/Features/CSharp/Portable/CSharpFeaturesResources.Designer.cs +++ /dev/null @@ -1,1615 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace Microsoft.CodeAnalysis.CSharp { - using System; - - - /// - /// A strongly-typed resource class, for looking up localized strings, etc. - /// - // This class was auto-generated by the StronglyTypedResourceBuilder - // class via a tool like ResGen or Visual Studio. - // To add or remove a member, edit your .ResX file then rerun ResGen - // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - internal class CSharpFeaturesResources { - - private static global::System.Resources.ResourceManager resourceMan; - - private static global::System.Globalization.CultureInfo resourceCulture; - - [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] - internal CSharpFeaturesResources() { - } - - /// - /// Returns the cached ResourceManager instance used by this class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Resources.ResourceManager ResourceManager { - get { - if (object.ReferenceEquals(resourceMan, null)) { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.CodeAnalysis.CSharp.CSharpFeaturesResources", typeof(CSharpFeaturesResources).Assembly); - resourceMan = temp; - } - return resourceMan; - } - } - - /// - /// Overrides the current thread's CurrentUICulture property for all - /// resource lookups using this strongly typed resource class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Globalization.CultureInfo Culture { - get { - return resourceCulture; - } - set { - resourceCulture = value; - } - } - - /// - /// Looks up a localized string similar to '{0}' does not contain a constructor that takes that many arguments.. - /// - internal static string _0_does_not_contain_a_constructor_that_takes_that_many_arguments { - get { - return ResourceManager.GetString("_0_does_not_contain_a_constructor_that_takes_that_many_arguments", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' is not null here.. - /// - internal static string _0_is_not_null_here { - get { - return ResourceManager.GetString("_0_is_not_null_here", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' may be null here.. - /// - internal static string _0_may_be_null_here { - get { - return ResourceManager.GetString("_0_may_be_null_here", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Add accessibility modifiers. - /// - internal static string Add_accessibility_modifiers { - get { - return ResourceManager.GetString("Add_accessibility_modifiers", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Add await. - /// - internal static string Add_await { - get { - return ResourceManager.GetString("Add_await", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Add await and ConfigureAwait(false). - /// - internal static string Add_Await_and_ConfigureAwaitFalse { - get { - return ResourceManager.GetString("Add_Await_and_ConfigureAwaitFalse", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Add missing usings. - /// - internal static string Add_missing_usings { - get { - return ResourceManager.GetString("Add_missing_usings", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Add [Obsolete]. - /// - internal static string Add_Obsolete { - get { - return ResourceManager.GetString("Add_Obsolete", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Add parentheses. - /// - internal static string Add_parentheses_around_conditional_expression_in_interpolated_string { - get { - return ResourceManager.GetString("Add_parentheses_around_conditional_expression_in_interpolated_string", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Add/remove braces for single-line control statements. - /// - internal static string Add_remove_braces_for_single_line_control_statements { - get { - return ResourceManager.GetString("Add_remove_braces_for_single_line_control_statements", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Add 'this.'. - /// - internal static string Add_this { - get { - return ResourceManager.GetString("Add_this", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Allow unsafe code in this project. - /// - internal static string Allow_unsafe_code_in_this_project { - get { - return ResourceManager.GetString("Allow_unsafe_code_in_this_project", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to anonymous method. - /// - internal static string anonymous_method { - get { - return ResourceManager.GetString("anonymous_method", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Apply expression/block body preferences. - /// - internal static string Apply_expression_block_body_preferences { - get { - return ResourceManager.GetString("Apply_expression_block_body_preferences", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Apply implicit/explicit type preferences. - /// - internal static string Apply_implicit_explicit_type_preferences { - get { - return ResourceManager.GetString("Apply_implicit_explicit_type_preferences", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Apply inline 'out' variables preferences. - /// - internal static string Apply_inline_out_variable_preferences { - get { - return ResourceManager.GetString("Apply_inline_out_variable_preferences", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Apply language/framework type preferences. - /// - internal static string Apply_language_framework_type_preferences { - get { - return ResourceManager.GetString("Apply_language_framework_type_preferences", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Apply object/collection initialization preferences. - /// - internal static string Apply_object_collection_initialization_preferences { - get { - return ResourceManager.GetString("Apply_object_collection_initialization_preferences", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Apply 'this.' qualification preferences. - /// - internal static string Apply_this_qualification_preferences { - get { - return ResourceManager.GetString("Apply_this_qualification_preferences", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Assign 'out' parameters. - /// - internal static string Assign_out_parameters { - get { - return ResourceManager.GetString("Assign_out_parameters", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Assign 'out' parameters (at start). - /// - internal static string Assign_out_parameters_at_start { - get { - return ResourceManager.GetString("Assign_out_parameters_at_start", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to asynchronous foreach statement. - /// - internal static string asynchronous_foreach_statement { - get { - return ResourceManager.GetString("asynchronous_foreach_statement", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to asynchronous using declaration. - /// - internal static string asynchronous_using_declaration { - get { - return ResourceManager.GetString("asynchronous_using_declaration", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to attribute target. - /// - internal static string attribute_target { - get { - return ResourceManager.GetString("attribute_target", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Autoselect disabled due to member declaration. - /// - internal static string Autoselect_disabled_due_to_member_declaration { - get { - return ResourceManager.GetString("Autoselect_disabled_due_to_member_declaration", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Autoselect disabled due to namespace declaration.. - /// - internal static string Autoselect_disabled_due_to_namespace_declaration { - get { - return ResourceManager.GetString("Autoselect_disabled_due_to_namespace_declaration", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Autoselect disabled due to possible deconstruction declaration.. - /// - internal static string Autoselect_disabled_due_to_possible_deconstruction_declaration { - get { - return ResourceManager.GetString("Autoselect_disabled_due_to_possible_deconstruction_declaration", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Autoselect disabled due to possible explicitly named anonymous type member creation.. - /// - internal static string Autoselect_disabled_due_to_possible_explicitly_named_anonymous_type_member_creation { - get { - return ResourceManager.GetString("Autoselect_disabled_due_to_possible_explicitly_named_anonymous_type_member_creati" + - "on", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Autoselect disabled due to possible tuple type element creation.. - /// - internal static string Autoselect_disabled_due_to_possible_tuple_type_element_creation { - get { - return ResourceManager.GetString("Autoselect_disabled_due_to_possible_tuple_type_element_creation", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Autoselect disabled due to potential lambda declaration.. - /// - internal static string Autoselect_disabled_due_to_potential_lambda_declaration { - get { - return ResourceManager.GetString("Autoselect_disabled_due_to_potential_lambda_declaration", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Autoselect disabled due to potential range variable declaration.. - /// - internal static string Autoselect_disabled_due_to_potential_range_variable_declaration { - get { - return ResourceManager.GetString("Autoselect_disabled_due_to_potential_range_variable_declaration", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Autoselect disabled due to type declaration.. - /// - internal static string Autoselect_disabled_due_to_type_declaration { - get { - return ResourceManager.GetString("Autoselect_disabled_due_to_type_declaration", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to await expression. - /// - internal static string await_expression { - get { - return ResourceManager.GetString("await_expression", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to awaitable. - /// - internal static string awaitable { - get { - return ResourceManager.GetString("awaitable", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to awaitable, extension. - /// - internal static string awaitable_extension { - get { - return ResourceManager.GetString("awaitable_extension", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Can't determine valid range of statements to extract. - /// - internal static string Can_t_determine_valid_range_of_statements_to_extract { - get { - return ResourceManager.GetString("Can_t_determine_valid_range_of_statements_to_extract", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to catch clause. - /// - internal static string catch_clause { - get { - return ResourceManager.GetString("catch_clause", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Change return type from {0} to {1}. - /// - internal static string Change_return_type_from_0_to_1 { - get { - return ResourceManager.GetString("Change_return_type_from_0_to_1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to checked statement. - /// - internal static string checked_statement { - get { - return ResourceManager.GetString("checked_statement", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to <class name>. - /// - internal static string class_name { - get { - return ResourceManager.GetString("class_name", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Conflict(s) detected.. - /// - internal static string Conflict_s_detected { - get { - return ResourceManager.GetString("Conflict_s_detected", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Contains invalid selection.. - /// - internal static string Contains_invalid_selection { - get { - return ResourceManager.GetString("Contains_invalid_selection", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to conversion operator. - /// - internal static string conversion_operator { - get { - return ResourceManager.GetString("conversion_operator", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Convert switch statement to expression. - /// - internal static string Convert_switch_statement_to_expression { - get { - return ResourceManager.GetString("Convert_switch_statement_to_expression", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Convert to 'for'. - /// - internal static string Convert_to_for { - get { - return ResourceManager.GetString("Convert_to_for", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Convert to 'foreach'. - /// - internal static string Convert_to_foreach { - get { - return ResourceManager.GetString("Convert_to_foreach", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Convert to method. - /// - internal static string Convert_to_method { - get { - return ResourceManager.GetString("Convert_to_method", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Convert to 'switch' expression. - /// - internal static string Convert_to_switch_expression { - get { - return ResourceManager.GetString("Convert_to_switch_expression", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Convert to 'switch' statement. - /// - internal static string Convert_to_switch_statement { - get { - return ResourceManager.GetString("Convert_to_switch_statement", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Declare as nullable. - /// - internal static string Declare_as_nullable { - get { - return ResourceManager.GetString("Declare_as_nullable", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to deconstruction. - /// - internal static string deconstruction { - get { - return ResourceManager.GetString("deconstruction", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Delegate invocation can be simplified.. - /// - internal static string Delegate_invocation_can_be_simplified { - get { - return ResourceManager.GetString("Delegate_invocation_can_be_simplified", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to deprecated. - /// - internal static string deprecated { - get { - return ResourceManager.GetString("deprecated", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to <designation name>. - /// - internal static string designation_name { - get { - return ResourceManager.GetString("designation_name", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to destructor. - /// - internal static string destructor { - get { - return ResourceManager.GetString("destructor", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Do not change this code. Put cleanup code in Dispose(bool disposing) above.. - /// - internal static string Do_not_change_this_code_Put_cleanup_code_in_Dispose_bool_disposing_above { - get { - return ResourceManager.GetString("Do_not_change_this_code_Put_cleanup_code_in_Dispose_bool_disposing_above", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to <element name> : . - /// - internal static string element_name { - get { - return ResourceManager.GetString("element_name", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to event field. - /// - internal static string event_field { - get { - return ResourceManager.GetString("event_field", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to extension. - /// - internal static string extension { - get { - return ResourceManager.GetString("extension", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to filter clause. - /// - internal static string filter_clause { - get { - return ResourceManager.GetString("filter_clause", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to finally clause. - /// - internal static string finally_clause { - get { - return ResourceManager.GetString("finally_clause", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Fix return type. - /// - internal static string Fix_return_type { - get { - return ResourceManager.GetString("Fix_return_type", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to fixed statement. - /// - internal static string fixed_statement { - get { - return ResourceManager.GetString("fixed_statement", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to foreach statement. - /// - internal static string foreach_statement { - get { - return ResourceManager.GetString("foreach_statement", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to from clause. - /// - internal static string from_clause { - get { - return ResourceManager.GetString("from_clause", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Generate explicit conversion operator in '{0}'. - /// - internal static string Generate_explicit_conversion_operator_in_0 { - get { - return ResourceManager.GetString("Generate_explicit_conversion_operator_in_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Generate implicit conversion operator in '{0}'. - /// - internal static string Generate_implicit_conversion_operator_in_0 { - get { - return ResourceManager.GetString("Generate_implicit_conversion_operator_in_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to global statement. - /// - internal static string global_statement { - get { - return ResourceManager.GetString("global_statement", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to groupby clause. - /// - internal static string groupby_clause { - get { - return ResourceManager.GetString("groupby_clause", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Hide base member. - /// - internal static string Hide_base_member { - get { - return ResourceManager.GetString("Hide_base_member", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 'if' statement can be simplified. - /// - internal static string if_statement_can_be_simplified { - get { - return ResourceManager.GetString("if_statement_can_be_simplified", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to indexer. - /// - internal static string indexer { - get { - return ResourceManager.GetString("indexer", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to indexer getter. - /// - internal static string indexer_getter { - get { - return ResourceManager.GetString("indexer_getter", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to indexer setter. - /// - internal static string indexer_setter { - get { - return ResourceManager.GetString("indexer_setter", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Inline temporary variable. - /// - internal static string Inline_temporary_variable { - get { - return ResourceManager.GetString("Inline_temporary_variable", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Insert 'await'.. - /// - internal static string Insert_await { - get { - return ResourceManager.GetString("Insert_await", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to <interface name>. - /// - internal static string interface_name { - get { - return ResourceManager.GetString("interface_name", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to into clause. - /// - internal static string into_clause { - get { - return ResourceManager.GetString("into_clause", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Introduce 'using' statement. - /// - internal static string Introduce_using_statement { - get { - return ResourceManager.GetString("Introduce_using_statement", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Invalid selection.. - /// - internal static string Invalid_selection { - get { - return ResourceManager.GetString("Invalid_selection", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Invert if. - /// - internal static string Invert_if { - get { - return ResourceManager.GetString("Invert_if", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to is pattern. - /// - internal static string is_pattern { - get { - return ResourceManager.GetString("is_pattern", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to join clause. - /// - internal static string join_clause { - get { - return ResourceManager.GetString("join_clause", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to lambda. - /// - internal static string lambda { - get { - return ResourceManager.GetString("lambda", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to <lambda expression>. - /// - internal static string lambda_expression { - get { - return ResourceManager.GetString("lambda_expression", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to let clause. - /// - internal static string let_clause { - get { - return ResourceManager.GetString("let_clause", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to local function. - /// - internal static string local_function { - get { - return ResourceManager.GetString("local_function", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to local variable declaration. - /// - internal static string local_variable_declaration { - get { - return ResourceManager.GetString("local_variable_declaration", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to lock statement. - /// - internal static string lock_statement { - get { - return ResourceManager.GetString("lock_statement", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Make {0} return Task instead of void.. - /// - internal static string Make_0_return_Task_instead_of_void { - get { - return ResourceManager.GetString("Make_0_return_Task_instead_of_void", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Make method async. - /// - internal static string Make_method_async { - get { - return ResourceManager.GetString("Make_method_async", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Make method async (stay void). - /// - internal static string Make_method_async_remain_void { - get { - return ResourceManager.GetString("Make_method_async_remain_void", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Make private fields readonly when possible. - /// - internal static string Make_private_field_readonly_when_possible { - get { - return ResourceManager.GetString("Make_private_field_readonly_when_possible", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Make 'ref struct'. - /// - internal static string Make_ref_struct { - get { - return ResourceManager.GetString("Make_ref_struct", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to <member name> = . - /// - internal static string member_name { - get { - return ResourceManager.GetString("member_name", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Misplaced using directive. - /// - internal static string Misplaced_using_directive { - get { - return ResourceManager.GetString("Misplaced_using_directive", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Move misplaced using directives. - /// - internal static string Move_misplaced_using_directives { - get { - return ResourceManager.GetString("Move_misplaced_using_directives", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to <Name>. - /// - internal static string Name { - get { - return ResourceManager.GetString("Name", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Name can be simplified. - /// - internal static string Name_can_be_simplified { - get { - return ResourceManager.GetString("Name_can_be_simplified", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to <namespace name>. - /// - internal static string namespace_name { - get { - return ResourceManager.GetString("namespace_name", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to No common root node for extraction.. - /// - internal static string No_common_root_node_for_extraction { - get { - return ResourceManager.GetString("No_common_root_node_for_extraction", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to No valid selection to perform extraction.. - /// - internal static string No_valid_selection_to_perform_extraction { - get { - return ResourceManager.GetString("No_valid_selection_to_perform_extraction", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to No valid statement range to extract. - /// - internal static string No_valid_statement_range_to_extract { - get { - return ResourceManager.GetString("No_valid_statement_range_to_extract", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Not all code paths return. - /// - internal static string Not_all_code_paths_return { - get { - return ResourceManager.GetString("Not_all_code_paths_return", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to orderby clause. - /// - internal static string orderby_clause { - get { - return ResourceManager.GetString("orderby_clause", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Organize Usings. - /// - internal static string Organize_Usings { - get { - return ResourceManager.GetString("Organize_Usings", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to out variable. - /// - internal static string out_var { - get { - return ResourceManager.GetString("out_var", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Pass in captured variables as arguments. - /// - internal static string Pass_in_captured_variables_as_arguments { - get { - return ResourceManager.GetString("Pass_in_captured_variables_as_arguments", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Properties. - /// - internal static string Properties { - get { - return ResourceManager.GetString("Properties", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to property getter. - /// - internal static string property_getter { - get { - return ResourceManager.GetString("property_getter", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to property setter. - /// - internal static string property_setter { - get { - return ResourceManager.GetString("property_setter", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to query body. - /// - internal static string query_body { - get { - return ResourceManager.GetString("query_body", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to <range variable>. - /// - internal static string range_variable { - get { - return ResourceManager.GetString("range_variable", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to ref local or expression. - /// - internal static string ref_local_or_expression { - get { - return ResourceManager.GetString("ref_local_or_expression", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Remove 'this' qualification. - /// - internal static string Remove_this_qualification { - get { - return ResourceManager.GetString("Remove_this_qualification", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Remove unnecessary casts. - /// - internal static string Remove_unnecessary_casts { - get { - return ResourceManager.GetString("Remove_unnecessary_casts", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Remove Unnecessary Usings. - /// - internal static string Remove_Unnecessary_Usings { - get { - return ResourceManager.GetString("Remove_Unnecessary_Usings", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Remove unused function. - /// - internal static string Remove_unused_function { - get { - return ResourceManager.GetString("Remove_unused_function", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Remove unused variables. - /// - internal static string Remove_unused_variables { - get { - return ResourceManager.GetString("Remove_unused_variables", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Replace return with yield return. - /// - internal static string Replace_return_with_yield_return { - get { - return ResourceManager.GetString("Replace_return_with_yield_return", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Reverse 'for' statement. - /// - internal static string Reverse_for_statement { - get { - return ResourceManager.GetString("Reverse_for_statement", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to select clause. - /// - internal static string select_clause { - get { - return ResourceManager.GetString("select_clause", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Selection can not be part of constant initializer expression.. - /// - internal static string Selection_can_not_be_part_of_constant_initializer_expression { - get { - return ResourceManager.GetString("Selection_can_not_be_part_of_constant_initializer_expression", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Selection can not contain a pattern expression.. - /// - internal static string Selection_can_not_contain_a_pattern_expression { - get { - return ResourceManager.GetString("Selection_can_not_contain_a_pattern_expression", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Selection can not contain a yield statement.. - /// - internal static string Selection_can_not_contain_a_yield_statement { - get { - return ResourceManager.GetString("Selection_can_not_contain_a_yield_statement", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Selection can not contain throw statement.. - /// - internal static string Selection_can_not_contain_throw_statement { - get { - return ResourceManager.GetString("Selection_can_not_contain_throw_statement", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Selection can not cross over preprocessor directives.. - /// - internal static string Selection_can_not_cross_over_preprocessor_directives { - get { - return ResourceManager.GetString("Selection_can_not_cross_over_preprocessor_directives", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Selection does not contain a valid node. - /// - internal static string Selection_does_not_contain_a_valid_node { - get { - return ResourceManager.GetString("Selection_does_not_contain_a_valid_node", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Selection does not contain a valid token.. - /// - internal static string Selection_does_not_contain_a_valid_token { - get { - return ResourceManager.GetString("Selection_does_not_contain_a_valid_token", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Simplify all occurrences. - /// - internal static string Simplify_all_occurrences { - get { - return ResourceManager.GetString("Simplify_all_occurrences", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Simplify lambda expression. - /// - internal static string Simplify_lambda_expression { - get { - return ResourceManager.GetString("Simplify_lambda_expression", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Simplify member access '{0}'. - /// - internal static string Simplify_member_access_0 { - get { - return ResourceManager.GetString("Simplify_member_access_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Simplify name '{0}'. - /// - internal static string Simplify_name_0 { - get { - return ResourceManager.GetString("Simplify_name_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Sort accessibility modifiers. - /// - internal static string Sort_accessibility_modifiers { - get { - return ResourceManager.GetString("Sort_accessibility_modifiers", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to struct. - /// - internal static string struct_ { - get { - return ResourceManager.GetString("struct_", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to <struct name>. - /// - internal static string struct_name { - get { - return ResourceManager.GetString("struct_name", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to (Suggested name). - /// - internal static string Suggested_name { - get { - return ResourceManager.GetString("Suggested_name", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to switch statement. - /// - internal static string switch_statement { - get { - return ResourceManager.GetString("switch_statement", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to switch statement case clause. - /// - internal static string switch_statement_case_clause { - get { - return ResourceManager.GetString("switch_statement_case_clause", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The name '{0}' does not exist in the current context.. - /// - internal static string The_name_0_does_not_exist_in_the_current_context { - get { - return ResourceManager.GetString("The_name_0_does_not_exist_in_the_current_context", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The selected code is inside an unsafe context.. - /// - internal static string The_selected_code_is_inside_an_unsafe_context { - get { - return ResourceManager.GetString("The_selected_code_is_inside_an_unsafe_context", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The selection contains syntactic errors. - /// - internal static string The_selection_contains_syntactic_errors { - get { - return ResourceManager.GetString("The_selection_contains_syntactic_errors", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to This code added to correctly implement the disposable pattern.. - /// - internal static string This_code_added_to_correctly_implement_the_disposable_pattern { - get { - return ResourceManager.GetString("This_code_added_to_correctly_implement_the_disposable_pattern", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to TODO: free unmanaged resources (unmanaged objects) and override a finalizer below.. - /// - internal static string TODO_colon_free_unmanaged_resources_unmanaged_objects_and_override_a_finalizer_below { - get { - return ResourceManager.GetString("TODO_colon_free_unmanaged_resources_unmanaged_objects_and_override_a_finalizer_be" + - "low", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to TODO: override a finalizer only if Dispose(bool disposing) above has code to free unmanaged resources.. - /// - internal static string TODO_colon_override_a_finalizer_only_if_Dispose_bool_disposing_above_has_code_to_free_unmanaged_resources { - get { - return ResourceManager.GetString("TODO_colon_override_a_finalizer_only_if_Dispose_bool_disposing_above_has_code_to_" + - "free_unmanaged_resources", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to TODO: uncomment the following line if the finalizer is overridden above.. - /// - internal static string TODO_colon_uncomment_the_following_line_if_the_finalizer_is_overridden_above { - get { - return ResourceManager.GetString("TODO_colon_uncomment_the_following_line_if_the_finalizer_is_overridden_above", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to try block. - /// - internal static string try_block { - get { - return ResourceManager.GetString("try_block", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to tuple. - /// - internal static string tuple { - get { - return ResourceManager.GetString("tuple", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to unchecked statement. - /// - internal static string unchecked_statement { - get { - return ResourceManager.GetString("unchecked_statement", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Unseal class '{0}'. - /// - internal static string Unseal_class_0 { - get { - return ResourceManager.GetString("Unseal_class_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Upgrade all C# projects to language version '{0}'. - /// - internal static string Upgrade_all_csharp_projects_to_language_version_0 { - get { - return ResourceManager.GetString("Upgrade_all_csharp_projects_to_language_version_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Upgrade this project to C# language version '{0}'. - /// - internal static string Upgrade_this_project_to_csharp_language_version_0 { - get { - return ResourceManager.GetString("Upgrade_this_project_to_csharp_language_version_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use '{0}'. - /// - internal static string Use_0 { - get { - return ResourceManager.GetString("Use_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use explicit type. - /// - internal static string Use_explicit_type { - get { - return ResourceManager.GetString("Use_explicit_type", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use explicit type instead of 'var'. - /// - internal static string Use_explicit_type_instead_of_var { - get { - return ResourceManager.GetString("Use_explicit_type_instead_of_var", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use implicit type. - /// - internal static string Use_implicit_type { - get { - return ResourceManager.GetString("Use_implicit_type", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use 'is null' check. - /// - internal static string Use_is_null_check { - get { - return ResourceManager.GetString("Use_is_null_check", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use 'switch' expression. - /// - internal static string Use_switch_expression { - get { - return ResourceManager.GetString("Use_switch_expression", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to use 'var' instead of explicit type. - /// - internal static string use_var_instead_of_explicit_type { - get { - return ResourceManager.GetString("use_var_instead_of_explicit_type", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to using declaration. - /// - internal static string using_declaration { - get { - return ResourceManager.GetString("using_declaration", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to using directive. - /// - internal static string using_directive { - get { - return ResourceManager.GetString("using_directive", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Using directive is unnecessary.. - /// - internal static string Using_directive_is_unnecessary { - get { - return ResourceManager.GetString("Using_directive_is_unnecessary", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Using directives must be placed inside of a namespace declaration. - /// - internal static string Using_directives_must_be_placed_inside_of_a_namespace_declaration { - get { - return ResourceManager.GetString("Using_directives_must_be_placed_inside_of_a_namespace_declaration", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Using directives must be placed outside of a namespace declaration. - /// - internal static string Using_directives_must_be_placed_outside_of_a_namespace_declaration { - get { - return ResourceManager.GetString("Using_directives_must_be_placed_outside_of_a_namespace_declaration", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to using namespace. - /// - internal static string using_namespace { - get { - return ResourceManager.GetString("using_namespace", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to using statement. - /// - internal static string using_statement { - get { - return ResourceManager.GetString("using_statement", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Warning: Adding parameters to local function declaration may produce invalid code.. - /// - internal static string Warning_colon_Adding_parameters_to_local_function_declaration_may_produce_invalid_code { - get { - return ResourceManager.GetString("Warning_colon_Adding_parameters_to_local_function_declaration_may_produce_invalid" + - "_code", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Warning: Moving using directives may change code meaning.. - /// - internal static string Warning_colon_Moving_using_directives_may_change_code_meaning { - get { - return ResourceManager.GetString("Warning_colon_Moving_using_directives_may_change_code_meaning", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Warning: Inlining temporary into conditional method call.. - /// - internal static string Warning_Inlining_temporary_into_conditional_method_call { - get { - return ResourceManager.GetString("Warning_Inlining_temporary_into_conditional_method_call", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to where clause. - /// - internal static string where_clause { - get { - return ResourceManager.GetString("where_clause", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to yield break statement. - /// - internal static string yield_break_statement { - get { - return ResourceManager.GetString("yield_break_statement", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to yield return statement. - /// - internal static string yield_return_statement { - get { - return ResourceManager.GetString("yield_return_statement", resourceCulture); - } - } - } -} diff --git a/src/Features/CSharp/Portable/Microsoft.CodeAnalysis.CSharp.Features.csproj b/src/Features/CSharp/Portable/Microsoft.CodeAnalysis.CSharp.Features.csproj index f34a6e41dc567..70d779f8b6ae0 100644 --- a/src/Features/CSharp/Portable/Microsoft.CodeAnalysis.CSharp.Features.csproj +++ b/src/Features/CSharp/Portable/Microsoft.CodeAnalysis.CSharp.Features.csproj @@ -51,18 +51,9 @@ InternalUtilities\LambdaUtilities.cs - - True - True - CSharpFeaturesResources.resx - - - ResXFileCodeGenerator - Designer - CSharpFeaturesResources.Designer.cs - + diff --git a/src/Features/Core/Portable/CodeFixes/ImplementAbstractClass/AbstractImplementAbstractClassCodeFixProvider.cs b/src/Features/Core/Portable/CodeFixes/ImplementAbstractClass/AbstractImplementAbstractClassCodeFixProvider.cs index 522339ab814c6..edda60b2c2dff 100644 --- a/src/Features/Core/Portable/CodeFixes/ImplementAbstractClass/AbstractImplementAbstractClassCodeFixProvider.cs +++ b/src/Features/Core/Portable/CodeFixes/ImplementAbstractClass/AbstractImplementAbstractClassCodeFixProvider.cs @@ -72,7 +72,7 @@ public sealed override async Task RegisterCodeFixesAsync(CodeFixContext context) private static string GetCodeActionId(string assemblyName, string abstractTypeFullyQualifiedName) { - return FeaturesResources.Implement_Abstract_Class + ";" + + return FeaturesResources.Implement_abstract_class + ";" + assemblyName + ";" + abstractTypeFullyQualifiedName; } @@ -87,7 +87,7 @@ private Task ImplementAbstractClassAsync( private class MyCodeAction : CodeAction.DocumentChangeAction { public MyCodeAction(Func> createChangedDocument, string id) - : base(FeaturesResources.Implement_Abstract_Class, createChangedDocument, id) + : base(FeaturesResources.Implement_abstract_class, createChangedDocument, id) { } } diff --git a/src/Features/Core/Portable/FeaturesResources.Designer.cs b/src/Features/Core/Portable/FeaturesResources.Designer.cs deleted file mode 100644 index 4e4f24ee065c7..0000000000000 --- a/src/Features/Core/Portable/FeaturesResources.Designer.cs +++ /dev/null @@ -1,4990 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace Microsoft.CodeAnalysis { - using System; - - - /// - /// A strongly-typed resource class, for looking up localized strings, etc. - /// - // This class was auto-generated by the StronglyTypedResourceBuilder - // class via a tool like ResGen or Visual Studio. - // To add or remove a member, edit your .ResX file then rerun ResGen - // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - internal class FeaturesResources { - - private static global::System.Resources.ResourceManager resourceMan; - - private static global::System.Globalization.CultureInfo resourceCulture; - - [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] - internal FeaturesResources() { - } - - /// - /// Returns the cached ResourceManager instance used by this class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Resources.ResourceManager ResourceManager { - get { - if (object.ReferenceEquals(resourceMan, null)) { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.CodeAnalysis.FeaturesResources", typeof(FeaturesResources).Assembly); - resourceMan = temp; - } - return resourceMan; - } - } - - /// - /// Overrides the current thread's CurrentUICulture property for all - /// resource lookups using this strongly typed resource class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Globalization.CultureInfo Culture { - get { - return resourceCulture; - } - set { - resourceCulture = value; - } - } - - /// - /// Looks up a localized string similar to {0} - {1}. - /// - internal static string _0_1 { - get { - return ResourceManager.GetString("_0_1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to {0} can be simplified. - /// - internal static string _0_can_be_simplified { - get { - return ResourceManager.GetString("_0_can_be_simplified", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to {0} Keyword. - /// - internal static string _0_Keyword { - get { - return ResourceManager.GetString("_0_Keyword", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Accessibility modifiers required. - /// - internal static string Accessibility_modifiers_required { - get { - return ResourceManager.GetString("Accessibility_modifiers_required", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Accessing captured variable '{0}' that hasn't been accessed before in {1} will prevent the debug session from continuing.. - /// - internal static string Accessing_captured_variable_0_that_hasn_t_been_accessed_before_in_1_will_prevent_the_debug_session_from_continuing { - get { - return ResourceManager.GetString("Accessing_captured_variable_0_that_hasn_t_been_accessed_before_in_1_will_prevent_" + - "the_debug_session_from_continuing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Actions can not be empty.. - /// - internal static string Actions_can_not_be_empty { - get { - return ResourceManager.GetString("Actions_can_not_be_empty", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Add accessibility modifiers. - /// - internal static string Add_accessibility_modifiers { - get { - return ResourceManager.GetString("Add_accessibility_modifiers", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Add argument name '{0}'. - /// - internal static string Add_argument_name_0 { - get { - return ResourceManager.GetString("Add_argument_name_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Add argument name '{0}' (including trailing arguments). - /// - internal static string Add_argument_name_0_including_trailing_arguments { - get { - return ResourceManager.GetString("Add_argument_name_0_including_trailing_arguments", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Add both. - /// - internal static string Add_both { - get { - return ResourceManager.GetString("Add_both", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Add braces. - /// - internal static string Add_braces { - get { - return ResourceManager.GetString("Add_braces", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Add default case. - /// - internal static string Add_default_case { - get { - return ResourceManager.GetString("Add_default_case", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Add document '{0}'. - /// - internal static string Add_document_0 { - get { - return ResourceManager.GetString("Add_document_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Add file banner. - /// - internal static string Add_file_banner { - get { - return ResourceManager.GetString("Add_file_banner", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Add member name. - /// - internal static string Add_member_name { - get { - return ResourceManager.GetString("Add_member_name", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Add missing cases. - /// - internal static string Add_missing_cases { - get { - return ResourceManager.GetString("Add_missing_cases", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Add missing param nodes. - /// - internal static string Add_missing_param_nodes { - get { - return ResourceManager.GetString("Add_missing_param_nodes", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Add null check. - /// - internal static string Add_null_check { - get { - return ResourceManager.GetString("Add_null_check", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Add null checks. - /// - internal static string Add_null_checks { - get { - return ResourceManager.GetString("Add_null_checks", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Add null checks for all parameters. - /// - internal static string Add_null_checks_for_all_parameters { - get { - return ResourceManager.GetString("Add_null_checks_for_all_parameters", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Add optional parameter to constructor. - /// - internal static string Add_optional_parameter_to_constructor { - get { - return ResourceManager.GetString("Add_optional_parameter_to_constructor", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Add optional parameters to '{0}'. - /// - internal static string Add_optional_parameters_to_0 { - get { - return ResourceManager.GetString("Add_optional_parameters_to_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Add parameter to '{0}'. - /// - internal static string Add_parameter_to_0 { - get { - return ResourceManager.GetString("Add_parameter_to_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Add parameter to '{0}' (and overrides/implementations). - /// - internal static string Add_parameter_to_0_and_overrides_implementations { - get { - return ResourceManager.GetString("Add_parameter_to_0_and_overrides_implementations", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Add parameter to constructor. - /// - internal static string Add_parameter_to_constructor { - get { - return ResourceManager.GetString("Add_parameter_to_constructor", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Add parameters to '{0}'. - /// - internal static string Add_parameters_to_0 { - get { - return ResourceManager.GetString("Add_parameters_to_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Add parentheses for clarity. - /// - internal static string Add_parentheses_for_clarity { - get { - return ResourceManager.GetString("Add_parentheses_for_clarity", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Add project reference to '{0}'.. - /// - internal static string Add_project_reference_to_0 { - get { - return ResourceManager.GetString("Add_project_reference_to_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Add readonly modifier. - /// - internal static string Add_readonly_modifier { - get { - return ResourceManager.GetString("Add_readonly_modifier", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Add reference to '{0}'.. - /// - internal static string Add_reference_to_0 { - get { - return ResourceManager.GetString("Add_reference_to_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Add 'string.IsNullOrEmpty' check. - /// - internal static string Add_string_IsNullOrEmpty_check { - get { - return ResourceManager.GetString("Add_string_IsNullOrEmpty_check", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Add 'string.IsNullOrWhiteSpace' check. - /// - internal static string Add_string_IsNullOrWhiteSpace_check { - get { - return ResourceManager.GetString("Add_string_IsNullOrWhiteSpace_check", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Add 'this' or 'Me' qualification.. - /// - internal static string Add_this_or_Me_qualification { - get { - return ResourceManager.GetString("Add_this_or_Me_qualification", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Add to '{0}'. - /// - internal static string Add_to_0 { - get { - return ResourceManager.GetString("Add_to_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Add tuple element name '{0}'. - /// - internal static string Add_tuple_element_name_0 { - get { - return ResourceManager.GetString("Add_tuple_element_name_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Adding '{0}' around an active statement will prevent the debug session from continuing.. - /// - internal static string Adding_0_around_an_active_statement_will_prevent_the_debug_session_from_continuing { - get { - return ResourceManager.GetString("Adding_0_around_an_active_statement_will_prevent_the_debug_session_from_continuin" + - "g", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Adding '{0}' into a '{1}' will prevent the debug session from continuing.. - /// - internal static string Adding_0_into_a_1_will_prevent_the_debug_session_from_continuing { - get { - return ResourceManager.GetString("Adding_0_into_a_1_will_prevent_the_debug_session_from_continuing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Adding '{0}' into a class with explicit or sequential layout will prevent the debug session from continuing.. - /// - internal static string Adding_0_into_a_class_with_explicit_or_sequential_layout_will_prevent_the_debug_session_from_continuing { - get { - return ResourceManager.GetString("Adding_0_into_a_class_with_explicit_or_sequential_layout_will_prevent_the_debug_s" + - "ession_from_continuing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Adding '{0}' into an interface method will prevent the debug session from continuing.. - /// - internal static string Adding_0_into_an_interface_method_will_prevent_the_debug_session_from_continuing { - get { - return ResourceManager.GetString("Adding_0_into_an_interface_method_will_prevent_the_debug_session_from_continuing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Adding '{0}' into an interface will prevent the debug session from continuing.. - /// - internal static string Adding_0_into_an_interface_will_prevent_the_debug_session_from_continuing { - get { - return ResourceManager.GetString("Adding_0_into_an_interface_will_prevent_the_debug_session_from_continuing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Adding '{0}' that accesses captured variables '{1}' and '{2}' declared in different scopes will prevent the debug session from continuing.. - /// - internal static string Adding_0_that_accesses_captured_variables_1_and_2_declared_in_different_scopes_will_prevent_the_debug_session_from_continuing { - get { - return ResourceManager.GetString("Adding_0_that_accesses_captured_variables_1_and_2_declared_in_different_scopes_wi" + - "ll_prevent_the_debug_session_from_continuing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Adding '{0}' will prevent the debug session from continuing.. - /// - internal static string Adding_0_will_prevent_the_debug_session_from_continuing { - get { - return ResourceManager.GetString("Adding_0_will_prevent_the_debug_session_from_continuing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Adding '{0}' with the Handles clause will prevent the debug session from continuing.. - /// - internal static string Adding_0_with_the_Handles_clause_will_prevent_the_debug_session_from_continuing { - get { - return ResourceManager.GetString("Adding_0_with_the_Handles_clause_will_prevent_the_debug_session_from_continuing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Adding a constructor to a type with a field or property initializer that contains an anonymous function will prevent the debug session from continuing.. - /// - internal static string Adding_a_constructor_to_a_type_with_a_field_or_property_initializer_that_contains_an_anonymous_function_will_prevent_the_debug_session_from_continuing { - get { - return ResourceManager.GetString("Adding_a_constructor_to_a_type_with_a_field_or_property_initializer_that_contains" + - "_an_anonymous_function_will_prevent_the_debug_session_from_continuing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Adding a generic '{0}' will prevent the debug session from continuing.. - /// - internal static string Adding_a_generic_0_will_prevent_the_debug_session_from_continuing { - get { - return ResourceManager.GetString("Adding_a_generic_0_will_prevent_the_debug_session_from_continuing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Adding a method body will prevent the debug session from continuing.. - /// - internal static string Adding_a_method_body_will_prevent_the_debug_session_from_continuing { - get { - return ResourceManager.GetString("Adding_a_method_body_will_prevent_the_debug_session_from_continuing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Adding a MustOverride '{0}' or overriding an inherited '{0}' will prevent the debug session from continuing.. - /// - internal static string Adding_a_MustOverride_0_or_overriding_an_inherited_0_will_prevent_the_debug_session_from_continuing { - get { - return ResourceManager.GetString("Adding_a_MustOverride_0_or_overriding_an_inherited_0_will_prevent_the_debug_sessi" + - "on_from_continuing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Adding a new file will prevent the debug session from continuing.. - /// - internal static string Adding_a_new_file_will_prevent_the_debug_session_from_continuing { - get { - return ResourceManager.GetString("Adding_a_new_file_will_prevent_the_debug_session_from_continuing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Adding a user defined '{0}' will prevent the debug session from continuing.. - /// - internal static string Adding_a_user_defined_0_will_prevent_the_debug_session_from_continuing { - get { - return ResourceManager.GetString("Adding_a_user_defined_0_will_prevent_the_debug_session_from_continuing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Adding an abstract '{0}' or overriding an inherited '{0}' will prevent the debug session from continuing.. - /// - internal static string Adding_an_abstract_0_or_overriding_an_inherited_0_will_prevent_the_debug_session_from_continuing { - get { - return ResourceManager.GetString("Adding_an_abstract_0_or_overriding_an_inherited_0_will_prevent_the_debug_session_" + - "from_continuing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Adding an extern '{0}' will prevent the debug session from continuing.. - /// - internal static string Adding_an_extern_0_will_prevent_the_debug_session_from_continuing { - get { - return ResourceManager.GetString("Adding_an_extern_0_will_prevent_the_debug_session_from_continuing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Adding an imported method will prevent the debug session from continuing.. - /// - internal static string Adding_an_imported_method_will_prevent_the_debug_session_from_continuing { - get { - return ResourceManager.GetString("Adding_an_imported_method_will_prevent_the_debug_session_from_continuing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Adding a method with an explicit interface specifier will prevent the debug session from continuing.. - /// - internal static string Adding_method_with_explicit_interface_specifier_will_prevernt_the_debug_session_from_continuing { - get { - return ResourceManager.GetString("Adding_method_with_explicit_interface_specifier_will_prevernt_the_debug_session_f" + - "rom_continuing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Alias ambiguous type '{0}'. - /// - internal static string Alias_ambiguous_type_0 { - get { - return ResourceManager.GetString("Alias_ambiguous_type_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Align wrapped arguments. - /// - internal static string Align_wrapped_arguments { - get { - return ResourceManager.GetString("Align_wrapped_arguments", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Align wrapped parameters. - /// - internal static string Align_wrapped_parameters { - get { - return ResourceManager.GetString("Align_wrapped_parameters", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to All lowercase. - /// - internal static string All_lowercase { - get { - return ResourceManager.GetString("All_lowercase", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to All uppercase. - /// - internal static string All_uppercase { - get { - return ResourceManager.GetString("All_uppercase", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to An active statement has been removed from its original method. You must revert your changes to continue or restart the debugging session.. - /// - internal static string An_active_statement_has_been_removed_from_its_original_method_You_must_revert_your_changes_to_continue_or_restart_the_debugging_session { - get { - return ResourceManager.GetString("An_active_statement_has_been_removed_from_its_original_method_You_must_revert_you" + - "r_changes_to_continue_or_restart_the_debugging_session", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to An instance of analyzer {0} cannot be created from {1}: {2}.. - /// - internal static string An_instance_of_analyzer_0_cannot_be_created_from_1_colon_2 { - get { - return ResourceManager.GetString("An_instance_of_analyzer_0_cannot_be_created_from_1_colon_2", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Analyzer '{0}' threw an exception of type '{1}' with message '{2}'.. - /// - internal static string Analyzer_0_threw_an_exception_of_type_1_with_message_2 { - get { - return ResourceManager.GetString("Analyzer_0_threw_an_exception_of_type_1_with_message_2", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Analyzer '{0}' threw the following exception: - ///'{1}'.. - /// - internal static string Analyzer_0_threw_the_following_exception_colon_1 { - get { - return ResourceManager.GetString("Analyzer_0_threw_the_following_exception_colon_1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Anonymous Types:. - /// - internal static string Anonymous_Types_colon { - get { - return ResourceManager.GetString("Anonymous_Types_colon", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Argument cannot be empty.. - /// - internal static string Argument_cannot_be_empty { - get { - return ResourceManager.GetString("Argument_cannot_be_empty", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Argument cannot have a null element.. - /// - internal static string Argument_cannot_have_a_null_element { - get { - return ResourceManager.GetString("Argument_cannot_have_a_null_element", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Assembly. - /// - internal static string Assembly { - get { - return ResourceManager.GetString("Assembly", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Assigning to readonly fields must be done in a constructor : [{0}].. - /// - internal static string Assigning_to_readonly_fields_must_be_done_in_a_constructor_colon_bracket_0_bracket { - get { - return ResourceManager.GetString("Assigning_to_readonly_fields_must_be_done_in_a_constructor_colon_bracket_0_bracke" + - "t", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Asynchronous method cannot have ref/out parameters : [{0}]. - /// - internal static string Asynchronous_method_cannot_have_ref_out_parameters_colon_bracket_0_bracket { - get { - return ResourceManager.GetString("Asynchronous_method_cannot_have_ref_out_parameters_colon_bracket_0_bracket", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to attribute. - /// - internal static string attribute { - get { - return ResourceManager.GetString("attribute", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Attribute '{0}' is missing. Updating an async method or an iterator will prevent the debug session from continuing.. - /// - internal static string Attribute_0_is_missing_Updating_an_async_method_or_an_iterator_will_prevent_the_debug_session_from_continuing { - get { - return ResourceManager.GetString("Attribute_0_is_missing_Updating_an_async_method_or_an_iterator_will_prevent_the_d" + - "ebug_session_from_continuing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to auto-property. - /// - internal static string auto_property { - get { - return ResourceManager.GetString("auto_property", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Available. - /// - internal static string Available { - get { - return ResourceManager.GetString("Available", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Avoid unnecessary value assignments in your code, as these likely indicate redundant value computations. If the value computation is not redundant and you intend to retain the assignment, then change the assignment target to a local variable whose name starts with an underscore and is optionally followed by an integer, such as '_', '_1', '_2', etc. These are treated as special discard symbol names.. - /// - internal static string Avoid_unnecessary_value_assignments_in_your_code_as_these_likely_indicate_redundant_value_computations_If_the_value_computation_is_not_redundant_and_you_intend_to_retain_the_assignmentcomma_then_change_the_assignment_target_to_a_local_variable_whose_name_starts_with_an_underscore_and_is_optionally_followed_by_an_integercomma_such_as___comma__1_comma__2_comma_etc { - get { - return ResourceManager.GetString(@"Avoid_unnecessary_value_assignments_in_your_code_as_these_likely_indicate_redundant_value_computations_If_the_value_computation_is_not_redundant_and_you_intend_to_retain_the_assignmentcomma_then_change_the_assignment_target_to_a_local_variable_whose_name_starts_with_an_underscore_and_is_optionally_followed_by_an_integercomma_such_as___comma__1_comma__2_comma_etc", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Avoid unused parameters in your code. If the parameter cannot be removed, then change its name so it starts with an underscore and is optionally followed by an integer, such as '_', '_1', '_2', etc. These are treated as special discard symbol names.. - /// - internal static string Avoid_unused_parameters_in_your_code_If_the_parameter_cannot_be_removed_then_change_its_name_so_it_starts_with_an_underscore_and_is_optionally_followed_by_an_integer_such_as__comma__1_comma__2_etc_These_are_treated_as_special_discard_symbol_names { - get { - return ResourceManager.GetString("Avoid_unused_parameters_in_your_code_If_the_parameter_cannot_be_removed_then_chan" + - "ge_its_name_so_it_starts_with_an_underscore_and_is_optionally_followed_by_an_int" + - "eger_such_as__comma__1_comma__2_etc_These_are_treated_as_special_discard_symbol_" + - "names", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Awaited task returns '{0}'. - /// - internal static string Awaited_task_returns_0 { - get { - return ResourceManager.GetString("Awaited_task_returns_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Awaited task returns no value. - /// - internal static string Awaited_task_returns_no_value { - get { - return ResourceManager.GetString("Awaited_task_returns_no_value", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to can't not construct final tree. - /// - internal static string can_t_not_construct_final_tree { - get { - return ResourceManager.GetString("can_t_not_construct_final_tree", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot apply changes -- unexpected error: '{0}'. - /// - internal static string CannotApplyChangesUnexpectedError { - get { - return ResourceManager.GetString("CannotApplyChangesUnexpectedError", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Capturing variable '{0}' that hasn't been captured before will prevent the debug session from continuing.. - /// - internal static string Capturing_variable_0_that_hasn_t_been_captured_before_will_prevent_the_debug_session_from_continuing { - get { - return ResourceManager.GetString("Capturing_variable_0_that_hasn_t_been_captured_before_will_prevent_the_debug_sess" + - "ion_from_continuing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Ceasing to access captured variable '{0}' in {1} will prevent the debug session from continuing.. - /// - internal static string Ceasing_to_access_captured_variable_0_in_1_will_prevent_the_debug_session_from_continuing { - get { - return ResourceManager.GetString("Ceasing_to_access_captured_variable_0_in_1_will_prevent_the_debug_session_from_co" + - "ntinuing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Ceasing to capture variable '{0}' will prevent the debug session from continuing.. - /// - internal static string Ceasing_to_capture_variable_0_will_prevent_the_debug_session_from_continuing { - get { - return ResourceManager.GetString("Ceasing_to_capture_variable_0_will_prevent_the_debug_session_from_continuing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Change '{0}' to '{1}'.. - /// - internal static string Change_0_to_1 { - get { - return ResourceManager.GetString("Change_0_to_1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Change namespace to '{0}'. - /// - internal static string Change_namespace_to_0 { - get { - return ResourceManager.GetString("Change_namespace_to_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Change signature.... - /// - internal static string Change_signature { - get { - return ResourceManager.GetString("Change_signature", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Change to global namespace. - /// - internal static string Change_to_global_namespace { - get { - return ResourceManager.GetString("Change_to_global_namespace", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Changes to expression trees may result in behavior changes at runtime. - /// - internal static string Changes_to_expression_trees_may_result_in_behavior_changes_at_runtime { - get { - return ResourceManager.GetString("Changes_to_expression_trees_may_result_in_behavior_changes_at_runtime", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Changes are not allowed while stopped at exception. - /// - internal static string ChangesDisallowedWhileStoppedAtException { - get { - return ResourceManager.GetString("ChangesDisallowedWhileStoppedAtException", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Changes made in project '{0}' will not be applied while the application is running. - /// - internal static string ChangesNotAppliedWhileRunning { - get { - return ResourceManager.GetString("ChangesNotAppliedWhileRunning", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Changing '{0}' from asynchronous to synchronous will prevent the debug session from continuing.. - /// - internal static string Changing_0_from_asynchronous_to_synchronous_will_prevent_the_debug_session_from_continuing { - get { - return ResourceManager.GetString("Changing_0_from_asynchronous_to_synchronous_will_prevent_the_debug_session_from_c" + - "ontinuing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Changing '{0}' to '{1}' will prevent the debug session from continuing because it changes the shape of the state machine.. - /// - internal static string Changing_0_to_1_will_prevent_the_debug_session_from_continuing_because_it_changes_the_shape_of_the_state_machine { - get { - return ResourceManager.GetString("Changing_0_to_1_will_prevent_the_debug_session_from_continuing_because_it_changes" + - "_the_shape_of_the_state_machine", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Changing the constraint from '{0}' to '{1}' will prevent the debug session from continuing.. - /// - internal static string Changing_the_constraint_from_0_to_1_will_prevent_the_debug_session_from_continuing { - get { - return ResourceManager.GetString("Changing_the_constraint_from_0_to_1_will_prevent_the_debug_session_from_continuin" + - "g", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Changing the declaration scope of a captured variable '{0}' will prevent the debug session from continuing.. - /// - internal static string Changing_the_declaration_scope_of_a_captured_variable_0_will_prevent_the_debug_session_from_continuing { - get { - return ResourceManager.GetString("Changing_the_declaration_scope_of_a_captured_variable_0_will_prevent_the_debug_se" + - "ssion_from_continuing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Changing the parameters of '{0}' will prevent the debug session from continuing.. - /// - internal static string Changing_the_parameters_of_0_will_prevent_the_debug_session_from_continuing { - get { - return ResourceManager.GetString("Changing_the_parameters_of_0_will_prevent_the_debug_session_from_continuing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Changing the return type of '{0}' will prevent the debug session from continuing.. - /// - internal static string Changing_the_return_type_of_0_will_prevent_the_debug_session_from_continuing { - get { - return ResourceManager.GetString("Changing_the_return_type_of_0_will_prevent_the_debug_session_from_continuing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Changing the type of '{0}' will prevent the debug session from continuing.. - /// - internal static string Changing_the_type_of_0_will_prevent_the_debug_session_from_continuing { - get { - return ResourceManager.GetString("Changing_the_type_of_0_will_prevent_the_debug_session_from_continuing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Changing the type of a captured variable '{0}' previously of type '{1}' will prevent the debug session from continuing.. - /// - internal static string Changing_the_type_of_a_captured_variable_0_previously_of_type_1_will_prevent_the_debug_session_from_continuing { - get { - return ResourceManager.GetString("Changing_the_type_of_a_captured_variable_0_previously_of_type_1_will_prevent_the_" + - "debug_session_from_continuing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Changing visibility of a constructor will prevent the debug session from continuing.. - /// - internal static string Changing_visibility_of_a_constructor_will_prevent_the_debug_session_from_continuing { - get { - return ResourceManager.GetString("Changing_visibility_of_a_constructor_will_prevent_the_debug_session_from_continui" + - "ng", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to class. - /// - internal static string class_ { - get { - return ResourceManager.GetString("class_", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Classes. - /// - internal static string Classes { - get { - return ResourceManager.GetString("Classes", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Collection initialization can be simplified. - /// - internal static string Collection_initialization_can_be_simplified { - get { - return ResourceManager.GetString("Collection_initialization_can_be_simplified", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Compiler. - /// - internal static string Compiler2 { - get { - return ResourceManager.GetString("Compiler2", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Computing fix all occurrences code fix.... - /// - internal static string Computing_fix_all_occurrences_code_fix { - get { - return ResourceManager.GetString("Computing_fix_all_occurrences_code_fix", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Configure {0} code style. - /// - internal static string Configure_0_code_style { - get { - return ResourceManager.GetString("Configure_0_code_style", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Configure {0} severity. - /// - internal static string Configure_0_severity { - get { - return ResourceManager.GetString("Configure_0_severity", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to const field. - /// - internal static string const_field { - get { - return ResourceManager.GetString("const_field", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to constant. - /// - internal static string constant { - get { - return ResourceManager.GetString("constant", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Constants. - /// - internal static string Constants { - get { - return ResourceManager.GetString("Constants", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to constructor. - /// - internal static string constructor { - get { - return ResourceManager.GetString("constructor", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Convert to binary. - /// - internal static string Convert_to_binary { - get { - return ResourceManager.GetString("Convert_to_binary", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Convert to class. - /// - internal static string Convert_to_class { - get { - return ResourceManager.GetString("Convert_to_class", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Convert to conditional expression. - /// - internal static string Convert_to_conditional_expression { - get { - return ResourceManager.GetString("Convert_to_conditional_expression", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Convert to decimal. - /// - internal static string Convert_to_decimal { - get { - return ResourceManager.GetString("Convert_to_decimal", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Convert to full property. - /// - internal static string Convert_to_full_property { - get { - return ResourceManager.GetString("Convert_to_full_property", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Convert to hex. - /// - internal static string Convert_to_hex { - get { - return ResourceManager.GetString("Convert_to_hex", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Convert to interpolated string. - /// - internal static string Convert_to_interpolated_string { - get { - return ResourceManager.GetString("Convert_to_interpolated_string", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Convert to LINQ. - /// - internal static string Convert_to_linq { - get { - return ResourceManager.GetString("Convert_to_linq", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Convert to LINQ (call form). - /// - internal static string Convert_to_linq_call_form { - get { - return ResourceManager.GetString("Convert_to_linq_call_form", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Convert to struct. - /// - internal static string Convert_to_struct { - get { - return ResourceManager.GetString("Convert_to_struct", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Convert to tuple. - /// - internal static string Convert_to_tuple { - get { - return ResourceManager.GetString("Convert_to_tuple", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Could not extract interface: The selection is not inside a class/interface/struct.. - /// - internal static string Could_not_extract_interface_colon_The_selection_is_not_inside_a_class_interface_struct { - get { - return ResourceManager.GetString("Could_not_extract_interface_colon_The_selection_is_not_inside_a_class_interface_s" + - "truct", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Could not extract interface: The type does not contain any member that can be extracted to an interface.. - /// - internal static string Could_not_extract_interface_colon_The_type_does_not_contain_any_member_that_can_be_extracted_to_an_interface { - get { - return ResourceManager.GetString("Could_not_extract_interface_colon_The_type_does_not_contain_any_member_that_can_b" + - "e_extracted_to_an_interface", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Create and initialize field '{0}'. - /// - internal static string Create_and_initialize_field_0 { - get { - return ResourceManager.GetString("Create_and_initialize_field_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Create and initialize property '{0}'. - /// - internal static string Create_and_initialize_property_0 { - get { - return ResourceManager.GetString("Create_and_initialize_property_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Deconstruct variable declaration. - /// - internal static string Deconstruct_variable_declaration { - get { - return ResourceManager.GetString("Deconstruct_variable_declaration", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 'default' expression can be simplified. - /// - internal static string default_expression_can_be_simplified { - get { - return ResourceManager.GetString("default_expression_can_be_simplified", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to delegate. - /// - internal static string delegate_ { - get { - return ResourceManager.GetString("delegate_", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Delegates. - /// - internal static string Delegates { - get { - return ResourceManager.GetString("Delegates", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Deleting '{0}' around an active statement will prevent the debug session from continuing.. - /// - internal static string Deleting_0_around_an_active_statement_will_prevent_the_debug_session_from_continuing { - get { - return ResourceManager.GetString("Deleting_0_around_an_active_statement_will_prevent_the_debug_session_from_continu" + - "ing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Deleting '{0}' will prevent the debug session from continuing.. - /// - internal static string Deleting_0_will_prevent_the_debug_session_from_continuing { - get { - return ResourceManager.GetString("Deleting_0_will_prevent_the_debug_session_from_continuing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Deleting a method body will prevent the debug session from continuing.. - /// - internal static string Deleting_a_method_body_will_prevent_the_debug_session_from_continuing { - get { - return ResourceManager.GetString("Deleting_a_method_body_will_prevent_the_debug_session_from_continuing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Deleting captured variable '{0}' will prevent the debug session from continuing.. - /// - internal static string Deleting_captured_variable_0_will_prevent_the_debug_session_from_continuing { - get { - return ResourceManager.GetString("Deleting_captured_variable_0_will_prevent_the_debug_session_from_continuing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to discard. - /// - internal static string discard { - get { - return ResourceManager.GetString("discard", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Disposable field '{0}' is never disposed. - /// - internal static string Disposable_field_0_is_never_disposed { - get { - return ResourceManager.GetString("Disposable_field_0_is_never_disposed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Disposable fields should be disposed. - /// - internal static string Disposable_fields_should_be_disposed { - get { - return ResourceManager.GetString("Disposable_fields_should_be_disposed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Disposable object created by '{0}' is never disposed. - /// - internal static string Disposable_object_created_by_0_is_never_disposed { - get { - return ResourceManager.GetString("Disposable_object_created_by_0_is_never_disposed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A type that implements System.IDisposable declares fields that are of types that also implement IDisposable. The Dispose method of the field is not called by the Dispose method of the declaring type. To fix a violation of this rule, call Dispose on fields that are of types that implement IDisposable if you are responsible for allocating and releasing the unmanaged resources held by the field.. - /// - internal static string DisposableFieldsShouldBeDisposedDescription { - get { - return ResourceManager.GetString("DisposableFieldsShouldBeDisposedDescription", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Dispose objects before losing scope. - /// - internal static string Dispose_objects_before_losing_scope { - get { - return ResourceManager.GetString("Dispose_objects_before_losing_scope", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Document. - /// - internal static string Document { - get { - return ResourceManager.GetString("Document", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The current content of source file '{0}' does not match the built source. Any changes made to this file while debugging won't be applied until its content matches the built source.. - /// - internal static string DocumentIsOutOfSyncWithDebuggee { - get { - return ResourceManager.GetString("DocumentIsOutOfSyncWithDebuggee", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Edit and Continue. - /// - internal static string EditAndContinue { - get { - return ResourceManager.GetString("EditAndContinue", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Edit and Continue disallowed by module. - /// - internal static string EditAndContinueDisallowedByModule { - get { - return ResourceManager.GetString("EditAndContinueDisallowedByModule", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Changes made in project '{0}' will prevent the debug session from continuing: {1}. - /// - internal static string EditAndContinueDisallowedByProject { - get { - return ResourceManager.GetString("EditAndContinueDisallowedByProject", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Encapsulate field: '{0}' (and use property). - /// - internal static string Encapsulate_field_colon_0_and_use_property { - get { - return ResourceManager.GetString("Encapsulate_field_colon_0_and_use_property", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Encapsulate field: '{0}' (but still use field). - /// - internal static string Encapsulate_field_colon_0_but_still_use_field { - get { - return ResourceManager.GetString("Encapsulate_field_colon_0_but_still_use_field", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Encapsulate fields (and use property). - /// - internal static string Encapsulate_fields_and_use_property { - get { - return ResourceManager.GetString("Encapsulate_fields_and_use_property", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Encapsulate fields (but still use field). - /// - internal static string Encapsulate_fields_but_still_use_field { - get { - return ResourceManager.GetString("Encapsulate_fields_but_still_use_field", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to enum. - /// - internal static string enum_ { - get { - return ResourceManager.GetString("enum_", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to enum value. - /// - internal static string enum_value { - get { - return ResourceManager.GetString("enum_value", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Enums. - /// - internal static string Enums { - get { - return ResourceManager.GetString("Enums", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Error while reading file '{0}': {1}. - /// - internal static string ErrorReadingFile { - get { - return ResourceManager.GetString("ErrorReadingFile", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to event. - /// - internal static string event_ { - get { - return ResourceManager.GetString("event_", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to event accessor. - /// - internal static string event_accessor { - get { - return ResourceManager.GetString("event_accessor", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Events. - /// - internal static string Events { - get { - return ResourceManager.GetString("Events", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Exceptions:. - /// - internal static string Exceptions_colon { - get { - return ResourceManager.GetString("Exceptions_colon", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Expression value is never used. - /// - internal static string Expression_value_is_never_used { - get { - return ResourceManager.GetString("Expression_value_is_never_used", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Extension methods. - /// - internal static string Extension_methods { - get { - return ResourceManager.GetString("Extension_methods", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Extract interface.... - /// - internal static string Extract_interface { - get { - return ResourceManager.GetString("Extract_interface", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Extract local function. - /// - internal static string Extract_local_function { - get { - return ResourceManager.GetString("Extract_local_function", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Extract method. - /// - internal static string Extract_method { - get { - return ResourceManager.GetString("Extract_method", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Extract method + local. - /// - internal static string Extract_method_plus_local { - get { - return ResourceManager.GetString("Extract_method_plus_local", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Failed to analyze data-flow for: {0}. - /// - internal static string Failed_to_analyze_data_flow_for_0 { - get { - return ResourceManager.GetString("Failed_to_analyze_data_flow_for_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to field. - /// - internal static string field { - get { - return ResourceManager.GetString("field", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Fields. - /// - internal static string Fields { - get { - return ResourceManager.GetString("Fields", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Find and install latest version. - /// - internal static string Find_and_install_latest_version { - get { - return ResourceManager.GetString("Find_and_install_latest_version", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Find and install latest version of '{0}'. - /// - internal static string Find_and_install_latest_version_of_0 { - get { - return ResourceManager.GetString("Find_and_install_latest_version_of_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to First word capitalized. - /// - internal static string First_word_capitalized { - get { - return ResourceManager.GetString("First_word_capitalized", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Fix all occurrences. - /// - internal static string Fix_all_occurrences { - get { - return ResourceManager.GetString("Fix_all_occurrences", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Fix formatting. - /// - internal static string Fix_formatting { - get { - return ResourceManager.GetString("Fix_formatting", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Fix Name Violation: {0}. - /// - internal static string Fix_Name_Violation_colon_0 { - get { - return ResourceManager.GetString("Fix_Name_Violation_colon_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Fix typo '{0}'. - /// - internal static string Fix_typo_0 { - get { - return ResourceManager.GetString("Fix_typo_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Format string contains invalid placeholder. - /// - internal static string Format_string_contains_invalid_placeholder { - get { - return ResourceManager.GetString("Format_string_contains_invalid_placeholder", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Formatting document. - /// - internal static string Formatting_document { - get { - return ResourceManager.GetString("Formatting_document", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to from {0}. - /// - internal static string from_0 { - get { - return ResourceManager.GetString("from_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Fully qualify '{0}'. - /// - internal static string Fully_qualify_0 { - get { - return ResourceManager.GetString("Fully_qualify_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Generate {0} '{1}'. - /// - internal static string Generate_0_1 { - get { - return ResourceManager.GetString("Generate_0_1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Generate {0} '{1}' in new file. - /// - internal static string Generate_0_1_in_new_file { - get { - return ResourceManager.GetString("Generate_0_1_in_new_file", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Generate abstract method '{1}.{0}'. - /// - internal static string Generate_abstract_method_1_0 { - get { - return ResourceManager.GetString("Generate_abstract_method_1_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Generate abstract property '{1}.{0}'. - /// - internal static string Generate_abstract_property_1_0 { - get { - return ResourceManager.GetString("Generate_abstract_property_1_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Generate all. - /// - internal static string Generate_all { - get { - return ResourceManager.GetString("Generate_all", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Generate constant '{1}.{0}'. - /// - internal static string Generate_constant_1_0 { - get { - return ResourceManager.GetString("Generate_constant_1_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Generate constructor.... - /// - internal static string Generate_constructor { - get { - return ResourceManager.GetString("Generate_constructor", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Generate constructor '{0}({1})'. - /// - internal static string Generate_constructor_0_1 { - get { - return ResourceManager.GetString("Generate_constructor_0_1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Generate constructor in '{0}'. - /// - internal static string Generate_constructor_in_0 { - get { - return ResourceManager.GetString("Generate_constructor_in_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Generate constructor in '{0}' (without fields). - /// - internal static string Generate_constructor_in_0_without_fields { - get { - return ResourceManager.GetString("Generate_constructor_in_0_without_fields", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Generate delegating constructor '{0}({1})'. - /// - internal static string Generate_delegating_constructor_0_1 { - get { - return ResourceManager.GetString("Generate_delegating_constructor_0_1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Generate enum member '{1}.{0}'. - /// - internal static string Generate_enum_member_1_0 { - get { - return ResourceManager.GetString("Generate_enum_member_1_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Generate Equals and GetHashCode. - /// - internal static string Generate_Equals_and_GetHashCode { - get { - return ResourceManager.GetString("Generate_Equals_and_GetHashCode", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Generate Equals(object). - /// - internal static string Generate_Equals_object { - get { - return ResourceManager.GetString("Generate_Equals_object", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Generate field '{1}.{0}'. - /// - internal static string Generate_field_1_0 { - get { - return ResourceManager.GetString("Generate_field_1_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Generate field assigning constructor '{0}({1})'. - /// - internal static string Generate_field_assigning_constructor_0_1 { - get { - return ResourceManager.GetString("Generate_field_assigning_constructor_0_1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Generate GetHashCode(). - /// - internal static string Generate_GetHashCode { - get { - return ResourceManager.GetString("Generate_GetHashCode", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Generate local '{0}'. - /// - internal static string Generate_local_0 { - get { - return ResourceManager.GetString("Generate_local_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Generate method '{1}.{0}'. - /// - internal static string Generate_method_1_0 { - get { - return ResourceManager.GetString("Generate_method_1_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Generate nested {0} '{1}'. - /// - internal static string Generate_nested_0_1 { - get { - return ResourceManager.GetString("Generate_nested_0_1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Generate new type.... - /// - internal static string Generate_new_type { - get { - return ResourceManager.GetString("Generate_new_type", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Generate operators. - /// - internal static string Generate_operators { - get { - return ResourceManager.GetString("Generate_operators", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Generate overrides.... - /// - internal static string Generate_overrides { - get { - return ResourceManager.GetString("Generate_overrides", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Generate parameter '{0}'. - /// - internal static string Generate_parameter_0 { - get { - return ResourceManager.GetString("Generate_parameter_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Generate parameter '{0}' (and overrides/implementations). - /// - internal static string Generate_parameter_0_and_overrides_implementations { - get { - return ResourceManager.GetString("Generate_parameter_0_and_overrides_implementations", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Generate property '{1}.{0}'. - /// - internal static string Generate_property_1_0 { - get { - return ResourceManager.GetString("Generate_property_1_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Generate read-only field '{1}.{0}'. - /// - internal static string Generate_read_only_field_1_0 { - get { - return ResourceManager.GetString("Generate_read_only_field_1_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Generate read-only property '{1}.{0}'. - /// - internal static string Generate_read_only_property_1_0 { - get { - return ResourceManager.GetString("Generate_read_only_property_1_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Generate type '{0}'. - /// - internal static string Generate_type_0 { - get { - return ResourceManager.GetString("Generate_type_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Generate variable '{0}'. - /// - internal static string Generate_variable_0 { - get { - return ResourceManager.GetString("Generate_variable_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to generated code is overlapping with hidden portion of the code. - /// - internal static string generated_code_is_overlapping_with_hidden_portion_of_the_code { - get { - return ResourceManager.GetString("generated_code_is_overlapping_with_hidden_portion_of_the_code", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to generating source for symbols of this type is not supported. - /// - internal static string generating_source_for_symbols_of_this_type_is_not_supported { - get { - return ResourceManager.GetString("generating_source_for_symbols_of_this_type_is_not_supported", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to generic overload. - /// - internal static string generic_overload { - get { - return ResourceManager.GetString("generic_overload", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to generic overloads. - /// - internal static string generic_overloads { - get { - return ResourceManager.GetString("generic_overloads", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 'GetHashCode' implementation can be simplified. - /// - internal static string GetHashCode_implementation_can_be_simplified { - get { - return ResourceManager.GetString("GetHashCode_implementation_can_be_simplified", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Global Namespace. - /// - internal static string Global_Namespace { - get { - return ResourceManager.GetString("Global_Namespace", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Implement {0}. - /// - internal static string Implement_0 { - get { - return ResourceManager.GetString("Implement_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Implement '{0}' explicitly. - /// - internal static string Implement_0_explicitly { - get { - return ResourceManager.GetString("Implement_0_explicitly", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Implement '{0}' implicitly. - /// - internal static string Implement_0_implicitly { - get { - return ResourceManager.GetString("Implement_0_implicitly", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Implement Abstract Class. - /// - internal static string Implement_Abstract_Class { - get { - return ResourceManager.GetString("Implement_Abstract_Class", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Implement all interfaces explicitly. - /// - internal static string Implement_all_interfaces_explicitly { - get { - return ResourceManager.GetString("Implement all interfaces explicitly", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Implement all interfaces implicitly. - /// - internal static string Implement_all_interfaces_implicitly { - get { - return ResourceManager.GetString("Implement_all_interfaces_implicitly", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Implement explicitly. - /// - internal static string Implement_explicitly { - get { - return ResourceManager.GetString("Implement explicitly", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Implement implicitly. - /// - internal static string Implement_implicitly { - get { - return ResourceManager.GetString("Implement_implicitly", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Implement interface. - /// - internal static string Implement_interface { - get { - return ResourceManager.GetString("Implement_interface", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Implement interface abstractly. - /// - internal static string Implement_interface_abstractly { - get { - return ResourceManager.GetString("Implement_interface_abstractly", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Implement interface explicitly. - /// - internal static string Implement_interface_explicitly { - get { - return ResourceManager.GetString("Implement_interface_explicitly", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Implement interface explicitly with Dispose pattern. - /// - internal static string Implement_interface_explicitly_with_Dispose_pattern { - get { - return ResourceManager.GetString("Implement_interface_explicitly_with_Dispose_pattern", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Implement interface through '{0}'. - /// - internal static string Implement_interface_through_0 { - get { - return ResourceManager.GetString("Implement_interface_through_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Implement interface with Dispose pattern. - /// - internal static string Implement_interface_with_Dispose_pattern { - get { - return ResourceManager.GetString("Implement_interface_with_Dispose_pattern", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to in. - /// - internal static string in_ { - get { - return ResourceManager.GetString("in_", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to in {0} (project {1}). - /// - internal static string in_0_project_1 { - get { - return ResourceManager.GetString("in_0_project_1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to in Source. - /// - internal static string in_Source { - get { - return ResourceManager.GetString("in_Source", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to in Source (attribute). - /// - internal static string in_Source_attribute { - get { - return ResourceManager.GetString("in_Source_attribute", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to in Suppression File. - /// - internal static string in_Suppression_File { - get { - return ResourceManager.GetString("in_Suppression_File", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Indent all arguments. - /// - internal static string Indent_all_arguments { - get { - return ResourceManager.GetString("Indent_all_arguments", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Indent all parameters. - /// - internal static string Indent_all_parameters { - get { - return ResourceManager.GetString("Indent_all_parameters", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Indent wrapped arguments. - /// - internal static string Indent_wrapped_arguments { - get { - return ResourceManager.GetString("Indent_wrapped_arguments", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Indent wrapped parameters. - /// - internal static string Indent_wrapped_parameters { - get { - return ResourceManager.GetString("Indent_wrapped_parameters", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to indexer. - /// - internal static string indexer_ { - get { - return ResourceManager.GetString("indexer_", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Indexing can be simplified. - /// - internal static string Indexing_can_be_simplified { - get { - return ResourceManager.GetString("Indexing_can_be_simplified", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Initialize field '{0}'. - /// - internal static string Initialize_field_0 { - get { - return ResourceManager.GetString("Initialize_field_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Initialize property '{0}'. - /// - internal static string Initialize_property_0 { - get { - return ResourceManager.GetString("Initialize_property_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Inline variable declaration. - /// - internal static string Inline_variable_declaration { - get { - return ResourceManager.GetString("Inline_variable_declaration", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Install '{0} {1}'. - /// - internal static string Install_0_1 { - get { - return ResourceManager.GetString("Install_0_1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Install package '{0}'. - /// - internal static string Install_package_0 { - get { - return ResourceManager.GetString("Install_package_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Install version '{0}'. - /// - internal static string Install_version_0 { - get { - return ResourceManager.GetString("Install_version_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Install with package manager.... - /// - internal static string Install_with_package_manager { - get { - return ResourceManager.GetString("Install_with_package_manager", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to interface. - /// - internal static string interface_ { - get { - return ResourceManager.GetString("interface_", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Interfaces. - /// - internal static string Interfaces { - get { - return ResourceManager.GetString("Interfaces", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Interpolation can be simplified. - /// - internal static string Interpolation_can_be_simplified { - get { - return ResourceManager.GetString("Interpolation_can_be_simplified", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Introduce constant. - /// - internal static string Introduce_constant { - get { - return ResourceManager.GetString("Introduce_constant", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Introduce constant for '{0}'. - /// - internal static string Introduce_constant_for_0 { - get { - return ResourceManager.GetString("Introduce_constant_for_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Introduce constant for all occurrences of '{0}'. - /// - internal static string Introduce_constant_for_all_occurrences_of_0 { - get { - return ResourceManager.GetString("Introduce_constant_for_all_occurrences_of_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Introduce field. - /// - internal static string Introduce_field { - get { - return ResourceManager.GetString("Introduce_field", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Introduce field for '{0}'. - /// - internal static string Introduce_field_for_0 { - get { - return ResourceManager.GetString("Introduce_field_for_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Introduce field for all occurrences of '{0}'. - /// - internal static string Introduce_field_for_all_occurrences_of_0 { - get { - return ResourceManager.GetString("Introduce_field_for_all_occurrences_of_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Introduce local. - /// - internal static string Introduce_local { - get { - return ResourceManager.GetString("Introduce_local", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Introduce local constant for '{0}'. - /// - internal static string Introduce_local_constant_for_0 { - get { - return ResourceManager.GetString("Introduce_local_constant_for_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Introduce local constant for all occurrences of '{0}'. - /// - internal static string Introduce_local_constant_for_all_occurrences_of_0 { - get { - return ResourceManager.GetString("Introduce_local_constant_for_all_occurrences_of_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Introduce local for '{0}'. - /// - internal static string Introduce_local_for_0 { - get { - return ResourceManager.GetString("Introduce_local_for_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Introduce local for all occurrences of '{0}'. - /// - internal static string Introduce_local_for_all_occurrences_of_0 { - get { - return ResourceManager.GetString("Introduce_local_for_all_occurrences_of_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Introduce query variable. - /// - internal static string Introduce_query_variable { - get { - return ResourceManager.GetString("Introduce_query_variable", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Introduce query variable for '{0}'. - /// - internal static string Introduce_query_variable_for_0 { - get { - return ResourceManager.GetString("Introduce_query_variable_for_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Introduce query variable for all occurrences of '{0}'. - /// - internal static string Introduce_query_variable_for_all_occurrences_of_0 { - get { - return ResourceManager.GetString("Introduce_query_variable_for_all_occurrences_of_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Invalid format string. - /// - internal static string Invalid_format_string { - get { - return ResourceManager.GetString("Invalid_format_string", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Invert conditional. - /// - internal static string Invert_conditional { - get { - return ResourceManager.GetString("Invert_conditional", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to is. - /// - internal static string is_ { - get { - return ResourceManager.GetString("is_", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Keywords. - /// - internal static string Keywords { - get { - return ResourceManager.GetString("Keywords", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to label. - /// - internal static string label { - get { - return ResourceManager.GetString("label", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Live. - /// - internal static string Live { - get { - return ResourceManager.GetString("Live", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to local constant. - /// - internal static string local_constant { - get { - return ResourceManager.GetString("local_constant", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to local function. - /// - internal static string local_function { - get { - return ResourceManager.GetString("local_function", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Local function can be made static. - /// - internal static string Local_function_can_be_made_static { - get { - return ResourceManager.GetString("Local_function_can_be_made_static", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to local variable. - /// - internal static string local_variable { - get { - return ResourceManager.GetString("local_variable", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Locals. - /// - internal static string Locals { - get { - return ResourceManager.GetString("Locals", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Locals and parameters. - /// - internal static string Locals_and_parameters { - get { - return ResourceManager.GetString("Locals_and_parameters", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to location unknown. - /// - internal static string location_unknown { - get { - return ResourceManager.GetString("location_unknown", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Make containing scope async. - /// - internal static string Make_containing_scope_async { - get { - return ResourceManager.GetString("Make_containing_scope_async", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Make containing scope async (return Task). - /// - internal static string Make_containing_scope_async_return_Task { - get { - return ResourceManager.GetString("Make_containing_scope_async_return_Task", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Make field readonly. - /// - internal static string Make_field_readonly { - get { - return ResourceManager.GetString("Make_field_readonly", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Make local function 'static'. - /// - internal static string Make_local_function_static { - get { - return ResourceManager.GetString("Make_local_function_static", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Make static. - /// - internal static string Make_member_static { - get { - return ResourceManager.GetString("Make_member_static", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Make method synchronous. - /// - internal static string Make_method_synchronous { - get { - return ResourceManager.GetString("Make_method_synchronous", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Make readonly fields writable. - /// - internal static string Make_readonly_fields_writable { - get { - return ResourceManager.GetString("Make_readonly_fields_writable", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Member name can be simplified. - /// - internal static string Member_name_can_be_simplified { - get { - return ResourceManager.GetString("Member_name_can_be_simplified", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Merge with nested '{0}' statement. - /// - internal static string Merge_with_nested_0_statement { - get { - return ResourceManager.GetString("Merge_with_nested_0_statement", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Merge with next '{0}' statement. - /// - internal static string Merge_with_next_0_statement { - get { - return ResourceManager.GetString("Merge_with_next_0_statement", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Merge with outer '{0}' statement. - /// - internal static string Merge_with_outer_0_statement { - get { - return ResourceManager.GetString("Merge_with_outer_0_statement", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Merge with previous '{0}' statement. - /// - internal static string Merge_with_previous_0_statement { - get { - return ResourceManager.GetString("Merge_with_previous_0_statement", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to method. - /// - internal static string method { - get { - return ResourceManager.GetString("method", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Method referenced implicitly. - /// - internal static string Method_referenced_implicitly { - get { - return ResourceManager.GetString("Method_referenced_implicitly", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to {0} must return a stream that supports read and seek operations.. - /// - internal static string MethodMustReturnStreamThatSupportsReadAndSeek { - get { - return ResourceManager.GetString("MethodMustReturnStreamThatSupportsReadAndSeek", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Methods. - /// - internal static string Methods { - get { - return ResourceManager.GetString("Methods", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Modifiers are not ordered. - /// - internal static string Modifiers_are_not_ordered { - get { - return ResourceManager.GetString("Modifiers_are_not_ordered", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Modifying '{0}' which contains a static variable will prevent the debug session from continuing.. - /// - internal static string Modifying_0_which_contains_a_static_variable_will_prevent_the_debug_session_from_continuing { - get { - return ResourceManager.GetString("Modifying_0_which_contains_a_static_variable_will_prevent_the_debug_session_from_" + - "continuing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Modifying '{0}' which contains a switch expression will prevent the debug session from continuing.. - /// - internal static string Modifying_0_which_contains_a_switch_expression_will_prevent_the_debug_session_from_continuing { - get { - return ResourceManager.GetString("Modifying_0_which_contains_a_switch_expression_will_prevent_the_debug_session_fro" + - "m_continuing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Modifying '{0}' which contains an Aggregate, Group By, or Join query clauses will prevent the debug session from continuing.. - /// - internal static string Modifying_0_which_contains_an_Aggregate_Group_By_or_Join_query_clauses_will_prevent_the_debug_session_from_continuing { - get { - return ResourceManager.GetString("Modifying_0_which_contains_an_Aggregate_Group_By_or_Join_query_clauses_will_preve" + - "nt_the_debug_session_from_continuing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Modifying '{0}' which contains the 'stackalloc' operator will prevent the debug session from continuing.. - /// - internal static string Modifying_0_which_contains_the_stackalloc_operator_will_prevent_the_debug_session_from_continuing { - get { - return ResourceManager.GetString("Modifying_0_which_contains_the_stackalloc_operator_will_prevent_the_debug_session" + - "_from_continuing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Modifying a catch/finally handler with an active statement in the try block will prevent the debug session from continuing.. - /// - internal static string Modifying_a_catch_finally_handler_with_an_active_statement_in_the_try_block_will_prevent_the_debug_session_from_continuing { - get { - return ResourceManager.GetString("Modifying_a_catch_finally_handler_with_an_active_statement_in_the_try_block_will_" + - "prevent_the_debug_session_from_continuing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Modifying a catch handler around an active statement will prevent the debug session from continuing.. - /// - internal static string Modifying_a_catch_handler_around_an_active_statement_will_prevent_the_debug_session_from_continuing { - get { - return ResourceManager.GetString("Modifying_a_catch_handler_around_an_active_statement_will_prevent_the_debug_sessi" + - "on_from_continuing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Modifying a generic method will prevent the debug session from continuing.. - /// - internal static string Modifying_a_generic_method_will_prevent_the_debug_session_from_continuing { - get { - return ResourceManager.GetString("Modifying_a_generic_method_will_prevent_the_debug_session_from_continuing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Modifying a method inside the context of a generic type will prevent the debug session from continuing.. - /// - internal static string Modifying_a_method_inside_the_context_of_a_generic_type_will_prevent_the_debug_session_from_continuing { - get { - return ResourceManager.GetString("Modifying_a_method_inside_the_context_of_a_generic_type_will_prevent_the_debug_se" + - "ssion_from_continuing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Modifying a try/catch/finally statement when the finally block is active will prevent the debug session from continuing.. - /// - internal static string Modifying_a_try_catch_finally_statement_when_the_finally_block_is_active_will_prevent_the_debug_session_from_continuing { - get { - return ResourceManager.GetString("Modifying_a_try_catch_finally_statement_when_the_finally_block_is_active_will_pre" + - "vent_the_debug_session_from_continuing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Modifying an active '{0}' which contains 'On Error' or 'Resume' statements will prevent the debug session from continuing.. - /// - internal static string Modifying_an_active_0_which_contains_On_Error_or_Resume_statements_will_prevent_the_debug_session_from_continuing { - get { - return ResourceManager.GetString("Modifying_an_active_0_which_contains_On_Error_or_Resume_statements_will_prevent_t" + - "he_debug_session_from_continuing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Modifying source file {0} will prevent the debug session from continuing due to internal error: {1}.. - /// - internal static string Modifying_source_file_will_prevent_the_debug_session_from_continuing_due_to_internal_error { - get { - return ResourceManager.GetString("Modifying_source_file_will_prevent_the_debug_session_from_continuing_due_to_inter" + - "nal_error", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Modifying source with experimental language features enabled will prevent the debug session from continuing.. - /// - internal static string Modifying_source_with_experimental_language_features_enabled_will_prevent_the_debug_session_from_continuing { - get { - return ResourceManager.GetString("Modifying_source_with_experimental_language_features_enabled_will_prevent_the_deb" + - "ug_session_from_continuing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Modifying the initializer of '{0}' in a generic type will prevent the debug session from continuing.. - /// - internal static string Modifying_the_initializer_of_0_in_a_generic_type_will_prevent_the_debug_session_from_continuing { - get { - return ResourceManager.GetString("Modifying_the_initializer_of_0_in_a_generic_type_will_prevent_the_debug_session_f" + - "rom_continuing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Modifying the initializer of '{0}' in a partial type will prevent the debug session from continuing.. - /// - internal static string Modifying_the_initializer_of_0_in_a_partial_type_will_prevent_the_debug_session_from_continuing { - get { - return ResourceManager.GetString("Modifying_the_initializer_of_0_in_a_partial_type_will_prevent_the_debug_session_f" + - "rom_continuing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Modifying whitespace or comments in '{0}' inside the context of a generic type will prevent the debug session from continuing.. - /// - internal static string Modifying_whitespace_or_comments_in_0_inside_the_context_of_a_generic_type_will_prevent_the_debug_session_from_continuing { - get { - return ResourceManager.GetString("Modifying_whitespace_or_comments_in_0_inside_the_context_of_a_generic_type_will_p" + - "revent_the_debug_session_from_continuing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Modifying whitespace or comments in a generic '{0}' will prevent the debug session from continuing.. - /// - internal static string Modifying_whitespace_or_comments_in_a_generic_0_will_prevent_the_debug_session_from_continuing { - get { - return ResourceManager.GetString("Modifying_whitespace_or_comments_in_a_generic_0_will_prevent_the_debug_session_fr" + - "om_continuing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Modules. - /// - internal static string Modules { - get { - return ResourceManager.GetString("Modules", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Move contents to namespace.... - /// - internal static string Move_contents_to_namespace { - get { - return ResourceManager.GetString("Move_contents_to_namespace", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Move declaration near reference. - /// - internal static string Move_declaration_near_reference { - get { - return ResourceManager.GetString("Move_declaration_near_reference", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Move file to '{0}'. - /// - internal static string Move_file_to_0 { - get { - return ResourceManager.GetString("Move_file_to_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Move file to project root folder. - /// - internal static string Move_file_to_project_root_folder { - get { - return ResourceManager.GetString("Move_file_to_project_root_folder", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Move to namespace.... - /// - internal static string Move_to_namespace { - get { - return ResourceManager.GetString("Move_to_namespace", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Move type to {0}. - /// - internal static string Move_type_to_0 { - get { - return ResourceManager.GetString("Move_type_to_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Moving '{0}' will prevent the debug session from continuing.. - /// - internal static string Moving_0_will_prevent_the_debug_session_from_continuing { - get { - return ResourceManager.GetString("Moving_0_will_prevent_the_debug_session_from_continuing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to namespace. - /// - internal static string namespace_ { - get { - return ResourceManager.GetString("namespace_", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Namespaces. - /// - internal static string Namespaces { - get { - return ResourceManager.GetString("Namespaces", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Naming rule violation: {0}. - /// - internal static string Naming_rule_violation_0 { - get { - return ResourceManager.GetString("Naming_rule_violation_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Naming Styles. - /// - internal static string Naming_Styles { - get { - return ResourceManager.GetString("Naming_Styles", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Non-invoked method cannot be replaced with property.. - /// - internal static string Non_invoked_method_cannot_be_replaced_with_property { - get { - return ResourceManager.GetString("Non_invoked_method_cannot_be_replaced_with_property", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Not Available. - /// - internal static string Not_Available { - get { - return ResourceManager.GetString("Not_Available", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Note: Tab twice to insert the '{0}' snippet.. - /// - internal static string Note_colon_Tab_twice_to_insert_the_0_snippet { - get { - return ResourceManager.GetString("Note_colon_Tab_twice_to_insert_the_0_snippet", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Null check can be simplified. - /// - internal static string Null_check_can_be_simplified { - get { - return ResourceManager.GetString("Null_check_can_be_simplified", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Object initialization can be simplified. - /// - internal static string Object_initialization_can_be_simplified { - get { - return ResourceManager.GetString("Object_initialization_can_be_simplified", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Only methods with a single argument, which is not an out variable declaration, can be replaced with a property.. - /// - internal static string Only_methods_with_a_single_argument_which_is_not_an_out_variable_declaration_can_be_replaced_with_a_property { - get { - return ResourceManager.GetString("Only_methods_with_a_single_argument_which_is_not_an_out_variable_declaration_can_" + - "be_replaced_with_a_property", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to operator. - /// - internal static string operator_ { - get { - return ResourceManager.GetString("operator_", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Order modifiers. - /// - internal static string Order_modifiers { - get { - return ResourceManager.GetString("Order_modifiers", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to overload. - /// - internal static string overload { - get { - return ResourceManager.GetString("overload", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to overloads. - /// - internal static string overloads_ { - get { - return ResourceManager.GetString("overloads_", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to parameter. - /// - internal static string parameter { - get { - return ResourceManager.GetString("parameter", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Parameter '{0}' can be removed if it is not part of a shipped public API, its initial value is never used. - /// - internal static string Parameter_0_can_be_removed_if_it_is_not_part_of_a_shipped_public_API_its_initial_value_is_never_used { - get { - return ResourceManager.GetString("Parameter_0_can_be_removed_if_it_is_not_part_of_a_shipped_public_API_its_initial_" + - "value_is_never_used", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Parameter '{0}' can be removed, its initial value is never used. - /// - internal static string Parameter_0_can_be_removed_its_initial_value_is_never_used { - get { - return ResourceManager.GetString("Parameter_0_can_be_removed_its_initial_value_is_never_used", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Parameters:. - /// - internal static string Parameters_colon { - get { - return ResourceManager.GetString("Parameters_colon", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Parameters' type or return type cannot be an anonymous type : [{0}]. - /// - internal static string Parameters_type_or_return_type_cannot_be_an_anonymous_type_colon_bracket_0_bracket { - get { - return ResourceManager.GetString("Parameters_type_or_return_type_cannot_be_an_anonymous_type_colon_bracket_0_bracke" + - "t", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to (Unknown). - /// - internal static string paren_Unknown_paren { - get { - return ResourceManager.GetString("paren_Unknown_paren", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Parentheses can be removed. - /// - internal static string Parentheses_can_be_removed { - get { - return ResourceManager.GetString("Parentheses_can_be_removed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Parentheses should be added for clarity. - /// - internal static string Parentheses_should_be_added_for_clarity { - get { - return ResourceManager.GetString("Parentheses_should_be_added_for_clarity", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Pascal Case. - /// - internal static string Pascal_Case { - get { - return ResourceManager.GetString("Pascal_Case", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to <Pending>. - /// - internal static string Pending { - get { - return ResourceManager.GetString("Pending", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Pick members to be used as constructor parameters. - /// - internal static string Pick_members_to_be_used_as_constructor_parameters { - get { - return ResourceManager.GetString("Pick_members_to_be_used_as_constructor_parameters", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Pick members to be used in Equals/GetHashCode. - /// - internal static string Pick_members_to_be_used_in_Equals_GetHashCode { - get { - return ResourceManager.GetString("Pick_members_to_be_used_in_Equals_GetHashCode", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Pick members to override. - /// - internal static string Pick_members_to_override { - get { - return ResourceManager.GetString("Pick_members_to_override", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Prefer explicitly provided tuple element name. - /// - internal static string Prefer_explicitly_provided_tuple_element_name { - get { - return ResourceManager.GetString("Prefer_explicitly_provided_tuple_element_name", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Private member '{0}' can be removed as the value assigned to it is never read.. - /// - internal static string Private_member_0_can_be_removed_as_the_value_assigned_to_it_is_never_read { - get { - return ResourceManager.GetString("Private_member_0_can_be_removed_as_the_value_assigned_to_it_is_never_read", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Private member '{0}' is unused.. - /// - internal static string Private_member_0_is_unused { - get { - return ResourceManager.GetString("Private_member_0_is_unused", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Private method '{0}' can be removed as it is never invoked.. - /// - internal static string Private_method_0_can_be_removed_as_it_is_never_invoked { - get { - return ResourceManager.GetString("Private_method_0_can_be_removed_as_it_is_never_invoked", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Private property '{0}' can be converted to a method as its get accessor is never invoked.. - /// - internal static string Private_property_0_can_be_converted_to_a_method_as_its_get_accessor_is_never_invoked { - get { - return ResourceManager.GetString("Private_property_0_can_be_converted_to_a_method_as_its_get_accessor_is_never_invo" + - "ked", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Project. - /// - internal static string Project { - get { - return ResourceManager.GetString("Project", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to project {0}. - /// - internal static string project_0 { - get { - return ResourceManager.GetString("project_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Properties. - /// - internal static string Properties { - get { - return ResourceManager.GetString("Properties", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to property. - /// - internal static string property_ { - get { - return ResourceManager.GetString("property_", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Property cannot safely be replaced with a method call. - /// - internal static string Property_cannot_safely_be_replaced_with_a_method_call { - get { - return ResourceManager.GetString("Property_cannot_safely_be_replaced_with_a_method_call", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Property referenced implicitly. - /// - internal static string Property_referenced_implicitly { - get { - return ResourceManager.GetString("Property_referenced_implicitly", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Pull '{0}' up. - /// - internal static string Pull_0_up { - get { - return ResourceManager.GetString("Pull_0_up", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Pull '{0}' up to '{1}'. - /// - internal static string Pull_0_up_to_1 { - get { - return ResourceManager.GetString("Pull_0_up_to_1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Pull members up to base type.... - /// - internal static string Pull_members_up_to_base_type { - get { - return ResourceManager.GetString("Pull_members_up_to_base_type", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to range variable. - /// - internal static string range_variable { - get { - return ResourceManager.GetString("range_variable", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Re-triage {0}(currently '{1}'). - /// - internal static string Re_triage_0_currently_1 { - get { - return ResourceManager.GetString("Re_triage_0_currently_1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Related method signatures found in metadata will not be updated.. - /// - internal static string Related_method_signatures_found_in_metadata_will_not_be_updated { - get { - return ResourceManager.GetString("Related_method_signatures_found_in_metadata_will_not_be_updated", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Remarks:. - /// - internal static string Remarks_colon { - get { - return ResourceManager.GetString("Remarks_colon", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Remove document '{0}'. - /// - internal static string Remove_document_0 { - get { - return ResourceManager.GetString("Remove_document_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Remove qualification. - /// - internal static string Remove_qualification { - get { - return ResourceManager.GetString("Remove_qualification", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Remove redundant assignment. - /// - internal static string Remove_redundant_assignment { - get { - return ResourceManager.GetString("Remove_redundant_assignment", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Remove reference to '{0}'.. - /// - internal static string Remove_reference_to_0 { - get { - return ResourceManager.GetString("Remove_reference_to_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Remove separators. - /// - internal static string Remove_separators { - get { - return ResourceManager.GetString("Remove_separators", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Remove Suppression. - /// - internal static string Remove_Suppression { - get { - return ResourceManager.GetString("Remove_Suppression", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Remove Suppression {0}. - /// - internal static string Remove_Suppression_0 { - get { - return ResourceManager.GetString("Remove_Suppression_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Remove tag. - /// - internal static string Remove_tag { - get { - return ResourceManager.GetString("Remove_tag", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Remove Unnecessary Cast. - /// - internal static string Remove_Unnecessary_Cast { - get { - return ResourceManager.GetString("Remove_Unnecessary_Cast", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Remove unnecessary parentheses. - /// - internal static string Remove_unnecessary_parentheses { - get { - return ResourceManager.GetString("Remove_unnecessary_parentheses", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Remove unreachable code. - /// - internal static string Remove_unreachable_code { - get { - return ResourceManager.GetString("Remove_unreachable_code", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Remove unread private members. - /// - internal static string Remove_unread_private_members { - get { - return ResourceManager.GetString("Remove_unread_private_members", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Remove unused member. - /// - internal static string Remove_unused_member { - get { - return ResourceManager.GetString("Remove_unused_member", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Remove unused parameter. - /// - internal static string Remove_unused_parameter { - get { - return ResourceManager.GetString("Remove_unused_parameter", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Remove unused parameter '{0}'. - /// - internal static string Remove_unused_parameter_0 { - get { - return ResourceManager.GetString("Remove_unused_parameter_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Remove unused parameter '{0}' if it is not part of a shipped public API. - /// - internal static string Remove_unused_parameter_0_if_it_is_not_part_of_a_shipped_public_API { - get { - return ResourceManager.GetString("Remove_unused_parameter_0_if_it_is_not_part_of_a_shipped_public_API", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Remove unused private members. - /// - internal static string Remove_unused_private_members { - get { - return ResourceManager.GetString("Remove_unused_private_members", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Remove unused variable. - /// - internal static string Remove_unused_variable { - get { - return ResourceManager.GetString("Remove_unused_variable", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Removing '{0}' that accessed captured variables '{1}' and '{2}' declared in different scopes will prevent the debug session from continuing.. - /// - internal static string Removing_0_that_accessed_captured_variables_1_and_2_declared_in_different_scopes_will_prevent_the_debug_session_from_continuing { - get { - return ResourceManager.GetString("Removing_0_that_accessed_captured_variables_1_and_2_declared_in_different_scopes_" + - "will_prevent_the_debug_session_from_continuing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Removing '{0}' that contains an active statement will prevent the debug session from continuing.. - /// - internal static string Removing_0_that_contains_an_active_statement_will_prevent_the_debug_session_from_continuing { - get { - return ResourceManager.GetString("Removing_0_that_contains_an_active_statement_will_prevent_the_debug_session_from_" + - "continuing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Rename file to {0}. - /// - internal static string Rename_file_to_0 { - get { - return ResourceManager.GetString("Rename_file_to_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Rename type to {0}. - /// - internal static string Rename_type_to_0 { - get { - return ResourceManager.GetString("Rename_type_to_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Renaming '{0}' will prevent the debug session from continuing.. - /// - internal static string Renaming_0_will_prevent_the_debug_session_from_continuing { - get { - return ResourceManager.GetString("Renaming_0_will_prevent_the_debug_session_from_continuing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Renaming a captured variable, from '{0}' to '{1}' will prevent the debug session from continuing.. - /// - internal static string Renaming_a_captured_variable_from_0_to_1_will_prevent_the_debug_session_from_continuing { - get { - return ResourceManager.GetString("Renaming_a_captured_variable_from_0_to_1_will_prevent_the_debug_session_from_cont" + - "inuing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Replace '{0}' and '{1}' with property. - /// - internal static string Replace_0_and_1_with_property { - get { - return ResourceManager.GetString("Replace_0_and_1_with_property", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Replace '{0}' with '{1}' . - /// - internal static string Replace_0_with_1 { - get { - return ResourceManager.GetString("Replace_0_with_1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Replace '{0}' with method. - /// - internal static string Replace_0_with_method { - get { - return ResourceManager.GetString("Replace_0_with_method", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Replace '{0}' with methods. - /// - internal static string Replace_0_with_methods { - get { - return ResourceManager.GetString("Replace_0_with_methods", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Replace '{0}' with property. - /// - internal static string Replace_0_with_property { - get { - return ResourceManager.GetString("Replace_0_with_property", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Reported diagnostic '{0}' has a source location '{1}' in file '{2}', which is outside of the given file.. - /// - internal static string Reported_diagnostic_0_has_a_source_location_1_in_file_2_which_is_outside_of_the_given_file { - get { - return ResourceManager.GetString("Reported_diagnostic_0_has_a_source_location_1_in_file_2_which_is_outside_of_the_g" + - "iven_file", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Reported diagnostic '{0}' has a source location in file '{1}', which is not part of the compilation being analyzed.. - /// - internal static string Reported_diagnostic_0_has_a_source_location_in_file_1_which_is_not_part_of_the_compilation_being_analyzed { - get { - return ResourceManager.GetString("Reported_diagnostic_0_has_a_source_location_in_file_1_which_is_not_part_of_the_co" + - "mpilation_being_analyzed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Reported diagnostic with ID '{0}' is not supported by the analyzer.. - /// - internal static string Reported_diagnostic_with_ID_0_is_not_supported_by_the_analyzer { - get { - return ResourceManager.GetString("Reported_diagnostic_with_ID_0_is_not_supported_by_the_analyzer", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Represents an object whose operations will be resolved at runtime.. - /// - internal static string Represents_an_object_whose_operations_will_be_resolved_at_runtime { - get { - return ResourceManager.GetString("Represents_an_object_whose_operations_will_be_resolved_at_runtime", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Requested assembly already loaded from '{0}'.. - /// - internal static string Requested_assembly_already_loaded_from_0 { - get { - return ResourceManager.GetString("Requested_assembly_already_loaded_from_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Returns:. - /// - internal static string Returns_colon { - get { - return ResourceManager.GetString("Returns_colon", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Roslyn.HostError. - /// - internal static string Roslyn_HostError { - get { - return ResourceManager.GetString("Roslyn_HostError", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Rude edit. - /// - internal static string RudeEdit { - get { - return ResourceManager.GetString("RudeEdit", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Separate nibbles. - /// - internal static string Separate_nibbles { - get { - return ResourceManager.GetString("Separate_nibbles", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Separate thousands. - /// - internal static string Separate_thousands { - get { - return ResourceManager.GetString("Separate_thousands", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Separate words. - /// - internal static string Separate_words { - get { - return ResourceManager.GetString("Separate_words", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Simplify collection initialization. - /// - internal static string Simplify_collection_initialization { - get { - return ResourceManager.GetString("Simplify_collection_initialization", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Simplify 'default' expression. - /// - internal static string Simplify_default_expression { - get { - return ResourceManager.GetString("Simplify_default_expression", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Simplify interpolation. - /// - internal static string Simplify_interpolation { - get { - return ResourceManager.GetString("Simplify_interpolation", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Simplify Member Access. - /// - internal static string Simplify_Member_Access { - get { - return ResourceManager.GetString("Simplify_Member_Access", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Simplify Names. - /// - internal static string Simplify_Names { - get { - return ResourceManager.GetString("Simplify_Names", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Simplify object initialization. - /// - internal static string Simplify_object_initialization { - get { - return ResourceManager.GetString("Simplify_object_initialization", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Snippets. - /// - internal static string Snippets { - get { - return ResourceManager.GetString("Snippets", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Solution. - /// - internal static string Solution { - get { - return ResourceManager.GetString("Solution", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Split into consecutive '{0}' statements. - /// - internal static string Split_into_consecutive_0_statements { - get { - return ResourceManager.GetString("Split_into_consecutive_0_statements", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Split into nested '{0}' statements. - /// - internal static string Split_into_nested_0_statements { - get { - return ResourceManager.GetString("Split_into_nested_0_statements", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Stream must support read and seek operations.. - /// - internal static string StreamMustSupportReadAndSeek { - get { - return ResourceManager.GetString("StreamMustSupportReadAndSeek", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Structures. - /// - internal static string Structures { - get { - return ResourceManager.GetString("Structures", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Summary:. - /// - internal static string Summary_colon { - get { - return ResourceManager.GetString("Summary_colon", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Suppress {0}. - /// - internal static string Suppress_0 { - get { - return ResourceManager.GetString("Suppress_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Switching between a lambda and a local function will prevent the debug session from continuing.. - /// - internal static string Switching_between_lambda_and_local_function_will_prevent_the_debug_session_from_continuing { - get { - return ResourceManager.GetString("Switching_between_lambda_and_local_function_will_prevent_the_debug_session_from_c" + - "ontinuing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Take '{0}'. - /// - internal static string Take_0 { - get { - return ResourceManager.GetString("Take_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Take both. - /// - internal static string Take_both { - get { - return ResourceManager.GetString("Take_both", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Take bottom. - /// - internal static string Take_bottom { - get { - return ResourceManager.GetString("Take_bottom", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Take top. - /// - internal static string Take_top { - get { - return ResourceManager.GetString("Take_top", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Target type matches. - /// - internal static string Target_type_matches { - get { - return ResourceManager.GetString("Target_type_matches", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The address of a variable is used inside the selected code.. - /// - internal static string The_address_of_a_variable_is_used_inside_the_selected_code { - get { - return ResourceManager.GetString("The_address_of_a_variable_is_used_inside_the_selected_code", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The assembly {0} does not contain any analyzers.. - /// - internal static string The_assembly_0_does_not_contain_any_analyzers { - get { - return ResourceManager.GetString("The_assembly_0_does_not_contain_any_analyzers", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The member is defined in metadata.. - /// - internal static string The_member_is_defined_in_metadata { - get { - return ResourceManager.GetString("The_member_is_defined_in_metadata", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The selection contains a local function call without its declaration.. - /// - internal static string The_selection_contains_a_local_function_call_without_its_declaration { - get { - return ResourceManager.GetString("The_selection_contains_a_local_function_call_without_its_declaration", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The selection contains an error or unknown type.. - /// - internal static string The_selection_contains_an_error_or_unknown_type { - get { - return ResourceManager.GetString("The_selection_contains_an_error_or_unknown_type", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The selection contains no active statement.. - /// - internal static string The_selection_contains_no_active_statement { - get { - return ResourceManager.GetString("The_selection_contains_no_active_statement", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The symbol does not have an icon.. - /// - internal static string The_symbol_does_not_have_an_icon { - get { - return ResourceManager.GetString("The_symbol_does_not_have_an_icon", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to This signature does not contain parameters that can be changed.. - /// - internal static string This_signature_does_not_contain_parameters_that_can_be_changed { - get { - return ResourceManager.GetString("This_signature_does_not_contain_parameters_that_can_be_changed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to This symbol has related definitions or references in metadata. Changing its signature may result in build errors. - /// - ///Do you want to continue?. - /// - internal static string This_symbol_has_related_definitions_or_references_in_metadata_Changing_its_signature_may_result_in_build_errors_Do_you_want_to_continue { - get { - return ResourceManager.GetString("This_symbol_has_related_definitions_or_references_in_metadata_Changing_its_signat" + - "ure_may_result_in_build_errors_Do_you_want_to_continue", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to To detect redundant calls. - /// - internal static string To_detect_redundant_calls { - get { - return ResourceManager.GetString("To_detect_redundant_calls", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to TODO: dispose managed state (managed objects).. - /// - internal static string TODO_colon_dispose_managed_state_managed_objects { - get { - return ResourceManager.GetString("TODO_colon_dispose_managed_state_managed_objects", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to TODO: set large fields to null.. - /// - internal static string TODO_colon_set_large_fields_to_null { - get { - return ResourceManager.GetString("TODO_colon_set_large_fields_to_null", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to type constraint. - /// - internal static string type_constraint { - get { - return ResourceManager.GetString("type_constraint", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to type parameter. - /// - internal static string type_parameter { - get { - return ResourceManager.GetString("type_parameter", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Type parameter '{0}' is hidden by another type parameter '{1}'.. - /// - internal static string Type_parameter_0_is_hidden_by_another_type_parameter_1 { - get { - return ResourceManager.GetString("Type_parameter_0_is_hidden_by_another_type_parameter_1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Type parameters:. - /// - internal static string Type_parameters_colon { - get { - return ResourceManager.GetString("Type_parameters_colon", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Unable to load Analyzer assembly {0}: {1}. - /// - internal static string Unable_to_load_Analyzer_assembly_0_colon_1 { - get { - return ResourceManager.GetString("Unable_to_load_Analyzer_assembly_0_colon_1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Unable to read source file '{0}' or the PDB built for the containing project. Any changes made to this file while debugging won't be applied until its content matches the built source.. - /// - internal static string UnableToReadSourceFileOrPdb { - get { - return ResourceManager.GetString("UnableToReadSourceFileOrPdb", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Unexpected interface member kind: {0}. - /// - internal static string Unexpected_interface_member_kind_colon_0 { - get { - return ResourceManager.GetString("Unexpected_interface_member_kind_colon_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Unknown. - /// - internal static string Unknown { - get { - return ResourceManager.GetString("Unknown", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Unknown error occurred. - /// - internal static string Unknown_error_occurred { - get { - return ResourceManager.GetString("Unknown_error_occurred", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Unknown symbol kind. - /// - internal static string Unknown_symbol_kind { - get { - return ResourceManager.GetString("Unknown_symbol_kind", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Unnecessary assignment of a value. - /// - internal static string Unnecessary_assignment_of_a_value { - get { - return ResourceManager.GetString("Unnecessary_assignment_of_a_value", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Unnecessary assignment of a value to '{0}'. - /// - internal static string Unnecessary_assignment_of_a_value_to_0 { - get { - return ResourceManager.GetString("Unnecessary_assignment_of_a_value_to_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Unreachable code detected. - /// - internal static string Unreachable_code_detected { - get { - return ResourceManager.GetString("Unreachable_code_detected", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Unwrap all arguments. - /// - internal static string Unwrap_all_arguments { - get { - return ResourceManager.GetString("Unwrap_all_arguments", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Unwrap all parameters. - /// - internal static string Unwrap_all_parameters { - get { - return ResourceManager.GetString("Unwrap_all_parameters", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Unwrap and indent all arguments. - /// - internal static string Unwrap_and_indent_all_arguments { - get { - return ResourceManager.GetString("Unwrap_and_indent_all_arguments", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Unwrap and indent all parameters. - /// - internal static string Unwrap_and_indent_all_parameters { - get { - return ResourceManager.GetString("Unwrap_and_indent_all_parameters", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Unwrap argument list. - /// - internal static string Unwrap_argument_list { - get { - return ResourceManager.GetString("Unwrap_argument_list", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Unwrap call chain. - /// - internal static string Unwrap_call_chain { - get { - return ResourceManager.GetString("Unwrap_call_chain", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Unwrap expression. - /// - internal static string Unwrap_expression { - get { - return ResourceManager.GetString("Unwrap_expression", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Unwrap parameter list. - /// - internal static string Unwrap_parameter_list { - get { - return ResourceManager.GetString("Unwrap_parameter_list", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Updating '{0}' will prevent the debug session from continuing.. - /// - internal static string Updating_0_will_prevent_the_debug_session_from_continuing { - get { - return ResourceManager.GetString("Updating_0_will_prevent_the_debug_session_from_continuing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Updating a '{0}' around an active statement will prevent the debug session from continuing.. - /// - internal static string Updating_a_0_around_an_active_statement_will_prevent_the_debug_session_from_continuing { - get { - return ResourceManager.GetString("Updating_a_0_around_an_active_statement_will_prevent_the_debug_session_from_conti" + - "nuing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Updating a complex statement containing an await expression will prevent the debug session from continuing.. - /// - internal static string Updating_a_complex_statement_containing_an_await_expression_will_prevent_the_debug_session_from_continuing { - get { - return ResourceManager.GetString("Updating_a_complex_statement_containing_an_await_expression_will_prevent_the_debu" + - "g_session_from_continuing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Updating a field to an event or vice versa will prevent the debug session from continuing.. - /// - internal static string Updating_a_field_to_an_event_or_vice_versa_will_prevent_the_debug_session_from_continuing { - get { - return ResourceManager.GetString("Updating_a_field_to_an_event_or_vice_versa_will_prevent_the_debug_session_from_co" + - "ntinuing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Updating an active statement will prevent the debug session from continuing.. - /// - internal static string Updating_an_active_statement_will_prevent_the_debug_session_from_continuing { - get { - return ResourceManager.GetString("Updating_an_active_statement_will_prevent_the_debug_session_from_continuing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Updating async or iterator modifier around an active statement will prevent the debug session from continuing.. - /// - internal static string Updating_async_or_iterator_modifier_around_an_active_statement_will_prevent_the_debug_session_from_continuing { - get { - return ResourceManager.GetString("Updating_async_or_iterator_modifier_around_an_active_statement_will_prevent_the_d" + - "ebug_session_from_continuing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Updating the alias of Declare Statement will prevent the debug session from continuing.. - /// - internal static string Updating_the_alias_of_Declare_Statement_will_prevent_the_debug_session_from_continuing { - get { - return ResourceManager.GetString("Updating_the_alias_of_Declare_Statement_will_prevent_the_debug_session_from_conti" + - "nuing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Updating the base class and/or base interface(s) of '{0}' will prevent the debug session from continuing.. - /// - internal static string Updating_the_base_class_and_or_base_interface_s_of_0_will_prevent_the_debug_session_from_continuing { - get { - return ResourceManager.GetString("Updating_the_base_class_and_or_base_interface_s_of_0_will_prevent_the_debug_sessi" + - "on_from_continuing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Updating the Handles clause of '{0}' will prevent the debug session from continuing.. - /// - internal static string Updating_the_Handles_clause_of_0_will_prevent_the_debug_session_from_continuing { - get { - return ResourceManager.GetString("Updating_the_Handles_clause_of_0_will_prevent_the_debug_session_from_continuing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Updating the Implements clause of a '{0}' will prevent the debug session from continuing.. - /// - internal static string Updating_the_Implements_clause_of_a_0_will_prevent_the_debug_session_from_continuing { - get { - return ResourceManager.GetString("Updating_the_Implements_clause_of_a_0_will_prevent_the_debug_session_from_continu" + - "ing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Updating the initializer of '{0}' will prevent the debug session from continuing.. - /// - internal static string Updating_the_initializer_of_0_will_prevent_the_debug_session_from_continuing { - get { - return ResourceManager.GetString("Updating_the_initializer_of_0_will_prevent_the_debug_session_from_continuing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Updating the kind of a method (Sub/Function) will prevent the debug session from continuing.. - /// - internal static string Updating_the_kind_of_a_method_Sub_Function_will_prevent_the_debug_session_from_continuing { - get { - return ResourceManager.GetString("Updating_the_kind_of_a_method_Sub_Function_will_prevent_the_debug_session_from_co" + - "ntinuing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Updating the kind of a type will prevent the debug session from continuing.. - /// - internal static string Updating_the_kind_of_a_type_will_prevent_the_debug_session_from_continuing { - get { - return ResourceManager.GetString("Updating_the_kind_of_a_type_will_prevent_the_debug_session_from_continuing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Updating the kind of an property/event accessor will prevent the debug session from continuing.. - /// - internal static string Updating_the_kind_of_an_property_event_accessor_will_prevent_the_debug_session_from_continuing { - get { - return ResourceManager.GetString("Updating_the_kind_of_an_property_event_accessor_will_prevent_the_debug_session_fr" + - "om_continuing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Updating the library name of Declare Statement will prevent the debug session from continuing.. - /// - internal static string Updating_the_library_name_of_Declare_Statement_will_prevent_the_debug_session_from_continuing { - get { - return ResourceManager.GetString("Updating_the_library_name_of_Declare_Statement_will_prevent_the_debug_session_fro" + - "m_continuing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Updating the modifiers of '{0}' will prevent the debug session from continuing.. - /// - internal static string Updating_the_modifiers_of_0_will_prevent_the_debug_session_from_continuing { - get { - return ResourceManager.GetString("Updating_the_modifiers_of_0_will_prevent_the_debug_session_from_continuing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Updating the size of a '{0}' will prevent the debug session from continuing.. - /// - internal static string Updating_the_size_of_a_0_will_prevent_the_debug_session_from_continuing { - get { - return ResourceManager.GetString("Updating_the_size_of_a_0_will_prevent_the_debug_session_from_continuing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Updating the type of '{0}' will prevent the debug session from continuing.. - /// - internal static string Updating_the_type_of_0_will_prevent_the_debug_session_from_continuing { - get { - return ResourceManager.GetString("Updating_the_type_of_0_will_prevent_the_debug_session_from_continuing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Updating the underlying type of '{0}' will prevent the debug session from continuing.. - /// - internal static string Updating_the_underlying_type_of_0_will_prevent_the_debug_session_from_continuing { - get { - return ResourceManager.GetString("Updating_the_underlying_type_of_0_will_prevent_the_debug_session_from_continuing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Updating the variance of '{0}' will prevent the debug session from continuing.. - /// - internal static string Updating_the_variance_of_0_will_prevent_the_debug_session_from_continuing { - get { - return ResourceManager.GetString("Updating_the_variance_of_0_will_prevent_the_debug_session_from_continuing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to updating usages in containing member. - /// - internal static string updating_usages_in_containing_member { - get { - return ResourceManager.GetString("updating_usages_in_containing_member", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to updating usages in containing project. - /// - internal static string updating_usages_in_containing_project { - get { - return ResourceManager.GetString("updating_usages_in_containing_project", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to updating usages in containing type. - /// - internal static string updating_usages_in_containing_type { - get { - return ResourceManager.GetString("updating_usages_in_containing_type", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to updating usages in dependent projects. - /// - internal static string updating_usages_in_dependent_projects { - get { - return ResourceManager.GetString("updating_usages_in_dependent_projects", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use {0}. - /// - internal static string Use_0 { - get { - return ResourceManager.GetString("Use_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use auto property. - /// - internal static string Use_auto_property { - get { - return ResourceManager.GetString("Use_auto_property", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use block body for accessors. - /// - internal static string Use_block_body_for_accessors { - get { - return ResourceManager.GetString("Use_block_body_for_accessors", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use block body for constructors. - /// - internal static string Use_block_body_for_constructors { - get { - return ResourceManager.GetString("Use_block_body_for_constructors", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use block body for indexers. - /// - internal static string Use_block_body_for_indexers { - get { - return ResourceManager.GetString("Use_block_body_for_indexers", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use block body for lambda expressions. - /// - internal static string Use_block_body_for_lambda_expressions { - get { - return ResourceManager.GetString("Use_block_body_for_lambda_expressions", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use block body for local functions. - /// - internal static string Use_block_body_for_local_functions { - get { - return ResourceManager.GetString("Use_block_body_for_local_functions", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use block body for methods. - /// - internal static string Use_block_body_for_methods { - get { - return ResourceManager.GetString("Use_block_body_for_methods", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use block body for operators. - /// - internal static string Use_block_body_for_operators { - get { - return ResourceManager.GetString("Use_block_body_for_operators", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use block body for properties. - /// - internal static string Use_block_body_for_properties { - get { - return ResourceManager.GetString("Use_block_body_for_properties", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use coalesce expression. - /// - internal static string Use_coalesce_expression { - get { - return ResourceManager.GetString("Use_coalesce_expression", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use compound assignment. - /// - internal static string Use_compound_assignment { - get { - return ResourceManager.GetString("Use_compound_assignment", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use discard '_'. - /// - internal static string Use_discard_underscore { - get { - return ResourceManager.GetString("Use_discard_underscore", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use discarded local. - /// - internal static string Use_discarded_local { - get { - return ResourceManager.GetString("Use_discarded_local", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use explicitly provided tuple name. - /// - internal static string Use_explicitly_provided_tuple_name { - get { - return ResourceManager.GetString("Use_explicitly_provided_tuple_name", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use expression body for accessors. - /// - internal static string Use_expression_body_for_accessors { - get { - return ResourceManager.GetString("Use_expression_body_for_accessors", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use expression body for constructors. - /// - internal static string Use_expression_body_for_constructors { - get { - return ResourceManager.GetString("Use_expression_body_for_constructors", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use expression body for indexers. - /// - internal static string Use_expression_body_for_indexers { - get { - return ResourceManager.GetString("Use_expression_body_for_indexers", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use expression body for lambda expressions. - /// - internal static string Use_expression_body_for_lambda_expressions { - get { - return ResourceManager.GetString("Use_expression_body_for_lambda_expressions", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use expression body for local functions. - /// - internal static string Use_expression_body_for_local_functions { - get { - return ResourceManager.GetString("Use_expression_body_for_local_functions", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use expression body for methods. - /// - internal static string Use_expression_body_for_methods { - get { - return ResourceManager.GetString("Use_expression_body_for_methods", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use expression body for operators. - /// - internal static string Use_expression_body_for_operators { - get { - return ResourceManager.GetString("Use_expression_body_for_operators", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use expression body for properties. - /// - internal static string Use_expression_body_for_properties { - get { - return ResourceManager.GetString("Use_expression_body_for_properties", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use framework type. - /// - internal static string Use_framework_type { - get { - return ResourceManager.GetString("Use_framework_type", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use index operator. - /// - internal static string Use_index_operator { - get { - return ResourceManager.GetString("Use_index_operator", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use inferred member name. - /// - internal static string Use_inferred_member_name { - get { - return ResourceManager.GetString("Use_inferred_member_name", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use interpolated verbatim string. - /// - internal static string Use_interpolated_verbatim_string { - get { - return ResourceManager.GetString("Use_interpolated_verbatim_string", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use local function. - /// - internal static string Use_local_function { - get { - return ResourceManager.GetString("Use_local_function", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use local version '{0}'. - /// - internal static string Use_local_version_0 { - get { - return ResourceManager.GetString("Use_local_version_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use locally installed '{0}' version '{1}' - ///This version used in: {2}. - /// - internal static string Use_locally_installed_0_version_1_This_version_used_in_colon_2 { - get { - return ResourceManager.GetString("Use_locally_installed_0_version_1_This_version_used_in_colon_2", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use null propagation. - /// - internal static string Use_null_propagation { - get { - return ResourceManager.GetString("Use_null_propagation", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use pattern matching. - /// - internal static string Use_pattern_matching { - get { - return ResourceManager.GetString("Use_pattern_matching", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use range operator. - /// - internal static string Use_range_operator { - get { - return ResourceManager.GetString("Use_range_operator", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use recommended dispose pattern. - /// - internal static string Use_recommended_dispose_pattern { - get { - return ResourceManager.GetString("Use_recommended_dispose_pattern", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use recommended dispose pattern to ensure that object created by '{0}' is disposed on all paths: using statement/declaration or try/finally. - /// - internal static string Use_recommended_dispose_pattern_to_ensure_that_object_created_by_0_is_disposed_on_all_paths_using_statement_declaration_or_try_finally { - get { - return ResourceManager.GetString("Use_recommended_dispose_pattern_to_ensure_that_object_created_by_0_is_disposed_on" + - "_all_paths_using_statement_declaration_or_try_finally", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use simple 'using' statement. - /// - internal static string Use_simple_using_statement { - get { - return ResourceManager.GetString("Use_simple_using_statement", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use 'System.HashCode'. - /// - internal static string Use_System_HashCode { - get { - return ResourceManager.GetString("Use_System_HashCode", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use 'throw' expression. - /// - internal static string Use_throw_expression { - get { - return ResourceManager.GetString("Use_throw_expression", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to User Diagnostic Analyzer Failure.. - /// - internal static string User_Diagnostic_Analyzer_Failure { - get { - return ResourceManager.GetString("User_Diagnostic_Analyzer_Failure", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use recommended dispose pattern to ensure that locally scoped disposable objects are disposed on all paths. If possible, wrap the creation within a 'using' statement or a 'using' declaration. Otherwise, use a try-finally pattern, with a dedicated local variable declared before the try region and an unconditional Dispose invocation on non-null value in the 'finally' region, say 'x?.Dispose()'. If the object is explicitly disposed within the try region or the dispose ownership is transferred to another object [rest of string was truncated]";. - /// - internal static string UseRecommendedDisposePatternDescription { - get { - return ResourceManager.GetString("UseRecommendedDisposePatternDescription", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 'using' statement can be simplified. - /// - internal static string using_statement_can_be_simplified { - get { - return ResourceManager.GetString("using_statement_can_be_simplified", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Value:. - /// - internal static string Value_colon { - get { - return ResourceManager.GetString("Value_colon", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Variable declaration can be deconstructed. - /// - internal static string Variable_declaration_can_be_deconstructed { - get { - return ResourceManager.GetString("Variable_declaration_can_be_deconstructed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Variable declaration can be inlined. - /// - internal static string Variable_declaration_can_be_inlined { - get { - return ResourceManager.GetString("Variable_declaration_can_be_inlined", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Variadic SignatureHelpItem must have at least one parameter.. - /// - internal static string Variadic_SignatureHelpItem_must_have_at_least_one_parameter { - get { - return ResourceManager.GetString("Variadic_SignatureHelpItem_must_have_at_least_one_parameter", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Warning: Changing namespace may produce invalid code and change code meaning.. - /// - internal static string Warning_colon_changing_namespace_may_produce_invalid_code_and_change_code_meaning { - get { - return ResourceManager.GetString("Warning_colon_changing_namespace_may_produce_invalid_code_and_change_code_meaning" + - "", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Warning: Collection may be modified during iteration.. - /// - internal static string Warning_colon_Collection_may_be_modified_during_iteration { - get { - return ResourceManager.GetString("Warning_colon_Collection_may_be_modified_during_iteration", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Warning: Collection was modified during iteration.. - /// - internal static string Warning_colon_Collection_was_modified_during_iteration { - get { - return ResourceManager.GetString("Warning_colon_Collection_was_modified_during_iteration", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Warning: Declaration changes scope and may change meaning.. - /// - internal static string Warning_colon_Declaration_changes_scope_and_may_change_meaning { - get { - return ResourceManager.GetString("Warning_colon_Declaration_changes_scope_and_may_change_meaning", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Warning: Iteration variable crossed function boundary.. - /// - internal static string Warning_colon_Iteration_variable_crossed_function_boundary { - get { - return ResourceManager.GetString("Warning_colon_Iteration_variable_crossed_function_boundary", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Warning: Semantics may change when converting statement.. - /// - internal static string Warning_colon_semantics_may_change_when_converting_statement { - get { - return ResourceManager.GetString("Warning_colon_semantics_may_change_when_converting_statement", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Warning: Method overrides symbol from metadata. - /// - internal static string Warning_Method_overrides_symbol_from_metadata { - get { - return ResourceManager.GetString("Warning_Method_overrides_symbol_from_metadata", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Wrap and align call chain. - /// - internal static string Wrap_and_align_call_chain { - get { - return ResourceManager.GetString("Wrap_and_align_call_chain", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Wrap and align expression. - /// - internal static string Wrap_and_align_expression { - get { - return ResourceManager.GetString("Wrap_and_align_expression", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Wrap and align long call chain. - /// - internal static string Wrap_and_align_long_call_chain { - get { - return ResourceManager.GetString("Wrap_and_align_long_call_chain", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Wrap call chain. - /// - internal static string Wrap_call_chain { - get { - return ResourceManager.GetString("Wrap_call_chain", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Wrap every argument. - /// - internal static string Wrap_every_argument { - get { - return ResourceManager.GetString("Wrap_every_argument", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Wrap every parameter. - /// - internal static string Wrap_every_parameter { - get { - return ResourceManager.GetString("Wrap_every_parameter", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Wrap expression. - /// - internal static string Wrap_expression { - get { - return ResourceManager.GetString("Wrap_expression", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Wrap long argument list. - /// - internal static string Wrap_long_argument_list { - get { - return ResourceManager.GetString("Wrap_long_argument_list", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Wrap long call chain. - /// - internal static string Wrap_long_call_chain { - get { - return ResourceManager.GetString("Wrap_long_call_chain", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Wrap long parameter list. - /// - internal static string Wrap_long_parameter_list { - get { - return ResourceManager.GetString("Wrap_long_parameter_list", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Wrapping. - /// - internal static string Wrapping { - get { - return ResourceManager.GetString("Wrapping", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to You can only change the signature of a constructor, indexer, method or delegate.. - /// - internal static string You_can_only_change_the_signature_of_a_constructor_indexer_method_or_delegate { - get { - return ResourceManager.GetString("You_can_only_change_the_signature_of_a_constructor_indexer_method_or_delegate", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to You can use the navigation bar to switch context.. - /// - internal static string You_can_use_the_navigation_bar_to_switch_context { - get { - return ResourceManager.GetString("You_can_use_the_navigation_bar_to_switch_context", resourceCulture); - } - } - } -} diff --git a/src/Features/Core/Portable/FeaturesResources.resx b/src/Features/Core/Portable/FeaturesResources.resx index 02aea7add61d9..8550c80eabb34 100644 --- a/src/Features/Core/Portable/FeaturesResources.resx +++ b/src/Features/Core/Portable/FeaturesResources.resx @@ -1001,8 +1001,8 @@ This version used in: {2} (Unknown) - - Implement Abstract Class + + Implement abstract class Use framework type diff --git a/src/Features/Core/Portable/Microsoft.CodeAnalysis.Features.csproj b/src/Features/Core/Portable/Microsoft.CodeAnalysis.Features.csproj index 5667ac50fb903..7ae0414faff0f 100644 --- a/src/Features/Core/Portable/Microsoft.CodeAnalysis.Features.csproj +++ b/src/Features/Core/Portable/Microsoft.CodeAnalysis.Features.csproj @@ -100,18 +100,9 @@ - - True - True - FeaturesResources.resx - - - ResXFileCodeGenerator - Designer - FeaturesResources.Designer.cs - + diff --git a/src/Features/Core/Portable/xlf/FeaturesResources.cs.xlf b/src/Features/Core/Portable/xlf/FeaturesResources.cs.xlf index 65a7c3f0bda05..b918280008d3e 100644 --- a/src/Features/Core/Portable/xlf/FeaturesResources.cs.xlf +++ b/src/Features/Core/Portable/xlf/FeaturesResources.cs.xlf @@ -297,6 +297,11 @@ Implementovat rozhraní {0} implicitně + + Implement abstract class + Implement abstract class + + Implement all interfaces implicitly Implementovat všechna rozhraní implicitně @@ -2110,11 +2115,6 @@ Tato verze se používá zde: {2}. (neznámé) - - Implement Abstract Class - Implementovat abstraktní třídu - - Use framework type Použít typ architektury diff --git a/src/Features/Core/Portable/xlf/FeaturesResources.de.xlf b/src/Features/Core/Portable/xlf/FeaturesResources.de.xlf index 5ea0a6af4bea7..df7ff5c47e7d4 100644 --- a/src/Features/Core/Portable/xlf/FeaturesResources.de.xlf +++ b/src/Features/Core/Portable/xlf/FeaturesResources.de.xlf @@ -297,6 +297,11 @@ "{0}" implizit implementieren + + Implement abstract class + Implement abstract class + + Implement all interfaces implicitly Alle Schnittstellen implizit implementieren @@ -2110,11 +2115,6 @@ Diese Version wird verwendet in: {2} (Unbekannt) - - Implement Abstract Class - Abstrakte Klasse implementieren - - Use framework type Frameworktyp verwenden diff --git a/src/Features/Core/Portable/xlf/FeaturesResources.es.xlf b/src/Features/Core/Portable/xlf/FeaturesResources.es.xlf index 3fe0e62d3ee86..67146a428f50a 100644 --- a/src/Features/Core/Portable/xlf/FeaturesResources.es.xlf +++ b/src/Features/Core/Portable/xlf/FeaturesResources.es.xlf @@ -297,6 +297,11 @@ Implementar "{0}" de forma implícita + + Implement abstract class + Implement abstract class + + Implement all interfaces implicitly Implementar todas las interfaces de forma implícita @@ -2110,11 +2115,6 @@ Esta versión se utiliza en: {2} (Desconocido) - - Implement Abstract Class - Implementar clase abstracta - - Use framework type Usar tipo de marco de trabajo diff --git a/src/Features/Core/Portable/xlf/FeaturesResources.fr.xlf b/src/Features/Core/Portable/xlf/FeaturesResources.fr.xlf index 0ed8c9a36cfaa..13fffbef89ddc 100644 --- a/src/Features/Core/Portable/xlf/FeaturesResources.fr.xlf +++ b/src/Features/Core/Portable/xlf/FeaturesResources.fr.xlf @@ -297,6 +297,11 @@ Implémenter '{0}' implicitement + + Implement abstract class + Implement abstract class + + Implement all interfaces implicitly Implémenter toutes les interfaces implicitement @@ -2110,11 +2115,6 @@ Version utilisée dans : {2} (Inconnu) - - Implement Abstract Class - Implémenter une classe abstraite - - Use framework type Utiliser un type d'infrastructure diff --git a/src/Features/Core/Portable/xlf/FeaturesResources.it.xlf b/src/Features/Core/Portable/xlf/FeaturesResources.it.xlf index 59604fa2a42f3..096df1e5b9719 100644 --- a/src/Features/Core/Portable/xlf/FeaturesResources.it.xlf +++ b/src/Features/Core/Portable/xlf/FeaturesResources.it.xlf @@ -297,6 +297,11 @@ Implementa '{0}' in modo implicito + + Implement abstract class + Implement abstract class + + Implement all interfaces implicitly Implementa tutte le interfacce in modo implicito @@ -2110,11 +2115,6 @@ Questa versione è usata {2} (Sconosciuto) - - Implement Abstract Class - Implementa classe astratta - - Use framework type Usa il tipo di framework diff --git a/src/Features/Core/Portable/xlf/FeaturesResources.ja.xlf b/src/Features/Core/Portable/xlf/FeaturesResources.ja.xlf index ff8d036230be3..0aa1e3ba7763d 100644 --- a/src/Features/Core/Portable/xlf/FeaturesResources.ja.xlf +++ b/src/Features/Core/Portable/xlf/FeaturesResources.ja.xlf @@ -297,6 +297,11 @@ '{0}' を暗黙的に実装する + + Implement abstract class + Implement abstract class + + Implement all interfaces implicitly すべてのインターフェイスを暗黙的に実装する @@ -2110,11 +2115,6 @@ This version used in: {2} (不明) - - Implement Abstract Class - 抽象クラスの実装 - - Use framework type フレームワークの型を使用する diff --git a/src/Features/Core/Portable/xlf/FeaturesResources.ko.xlf b/src/Features/Core/Portable/xlf/FeaturesResources.ko.xlf index 026b0aef40405..32f2f67c3ea29 100644 --- a/src/Features/Core/Portable/xlf/FeaturesResources.ko.xlf +++ b/src/Features/Core/Portable/xlf/FeaturesResources.ko.xlf @@ -297,6 +297,11 @@ '{0}'을(를) 암시적으로 구현 + + Implement abstract class + Implement abstract class + + Implement all interfaces implicitly 모든 인터페이스를 암시적으로 구현 @@ -2110,11 +2115,6 @@ This version used in: {2} (알 수 없음) - - Implement Abstract Class - 추상 클래스 구현 - - Use framework type Framework 형식 사용 diff --git a/src/Features/Core/Portable/xlf/FeaturesResources.pl.xlf b/src/Features/Core/Portable/xlf/FeaturesResources.pl.xlf index 35f8531753f11..efeac169a0e54 100644 --- a/src/Features/Core/Portable/xlf/FeaturesResources.pl.xlf +++ b/src/Features/Core/Portable/xlf/FeaturesResources.pl.xlf @@ -297,6 +297,11 @@ Niejawnie zaimplementuj interfejs „{0}” + + Implement abstract class + Implement abstract class + + Implement all interfaces implicitly Niejawnie zaimplementuj wszystkie interfejsy @@ -2110,11 +2115,6 @@ Ta wersja jest używana wersja: {2} (Nieznany) - - Implement Abstract Class - Implementuj klasę abstrakcyjną - - Use framework type Użyj typu platformy diff --git a/src/Features/Core/Portable/xlf/FeaturesResources.pt-BR.xlf b/src/Features/Core/Portable/xlf/FeaturesResources.pt-BR.xlf index 1a29a17fb5f69..1f139e9eed45f 100644 --- a/src/Features/Core/Portable/xlf/FeaturesResources.pt-BR.xlf +++ b/src/Features/Core/Portable/xlf/FeaturesResources.pt-BR.xlf @@ -297,6 +297,11 @@ Implementar '{0}' implicitamente + + Implement abstract class + Implement abstract class + + Implement all interfaces implicitly Implementar todas as interfaces implicitamente @@ -2110,11 +2115,6 @@ Essa versão é usada no: {2} (Desconhecido) - - Implement Abstract Class - Implementar Classe Abstrata - - Use framework type Usar o tipo de estrutura diff --git a/src/Features/Core/Portable/xlf/FeaturesResources.ru.xlf b/src/Features/Core/Portable/xlf/FeaturesResources.ru.xlf index 79a4ea6ad38c3..82a9433a12a25 100644 --- a/src/Features/Core/Portable/xlf/FeaturesResources.ru.xlf +++ b/src/Features/Core/Portable/xlf/FeaturesResources.ru.xlf @@ -297,6 +297,11 @@ Реализовать "{0}" неявно + + Implement abstract class + Implement abstract class + + Implement all interfaces implicitly Реализовать все интерфейсы неявно @@ -2110,11 +2115,6 @@ This version used in: {2} (Неизвестно) - - Implement Abstract Class - Реализовать абстрактный класс - - Use framework type Использовать тип платформы diff --git a/src/Features/Core/Portable/xlf/FeaturesResources.tr.xlf b/src/Features/Core/Portable/xlf/FeaturesResources.tr.xlf index d9cae62a3498a..162cca9b9c993 100644 --- a/src/Features/Core/Portable/xlf/FeaturesResources.tr.xlf +++ b/src/Features/Core/Portable/xlf/FeaturesResources.tr.xlf @@ -297,6 +297,11 @@ '{0}' öğesini örtük olarak uygula + + Implement abstract class + Implement abstract class + + Implement all interfaces implicitly Tüm arabirimleri örtük olarak uygula @@ -2110,11 +2115,6 @@ Bu sürüm şurada kullanılır: {2} (Bilinmiyor) - - Implement Abstract Class - Soyut Sınıfı Uygula - - Use framework type Çerçeve türü kullan diff --git a/src/Features/Core/Portable/xlf/FeaturesResources.zh-Hans.xlf b/src/Features/Core/Portable/xlf/FeaturesResources.zh-Hans.xlf index 3c25405931f16..cb7886c3fdcd5 100644 --- a/src/Features/Core/Portable/xlf/FeaturesResources.zh-Hans.xlf +++ b/src/Features/Core/Portable/xlf/FeaturesResources.zh-Hans.xlf @@ -297,6 +297,11 @@ 隐式实现 "{0}" + + Implement abstract class + Implement abstract class + + Implement all interfaces implicitly 隐式实现所有接口 @@ -2110,11 +2115,6 @@ This version used in: {2} (未知) - - Implement Abstract Class - 实现抽象类 - - Use framework type 使用框架类型 diff --git a/src/Features/Core/Portable/xlf/FeaturesResources.zh-Hant.xlf b/src/Features/Core/Portable/xlf/FeaturesResources.zh-Hant.xlf index 9c4a041412e80..d7340a0ebc386 100644 --- a/src/Features/Core/Portable/xlf/FeaturesResources.zh-Hant.xlf +++ b/src/Features/Core/Portable/xlf/FeaturesResources.zh-Hant.xlf @@ -297,6 +297,11 @@ 隱含實作 '{0}' + + Implement abstract class + Implement abstract class + + Implement all interfaces implicitly 隱含實作所有介面 @@ -2110,11 +2115,6 @@ This version used in: {2} (未知) - - Implement Abstract Class - 實作抽象類別 - - Use framework type 使用架構類型 diff --git a/src/Features/VisualBasic/Portable/Diagnostics/Analyzers/VisualBasicUnboundIdentifiersDiagnosticAnalyzer.vb b/src/Features/VisualBasic/Portable/Diagnostics/Analyzers/VisualBasicUnboundIdentifiersDiagnosticAnalyzer.vb index 33105c7578764..ddf37682b4bcd 100644 --- a/src/Features/VisualBasic/Portable/Diagnostics/Analyzers/VisualBasicUnboundIdentifiersDiagnosticAnalyzer.vb +++ b/src/Features/VisualBasic/Portable/Diagnostics/Analyzers/VisualBasicUnboundIdentifiersDiagnosticAnalyzer.vb @@ -12,8 +12,8 @@ Namespace Microsoft.CodeAnalysis.VisualBasic.Diagnostics Friend NotInheritable Class VisualBasicUnboundIdentifiersDiagnosticAnalyzer Inherits UnboundIdentifiersDiagnosticAnalyzerBase(Of SyntaxKind, SimpleNameSyntax, QualifiedNameSyntax, IncompleteMemberSyntax, LambdaExpressionSyntax) - Private ReadOnly _messageFormat As LocalizableString = New LocalizableResourceString(NameOf(VBFeaturesResources.Type_0_is_not_defined), VBFeaturesResources.ResourceManager, GetType(VBFeaturesResources.VBFeaturesResources)) - Private ReadOnly _messageFormat2 As LocalizableString = New LocalizableResourceString(NameOf(VBFeaturesResources.Too_many_arguments_to_0), VBFeaturesResources.ResourceManager, GetType(VBFeaturesResources.VBFeaturesResources)) + Private ReadOnly _messageFormat As LocalizableString = New LocalizableResourceString(NameOf(VBFeaturesResources.Type_0_is_not_defined), VBFeaturesResources.ResourceManager, GetType(VBFeaturesResources)) + Private ReadOnly _messageFormat2 As LocalizableString = New LocalizableResourceString(NameOf(VBFeaturesResources.Too_many_arguments_to_0), VBFeaturesResources.ResourceManager, GetType(VBFeaturesResources)) Private Shared ReadOnly s_kindsOfInterest As ImmutableArray(Of SyntaxKind) = ImmutableArray.Create( diff --git a/src/Features/VisualBasic/Portable/Microsoft.CodeAnalysis.VisualBasic.Features.vbproj b/src/Features/VisualBasic/Portable/Microsoft.CodeAnalysis.VisualBasic.Features.vbproj index 446144358e19d..ad15441e7f120 100644 --- a/src/Features/VisualBasic/Portable/Microsoft.CodeAnalysis.VisualBasic.Features.vbproj +++ b/src/Features/VisualBasic/Portable/Microsoft.CodeAnalysis.VisualBasic.Features.vbproj @@ -53,19 +53,9 @@ InternalUtilities\LambdaUtilities.vb - - True - True - VBFeaturesResources.resx - - - Microsoft.CodeAnalysis.VisualBasic.VBFeaturesResources - VbMyResourcesResXFileCodeGenerator - VBFeaturesResources.Designer.vb - Designer - + diff --git a/src/Features/VisualBasic/Portable/RemoveUnnecessaryImports/VisualBasicRemoveUnnecessaryImportsDiagnosticAnalyzer.vb b/src/Features/VisualBasic/Portable/RemoveUnnecessaryImports/VisualBasicRemoveUnnecessaryImportsDiagnosticAnalyzer.vb index 1b11c6b060a1a..52c1fbabe4ba9 100644 --- a/src/Features/VisualBasic/Portable/RemoveUnnecessaryImports/VisualBasicRemoveUnnecessaryImportsDiagnosticAnalyzer.vb +++ b/src/Features/VisualBasic/Portable/RemoveUnnecessaryImports/VisualBasicRemoveUnnecessaryImportsDiagnosticAnalyzer.vb @@ -17,7 +17,7 @@ Namespace Microsoft.CodeAnalysis.VisualBasic.RemoveUnnecessaryImports Inherits AbstractRemoveUnnecessaryImportsDiagnosticAnalyzer Private Shared ReadOnly s_TitleAndMessageFormat As LocalizableString = - New LocalizableResourceString(NameOf(VBFeaturesResources.Imports_statement_is_unnecessary), VBFeaturesResources.ResourceManager, GetType(VBFeaturesResources.VBFeaturesResources)) + New LocalizableResourceString(NameOf(VBFeaturesResources.Imports_statement_is_unnecessary), VBFeaturesResources.ResourceManager, GetType(VBFeaturesResources)) Protected Overrides Function GetTitleAndMessageFormatForClassificationIdDescriptor() As LocalizableString Return s_TitleAndMessageFormat diff --git a/src/Features/VisualBasic/Portable/UseConditionalExpression/VisualBasicUseConditionalExpressionForAssignmentDiagnosticAnalyzer.vb b/src/Features/VisualBasic/Portable/UseConditionalExpression/VisualBasicUseConditionalExpressionForAssignmentDiagnosticAnalyzer.vb index cef087a18a1f3..f8bd04266004d 100644 --- a/src/Features/VisualBasic/Portable/UseConditionalExpression/VisualBasicUseConditionalExpressionForAssignmentDiagnosticAnalyzer.vb +++ b/src/Features/VisualBasic/Portable/UseConditionalExpression/VisualBasicUseConditionalExpressionForAssignmentDiagnosticAnalyzer.vb @@ -13,7 +13,7 @@ Namespace Microsoft.CodeAnalysis.VisualBasic.UseConditionalExpression Inherits AbstractUseConditionalExpressionForAssignmentDiagnosticAnalyzer(Of MultiLineIfBlockSyntax) Public Sub New() - MyBase.New(New LocalizableResourceString(NameOf(VBFeaturesResources.If_statement_can_be_simplified), VBFeaturesResources.ResourceManager, GetType(VBFeaturesResources.VBFeaturesResources))) + MyBase.New(New LocalizableResourceString(NameOf(VBFeaturesResources.If_statement_can_be_simplified), VBFeaturesResources.ResourceManager, GetType(VBFeaturesResources))) End Sub Protected Overrides Function GetSyntaxFactsService() As ISyntaxFactsService diff --git a/src/Features/VisualBasic/Portable/UseConditionalExpression/VisualBasicUseConditionalExpressionForReturnDiagnosticAnalyzer.vb b/src/Features/VisualBasic/Portable/UseConditionalExpression/VisualBasicUseConditionalExpressionForReturnDiagnosticAnalyzer.vb index 0874a81d7b145..f10e909060f9f 100644 --- a/src/Features/VisualBasic/Portable/UseConditionalExpression/VisualBasicUseConditionalExpressionForReturnDiagnosticAnalyzer.vb +++ b/src/Features/VisualBasic/Portable/UseConditionalExpression/VisualBasicUseConditionalExpressionForReturnDiagnosticAnalyzer.vb @@ -13,7 +13,7 @@ Namespace Microsoft.CodeAnalysis.VisualBasic.UseConditionalExpression Inherits AbstractUseConditionalExpressionForReturnDiagnosticAnalyzer(Of MultiLineIfBlockSyntax) Public Sub New() - MyBase.New(New LocalizableResourceString(NameOf(VBFeaturesResources.If_statement_can_be_simplified), VBFeaturesResources.ResourceManager, GetType(VBFeaturesResources.VBFeaturesResources))) + MyBase.New(New LocalizableResourceString(NameOf(VBFeaturesResources.If_statement_can_be_simplified), VBFeaturesResources.ResourceManager, GetType(VBFeaturesResources))) End Sub Protected Overrides Function GetSyntaxFactsService() As ISyntaxFactsService diff --git a/src/Features/VisualBasic/Portable/VBFeaturesResources.Designer.vb b/src/Features/VisualBasic/Portable/VBFeaturesResources.Designer.vb deleted file mode 100644 index 67d9b1635feb0..0000000000000 --- a/src/Features/VisualBasic/Portable/VBFeaturesResources.Designer.vb +++ /dev/null @@ -1,3516 +0,0 @@ -'------------------------------------------------------------------------------ -' -' This code was generated by a tool. -' Runtime Version:4.0.30319.42000 -' -' Changes to this file may cause incorrect behavior and will be lost if -' the code is regenerated. -' -'------------------------------------------------------------------------------ - -Option Strict On -Option Explicit On - -Imports System - -Namespace Microsoft.CodeAnalysis.VisualBasic.VBFeaturesResources - - 'This class was auto-generated by the StronglyTypedResourceBuilder - 'class via a tool like ResGen or Visual Studio. - 'To add or remove a member, edit your .ResX file then rerun ResGen - 'with the /str option, or rebuild your VS project. - ''' - ''' A strongly-typed resource class, for looking up localized strings, etc. - ''' - _ - Friend Module VBFeaturesResources - - Private resourceMan As Global.System.Resources.ResourceManager - - Private resourceCulture As Global.System.Globalization.CultureInfo - - ''' - ''' Returns the cached ResourceManager instance used by this class. - ''' - _ - Friend ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager - Get - If Object.ReferenceEquals(resourceMan, Nothing) Then - Dim temp As Global.System.Resources.ResourceManager = New Global.System.Resources.ResourceManager("VBFeaturesResources", GetType(VBFeaturesResources).Assembly) - resourceMan = temp - End If - Return resourceMan - End Get - End Property - - ''' - ''' Overrides the current thread's CurrentUICulture property for all - ''' resource lookups using this strongly typed resource class. - ''' - _ - Friend Property Culture() As Global.System.Globalization.CultureInfo - Get - Return resourceCulture - End Get - Set - resourceCulture = value - End Set - End Property - - ''' - ''' Looks up a localized string similar to {0} function. - ''' - Friend ReadOnly Property _0_function() As String - Get - Return ResourceManager.GetString("_0_function", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to A Using block does three things: it creates and initializes variables in the resource list, it runs the code in the block, and it disposes of the variables before exiting. Resources used in the Using block must implement System.IDisposable. - '''Using <resource1>[, <resource2>]...End Using. - ''' - Friend ReadOnly Property A_Using_block_does_three_things_colon_it_creates_and_initializes_variables_in_the_resource_list_it_runs_the_code_in_the_block_and_it_disposes_of_the_variables_before_exiting_Resources_used_in_the_Using_block_must_implement_System_IDisposable_Using_resource1_bracket_resource2_bracket_End_Using() As String - Get - Return ResourceManager.GetString("A_Using_block_does_three_things_colon_it_creates_and_initializes_variables_in_the"& _ - "_resource_list_it_runs_the_code_in_the_block_and_it_disposes_of_the_variables_be"& _ - "fore_exiting_Resources_used_in_the_Using_block_must_implement_System_IDisposable"& _ - "_Using_resource1_bracket_resource2_bracket_End_Using", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Add a metadata reference to specified assembly and all its dependencies, e.g. #r "myLib.dll".. - ''' - Friend ReadOnly Property Add_a_metadata_reference_to_specified_assembly_and_all_its_dependencies_e_g_Sharpr_myLib_dll() As String - Get - Return ResourceManager.GetString("Add_a_metadata_reference_to_specified_assembly_and_all_its_dependencies_e_g_Sharp"& _ - "r_myLib_dll", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Add Await. - ''' - Friend ReadOnly Property Add_Await() As String - Get - Return ResourceManager.GetString("Add_Await", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Add Await and 'ConfigureAwait(false)'. - ''' - Friend ReadOnly Property Add_Await_and_ConfigureAwaitFalse() As String - Get - Return ResourceManager.GetString("Add_Await_and_ConfigureAwaitFalse", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Add 'Me.'. - ''' - Friend ReadOnly Property Add_Me() As String - Get - Return ResourceManager.GetString("Add_Me", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Add missing Imports. - ''' - Friend ReadOnly Property Add_missing_Imports() As String - Get - Return ResourceManager.GetString("Add_missing_Imports", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Add <Obsolete>. - ''' - Friend ReadOnly Property Add_Obsolete() As String - Get - Return ResourceManager.GetString("Add_Obsolete", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Add 'Overloads'. - ''' - Friend ReadOnly Property Add_Overloads() As String - Get - Return ResourceManager.GetString("Add_Overloads", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Add 'Shadows'. - ''' - Friend ReadOnly Property Add_Shadows() As String - Get - Return ResourceManager.GetString("Add_Shadows", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to AddHandler statement. - ''' - Friend ReadOnly Property AddHandler_statement() As String - Get - Return ResourceManager.GetString("AddHandler_statement", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Adds a conditional test to a Catch statement. Exceptions are caught by that Catch statement only when the conditional test that follows the When keyword evaluates to True.. - ''' - Friend ReadOnly Property Adds_a_conditional_test_to_a_Catch_statement_Exceptions_are_caught_by_that_Catch_statement_only_when_the_conditional_test_that_follows_the_When_keyword_evaluates_to_True() As String - Get - Return ResourceManager.GetString("Adds_a_conditional_test_to_a_Catch_statement_Exceptions_are_caught_by_that_Catch_"& _ - "statement_only_when_the_conditional_test_that_follows_the_When_keyword_evaluates"& _ - "_to_True", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Aggregate clause. - ''' - Friend ReadOnly Property Aggregate_clause() As String - Get - Return ResourceManager.GetString("Aggregate_clause", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to all static local usages defined in the selection must be included in the selection. - ''' - Friend ReadOnly Property all_static_local_usages_defined_in_the_selection_must_be_included_in_the_selection() As String - Get - Return ResourceManager.GetString("all_static_local_usages_defined_in_the_selection_must_be_included_in_the_selectio"& _ - "n", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Applies an aggregation function, such as Sum, Average, or Count to a sequence.. - ''' - Friend ReadOnly Property Applies_an_aggregation_function_such_as_Sum_Average_or_Count_to_a_sequence() As String - Get - Return ResourceManager.GetString("Applies_an_aggregation_function_such_as_Sum_Average_or_Count_to_a_sequence", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Argument used for ByRef parameter can't be extracted out. - ''' - Friend ReadOnly Property Argument_used_for_ByRef_parameter_can_t_be_extracted_out() As String - Get - Return ResourceManager.GetString("Argument_used_for_ByRef_parameter_can_t_be_extracted_out", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to as clause. - ''' - Friend ReadOnly Property as_clause() As String - Get - Return ResourceManager.GetString("as_clause", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Asynchronously waits for the task to finish.. - ''' - Friend ReadOnly Property Asynchronously_waits_for_the_task_to_finish() As String - Get - Return ResourceManager.GetString("Asynchronously_waits_for_the_task_to_finish", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to attributes. - ''' - Friend ReadOnly Property attributes() As String - Get - Return ResourceManager.GetString("attributes", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Await expression. - ''' - Friend ReadOnly Property Await_expression() As String - Get - Return ResourceManager.GetString("Await_expression", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Awaitable. - ''' - Friend ReadOnly Property Awaitable() As String - Get - Return ResourceManager.GetString("Awaitable", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Awaitable, Extension. - ''' - Friend ReadOnly Property Awaitable_Extension() As String - Get - Return ResourceManager.GetString("Awaitable_Extension", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Branches unconditionally to a specified line in a procedure.. - ''' - Friend ReadOnly Property Branches_unconditionally_to_a_specified_line_in_a_procedure() As String - Get - Return ResourceManager.GetString("Branches_unconditionally_to_a_specified_line_in_a_procedure", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to can't determine valid range of statements to extract out. - ''' - Friend ReadOnly Property can_t_determine_valid_range_of_statements_to_extract_out() As String - Get - Return ResourceManager.GetString("can_t_determine_valid_range_of_statements_to_extract_out", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Catch clause. - ''' - Friend ReadOnly Property Catch_clause() As String - Get - Return ResourceManager.GetString("Catch_clause", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Causes the current class or interface to inherit the attributes, variables, properties, procedures, and events from another class or set of interfaces.. - ''' - Friend ReadOnly Property Causes_the_current_class_or_interface_to_inherit_the_attributes_variables_properties_procedures_and_events_from_another_class_or_set_of_interfaces() As String - Get - Return ResourceManager.GetString("Causes_the_current_class_or_interface_to_inherit_the_attributes_variables_propert"& _ - "ies_procedures_and_events_from_another_class_or_set_of_interfaces", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to <class name>. - ''' - Friend ReadOnly Property class_name() As String - Get - Return ResourceManager.GetString("class_name", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Collapses and hides sections of code in Visual Basic files.. - ''' - Friend ReadOnly Property Collapses_and_hides_sections_of_code_in_Visual_Basic_files() As String - Get - Return ResourceManager.GetString("Collapses_and_hides_sections_of_code_in_Visual_Basic_files", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Combines the elements of two sequences and groups the results. The join operation is based on matching keys.. - ''' - Friend ReadOnly Property Combines_the_elements_of_two_sequences_and_groups_the_results_The_join_operation_is_based_on_matching_keys() As String - Get - Return ResourceManager.GetString("Combines_the_elements_of_two_sequences_and_groups_the_results_The_join_operation_"& _ - "is_based_on_matching_keys", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Combines the elements of two sequences. The join operation is based on matching keys.. - ''' - Friend ReadOnly Property Combines_the_elements_of_two_sequences_The_join_operation_is_based_on_matching_keys() As String - Get - Return ResourceManager.GetString("Combines_the_elements_of_two_sequences_The_join_operation_is_based_on_matching_ke"& _ - "ys", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Compares a string against a pattern. Wildcards available include ? to match 1 character and * to match 0 or more characters. - '''<result> = <string> Like <pattern>. - ''' - Friend ReadOnly Property Compares_a_string_against_a_pattern_Wildcards_available_include_to_match_1_character_and_to_match_0_or_more_characters_result_string_Like_pattern() As String - Get - Return ResourceManager.GetString("Compares_a_string_against_a_pattern_Wildcards_available_include_to_match_1_charac"& _ - "ter_and_to_match_0_or_more_characters_result_string_Like_pattern", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Compares two expressions and returns True if the first is greater than or equal to the second. Otherwise, returns False.. - ''' - Friend ReadOnly Property Compares_two_expressions_and_returns_True_if_the_first_is_greater_than_or_equal_to_the_second_Otherwise_returns_False() As String - Get - Return ResourceManager.GetString("Compares_two_expressions_and_returns_True_if_the_first_is_greater_than_or_equal_t"& _ - "o_the_second_Otherwise_returns_False", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Compares two expressions and returns True if the first is greater than the second. Otherwise, returns False.. - ''' - Friend ReadOnly Property Compares_two_expressions_and_returns_True_if_the_first_is_greater_than_the_second_Otherwise_returns_False() As String - Get - Return ResourceManager.GetString("Compares_two_expressions_and_returns_True_if_the_first_is_greater_than_the_second"& _ - "_Otherwise_returns_False", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Compares two expressions and returns True if the first is less than or equal to the second. Otherwise, returns False.. - ''' - Friend ReadOnly Property Compares_two_expressions_and_returns_True_if_the_first_is_less_than_or_equal_to_the_second_Otherwise_returns_False() As String - Get - Return ResourceManager.GetString("Compares_two_expressions_and_returns_True_if_the_first_is_less_than_or_equal_to_t"& _ - "he_second_Otherwise_returns_False", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Compares two expressions and returns True if the first is less than the second. Otherwise, returns False.. - ''' - Friend ReadOnly Property Compares_two_expressions_and_returns_True_if_the_first_is_less_than_the_second_Otherwise_returns_False() As String - Get - Return ResourceManager.GetString("Compares_two_expressions_and_returns_True_if_the_first_is_less_than_the_second_Ot"& _ - "herwise_returns_False", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Compares two expressions and returns True if they are equal. Otherwise, returns False.. - ''' - Friend ReadOnly Property Compares_two_expressions_and_returns_True_if_they_are_equal_Otherwise_returns_False() As String - Get - Return ResourceManager.GetString("Compares_two_expressions_and_returns_True_if_they_are_equal_Otherwise_returns_Fal"& _ - "se", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Compares two expressions and returns True if they are not equal. Otherwise, returns False.. - ''' - Friend ReadOnly Property Compares_two_expressions_and_returns_True_if_they_are_not_equal_Otherwise_returns_False() As String - Get - Return ResourceManager.GetString("Compares_two_expressions_and_returns_True_if_they_are_not_equal_Otherwise_returns"& _ - "_False", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Compares two object reference variables and returns True if the objects are equal. - '''<result> = <object1> Is <object2>. - ''' - Friend ReadOnly Property Compares_two_object_reference_variables_and_returns_True_if_the_objects_are_equal_result_object1_Is_object2() As String - Get - Return ResourceManager.GetString("Compares_two_object_reference_variables_and_returns_True_if_the_objects_are_equal"& _ - "_result_object1_Is_object2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Compares two object reference variables and returns True if the objects are not equal. - '''<result> = <object1> IsNot <object2>. - ''' - Friend ReadOnly Property Compares_two_object_reference_variables_and_returns_True_if_the_objects_are_not_equal_result_object1_IsNot_object2() As String - Get - Return ResourceManager.GetString("Compares_two_object_reference_variables_and_returns_True_if_the_objects_are_not_e"& _ - "qual_result_object1_IsNot_object2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Computes a value for each item in the query, and assigns the value to a new range variable.. - ''' - Friend ReadOnly Property Computes_a_value_for_each_item_in_the_query_and_assigns_the_value_to_a_new_range_variable() As String - Get - Return ResourceManager.GetString("Computes_a_value_for_each_item_in_the_query_and_assigns_the_value_to_a_new_range_"& _ - "variable", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Conditionally compiles selected blocks of code, depending on the value of an expression.. - ''' - Friend ReadOnly Property Conditionally_compiles_selected_blocks_of_code_depending_on_the_value_of_an_expression() As String - Get - Return ResourceManager.GetString("Conditionally_compiles_selected_blocks_of_code_depending_on_the_value_of_an_expre"& _ - "ssion", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Conditionally executes a group of statements, depending on the value of an expression.. - ''' - Friend ReadOnly Property Conditionally_executes_a_group_of_statements_depending_on_the_value_of_an_expression() As String - Get - Return ResourceManager.GetString("Conditionally_executes_a_group_of_statements_depending_on_the_value_of_an_express"& _ - "ion", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Conflict(s) detected.. - ''' - Friend ReadOnly Property Conflict_s_detected() As String - Get - Return ResourceManager.GetString("Conflict_s_detected", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Constrains a generic type parameter to require that any type argument passed to it be a reference type.. - ''' - Friend ReadOnly Property Constrains_a_generic_type_parameter_to_require_that_any_type_argument_passed_to_it_be_a_reference_type() As String - Get - Return ResourceManager.GetString("Constrains_a_generic_type_parameter_to_require_that_any_type_argument_passed_to_i"& _ - "t_be_a_reference_type", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Constrains a generic type parameter to require that any type argument passed to it be a value type.. - ''' - Friend ReadOnly Property Constrains_a_generic_type_parameter_to_require_that_any_type_argument_passed_to_it_be_a_value_type() As String - Get - Return ResourceManager.GetString("Constrains_a_generic_type_parameter_to_require_that_any_type_argument_passed_to_i"& _ - "t_be_a_value_type", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to contains invalid selection. - ''' - Friend ReadOnly Property contains_invalid_selection() As String - Get - Return ResourceManager.GetString("contains_invalid_selection", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Convert {0} to Iterator. - ''' - Friend ReadOnly Property Convert_0_to_Iterator() As String - Get - Return ResourceManager.GetString("Convert_0_to_Iterator", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Convert to 'For'. - ''' - Friend ReadOnly Property Convert_to_For() As String - Get - Return ResourceManager.GetString("Convert_to_For", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Convert to 'For Each'. - ''' - Friend ReadOnly Property Convert_to_For_Each() As String - Get - Return ResourceManager.GetString("Convert_to_For_Each", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Convert to 'Select Case'. - ''' - Friend ReadOnly Property Convert_to_Select_Case() As String - Get - Return ResourceManager.GetString("Convert_to_Select_Case", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Create event {0} in {1}. - ''' - Friend ReadOnly Property Create_event_0_in_1() As String - Get - Return ResourceManager.GetString("Create_event_0_in_1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Creates a delegate procedure instance that references the specified procedure. - '''AddressOf <procedureName>. - ''' - Friend ReadOnly Property Creates_a_delegate_procedure_instance_that_references_the_specified_procedure_AddressOf_procedureName() As String - Get - Return ResourceManager.GetString("Creates_a_delegate_procedure_instance_that_references_the_specified_procedure_Add"& _ - "ressOf_procedureName", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Creates a new object instance.. - ''' - Friend ReadOnly Property Creates_a_new_object_instance() As String - Get - Return ResourceManager.GetString("Creates_a_new_object_instance", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to CType function. - ''' - Friend ReadOnly Property CType_function() As String - Get - Return ResourceManager.GetString("CType_function", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Declares a Get property procedure that is used to return the current value of a property.. - ''' - Friend ReadOnly Property Declares_a_Get_property_procedure_that_is_used_to_return_the_current_value_of_a_property() As String - Get - Return ResourceManager.GetString("Declares_a_Get_property_procedure_that_is_used_to_return_the_current_value_of_a_p"& _ - "roperty", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Declares a reference to a procedure implemented in an external file.. - ''' - Friend ReadOnly Property Declares_a_reference_to_a_procedure_implemented_in_an_external_file() As String - Get - Return ResourceManager.GetString("Declares_a_reference_to_a_procedure_implemented_in_an_external_file", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Declares a Set property procedure that is used to assign a value to a property.. - ''' - Friend ReadOnly Property Declares_a_Set_property_procedure_that_is_used_to_assign_a_value_to_a_property() As String - Get - Return ResourceManager.GetString("Declares_a_Set_property_procedure_that_is_used_to_assign_a_value_to_a_property", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Declares a user-defined event.. - ''' - Friend ReadOnly Property Declares_a_user_defined_event() As String - Get - Return ResourceManager.GetString("Declares_a_user_defined_event", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Declares an enumeration and defines the values of its members.. - ''' - Friend ReadOnly Property Declares_an_enumeration_and_defines_the_values_of_its_members() As String - Get - Return ResourceManager.GetString("Declares_an_enumeration_and_defines_the_values_of_its_members", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Declares and allocates storage space for one or more variables. - '''Dim {<var> [As [New] dataType [(boundList)]][= initializer]}[, var2]. - ''' - Friend ReadOnly Property Declares_and_allocates_storage_space_for_one_or_more_variables_Dim_var_bracket_As_bracket_New_bracket_dataType_bracket_boundList_bracket_bracket_bracket_initializer_bracket_bracket_var2_bracket() As String - Get - Return ResourceManager.GetString("Declares_and_allocates_storage_space_for_one_or_more_variables_Dim_var_bracket_As"& _ - "_bracket_New_bracket_dataType_bracket_boundList_bracket_bracket_bracket_initiali"& _ - "zer_bracket_bracket_var2_bracket", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Declares and defines one or more constants.. - ''' - Friend ReadOnly Property Declares_and_defines_one_or_more_constants() As String - Get - Return ResourceManager.GetString("Declares_and_defines_one_or_more_constants", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Declares that a procedure handles a specified event.. - ''' - Friend ReadOnly Property Declares_that_a_procedure_handles_a_specified_event() As String - Get - Return ResourceManager.GetString("Declares_that_a_procedure_handles_a_specified_event", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Declares the name of a class and introduces the definitions of the variables, properties, and methods that make up the class.. - ''' - Friend ReadOnly Property Declares_the_name_of_a_class_and_introduces_the_definitions_of_the_variables_properties_and_methods_that_make_up_the_class() As String - Get - Return ResourceManager.GetString("Declares_the_name_of_a_class_and_introduces_the_definitions_of_the_variables_prop"& _ - "erties_and_methods_that_make_up_the_class", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Declares the name of a namespace, and causes the source code following the declaration to be compiled within that namespace.. - ''' - Friend ReadOnly Property Declares_the_name_of_a_namespace_and_causes_the_source_code_following_the_declaration_to_be_compiled_within_that_namespace() As String - Get - Return ResourceManager.GetString("Declares_the_name_of_a_namespace_and_causes_the_source_code_following_the_declara"& _ - "tion_to_be_compiled_within_that_namespace", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Declares the name of a property, and the property procedures used to store and retrieve the value of the property.. - ''' - Friend ReadOnly Property Declares_the_name_of_a_property_and_the_property_procedures_used_to_store_and_retrieve_the_value_of_the_property() As String - Get - Return ResourceManager.GetString("Declares_the_name_of_a_property_and_the_property_procedures_used_to_store_and_ret"& _ - "rieve_the_value_of_the_property", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Declares the name of a structure and introduces the definition of the variables, properties, events, and procedures that make up the structure.. - ''' - Friend ReadOnly Property Declares_the_name_of_a_structure_and_introduces_the_definition_of_the_variables_properties_events_and_procedures_that_make_up_the_structure() As String - Get - Return ResourceManager.GetString("Declares_the_name_of_a_structure_and_introduces_the_definition_of_the_variables_p"& _ - "roperties_events_and_procedures_that_make_up_the_structure", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Declares the name of an interface and the definitions of the members of the interface.. - ''' - Friend ReadOnly Property Declares_the_name_of_an_interface_and_the_definitions_of_the_members_of_the_interface() As String - Get - Return ResourceManager.GetString("Declares_the_name_of_an_interface_and_the_definitions_of_the_members_of_the_inter"& _ - "face", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Declares the name, parameters, and code that define a Function procedure, that is, a procedure that returns a value to the calling code.. - ''' - Friend ReadOnly Property Declares_the_name_parameters_and_code_that_define_a_Function_procedure_that_is_a_procedure_that_returns_a_value_to_the_calling_code() As String - Get - Return ResourceManager.GetString("Declares_the_name_parameters_and_code_that_define_a_Function_procedure_that_is_a_"& _ - "procedure_that_returns_a_value_to_the_calling_code", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Declares the name, parameters, and code that define a Sub procedure, that is, a procedure that does not return a value to the calling code.. - ''' - Friend ReadOnly Property Declares_the_name_parameters_and_code_that_define_a_Sub_procedure_that_is_a_procedure_that_does_not_return_a_value_to_the_calling_code() As String - Get - Return ResourceManager.GetString("Declares_the_name_parameters_and_code_that_define_a_Sub_procedure_that_is_a_proce"& _ - "dure_that_does_not_return_a_value_to_the_calling_code", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Declares the operator symbol, operands, and code that define an operator procedure on a class or structure.. - ''' - Friend ReadOnly Property Declares_the_operator_symbol_operands_and_code_that_define_an_operator_procedure_on_a_class_or_structure() As String - Get - Return ResourceManager.GetString("Declares_the_operator_symbol_operands_and_code_that_define_an_operator_procedure_"& _ - "on_a_class_or_structure", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Defines a conditional compiler constant. Conditional compiler constants are always private to the file in which they appear. The expressions used to initialize them can contain only conditional compiler constants and literals.. - ''' - Friend ReadOnly Property Defines_a_conditional_compiler_constant_Conditional_compiler_constants_are_always_private_to_the_file_in_which_they_appear_The_expressions_used_to_initialize_them_can_contain_only_conditional_compiler_constants_and_literals() As String - Get - Return ResourceManager.GetString("Defines_a_conditional_compiler_constant_Conditional_compiler_constants_are_always"& _ - "_private_to_the_file_in_which_they_appear_The_expressions_used_to_initialize_the"& _ - "m_can_contain_only_conditional_compiler_constants_and_literals", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Defines a lambda expression that calculates and returns a single value. Can be used wherever a delegate type is expected. - '''Function(<parameterList>) <expression>. - ''' - Friend ReadOnly Property Defines_a_lambda_expression_that_calculates_and_returns_a_single_value_Can_be_used_wherever_a_delegate_type_is_expected_Function_parameterList_expression() As String - Get - Return ResourceManager.GetString("Defines_a_lambda_expression_that_calculates_and_returns_a_single_value_Can_be_use"& _ - "d_wherever_a_delegate_type_is_expected_Function_parameterList_expression", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Defines a lambda expression that can execute statements and does not return a value. Can be used wherever a delegate type is expected. - '''Sub(<parameterList>) <statement>. - ''' - Friend ReadOnly Property Defines_a_lambda_expression_that_can_execute_statements_and_does_not_return_a_value_Can_be_used_wherever_a_delegate_type_is_expected_Sub_parameterList_statement() As String - Get - Return ResourceManager.GetString("Defines_a_lambda_expression_that_can_execute_statements_and_does_not_return_a_val"& _ - "ue_Can_be_used_wherever_a_delegate_type_is_expected_Sub_parameterList_statement", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Defines an asynchronous lambda expression that can use the Await operator. Can be used wherever a delegate type is expected. - '''Async Sub/Function(<parameterList>) <expression>. - ''' - Friend ReadOnly Property Defines_an_asynchronous_lambda_expression_that_can_use_the_Await_operator_Can_be_used_wherever_a_delegate_type_is_expected_Async_Sub_Function_parameterList_expression() As String - Get - Return ResourceManager.GetString("Defines_an_asynchronous_lambda_expression_that_can_use_the_Await_operator_Can_be_"& _ - "used_wherever_a_delegate_type_is_expected_Async_Sub_Function_parameterList_expre"& _ - "ssion", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Defines an iterator lambda expression that can use the Yield statement. - '''Iterator Function(<parameterList>) As IEnumerable(Of <T>). - ''' - Friend ReadOnly Property Defines_an_iterator_lambda_expression_that_can_use_the_Yield_statement_Iterator_Function_parameterList_As_IEnumerable_Of_T() As String - Get - Return ResourceManager.GetString("Defines_an_iterator_lambda_expression_that_can_use_the_Yield_statement_Iterator_F"& _ - "unction_parameterList_As_IEnumerable_Of_T", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Delete the '{0}' statement.. - ''' - Friend ReadOnly Property Delete_the_0_statement1() As String - Get - Return ResourceManager.GetString("Delete_the_0_statement1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Delete the '{0}' statement.. - ''' - Friend ReadOnly Property Delete_the_0_statement2() As String - Get - Return ResourceManager.GetString("Delete_the_0_statement2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Deprecated. - ''' - Friend ReadOnly Property Deprecated() As String - Get - Return ResourceManager.GetString("Deprecated", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Determines the run-time type of an object reference variable and compares it to a data type. Returns True or False depending, on whether the two types are compatible. - '''<result> = TypeOf <objectExpression> Is <typeName>. - ''' - Friend ReadOnly Property Determines_the_run_time_type_of_an_object_reference_variable_and_compares_it_to_a_data_type_Returns_True_or_False_depending_on_whether_the_two_types_are_compatible_result_TypeOf_objectExpression_Is_typeName() As String - Get - Return ResourceManager.GetString("Determines_the_run_time_type_of_an_object_reference_variable_and_compares_it_to_a"& _ - "_data_type_Returns_True_or_False_depending_on_whether_the_two_types_are_compatib"& _ - "le_result_TypeOf_objectExpression_Is_typeName", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Determines whether an expression is false. If instances of any class or structure will be used in an OrElse clause, you must define IsFalse on that class or structure.. - ''' - Friend ReadOnly Property Determines_whether_an_expression_is_false_If_instances_of_any_class_or_structure_will_be_used_in_an_OrElse_clause_you_must_define_IsFalse_on_that_class_or_structure() As String - Get - Return ResourceManager.GetString("Determines_whether_an_expression_is_false_If_instances_of_any_class_or_structure_"& _ - "will_be_used_in_an_OrElse_clause_you_must_define_IsFalse_on_that_class_or_struct"& _ - "ure", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Determines whether an expression is true. If instances of any class or structure will be used in an OrElse clause, you must define IsTrue on that class or structure.. - ''' - Friend ReadOnly Property Determines_whether_an_expression_is_true_If_instances_of_any_class_or_structure_will_be_used_in_an_OrElse_clause_you_must_define_IsTrue_on_that_class_or_structure() As String - Get - Return ResourceManager.GetString("Determines_whether_an_expression_is_true_If_instances_of_any_class_or_structure_w"& _ - "ill_be_used_in_an_OrElse_clause_you_must_define_IsTrue_on_that_class_or_structur"& _ - "e", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to DirectCast function. - ''' - Friend ReadOnly Property DirectCast_function() As String - Get - Return ResourceManager.GetString("DirectCast_function", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Disables reporting of specified warnings in the portion of the source file below the current line.. - ''' - Friend ReadOnly Property Disables_reporting_of_specified_warnings_in_the_portion_of_the_source_file_below_the_current_line() As String - Get - Return ResourceManager.GetString("Disables_reporting_of_specified_warnings_in_the_portion_of_the_source_file_below_"& _ - "the_current_line", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Divides two numbers and returns a floating-point result.. - ''' - Friend ReadOnly Property Divides_two_numbers_and_returns_a_floating_point_result() As String - Get - Return ResourceManager.GetString("Divides_two_numbers_and_returns_a_floating_point_result", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Divides two numbers and returns an integer result.. - ''' - Friend ReadOnly Property Divides_two_numbers_and_returns_an_integer_result() As String - Get - Return ResourceManager.GetString("Divides_two_numbers_and_returns_an_integer_result", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Divides two numbers and returns only the remainder. - '''<number1> Mod <number2>. - ''' - Friend ReadOnly Property Divides_two_numbers_and_returns_only_the_remainder_number1_Mod_number2() As String - Get - Return ResourceManager.GetString("Divides_two_numbers_and_returns_only_the_remainder_number1_Mod_number2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Do not change this code. Put cleanup code in Dispose(disposing As Boolean) above.. - ''' - Friend ReadOnly Property Do_not_change_this_code_Put_cleanup_code_in_Dispose_disposing_As_Boolean_above() As String - Get - Return ResourceManager.GetString("Do_not_change_this_code_Put_cleanup_code_in_Dispose_disposing_As_Boolean_above", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Enables reporting of specified warnings in the portion of the source file below the current line.. - ''' - Friend ReadOnly Property Enables_reporting_of_specified_warnings_in_the_portion_of_the_source_file_below_the_current_line() As String - Get - Return ResourceManager.GetString("Enables_reporting_of_specified_warnings_in_the_portion_of_the_source_file_below_t"& _ - "he_current_line", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Enables the error-handling routine that starts at the line specified in the line argument. - '''The specified line must be in the same procedure as the On Error statement. - '''On Error GoTo [<label> | 0 | -1]. - ''' - Friend ReadOnly Property Enables_the_error_handling_routine_that_starts_at_the_line_specified_in_the_line_argument_The_specified_line_must_be_in_the_same_procedure_as_the_On_Error_statement_On_Error_GoTo_bracket_label_0_1_bracket() As String - Get - Return ResourceManager.GetString("Enables_the_error_handling_routine_that_starts_at_the_line_specified_in_the_line_"& _ - "argument_The_specified_line_must_be_in_the_same_procedure_as_the_On_Error_statem"& _ - "ent_On_Error_GoTo_bracket_label_0_1_bracket", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Ensures that multiple threads do not execute the statement block at the same time. - '''SyncLock <object>...End Synclock. - ''' - Friend ReadOnly Property Ensures_that_multiple_threads_do_not_execute_the_statement_block_at_the_same_time_SyncLock_object_End_Synclock() As String - Get - Return ResourceManager.GetString("Ensures_that_multiple_threads_do_not_execute_the_statement_block_at_the_same_time"& _ - "_SyncLock_object_End_Synclock", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to {0}.add. - ''' - Friend ReadOnly Property Event_add_handler_name() As String - Get - Return ResourceManager.GetString("Event_add_handler_name", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to {0}.remove. - ''' - Friend ReadOnly Property Event_remove_handler_name() As String - Get - Return ResourceManager.GetString("Event_remove_handler_name", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Exits a Do loop and transfers execution immediately to the statement following the Loop statement.. - ''' - Friend ReadOnly Property Exits_a_Do_loop_and_transfers_execution_immediately_to_the_statement_following_the_Loop_statement() As String - Get - Return ResourceManager.GetString("Exits_a_Do_loop_and_transfers_execution_immediately_to_the_statement_following_th"& _ - "e_Loop_statement", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Exits a For loop and transfers execution immediately to the statement following the Next statement.. - ''' - Friend ReadOnly Property Exits_a_For_loop_and_transfers_execution_immediately_to_the_statement_following_the_Next_statement() As String - Get - Return ResourceManager.GetString("Exits_a_For_loop_and_transfers_execution_immediately_to_the_statement_following_t"& _ - "he_Next_statement", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Exits a procedure or block and transfers execution immediately to the statement following the procedure call or block definition. - '''Exit {Do | For | Function | Property | Select | Sub | Try | While}. - ''' - Friend ReadOnly Property Exits_a_procedure_or_block_and_transfers_execution_immediately_to_the_statement_following_the_procedure_call_or_block_definition_Exit_Do_For_Function_Property_Select_Sub_Try_While() As String - Get - Return ResourceManager.GetString("Exits_a_procedure_or_block_and_transfers_execution_immediately_to_the_statement_f"& _ - "ollowing_the_procedure_call_or_block_definition_Exit_Do_For_Function_Property_Se"& _ - "lect_Sub_Try_While", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Exits a Select block and transfers execution immediately to the statement following the End Select statement.. - ''' - Friend ReadOnly Property Exits_a_Select_block_and_transfers_execution_immediately_to_the_statement_following_the_End_Select_statement() As String - Get - Return ResourceManager.GetString("Exits_a_Select_block_and_transfers_execution_immediately_to_the_statement_followi"& _ - "ng_the_End_Select_statement", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Exits a Sub procedure and transfers execution immediately to the statement following the call to the Sub procedure.. - ''' - Friend ReadOnly Property Exits_a_Sub_procedure_and_transfers_execution_immediately_to_the_statement_following_the_call_to_the_Sub_procedure() As String - Get - Return ResourceManager.GetString("Exits_a_Sub_procedure_and_transfers_execution_immediately_to_the_statement_follow"& _ - "ing_the_call_to_the_Sub_procedure", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Exits a Try block and transfers execution immediately to the statement following the End Try statement.. - ''' - Friend ReadOnly Property Exits_a_Try_block_and_transfers_execution_immediately_to_the_statement_following_the_End_Try_statement() As String - Get - Return ResourceManager.GetString("Exits_a_Try_block_and_transfers_execution_immediately_to_the_statement_following_"& _ - "the_End_Try_statement", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Exits a While loop and transfers execution immediately to the statement following the End While statement.. - ''' - Friend ReadOnly Property Exits_a_While_loop_and_transfers_execution_immediately_to_the_statement_following_the_End_While_statement() As String - Get - Return ResourceManager.GetString("Exits_a_While_loop_and_transfers_execution_immediately_to_the_statement_following"& _ - "_the_End_While_statement", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Extension. - ''' - Friend ReadOnly Property Extension() As String - Get - Return ResourceManager.GetString("Extension", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Finally clause. - ''' - Friend ReadOnly Property Finally_clause() As String - Get - Return ResourceManager.GetString("Finally_clause", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Fix Incorrect Function Return Type. - ''' - Friend ReadOnly Property Fix_Incorrect_Function_Return_Type() As String - Get - Return ResourceManager.GetString("Fix_Incorrect_Function_Return_Type", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Followed by a comparison operator and then an expression, Case Is introduces the statements to run if the Select Case expression combined with the Case Is expression evaluates to True.. - ''' - Friend ReadOnly Property Followed_by_a_comparison_operator_and_then_an_expression_Case_Is_introduces_the_statements_to_run_if_the_Select_Case_expression_combined_with_the_Case_Is_expression_evaluates_to_True() As String - Get - Return ResourceManager.GetString("Followed_by_a_comparison_operator_and_then_an_expression_Case_Is_introduces_the_s"& _ - "tatements_to_run_if_the_Select_Case_expression_combined_with_the_Case_Is_express"& _ - "ion_evaluates_to_True", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to For Each block. - ''' - Friend ReadOnly Property For_Each_block() As String - Get - Return ResourceManager.GetString("For_Each_block", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to For Each statement. - ''' - Friend ReadOnly Property For_Each_statement() As String - Get - Return ResourceManager.GetString("For_Each_statement", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to From clause. - ''' - Friend ReadOnly Property From_clause() As String - Get - Return ResourceManager.GetString("From_clause", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Function aggregation. - ''' - Friend ReadOnly Property Function_aggregation() As String - Get - Return ResourceManager.GetString("Function_aggregation", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Generate narrowing conversion in '{0}'. - ''' - Friend ReadOnly Property Generate_narrowing_conversion_in_0() As String - Get - Return ResourceManager.GetString("Generate_narrowing_conversion_in_0", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Generate widening conversion in '{0}'. - ''' - Friend ReadOnly Property Generate_widening_conversion_in_0() As String - Get - Return ResourceManager.GetString("Generate_widening_conversion_in_0", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Generates a string concatenation of two expressions.. - ''' - Friend ReadOnly Property Generates_a_string_concatenation_of_two_expressions() As String - Get - Return ResourceManager.GetString("Generates_a_string_concatenation_of_two_expressions", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to GetType function. - ''' - Friend ReadOnly Property GetType_function() As String - Get - Return ResourceManager.GetString("GetType_function", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to GetXmlNamespace function. - ''' - Friend ReadOnly Property GetXmlNamespace_function() As String - Get - Return ResourceManager.GetString("GetXmlNamespace_function", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Group By clause. - ''' - Friend ReadOnly Property Group_By_clause() As String - Get - Return ResourceManager.GetString("Group_By_clause", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Group Join clause. - ''' - Friend ReadOnly Property Group_Join_clause() As String - Get - Return ResourceManager.GetString("Group_Join_clause", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Groups elements that have a common key.. - ''' - Friend ReadOnly Property Groups_elements_that_have_a_common_key() As String - Get - Return ResourceManager.GetString("Groups_elements_that_have_a_common_key", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Identifies a key field in an anonymous type definition.. - ''' - Friend ReadOnly Property Identifies_a_key_field_in_an_anonymous_type_definition() As String - Get - Return ResourceManager.GetString("Identifies_a_key_field_in_an_anonymous_type_definition", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Identifies a list of values as a collection initializer. - ''' - Friend ReadOnly Property Identifies_a_list_of_values_as_a_collection_initializer() As String - Get - Return ResourceManager.GetString("Identifies_a_list_of_values_as_a_collection_initializer", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Identifies a property as the default property of its class, structure, or interface.. - ''' - Friend ReadOnly Property Identifies_a_property_as_the_default_property_of_its_class_structure_or_interface() As String - Get - Return ResourceManager.GetString("Identifies_a_property_as_the_default_property_of_its_class_structure_or_interface"& _ - "", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Identifies a type parameter on a generic class, structure, interface, delegate, or procedure.. - ''' - Friend ReadOnly Property Identifies_a_type_parameter_on_a_generic_class_structure_interface_delegate_or_procedure() As String - Get - Return ResourceManager.GetString("Identifies_a_type_parameter_on_a_generic_class_structure_interface_delegate_or_pr"& _ - "ocedure", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'If' statement can be simplified. - ''' - Friend ReadOnly Property If_statement_can_be_simplified() As String - Get - Return ResourceManager.GetString("If_statement_can_be_simplified", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Implicit member access can't be included in the selection without containing statement. - ''' - Friend ReadOnly Property Implicit_member_access_can_t_be_included_in_the_selection_without_containing_statement() As String - Get - Return ResourceManager.GetString("Implicit_member_access_can_t_be_included_in_the_selection_without_containing_stat"& _ - "ement", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to import. - ''' - Friend ReadOnly Property import() As String - Get - Return ResourceManager.GetString("import", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Imports all or specified elements of a namespace into a file.. - ''' - Friend ReadOnly Property Imports_all_or_specified_elements_of_a_namespace_into_a_file() As String - Get - Return ResourceManager.GetString("Imports_all_or_specified_elements_of_a_namespace_into_a_file", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Imports statement is unnecessary.. - ''' - Friend ReadOnly Property Imports_statement_is_unnecessary() As String - Get - Return ResourceManager.GetString("Imports_statement_is_unnecessary", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Includes elements up to a specified position in the collection.. - ''' - Friend ReadOnly Property Includes_elements_up_to_a_specified_position_in_the_collection() As String - Get - Return ResourceManager.GetString("Includes_elements_up_to_a_specified_position_in_the_collection", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Indicates an asynchronous method that can use the Await operator.. - ''' - Friend ReadOnly Property Indicates_an_asynchronous_method_that_can_use_the_Await_operator() As String - Get - Return ResourceManager.GetString("Indicates_an_asynchronous_method_that_can_use_the_Await_operator", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Indicates an iterator method that can use the Yield statement.. - ''' - Friend ReadOnly Property Indicates_an_iterator_method_that_can_use_the_Yield_statement() As String - Get - Return ResourceManager.GetString("Indicates_an_iterator_method_that_can_use_the_Yield_statement", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Indicates that a class or structure member is providing the implementation for a member defined in an interface.. - ''' - Friend ReadOnly Property Indicates_that_a_class_or_structure_member_is_providing_the_implementation_for_a_member_defined_in_an_interface() As String - Get - Return ResourceManager.GetString("Indicates_that_a_class_or_structure_member_is_providing_the_implementation_for_a_"& _ - "member_defined_in_an_interface", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Indicates that a conversion operator (CType) converts a class or structure to a type that can hold all possible values of the original class or structure.. - ''' - Friend ReadOnly Property Indicates_that_a_conversion_operator_CType_converts_a_class_or_structure_to_a_type_that_can_hold_all_possible_values_of_the_original_class_or_structure() As String - Get - Return ResourceManager.GetString("Indicates_that_a_conversion_operator_CType_converts_a_class_or_structure_to_a_typ"& _ - "e_that_can_hold_all_possible_values_of_the_original_class_or_structure", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Indicates that a conversion operator (CType) converts a class or structure to a type that might not be able to hold some of the possible values of the original class or structure.. - ''' - Friend ReadOnly Property Indicates_that_a_conversion_operator_CType_converts_a_class_or_structure_to_a_type_that_might_not_be_able_to_hold_some_of_the_possible_values_of_the_original_class_or_structure() As String - Get - Return ResourceManager.GetString("Indicates_that_a_conversion_operator_CType_converts_a_class_or_structure_to_a_typ"& _ - "e_that_might_not_be_able_to_hold_some_of_the_possible_values_of_the_original_cla"& _ - "ss_or_structure", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Indicates that a method, class, or structure declaration is a partial definition of the method, class, or structure.. - ''' - Friend ReadOnly Property Indicates_that_a_method_class_or_structure_declaration_is_a_partial_definition_of_the_method_class_or_structure() As String - Get - Return ResourceManager.GetString("Indicates_that_a_method_class_or_structure_declaration_is_a_partial_definition_of"& _ - "_the_method_class_or_structure", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Indicates that an external procedure has another name in its DLL.. - ''' - Friend ReadOnly Property Indicates_that_an_external_procedure_has_another_name_in_its_DLL() As String - Get - Return ResourceManager.GetString("Indicates_that_an_external_procedure_has_another_name_in_its_DLL", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Inline temporary variable. - ''' - Friend ReadOnly Property Inline_temporary_variable() As String - Get - Return ResourceManager.GetString("Inline_temporary_variable", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Insert '{0}'.. - ''' - Friend ReadOnly Property Insert_0() As String - Get - Return ResourceManager.GetString("Insert_0", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Insert 'Await'.. - ''' - Friend ReadOnly Property Insert_Await() As String - Get - Return ResourceManager.GetString("Insert_Await", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Insert Missing Cast. - ''' - Friend ReadOnly Property Insert_Missing_Cast() As String - Get - Return ResourceManager.GetString("Insert_Missing_Cast", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Insert the missing '{0}'.. - ''' - Friend ReadOnly Property Insert_the_missing_0() As String - Get - Return ResourceManager.GetString("Insert_the_missing_0", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Insert the missing 'End Property' statement.. - ''' - Friend ReadOnly Property Insert_the_missing_End_Property_statement() As String - Get - Return ResourceManager.GetString("Insert_the_missing_End_Property_statement", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to <interface name>. - ''' - Friend ReadOnly Property interface_name() As String - Get - Return ResourceManager.GetString("interface_name", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Introduce 'Using' statement. - ''' - Friend ReadOnly Property Introduce_Using_statement() As String - Get - Return ResourceManager.GetString("Introduce_Using_statement", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Introduces a clause that identifies the external file (DLL or code resource) containing an external procedure.. - ''' - Friend ReadOnly Property Introduces_a_clause_that_identifies_the_external_file_DLL_or_code_resource_containing_an_external_procedure() As String - Get - Return ResourceManager.GetString("Introduces_a_clause_that_identifies_the_external_file_DLL_or_code_resource_contai"& _ - "ning_an_external_procedure", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Introduces a condition in an If statement that is to be tested if the previous conditional test fails.. - ''' - Friend ReadOnly Property Introduces_a_condition_in_an_If_statement_that_is_to_be_tested_if_the_previous_conditional_test_fails() As String - Get - Return ResourceManager.GetString("Introduces_a_condition_in_an_If_statement_that_is_to_be_tested_if_the_previous_co"& _ - "nditional_test_fails", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Introduces a condition in an #If statement that is tested if the previous conditional test evaluates to False.. - ''' - Friend ReadOnly Property Introduces_a_condition_in_an_SharpIf_statement_that_is_tested_if_the_previous_conditional_test_evaluates_to_False() As String - Get - Return ResourceManager.GetString("Introduces_a_condition_in_an_SharpIf_statement_that_is_tested_if_the_previous_con"& _ - "ditional_test_evaluates_to_False", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Introduces a group of statements in an If statement that is executed if no previous condition evaluates to True.. - ''' - Friend ReadOnly Property Introduces_a_group_of_statements_in_an_If_statement_that_is_executed_if_no_previous_condition_evaluates_to_True() As String - Get - Return ResourceManager.GetString("Introduces_a_group_of_statements_in_an_If_statement_that_is_executed_if_no_previo"& _ - "us_condition_evaluates_to_True", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Introduces a group of statements in an #If statement that is compiled if no previous condition evaluates to True.. - ''' - Friend ReadOnly Property Introduces_a_group_of_statements_in_an_SharpIf_statement_that_is_compiled_if_no_previous_condition_evaluates_to_True() As String - Get - Return ResourceManager.GetString("Introduces_a_group_of_statements_in_an_SharpIf_statement_that_is_compiled_if_no_p"& _ - "revious_condition_evaluates_to_True", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Introduces a loop that is iterated a specified number of times.. - ''' - Friend ReadOnly Property Introduces_a_loop_that_is_iterated_a_specified_number_of_times() As String - Get - Return ResourceManager.GetString("Introduces_a_loop_that_is_iterated_a_specified_number_of_times", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Introduces a loop that is repeated for each element in a collection.. - ''' - Friend ReadOnly Property Introduces_a_loop_that_is_repeated_for_each_element_in_a_collection() As String - Get - Return ResourceManager.GetString("Introduces_a_loop_that_is_repeated_for_each_element_in_a_collection", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Introduces a statement block to be compiled or executed if a tested condition is true.. - ''' - Friend ReadOnly Property Introduces_a_statement_block_to_be_compiled_or_executed_if_a_tested_condition_is_true() As String - Get - Return ResourceManager.GetString("Introduces_a_statement_block_to_be_compiled_or_executed_if_a_tested_condition_is_"& _ - "true", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Introduces a statement block to be run before exiting a Try structure.. - ''' - Friend ReadOnly Property Introduces_a_statement_block_to_be_run_before_exiting_a_Try_structure() As String - Get - Return ResourceManager.GetString("Introduces_a_statement_block_to_be_run_before_exiting_a_Try_structure", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Introduces a statement block to be run if the specified exception occurs inside a Try block.. - ''' - Friend ReadOnly Property Introduces_a_statement_block_to_be_run_if_the_specified_exception_occurs_inside_a_Try_block() As String - Get - Return ResourceManager.GetString("Introduces_a_statement_block_to_be_run_if_the_specified_exception_occurs_inside_a"& _ - "_Try_block", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Introduces a statement that specifies a compiler option that applies to the entire source file.. - ''' - Friend ReadOnly Property Introduces_a_statement_that_specifies_a_compiler_option_that_applies_to_the_entire_source_file() As String - Get - Return ResourceManager.GetString("Introduces_a_statement_that_specifies_a_compiler_option_that_applies_to_the_entir"& _ - "e_source_file", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Introduces a value, or set of values, against which the value of an expression in a Select Case statement is to be tested. - '''Case {<expression>|<expression1> To <expression2>|[Is] <comparisonOperator> <expression>}. - ''' - Friend ReadOnly Property Introduces_a_value_or_set_of_values_against_which_the_value_of_an_expression_in_a_Select_Case_statement_is_to_be_tested_Case_expression_expression1_To_expression2_bracket_Is_bracket_comparisonOperator_expression() As String - Get - Return ResourceManager.GetString("Introduces_a_value_or_set_of_values_against_which_the_value_of_an_expression_in_a"& _ - "_Select_Case_statement_is_to_be_tested_Case_expression_expression1_To_expression"& _ - "2_bracket_Is_bracket_comparisonOperator_expression", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Introduces the statements to run if none of the previous cases in the Select Case statement returns True.. - ''' - Friend ReadOnly Property Introduces_the_statements_to_run_if_none_of_the_previous_cases_in_the_Select_Case_statement_returns_True() As String - Get - Return ResourceManager.GetString("Introduces_the_statements_to_run_if_none_of_the_previous_cases_in_the_Select_Case"& _ - "_statement_returns_True", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Invalid selection. - ''' - Friend ReadOnly Property Invalid_selection() As String - Get - Return ResourceManager.GetString("Invalid_selection", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Invert If. - ''' - Friend ReadOnly Property Invert_If() As String - Get - Return ResourceManager.GetString("Invert_If", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Join clause. - ''' - Friend ReadOnly Property Join_clause() As String - Get - Return ResourceManager.GetString("Join_clause", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Join condition. - ''' - Friend ReadOnly Property Join_condition() As String - Get - Return ResourceManager.GetString("Join_condition", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Lambda. - ''' - Friend ReadOnly Property Lambda() As String - Get - Return ResourceManager.GetString("Lambda", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Let clause. - ''' - Friend ReadOnly Property Let_clause() As String - Get - Return ResourceManager.GetString("Let_clause", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Make {0} an Async Function.. - ''' - Friend ReadOnly Property Make_0_an_Async_Function() As String - Get - Return ResourceManager.GetString("Make_0_an_Async_Function", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Make '{0}' inheritable. - ''' - Friend ReadOnly Property Make_0_inheritable() As String - Get - Return ResourceManager.GetString("Make_0_inheritable", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Make Async Function. - ''' - Friend ReadOnly Property Make_Async_Function() As String - Get - Return ResourceManager.GetString("Make_Async_Function", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Make Async Sub. - ''' - Friend ReadOnly Property Make_Async_Sub() As String - Get - Return ResourceManager.GetString("Make_Async_Sub", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Mid statement. - ''' - Friend ReadOnly Property Mid_statement() As String - Get - Return ResourceManager.GetString("Mid_statement", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to module. - ''' - Friend ReadOnly Property module_() As String - Get - Return ResourceManager.GetString("module_", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to <module name>. - ''' - Friend ReadOnly Property module_name() As String - Get - Return ResourceManager.GetString("module_name", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Move the '{0}' statement to line {1}.. - ''' - Friend ReadOnly Property Move_the_0_statement_to_line_1() As String - Get - Return ResourceManager.GetString("Move_the_0_statement_to_line_1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to <Multiple Types>. - ''' - Friend ReadOnly Property Multiple_Types() As String - Get - Return ResourceManager.GetString("Multiple_Types", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Multiplies two numbers and returns the product.. - ''' - Friend ReadOnly Property Multiplies_two_numbers_and_returns_the_product() As String - Get - Return ResourceManager.GetString("Multiplies_two_numbers_and_returns_the_product", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Name can be simplified. - ''' - Friend ReadOnly Property Name_can_be_simplified() As String - Get - Return ResourceManager.GetString("Name_can_be_simplified", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to NameOf function. - ''' - Friend ReadOnly Property NameOf_function() As String - Get - Return ResourceManager.GetString("NameOf_function", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to <namespace name>. - ''' - Friend ReadOnly Property namespace_name() As String - Get - Return ResourceManager.GetString("namespace_name", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to <new field>. - ''' - Friend ReadOnly Property new_field() As String - Get - Return ResourceManager.GetString("new_field", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to <new resource>. - ''' - Friend ReadOnly Property new_resource() As String - Get - Return ResourceManager.GetString("new_resource", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to <new variable>. - ''' - Friend ReadOnly Property new_variable() As String - Get - Return ResourceManager.GetString("new_variable", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to next statement control variable doesn't have matching declaration statement. - ''' - Friend ReadOnly Property next_statement_control_variable_doesn_t_have_matching_declaration_statement() As String - Get - Return ResourceManager.GetString("next_statement_control_variable_doesn_t_have_matching_declaration_statement", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to No common root node for extraction. - ''' - Friend ReadOnly Property No_common_root_node_for_extraction() As String - Get - Return ResourceManager.GetString("No_common_root_node_for_extraction", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to No valid selection to perform extraction. - ''' - Friend ReadOnly Property No_valid_selection_to_perform_extraction() As String - Get - Return ResourceManager.GetString("No_valid_selection_to_perform_extraction", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to no valid statement range to extract out. - ''' - Friend ReadOnly Property no_valid_statement_range_to_extract_out() As String - Get - Return ResourceManager.GetString("no_valid_statement_range_to_extract_out", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Not all code paths return. - ''' - Friend ReadOnly Property Not_all_code_paths_return() As String - Get - Return ResourceManager.GetString("Not_all_code_paths_return", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Note: Space and '=' completion are disabled to avoid potential interference. To insert a name from the list, use tab.. - ''' - Friend ReadOnly Property Note_colon_Space_and_completion_are_disabled_to_avoid_potential_interference_To_insert_a_name_from_the_list_use_tab() As String - Get - Return ResourceManager.GetString("Note_colon_Space_and_completion_are_disabled_to_avoid_potential_interference_To_i"& _ - "nsert_a_name_from_the_list_use_tab", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Note: Space completion is disabled to avoid potential interference. To insert a name from the list, use tab.. - ''' - Friend ReadOnly Property Note_colon_Space_completion_is_disabled_to_avoid_potential_interference_To_insert_a_name_from_the_list_use_tab() As String - Get - Return ResourceManager.GetString("Note_colon_Space_completion_is_disabled_to_avoid_potential_interference_To_insert"& _ - "_a_name_from_the_list_use_tab", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Note: Use tab for automatic completion; space completion is disabled to avoid interfering with a new name.. - ''' - Friend ReadOnly Property Note_colon_Use_tab_for_automatic_completion_space_completion_is_disabled_to_avoid_interfering_with_a_new_name() As String - Get - Return ResourceManager.GetString("Note_colon_Use_tab_for_automatic_completion_space_completion_is_disabled_to_avoid"& _ - "_interfering_with_a_new_name", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to On Error statement. - ''' - Friend ReadOnly Property On_Error_statement() As String - Get - Return ResourceManager.GetString("On_Error_statement", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to option. - ''' - Friend ReadOnly Property option_() As String - Get - Return ResourceManager.GetString("option_", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Ordering clause. - ''' - Friend ReadOnly Property Ordering_clause() As String - Get - Return ResourceManager.GetString("Ordering_clause", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to <parameter name>. - ''' - Friend ReadOnly Property parameter_name() As String - Get - Return ResourceManager.GetString("parameter_name", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to parameters. - ''' - Friend ReadOnly Property parameters() As String - Get - Return ResourceManager.GetString("parameters", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Performs a logical conjunction on two Boolean expressions, or a bitwise conjunction on two numeric expressions. For Boolean expressions, returns True if both operands evaluate to True. Both expressions are always evaluated. - '''<result> = <expression1> And <expression2>. - ''' - Friend ReadOnly Property Performs_a_logical_conjunction_on_two_Boolean_expressions_or_a_bitwise_conjunction_on_two_numeric_expressions_For_Boolean_expressions_returns_True_if_both_operands_evaluate_to_True_Both_expressions_are_always_evaluated_result_expression1_And_expression2() As String - Get - Return ResourceManager.GetString("Performs_a_logical_conjunction_on_two_Boolean_expressions_or_a_bitwise_conjunctio"& _ - "n_on_two_numeric_expressions_For_Boolean_expressions_returns_True_if_both_operan"& _ - "ds_evaluate_to_True_Both_expressions_are_always_evaluated_result_expression1_And"& _ - "_expression2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Performs a logical exclusion on two Boolean expressions, or a bitwise exclusion on two numeric expressions. For Boolean expressions, returns True if exactly one of the expressions evaluates to True. Both expressions are always evaluated. - '''<result> = <expression1> Xor <expression2>. - ''' - Friend ReadOnly Property Performs_a_logical_exclusion_on_two_Boolean_expressions_or_a_bitwise_exclusion_on_two_numeric_expressions_For_Boolean_expressions_returns_True_if_exactly_one_of_the_expressions_evaluates_to_True_Both_expressions_are_always_evaluated_result_expression1_Xor_expression2() As String - Get - Return ResourceManager.GetString("Performs_a_logical_exclusion_on_two_Boolean_expressions_or_a_bitwise_exclusion_on"& _ - "_two_numeric_expressions_For_Boolean_expressions_returns_True_if_exactly_one_of_"& _ - "the_expressions_evaluates_to_True_Both_expressions_are_always_evaluated_result_e"& _ - "xpression1_Xor_expression2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Performs a short-circuit logical conjunction on two expressions. Returns True if both operands evaluate to True. If the first expression evaluates to False, the second is not evaluated. - '''<result> = <expression1> AndAlso <expression2>. - ''' - Friend ReadOnly Property Performs_a_short_circuit_logical_conjunction_on_two_expressions_Returns_True_if_both_operands_evaluate_to_True_If_the_first_expression_evaluates_to_False_the_second_is_not_evaluated_result_expression1_AndAlso_expression2() As String - Get - Return ResourceManager.GetString("Performs_a_short_circuit_logical_conjunction_on_two_expressions_Returns_True_if_b"& _ - "oth_operands_evaluate_to_True_If_the_first_expression_evaluates_to_False_the_sec"& _ - "ond_is_not_evaluated_result_expression1_AndAlso_expression2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Performs an arithmetic left shift on a bit pattern.. - ''' - Friend ReadOnly Property Performs_an_arithmetic_left_shift_on_a_bit_pattern() As String - Get - Return ResourceManager.GetString("Performs_an_arithmetic_left_shift_on_a_bit_pattern", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Performs an arithmetic right shift on a bit pattern. - ''' - Friend ReadOnly Property Performs_an_arithmetic_right_shift_on_a_bit_pattern() As String - Get - Return ResourceManager.GetString("Performs_an_arithmetic_right_shift_on_a_bit_pattern", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Performs an inclusive logical disjunction on two Boolean expressions, or a bitwise disjunction on two numeric expressions. For Boolean expressions, returns True if at least one operand evaluates to True. Both expressions are always evaluated. - '''<result> = <expression1> Or <expression2>. - ''' - Friend ReadOnly Property Performs_an_inclusive_logical_disjunction_on_two_Boolean_expressions_or_a_bitwise_disjunction_on_two_numeric_expressions_For_Boolean_expressions_returns_True_if_at_least_one_operand_evaluates_to_True_Both_expressions_are_always_evaluated_result_expression1_Or_expression2() As String - Get - Return ResourceManager.GetString("Performs_an_inclusive_logical_disjunction_on_two_Boolean_expressions_or_a_bitwise"& _ - "_disjunction_on_two_numeric_expressions_For_Boolean_expressions_returns_True_if_"& _ - "at_least_one_operand_evaluates_to_True_Both_expressions_are_always_evaluated_res"& _ - "ult_expression1_Or_expression2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Performs logical negation on a Boolean expression, or bitwise negation on a numeric expression. - '''<result> = Not <expression>. - ''' - Friend ReadOnly Property Performs_logical_negation_on_a_Boolean_expression_or_bitwise_negation_on_a_numeric_expression_result_Not_expression() As String - Get - Return ResourceManager.GetString("Performs_logical_negation_on_a_Boolean_expression_or_bitwise_negation_on_a_numeri"& _ - "c_expression_result_Not_expression", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Performs short-circuit inclusive logical disjunction on two expressions. Returns True if either operand evaluates to True. If the first expression evaluates to True, the second expression is not evaluated. - '''<result> = <expression1> OrElse <expression2>. - ''' - Friend ReadOnly Property Performs_short_circuit_inclusive_logical_disjunction_on_two_expressions_Returns_True_if_either_operand_evaluates_to_True_If_the_first_expression_evaluates_to_True_the_second_expression_is_not_evaluated_result_expression1_OrElse_expression2() As String - Get - Return ResourceManager.GetString("Performs_short_circuit_inclusive_logical_disjunction_on_two_expressions_Returns_T"& _ - "rue_if_either_operand_evaluates_to_True_If_the_first_expression_evaluates_to_Tru"& _ - "e_the_second_expression_is_not_evaluated_result_expression1_OrElse_expression2", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Prevents the contents of an array from being cleared when the dimensions of the array are changed.. - ''' - Friend ReadOnly Property Prevents_the_contents_of_an_array_from_being_cleared_when_the_dimensions_of_the_array_are_changed() As String - Get - Return ResourceManager.GetString("Prevents_the_contents_of_an_array_from_being_cleared_when_the_dimensions_of_the_a"& _ - "rray_are_changed", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Produces an element of an IEnumerable or IEnumerator.. - ''' - Friend ReadOnly Property Produces_an_element_of_an_IEnumerable_or_IEnumerator() As String - Get - Return ResourceManager.GetString("Produces_an_element_of_an_IEnumerable_or_IEnumerator", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Properties. - ''' - Friend ReadOnly Property Properties() As String - Get - Return ResourceManager.GetString("Properties", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to property accessor. - ''' - Friend ReadOnly Property property_accessor() As String - Get - Return ResourceManager.GetString("property_accessor", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to {0}.get. - ''' - Friend ReadOnly Property Property_getter_name() As String - Get - Return ResourceManager.GetString("Property_getter_name", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to {0}.set. - ''' - Friend ReadOnly Property Property_setter_name() As String - Get - Return ResourceManager.GetString("Property_setter_name", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Provides a way to handle some or all possible errors that might occur in a given block of code, while still running the code. - '''Try...[Catch]...{Catch | Finally}...End Try. - ''' - Friend ReadOnly Property Provides_a_way_to_handle_some_or_all_possible_errors_that_might_occur_in_a_given_block_of_code_while_still_running_the_code_Try_bracket_Catch_bracket_Catch_Finally_End_Try() As String - Get - Return ResourceManager.GetString("Provides_a_way_to_handle_some_or_all_possible_errors_that_might_occur_in_a_given_"& _ - "block_of_code_while_still_running_the_code_Try_bracket_Catch_bracket_Catch_Final"& _ - "ly_End_Try", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Provides a way to refer to the base class of the current class instance. You cannot use MyBase to call MustOverride base methods.. - ''' - Friend ReadOnly Property Provides_a_way_to_refer_to_the_base_class_of_the_current_class_instance_You_cannot_use_MyBase_to_call_MustOverride_base_methods() As String - Get - Return ResourceManager.GetString("Provides_a_way_to_refer_to_the_base_class_of_the_current_class_instance_You_canno"& _ - "t_use_MyBase_to_call_MustOverride_base_methods", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Provides a way to refer to the class instance members as originally implemented, ignoring any derived class overrides.. - ''' - Friend ReadOnly Property Provides_a_way_to_refer_to_the_class_instance_members_as_originally_implemented_ignoring_any_derived_class_overrides() As String - Get - Return ResourceManager.GetString("Provides_a_way_to_refer_to_the_class_instance_members_as_originally_implemented_i"& _ - "gnoring_any_derived_class_overrides", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Provides a way to refer to the current instance of a class or structure, that is, the instance in which the code is running.. - ''' - Friend ReadOnly Property Provides_a_way_to_refer_to_the_current_instance_of_a_class_or_structure_that_is_the_instance_in_which_the_code_is_running() As String - Get - Return ResourceManager.GetString("Provides_a_way_to_refer_to_the_current_instance_of_a_class_or_structure_that_is_t"& _ - "he_instance_in_which_the_code_is_running", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Raises a number to the power of another number.. - ''' - Friend ReadOnly Property Raises_a_number_to_the_power_of_another_number() As String - Get - Return ResourceManager.GetString("Raises_a_number_to_the_power_of_another_number", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Reallocates storage space for an array variable.. - ''' - Friend ReadOnly Property Reallocates_storage_space_for_an_array_variable() As String - Get - Return ResourceManager.GetString("Reallocates_storage_space_for_an_array_variable", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Remove 'Me' qualification. - ''' - Friend ReadOnly Property Remove_Me_qualification() As String - Get - Return ResourceManager.GetString("Remove_Me_qualification", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Remove Unnecessary Imports. - ''' - Friend ReadOnly Property Remove_Unnecessary_Imports() As String - Get - Return ResourceManager.GetString("Remove_Unnecessary_Imports", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to RemoveHandler statement. - ''' - Friend ReadOnly Property RemoveHandler_statement() As String - Get - Return ResourceManager.GetString("RemoveHandler_statement", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Repeats a block of statements until a Boolean condition becomes true. - '''Do...Loop Until <condition>. - ''' - Friend ReadOnly Property Repeats_a_block_of_statements_until_a_Boolean_condition_becomes_true_Do_Loop_Until_condition() As String - Get - Return ResourceManager.GetString("Repeats_a_block_of_statements_until_a_Boolean_condition_becomes_true_Do_Loop_Unti"& _ - "l_condition", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Repeats a block of statements until a Boolean condition becomes true. - '''Do Until <condition>...Loop. - ''' - Friend ReadOnly Property Repeats_a_block_of_statements_until_a_Boolean_condition_becomes_true_Do_Until_condition_Loop() As String - Get - Return ResourceManager.GetString("Repeats_a_block_of_statements_until_a_Boolean_condition_becomes_true_Do_Until_con"& _ - "dition_Loop", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Repeats a block of statements while a Boolean condition is true. - '''Do...Loop While <condition>. - ''' - Friend ReadOnly Property Repeats_a_block_of_statements_while_a_Boolean_condition_is_true_Do_Loop_While_condition() As String - Get - Return ResourceManager.GetString("Repeats_a_block_of_statements_while_a_Boolean_condition_is_true_Do_Loop_While_con"& _ - "dition", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Repeats a block of statements while a Boolean condition is true. - '''Do While <condition>...Loop. - ''' - Friend ReadOnly Property Repeats_a_block_of_statements_while_a_Boolean_condition_is_true_Do_While_condition_Loop() As String - Get - Return ResourceManager.GetString("Repeats_a_block_of_statements_while_a_Boolean_condition_is_true_Do_While_conditio"& _ - "n_Loop", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Repeats a block of statements while a Boolean condition is true, or until the condition becomes true. - '''Do...Loop {While | Until} <condition>. - ''' - Friend ReadOnly Property Repeats_a_block_of_statements_while_a_Boolean_condition_is_true_or_until_the_condition_becomes_true_Do_Loop_While_Until_condition() As String - Get - Return ResourceManager.GetString("Repeats_a_block_of_statements_while_a_Boolean_condition_is_true_or_until_the_cond"& _ - "ition_becomes_true_Do_Loop_While_Until_condition", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Replace 'Return' with 'Yield. - ''' - Friend ReadOnly Property Replace_Return_with_Yield() As String - Get - Return ResourceManager.GetString("Replace_Return_with_Yield", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Represents a Boolean value that fails a conditional test.. - ''' - Friend ReadOnly Property Represents_a_Boolean_value_that_fails_a_conditional_test() As String - Get - Return ResourceManager.GetString("Represents_a_Boolean_value_that_fails_a_conditional_test", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Represents a Boolean value that passes a conditional test.. - ''' - Friend ReadOnly Property Represents_a_Boolean_value_that_passes_a_conditional_test() As String - Get - Return ResourceManager.GetString("Represents_a_Boolean_value_that_passes_a_conditional_test", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Represents the default value of any data type.. - ''' - Friend ReadOnly Property Represents_the_default_value_of_any_data_type() As String - Get - Return ResourceManager.GetString("Represents_the_default_value_of_any_data_type", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Restricts the values of a query result to eliminate duplicate values.. - ''' - Friend ReadOnly Property Restricts_the_values_of_a_query_result_to_eliminate_duplicate_values() As String - Get - Return ResourceManager.GetString("Restricts_the_values_of_a_query_result_to_eliminate_duplicate_values", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to <result alias>. - ''' - Friend ReadOnly Property result_alias() As String - Get - Return ResourceManager.GetString("result_alias", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Resume statement. - ''' - Friend ReadOnly Property Resume_statement() As String - Get - Return ResourceManager.GetString("Resume_statement", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Returns execution to the code that called the Function, Sub, Get, Set, or Operator procedure. - '''Return -or- Return <expression>. - ''' - Friend ReadOnly Property Returns_execution_to_the_code_that_called_the_Function_Sub_Get_Set_or_Operator_procedure_Return_or_Return_expression() As String - Get - Return ResourceManager.GetString("Returns_execution_to_the_code_that_called_the_Function_Sub_Get_Set_or_Operator_pr"& _ - "ocedure_Return_or_Return_expression", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Returns the difference between two numeric expressions, or the negative value of a numeric expression.. - ''' - Friend ReadOnly Property Returns_the_difference_between_two_numeric_expressions_or_the_negative_value_of_a_numeric_expression() As String - Get - Return ResourceManager.GetString("Returns_the_difference_between_two_numeric_expressions_or_the_negative_value_of_a"& _ - "_numeric_expression", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Returns the result of explicitly converting an expression to a specified data type, object, structure, class, or interface. - '''CType(Object As Expression, Object As Type) As Type. - ''' - Friend ReadOnly Property Returns_the_result_of_explicitly_converting_an_expression_to_a_specified_data_type_object_structure_class_or_interface_CType_Object_As_Expression_Object_As_Type_As_Type() As String - Get - Return ResourceManager.GetString("Returns_the_result_of_explicitly_converting_an_expression_to_a_specified_data_typ"& _ - "e_object_structure_class_or_interface_CType_Object_As_Expression_Object_As_Type_"& _ - "As_Type", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Returns the sum of two numbers, or the positive value of a numeric expression.. - ''' - Friend ReadOnly Property Returns_the_sum_of_two_numbers_or_the_positive_value_of_a_numeric_expression() As String - Get - Return ResourceManager.GetString("Returns_the_sum_of_two_numbers_or_the_positive_value_of_a_numeric_expression", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Runs a series of statements as long as a given condition is true.. - ''' - Friend ReadOnly Property Runs_a_series_of_statements_as_long_as_a_given_condition_is_true() As String - Get - Return ResourceManager.GetString("Runs_a_series_of_statements_as_long_as_a_given_condition_is_true", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Runs a series of statements that refer to a single object or structure. - '''With <object>...End With. - ''' - Friend ReadOnly Property Runs_a_series_of_statements_that_refer_to_a_single_object_or_structure_With_object_End_With() As String - Get - Return ResourceManager.GetString("Runs_a_series_of_statements_that_refer_to_a_single_object_or_structure_With_objec"& _ - "t_End_With", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Runs one of several groups of statements, depending on the value of an expression.. - ''' - Friend ReadOnly Property Runs_one_of_several_groups_of_statements_depending_on_the_value_of_an_expression() As String - Get - Return ResourceManager.GetString("Runs_one_of_several_groups_of_statements_depending_on_the_value_of_an_expression", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Select clause. - ''' - Friend ReadOnly Property Select_clause() As String - Get - Return ResourceManager.GetString("Select_clause", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Selection can't be crossed over preprocessors. - ''' - Friend ReadOnly Property Selection_can_t_be_crossed_over_preprocessors() As String - Get - Return ResourceManager.GetString("Selection_can_t_be_crossed_over_preprocessors", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Selection can't be parts of constant initializer expression. - ''' - Friend ReadOnly Property Selection_can_t_be_parts_of_constant_initializer_expression() As String - Get - Return ResourceManager.GetString("Selection_can_t_be_parts_of_constant_initializer_expression", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Selection can't contain throw without enclosing catch block. - ''' - Friend ReadOnly Property Selection_can_t_contain_throw_without_enclosing_catch_block() As String - Get - Return ResourceManager.GetString("Selection_can_t_contain_throw_without_enclosing_catch_block", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Selection doesn't contain any valid node. - ''' - Friend ReadOnly Property Selection_doesn_t_contain_any_valid_node() As String - Get - Return ResourceManager.GetString("Selection_doesn_t_contain_any_valid_node", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Selection doesn't contain any valid token. - ''' - Friend ReadOnly Property Selection_doesn_t_contain_any_valid_token() As String - Get - Return ResourceManager.GetString("Selection_doesn_t_contain_any_valid_token", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Selection must be part of executable statements. - ''' - Friend ReadOnly Property Selection_must_be_part_of_executable_statements() As String - Get - Return ResourceManager.GetString("Selection_must_be_part_of_executable_statements", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Separates the beginning and ending values of a loop counter or array bounds or that of a value match range.. - ''' - Friend ReadOnly Property Separates_the_beginning_and_ending_values_of_a_loop_counter_or_array_bounds_or_that_of_a_value_match_range() As String - Get - Return ResourceManager.GetString("Separates_the_beginning_and_ending_values_of_a_loop_counter_or_array_bounds_or_th"& _ - "at_of_a_value_match_range", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Sets the default comparison method to use when comparing string data. When set to Text, uses a text sort order that is not case sensitive. When set to Binary, uses a strict binary sort order. - '''Option Compare {Binary | Text}. - ''' - Friend ReadOnly Property Sets_the_default_comparison_method_to_use_when_comparing_string_data_When_set_to_Text_uses_a_text_sort_order_that_is_not_case_sensitive_When_set_to_Binary_uses_a_strict_binary_sort_order_Option_Compare_Binary_Text() As String - Get - Return ResourceManager.GetString("Sets_the_default_comparison_method_to_use_when_comparing_string_data_When_set_to_"& _ - "Text_uses_a_text_sort_order_that_is_not_case_sensitive_When_set_to_Binary_uses_a"& _ - "_strict_binary_sort_order_Option_Compare_Binary_Text", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Sets the string comparison method specified in Option Compare to a strict binary sort order.. - ''' - Friend ReadOnly Property Sets_the_string_comparison_method_specified_in_Option_Compare_to_a_strict_binary_sort_order() As String - Get - Return ResourceManager.GetString("Sets_the_string_comparison_method_specified_in_Option_Compare_to_a_strict_binary_"& _ - "sort_order", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Sets the string comparison method specified in Option Compare to a text sort order that is not case sensitive.. - ''' - Friend ReadOnly Property Sets_the_string_comparison_method_specified_in_Option_Compare_to_a_text_sort_order_that_is_not_case_sensitive() As String - Get - Return ResourceManager.GetString("Sets_the_string_comparison_method_specified_in_Option_Compare_to_a_text_sort_orde"& _ - "r_that_is_not_case_sensitive", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Simplify member access '{0}'. - ''' - Friend ReadOnly Property Simplify_member_access_0() As String - Get - Return ResourceManager.GetString("Simplify_member_access_0", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Simplify name '{0}'. - ''' - Friend ReadOnly Property Simplify_name_0() As String - Get - Return ResourceManager.GetString("Simplify_name_0", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Simulates the occurrence of an error.. - ''' - Friend ReadOnly Property Simulates_the_occurrence_of_an_error() As String - Get - Return ResourceManager.GetString("Simulates_the_occurrence_of_an_error", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Skip While clause. - ''' - Friend ReadOnly Property Skip_While_clause() As String - Get - Return ResourceManager.GetString("Skip_While_clause", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Skips elements up to a specified position in the collection.. - ''' - Friend ReadOnly Property Skips_elements_up_to_a_specified_position_in_the_collection() As String - Get - Return ResourceManager.GetString("Skips_elements_up_to_a_specified_position_in_the_collection", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Specifies a collection and a range variable to use in a query.. - ''' - Friend ReadOnly Property Specifies_a_collection_and_a_range_variable_to_use_in_a_query() As String - Get - Return ResourceManager.GetString("Specifies_a_collection_and_a_range_variable_to_use_in_a_query", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Specifies a condition for Skip and Take operations. Elements will be bypassed or included as long as the condition is true.. - ''' - Friend ReadOnly Property Specifies_a_condition_for_Skip_and_Take_operations_Elements_will_be_bypassed_or_included_as_long_as_the_condition_is_true() As String - Get - Return ResourceManager.GetString("Specifies_a_condition_for_Skip_and_Take_operations_Elements_will_be_bypassed_or_i"& _ - "ncluded_as_long_as_the_condition_is_true", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Specifies a constructor constraint on a generic type parameter.. - ''' - Friend ReadOnly Property Specifies_a_constructor_constraint_on_a_generic_type_parameter() As String - Get - Return ResourceManager.GetString("Specifies_a_constructor_constraint_on_a_generic_type_parameter", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Specifies a data type in a declaration statement.. - ''' - Friend ReadOnly Property Specifies_a_data_type_in_a_declaration_statement() As String - Get - Return ResourceManager.GetString("Specifies_a_data_type_in_a_declaration_statement", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Specifies an identifier that can serve as a reference to the results of a join or grouping subexpression.. - ''' - Friend ReadOnly Property Specifies_an_identifier_that_can_serve_as_a_reference_to_the_results_of_a_join_or_grouping_subexpression() As String - Get - Return ResourceManager.GetString("Specifies_an_identifier_that_can_serve_as_a_reference_to_the_results_of_a_join_or"& _ - "_grouping_subexpression", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Specifies how much to increment between each loop iteration.. - ''' - Friend ReadOnly Property Specifies_how_much_to_increment_between_each_loop_iteration() As String - Get - Return ResourceManager.GetString("Specifies_how_much_to_increment_between_each_loop_iteration", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Specifies one or more interfaces, or interface members, that must be implemented in the class or structure definition in which the Implements statement appears.. - ''' - Friend ReadOnly Property Specifies_one_or_more_interfaces_or_interface_members_that_must_be_implemented_in_the_class_or_structure_definition_in_which_the_Implements_statement_appears() As String - Get - Return ResourceManager.GetString("Specifies_one_or_more_interfaces_or_interface_members_that_must_be_implemented_in"& _ - "_the_class_or_structure_definition_in_which_the_Implements_statement_appears", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Specifies that a class can be used only as a base class, and that you cannot create an object directly from it.. - ''' - Friend ReadOnly Property Specifies_that_a_class_can_be_used_only_as_a_base_class_and_that_you_cannot_create_an_object_directly_from_it() As String - Get - Return ResourceManager.GetString("Specifies_that_a_class_can_be_used_only_as_a_base_class_and_that_you_cannot_creat"& _ - "e_an_object_directly_from_it", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Specifies that a class cannot be used as a base class.. - ''' - Friend ReadOnly Property Specifies_that_a_class_cannot_be_used_as_a_base_class() As String - Get - Return ResourceManager.GetString("Specifies_that_a_class_cannot_be_used_as_a_base_class", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Specifies that a declared programming element redeclares and hides an identically named element in a base class.. - ''' - Friend ReadOnly Property Specifies_that_a_declared_programming_element_redeclares_and_hides_an_identically_named_element_in_a_base_class() As String - Get - Return ResourceManager.GetString("Specifies_that_a_declared_programming_element_redeclares_and_hides_an_identically"& _ - "_named_element_in_a_base_class", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Specifies that a procedure argument can be omitted when the procedure is called.. - ''' - Friend ReadOnly Property Specifies_that_a_procedure_argument_can_be_omitted_when_the_procedure_is_called() As String - Get - Return ResourceManager.GetString("Specifies_that_a_procedure_argument_can_be_omitted_when_the_procedure_is_called", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Specifies that a procedure parameter takes an optional array of elements of the specified type.. - ''' - Friend ReadOnly Property Specifies_that_a_procedure_parameter_takes_an_optional_array_of_elements_of_the_specified_type() As String - Get - Return ResourceManager.GetString("Specifies_that_a_procedure_parameter_takes_an_optional_array_of_elements_of_the_s"& _ - "pecified_type", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Specifies that a property can be written to but not read.. - ''' - Friend ReadOnly Property Specifies_that_a_property_can_be_written_to_but_not_read() As String - Get - Return ResourceManager.GetString("Specifies_that_a_property_can_be_written_to_but_not_read", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Specifies that a property or procedure can be overridden by an identically named property or procedure in a derived class.. - ''' - Friend ReadOnly Property Specifies_that_a_property_or_procedure_can_be_overridden_by_an_identically_named_property_or_procedure_in_a_derived_class() As String - Get - Return ResourceManager.GetString("Specifies_that_a_property_or_procedure_can_be_overridden_by_an_identically_named_"& _ - "property_or_procedure_in_a_derived_class", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Specifies that a property or procedure cannot be overridden in a derived class.. - ''' - Friend ReadOnly Property Specifies_that_a_property_or_procedure_cannot_be_overridden_in_a_derived_class() As String - Get - Return ResourceManager.GetString("Specifies_that_a_property_or_procedure_cannot_be_overridden_in_a_derived_class", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Specifies that a property or procedure is not implemented in the class and must be overridden in a derived class before it can be used.. - ''' - Friend ReadOnly Property Specifies_that_a_property_or_procedure_is_not_implemented_in_the_class_and_must_be_overridden_in_a_derived_class_before_it_can_be_used() As String - Get - Return ResourceManager.GetString("Specifies_that_a_property_or_procedure_is_not_implemented_in_the_class_and_must_b"& _ - "e_overridden_in_a_derived_class_before_it_can_be_used", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Specifies that a property or procedure overrides an identically named property or procedure inherited from a base class.. - ''' - Friend ReadOnly Property Specifies_that_a_property_or_procedure_overrides_an_identically_named_property_or_procedure_inherited_from_a_base_class() As String - Get - Return ResourceManager.GetString("Specifies_that_a_property_or_procedure_overrides_an_identically_named_property_or"& _ - "_procedure_inherited_from_a_base_class", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Specifies that a property or procedure re-declares one or more existing properties or procedures with the same name.. - ''' - Friend ReadOnly Property Specifies_that_a_property_or_procedure_re_declares_one_or_more_existing_properties_or_procedures_with_the_same_name() As String - Get - Return ResourceManager.GetString("Specifies_that_a_property_or_procedure_re_declares_one_or_more_existing_propertie"& _ - "s_or_procedures_with_the_same_name", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Specifies that a variable or property can be read but not written to.. - ''' - Friend ReadOnly Property Specifies_that_a_variable_or_property_can_be_read_but_not_written_to() As String - Get - Return ResourceManager.GetString("Specifies_that_a_variable_or_property_can_be_read_but_not_written_to", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Specifies that an argument is passed in such a way that the called procedure can change the underlying value of the argument in the calling code.. - ''' - Friend ReadOnly Property Specifies_that_an_argument_is_passed_in_such_a_way_that_the_called_procedure_can_change_the_underlying_value_of_the_argument_in_the_calling_code() As String - Get - Return ResourceManager.GetString("Specifies_that_an_argument_is_passed_in_such_a_way_that_the_called_procedure_can_"& _ - "change_the_underlying_value_of_the_argument_in_the_calling_code", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Specifies that an argument is passed in such a way that the called procedure or property cannot change the underlying value of the argument in the calling code.. - ''' - Friend ReadOnly Property Specifies_that_an_argument_is_passed_in_such_a_way_that_the_called_procedure_or_property_cannot_change_the_underlying_value_of_the_argument_in_the_calling_code() As String - Get - Return ResourceManager.GetString("Specifies_that_an_argument_is_passed_in_such_a_way_that_the_called_procedure_or_p"& _ - "roperty_cannot_change_the_underlying_value_of_the_argument_in_the_calling_code", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Specifies that an attribute at the beginning of a source file applies to the entire assembly. Otherwise the attribute will apply only to an individual programming element, such as a class or property.. - ''' - Friend ReadOnly Property Specifies_that_an_attribute_at_the_beginning_of_a_source_file_applies_to_the_entire_assembly_Otherwise_the_attribute_will_apply_only_to_an_individual_programming_element_such_as_a_class_or_property() As String - Get - Return ResourceManager.GetString("Specifies_that_an_attribute_at_the_beginning_of_a_source_file_applies_to_the_enti"& _ - "re_assembly_Otherwise_the_attribute_will_apply_only_to_an_individual_programming"& _ - "_element_such_as_a_class_or_property", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Specifies that an attribute at the beginning of a source file applies to the entire module. Otherwise the attribute will apply only to an individual programming element, such as a class or property.. - ''' - Friend ReadOnly Property Specifies_that_an_attribute_at_the_beginning_of_a_source_file_applies_to_the_entire_module_Otherwise_the_attribute_will_apply_only_to_an_individual_programming_element_such_as_a_class_or_property() As String - Get - Return ResourceManager.GetString("Specifies_that_an_attribute_at_the_beginning_of_a_source_file_applies_to_the_enti"& _ - "re_module_Otherwise_the_attribute_will_apply_only_to_an_individual_programming_e"& _ - "lement_such_as_a_class_or_property", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Specifies that an event has additional, specialized code for adding handlers, removing handlers, and raising events.. - ''' - Friend ReadOnly Property Specifies_that_an_event_has_additional_specialized_code_for_adding_handlers_removing_handlers_and_raising_events() As String - Get - Return ResourceManager.GetString("Specifies_that_an_event_has_additional_specialized_code_for_adding_handlers_remov"& _ - "ing_handlers_and_raising_events", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Specifies that one or more declared local variables are to remain in existence and retain their latest values after the procedure in which they are declared terminates.. - ''' - Friend ReadOnly Property Specifies_that_one_or_more_declared_local_variables_are_to_remain_in_existence_and_retain_their_latest_values_after_the_procedure_in_which_they_are_declared_terminates() As String - Get - Return ResourceManager.GetString("Specifies_that_one_or_more_declared_local_variables_are_to_remain_in_existence_an"& _ - "d_retain_their_latest_values_after_the_procedure_in_which_they_are_declared_term"& _ - "inates", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Specifies that one or more declared member variables refer to an instance of a class that can raise events. - ''' - Friend ReadOnly Property Specifies_that_one_or_more_declared_member_variables_refer_to_an_instance_of_a_class_that_can_raise_events() As String - Get - Return ResourceManager.GetString("Specifies_that_one_or_more_declared_member_variables_refer_to_an_instance_of_a_cl"& _ - "ass_that_can_raise_events", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Specifies that one or more declared members of a class are accessible from anywhere in the same assembly, their own classes, and derived classes.. - ''' - Friend ReadOnly Property Specifies_that_one_or_more_declared_members_of_a_class_are_accessible_from_anywhere_in_the_same_assembly_their_own_classes_and_derived_classes() As String - Get - Return ResourceManager.GetString("Specifies_that_one_or_more_declared_members_of_a_class_are_accessible_from_anywhe"& _ - "re_in_the_same_assembly_their_own_classes_and_derived_classes", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Specifies that one or more declared programming elements are accessible only from within the assembly that contains their declaration.. - ''' - Friend ReadOnly Property Specifies_that_one_or_more_declared_programming_elements_are_accessible_only_from_within_the_assembly_that_contains_their_declaration() As String - Get - Return ResourceManager.GetString("Specifies_that_one_or_more_declared_programming_elements_are_accessible_only_from"& _ - "_within_the_assembly_that_contains_their_declaration", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Specifies that one or more declared programming elements are accessible only from within their module, class, or structure.. - ''' - Friend ReadOnly Property Specifies_that_one_or_more_declared_programming_elements_are_accessible_only_from_within_their_module_class_or_structure() As String - Get - Return ResourceManager.GetString("Specifies_that_one_or_more_declared_programming_elements_are_accessible_only_from"& _ - "_within_their_module_class_or_structure", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Specifies that one or more declared programming elements are accessible only from within their own class or from a derived class.. - ''' - Friend ReadOnly Property Specifies_that_one_or_more_declared_programming_elements_are_accessible_only_from_within_their_own_class_or_from_a_derived_class() As String - Get - Return ResourceManager.GetString("Specifies_that_one_or_more_declared_programming_elements_are_accessible_only_from"& _ - "_within_their_own_class_or_from_a_derived_class", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Specifies that one or more declared programming elements are associated with all instances of a class or structure.. - ''' - Friend ReadOnly Property Specifies_that_one_or_more_declared_programming_elements_are_associated_with_all_instances_of_a_class_or_structure() As String - Get - Return ResourceManager.GetString("Specifies_that_one_or_more_declared_programming_elements_are_associated_with_all_"& _ - "instances_of_a_class_or_structure", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Specifies that one or more declared programming elements have no access restrictions.. - ''' - Friend ReadOnly Property Specifies_that_one_or_more_declared_programming_elements_have_no_access_restrictions() As String - Get - Return ResourceManager.GetString("Specifies_that_one_or_more_declared_programming_elements_have_no_access_restricti"& _ - "ons", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Specifies that the external procedure being referenced in the Declare statement is a Function.. - ''' - Friend ReadOnly Property Specifies_that_the_external_procedure_being_referenced_in_the_Declare_statement_is_a_Function() As String - Get - Return ResourceManager.GetString("Specifies_that_the_external_procedure_being_referenced_in_the_Declare_statement_i"& _ - "s_a_Function", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Specifies that the external procedure being referenced in the Declare statement is a Sub.. - ''' - Friend ReadOnly Property Specifies_that_the_external_procedure_being_referenced_in_the_Declare_statement_is_a_Sub() As String - Get - Return ResourceManager.GetString("Specifies_that_the_external_procedure_being_referenced_in_the_Declare_statement_i"& _ - "s_a_Sub", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Specifies the declaration of property initializations in an object initializer. - '''New <typeName> With {[.<property> = <expression>][,...]}. - ''' - Friend ReadOnly Property Specifies_the_declaration_of_property_initializations_in_an_object_initializer_New_typeName_With_bracket_property_expression_bracket_bracket_bracket() As String - Get - Return ResourceManager.GetString("Specifies_the_declaration_of_property_initializations_in_an_object_initializer_Ne"& _ - "w_typeName_With_bracket_property_expression_bracket_bracket_bracket", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Specifies the element keys used for grouping (in Group By) or sort order (in Order By).. - ''' - Friend ReadOnly Property Specifies_the_element_keys_used_for_grouping_in_Group_By_or_sort_order_in_Order_By() As String - Get - Return ResourceManager.GetString("Specifies_the_element_keys_used_for_grouping_in_Group_By_or_sort_order_in_Order_B"& _ - "y", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Specifies the element keys used to correlate sequences for a join operation.. - ''' - Friend ReadOnly Property Specifies_the_element_keys_used_to_correlate_sequences_for_a_join_operation() As String - Get - Return ResourceManager.GetString("Specifies_the_element_keys_used_to_correlate_sequences_for_a_join_operation", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Specifies the filtering condition for a range variable in a query.. - ''' - Friend ReadOnly Property Specifies_the_filtering_condition_for_a_range_variable_in_a_query() As String - Get - Return ResourceManager.GetString("Specifies_the_filtering_condition_for_a_range_variable_in_a_query", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Specifies the group that the loop variable in a For Each statement is to traverse.. - ''' - Friend ReadOnly Property Specifies_the_group_that_the_loop_variable_in_a_For_Each_statement_is_to_traverse() As String - Get - Return ResourceManager.GetString("Specifies_the_group_that_the_loop_variable_in_a_For_Each_statement_is_to_traverse"& _ - "", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Specifies the group that the loop variable is to traverse in a For Each statement, or specifies the range variable in a query.. - ''' - Friend ReadOnly Property Specifies_the_group_that_the_loop_variable_is_to_traverse_in_a_For_Each_statement_or_specifies_the_range_variable_in_a_query() As String - Get - Return ResourceManager.GetString("Specifies_the_group_that_the_loop_variable_is_to_traverse_in_a_For_Each_statement"& _ - "_or_specifies_the_range_variable_in_a_query", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Specifies the group that the range variable is to traverse in a query.. - ''' - Friend ReadOnly Property Specifies_the_group_that_the_range_variable_is_to_traverse_in_a_query() As String - Get - Return ResourceManager.GetString("Specifies_the_group_that_the_range_variable_is_to_traverse_in_a_query", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Specifies the relationship between element keys to use as the basis of a join operation.. - ''' - Friend ReadOnly Property Specifies_the_relationship_between_element_keys_to_use_as_the_basis_of_a_join_operation() As String - Get - Return ResourceManager.GetString("Specifies_the_relationship_between_element_keys_to_use_as_the_basis_of_a_join_ope"& _ - "ration", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Specifies the sort order for an Order By clause in a query. The largest element will appear first.. - ''' - Friend ReadOnly Property Specifies_the_sort_order_for_an_Order_By_clause_in_a_query_The_largest_element_will_appear_first() As String - Get - Return ResourceManager.GetString("Specifies_the_sort_order_for_an_Order_By_clause_in_a_query_The_largest_element_wi"& _ - "ll_appear_first", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Specifies the sort order for an Order By clause in a query. The smallest element will appear first.. - ''' - Friend ReadOnly Property Specifies_the_sort_order_for_an_Order_By_clause_in_a_query_The_smallest_element_will_appear_first() As String - Get - Return ResourceManager.GetString("Specifies_the_sort_order_for_an_Order_By_clause_in_a_query_The_smallest_element_w"& _ - "ill_appear_first", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Specifies the sort order for columns in a query. Can be followed by either the Ascending or the Descending keyword. If neither is specified, Ascending is used.. - ''' - Friend ReadOnly Property Specifies_the_sort_order_for_columns_in_a_query_Can_be_followed_by_either_the_Ascending_or_the_Descending_keyword_If_neither_is_specified_Ascending_is_used() As String - Get - Return ResourceManager.GetString("Specifies_the_sort_order_for_columns_in_a_query_Can_be_followed_by_either_the_Asc"& _ - "ending_or_the_Descending_keyword_If_neither_is_specified_Ascending_is_used", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Specifies the statements to run when the event is raised by the RaiseEvent statement. - '''RaiseEvent(<delegateSignature>)...End RaiseEvent. - ''' - Friend ReadOnly Property Specifies_the_statements_to_run_when_the_event_is_raised_by_the_RaiseEvent_statement_RaiseEvent_delegateSignature_End_RaiseEvent() As String - Get - Return ResourceManager.GetString("Specifies_the_statements_to_run_when_the_event_is_raised_by_the_RaiseEvent_statem"& _ - "ent_RaiseEvent_delegateSignature_End_RaiseEvent", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Specifies which columns to include in the result of a query.. - ''' - Friend ReadOnly Property Specifies_which_columns_to_include_in_the_result_of_a_query() As String - Get - Return ResourceManager.GetString("Specifies_which_columns_to_include_in_the_result_of_a_query", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Stops execution immediately.. - ''' - Friend ReadOnly Property Stops_execution_immediately() As String - Get - Return ResourceManager.GetString("Stops_execution_immediately", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to structure. - ''' - Friend ReadOnly Property structure_() As String - Get - Return ResourceManager.GetString("structure_", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to <structure name>. - ''' - Friend ReadOnly Property structure_name() As String - Get - Return ResourceManager.GetString("structure_name", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Suspends program execution.. - ''' - Friend ReadOnly Property Suspends_program_execution() As String - Get - Return ResourceManager.GetString("Suspends_program_execution", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to SyncLock block. - ''' - Friend ReadOnly Property SyncLock_block() As String - Get - Return ResourceManager.GetString("SyncLock_block", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to SyncLock statement. - ''' - Friend ReadOnly Property SyncLock_statement() As String - Get - Return ResourceManager.GetString("SyncLock_statement", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Take While clause. - ''' - Friend ReadOnly Property Take_While_clause() As String - Get - Return ResourceManager.GetString("Take_While_clause", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Terminates a {0} block.. - ''' - Friend ReadOnly Property Terminates_a_0_block() As String - Get - Return ResourceManager.GetString("Terminates_a_0_block", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Terminates a loop that is introduced with a Do statement.. - ''' - Friend ReadOnly Property Terminates_a_loop_that_is_introduced_with_a_Do_statement() As String - Get - Return ResourceManager.GetString("Terminates_a_loop_that_is_introduced_with_a_Do_statement", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Terminates a loop that iterates through the values of a loop variable.. - ''' - Friend ReadOnly Property Terminates_a_loop_that_iterates_through_the_values_of_a_loop_variable() As String - Get - Return ResourceManager.GetString("Terminates_a_loop_that_iterates_through_the_values_of_a_loop_variable", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Terminates a #Region block.. - ''' - Friend ReadOnly Property Terminates_a_SharpRegion_block() As String - Get - Return ResourceManager.GetString("Terminates_a_SharpRegion_block", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Terminates an {0} block.. - ''' - Friend ReadOnly Property Terminates_an_0_block() As String - Get - Return ResourceManager.GetString("Terminates_an_0_block", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Terminates the definition of a {0} statement.. - ''' - Friend ReadOnly Property Terminates_the_definition_of_a_0_statement() As String - Get - Return ResourceManager.GetString("Terminates_the_definition_of_a_0_statement", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Terminates the definition of an {0} statement.. - ''' - Friend ReadOnly Property Terminates_the_definition_of_an_0_statement() As String - Get - Return ResourceManager.GetString("Terminates_the_definition_of_an_0_statement", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Terminates the definition of an #If block.. - ''' - Friend ReadOnly Property Terminates_the_definition_of_an_SharpIf_block() As String - Get - Return ResourceManager.GetString("Terminates_the_definition_of_an_SharpIf_block", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to the selection contains syntactic errors. - ''' - Friend ReadOnly Property the_selection_contains_syntactic_errors() As String - Get - Return ResourceManager.GetString("the_selection_contains_syntactic_errors", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to This code added by Visual Basic to correctly implement the disposable pattern.. - ''' - Friend ReadOnly Property This_code_added_by_Visual_Basic_to_correctly_implement_the_disposable_pattern() As String - Get - Return ResourceManager.GetString("This_code_added_by_Visual_Basic_to_correctly_implement_the_disposable_pattern", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Throws an exception within a procedure so that you can handle it with structured or unstructured exception-handling code.. - ''' - Friend ReadOnly Property Throws_an_exception_within_a_procedure_so_that_you_can_handle_it_with_structured_or_unstructured_exception_handling_code() As String - Get - Return ResourceManager.GetString("Throws_an_exception_within_a_procedure_so_that_you_can_handle_it_with_structured_"& _ - "or_unstructured_exception_handling_code", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to TODO: free unmanaged resources (unmanaged objects) and override Finalize() below.. - ''' - Friend ReadOnly Property TODO_colon_free_unmanaged_resources_unmanaged_objects_and_override_Finalize_below() As String - Get - Return ResourceManager.GetString("TODO_colon_free_unmanaged_resources_unmanaged_objects_and_override_Finalize_below"& _ - "", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to TODO: override Finalize() only if Dispose(disposing As Boolean) above has code to free unmanaged resources.. - ''' - Friend ReadOnly Property TODO_colon_override_Finalize_only_if_Dispose_disposing_As_Boolean_above_has_code_to_free_unmanaged_resources() As String - Get - Return ResourceManager.GetString("TODO_colon_override_Finalize_only_if_Dispose_disposing_As_Boolean_above_has_code_"& _ - "to_free_unmanaged_resources", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to TODO: uncomment the following line if Finalize() is overridden above.. - ''' - Friend ReadOnly Property TODO_colon_uncomment_the_following_line_if_Finalize_is_overridden_above() As String - Get - Return ResourceManager.GetString("TODO_colon_uncomment_the_following_line_if_Finalize_is_overridden_above", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Too many arguments to '{0}'.. - ''' - Friend ReadOnly Property Too_many_arguments_to_0() As String - Get - Return ResourceManager.GetString("Too_many_arguments_to_0", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Transfers execution immediately to the next iteration of the Do loop.. - ''' - Friend ReadOnly Property Transfers_execution_immediately_to_the_next_iteration_of_the_Do_loop() As String - Get - Return ResourceManager.GetString("Transfers_execution_immediately_to_the_next_iteration_of_the_Do_loop", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Transfers execution immediately to the next iteration of the For loop.. - ''' - Friend ReadOnly Property Transfers_execution_immediately_to_the_next_iteration_of_the_For_loop() As String - Get - Return ResourceManager.GetString("Transfers_execution_immediately_to_the_next_iteration_of_the_For_loop", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Transfers execution immediately to the next iteration of the loop. Can be used in a Do loop, a For loop, or a While loop.. - ''' - Friend ReadOnly Property Transfers_execution_immediately_to_the_next_iteration_of_the_loop_Can_be_used_in_a_Do_loop_a_For_loop_or_a_While_loop() As String - Get - Return ResourceManager.GetString("Transfers_execution_immediately_to_the_next_iteration_of_the_loop_Can_be_used_in_"& _ - "a_Do_loop_a_For_loop_or_a_While_loop", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Transfers execution immediately to the next iteration of the While loop.. - ''' - Friend ReadOnly Property Transfers_execution_immediately_to_the_next_iteration_of_the_While_loop() As String - Get - Return ResourceManager.GetString("Transfers_execution_immediately_to_the_next_iteration_of_the_While_loop", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Transfers execution to a Function, Sub, or dynamic-link library (DLL) procedure. - '''[Call] <procedureName> [(<argumentList>)]. - ''' - Friend ReadOnly Property Transfers_execution_to_a_Function_Sub_or_dynamic_link_library_DLL_procedure_bracket_Call_bracket_procedureName_bracket_argumentList_bracket() As String - Get - Return ResourceManager.GetString("Transfers_execution_to_a_Function_Sub_or_dynamic_link_library_DLL_procedure_brack"& _ - "et_Call_bracket_procedureName_bracket_argumentList_bracket", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Triggers an event declared at module level within a class, form, or document. - '''RaiseEvent <eventName> [(<argumentList>)]. - ''' - Friend ReadOnly Property Triggers_an_event_declared_at_module_level_within_a_class_form_or_document_RaiseEvent_eventName_bracket_argumentList_bracket() As String - Get - Return ResourceManager.GetString("Triggers_an_event_declared_at_module_level_within_a_class_form_or_document_RaiseE"& _ - "vent_eventName_bracket_argumentList_bracket", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Try block. - ''' - Friend ReadOnly Property Try_block() As String - Get - Return ResourceManager.GetString("Try_block", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to TryCast function. - ''' - Friend ReadOnly Property TryCast_function() As String - Get - Return ResourceManager.GetString("TryCast_function", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Turns a compiler option off.. - ''' - Friend ReadOnly Property Turns_a_compiler_option_off() As String - Get - Return ResourceManager.GetString("Turns_a_compiler_option_off", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Turns a compiler option on.. - ''' - Friend ReadOnly Property Turns_a_compiler_option_on() As String - Get - Return ResourceManager.GetString("Turns_a_compiler_option_on", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type '{0}' is not defined.. - ''' - Friend ReadOnly Property Type_0_is_not_defined() As String - Get - Return ResourceManager.GetString("Type_0_is_not_defined", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type a name here to declare a namespace.. - ''' - Friend ReadOnly Property Type_a_name_here_to_declare_a_namespace() As String - Get - Return ResourceManager.GetString("Type_a_name_here_to_declare_a_namespace", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type a name here to declare a new field.. - ''' - Friend ReadOnly Property Type_a_name_here_to_declare_a_new_field() As String - Get - Return ResourceManager.GetString("Type_a_name_here_to_declare_a_new_field", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type a name here to declare a parameter. If no preceding keyword is used; 'ByVal' will be assumed and the argument will be passed by value.. - ''' - Friend ReadOnly Property Type_a_name_here_to_declare_a_parameter_If_no_preceding_keyword_is_used_ByVal_will_be_assumed_and_the_argument_will_be_passed_by_value() As String - Get - Return ResourceManager.GetString("Type_a_name_here_to_declare_a_parameter_If_no_preceding_keyword_is_used_ByVal_wil"& _ - "l_be_assumed_and_the_argument_will_be_passed_by_value", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type a name here to declare a partial class.. - ''' - Friend ReadOnly Property Type_a_name_here_to_declare_a_partial_class() As String - Get - Return ResourceManager.GetString("Type_a_name_here_to_declare_a_partial_class", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type a name here to declare a partial interface.. - ''' - Friend ReadOnly Property Type_a_name_here_to_declare_a_partial_interface() As String - Get - Return ResourceManager.GetString("Type_a_name_here_to_declare_a_partial_interface", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type a name here to declare a partial module.. - ''' - Friend ReadOnly Property Type_a_name_here_to_declare_a_partial_module() As String - Get - Return ResourceManager.GetString("Type_a_name_here_to_declare_a_partial_module", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type a name here to declare a partial structure.. - ''' - Friend ReadOnly Property Type_a_name_here_to_declare_a_partial_structure() As String - Get - Return ResourceManager.GetString("Type_a_name_here_to_declare_a_partial_structure", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type a new name for the column, followed by '='. Otherwise, the original column name with be used.. - ''' - Friend ReadOnly Property Type_a_new_name_for_the_column_followed_by_Otherwise_the_original_column_name_with_be_used() As String - Get - Return ResourceManager.GetString("Type_a_new_name_for_the_column_followed_by_Otherwise_the_original_column_name_wit"& _ - "h_be_used", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Type a new variable name. - ''' - Friend ReadOnly Property Type_a_new_variable_name() As String - Get - Return ResourceManager.GetString("Type_a_new_variable_name", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to type parameters. - ''' - Friend ReadOnly Property type_parameters() As String - Get - Return ResourceManager.GetString("type_parameters", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Use 'Group' to specify that a group named '{0}' should be created.. - ''' - Friend ReadOnly Property Use_Group_to_specify_that_a_group_named_0_should_be_created() As String - Get - Return ResourceManager.GetString("Use_Group_to_specify_that_a_group_named_0_should_be_created", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Use 'Group' to specify that a group named 'Group' should be created.. - ''' - Friend ReadOnly Property Use_Group_to_specify_that_a_group_named_Group_should_be_created() As String - Get - Return ResourceManager.GetString("Use_Group_to_specify_that_a_group_named_Group_should_be_created", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Use 'In' for a type that will only be used for ByVal arguments to functions.. - ''' - Friend ReadOnly Property Use_In_for_a_type_that_will_only_be_used_for_ByVal_arguments_to_functions() As String - Get - Return ResourceManager.GetString("Use_In_for_a_type_that_will_only_be_used_for_ByVal_arguments_to_functions", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Use 'Is Nothing' check. - ''' - Friend ReadOnly Property Use_Is_Nothing_check() As String - Get - Return ResourceManager.GetString("Use_Is_Nothing_check", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Use 'IsNot Nothing' check. - ''' - Friend ReadOnly Property Use_IsNot_Nothing_check() As String - Get - Return ResourceManager.GetString("Use_IsNot_Nothing_check", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Use 'Out' for a type that will only be used as a return from functions.. - ''' - Friend ReadOnly Property Use_Out_for_a_type_that_will_only_be_used_as_a_return_from_functions() As String - Get - Return ResourceManager.GetString("Use_Out_for_a_type_that_will_only_be_used_as_a_return_from_functions", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Use the correct control variable. - ''' - Friend ReadOnly Property Use_the_correct_control_variable() As String - Get - Return ResourceManager.GetString("Use_the_correct_control_variable", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Used in a Declare statement. Specifies that Visual Basic should marshal all strings to Unicode values in a call into an external procedure, and should look up the procedure without modifying its name.. - ''' - Friend ReadOnly Property Used_in_a_Declare_statement_Specifies_that_Visual_Basic_should_marshal_all_strings_to_Unicode_values_in_a_call_into_an_external_procedure_and_should_look_up_the_procedure_without_modifying_its_name() As String - Get - Return ResourceManager.GetString("Used_in_a_Declare_statement_Specifies_that_Visual_Basic_should_marshal_all_string"& _ - "s_to_Unicode_values_in_a_call_into_an_external_procedure_and_should_look_up_the_"& _ - "procedure_without_modifying_its_name", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Used in a Declare statement. The Ansi modifier specifies that Visual Basic should marshal all strings to ANSI values, and should look up the procedure without modifying its name during the search. If no character set is specified, ANSI is the default.. - ''' - Friend ReadOnly Property Used_in_a_Declare_statement_The_Ansi_modifier_specifies_that_Visual_Basic_should_marshal_all_strings_to_ANSI_values_and_should_look_up_the_procedure_without_modifying_its_name_during_the_search_If_no_character_set_is_specified_ANSI_is_the_default() As String - Get - Return ResourceManager.GetString("Used_in_a_Declare_statement_The_Ansi_modifier_specifies_that_Visual_Basic_should_"& _ - "marshal_all_strings_to_ANSI_values_and_should_look_up_the_procedure_without_modi"& _ - "fying_its_name_during_the_search_If_no_character_set_is_specified_ANSI_is_the_de"& _ - "fault", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Used in a Declare statement. The Auto modifier specifies that Visual Basic should marshal strings according to .NET Framework rules, and should determine the base character set of the run-time platform and possibly modify the external procedure name if the initial search fails.. - ''' - Friend ReadOnly Property Used_in_a_Declare_statement_The_Auto_modifier_specifies_that_Visual_Basic_should_marshal_strings_according_to_NET_Framework_rules_and_should_determine_the_base_character_set_of_the_run_time_platform_and_possibly_modify_the_external_procedure_name_if_the_initial_search_fails() As String - Get - Return ResourceManager.GetString("Used_in_a_Declare_statement_The_Auto_modifier_specifies_that_Visual_Basic_should_"& _ - "marshal_strings_according_to_NET_Framework_rules_and_should_determine_the_base_c"& _ - "haracter_set_of_the_run_time_platform_and_possibly_modify_the_external_procedure"& _ - "_name_if_the_initial_search_fails", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Used to declare a delegate. A delegate is a reference type that refers to a shared method of a type or to an instance method of an object. Any procedure that is convertible, or that has matching parameter types and return type may be used to create an instance of this delegate class.. - ''' - Friend ReadOnly Property Used_to_declare_a_delegate_A_delegate_is_a_reference_type_that_refers_to_a_shared_method_of_a_type_or_to_an_instance_method_of_an_object_Any_procedure_that_is_convertible_or_that_has_matching_parameter_types_and_return_type_may_be_used_to_create_an_instance_of_this_delegate_class() As String - Get - Return ResourceManager.GetString("Used_to_declare_a_delegate_A_delegate_is_a_reference_type_that_refers_to_a_shared"& _ - "_method_of_a_type_or_to_an_instance_method_of_an_object_Any_procedure_that_is_co"& _ - "nvertible_or_that_has_matching_parameter_types_and_return_type_may_be_used_to_cr"& _ - "eate_an_instance_of_this_delegate_class", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Used to release array variables and deallocate the memory used for their elements.. - ''' - Friend ReadOnly Property Used_to_release_array_variables_and_deallocate_the_memory_used_for_their_elements() As String - Get - Return ResourceManager.GetString("Used_to_release_array_variables_and_deallocate_the_memory_used_for_their_elements"& _ - "", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Using block. - ''' - Friend ReadOnly Property Using_block() As String - Get - Return ResourceManager.GetString("Using_block", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Using statement. - ''' - Friend ReadOnly Property Using_statement() As String - Get - Return ResourceManager.GetString("Using_statement", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to When a run-time error occurs, execution transfers to the statement following the statement or procedure call that resulted in the error.. - ''' - Friend ReadOnly Property When_a_run_time_error_occurs_execution_transfers_to_the_statement_following_the_statement_or_procedure_call_that_resulted_in_the_error() As String - Get - Return ResourceManager.GetString("When_a_run_time_error_occurs_execution_transfers_to_the_statement_following_the_s"& _ - "tatement_or_procedure_call_that_resulted_in_the_error", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to When set to On, allows the use of local type inference in declaring variables. - '''Option Infer {On | Off}. - ''' - Friend ReadOnly Property When_set_to_On_allows_the_use_of_local_type_inference_in_declaring_variables_Option_Infer_On_Off() As String - Get - Return ResourceManager.GetString("When_set_to_On_allows_the_use_of_local_type_inference_in_declaring_variables_Opti"& _ - "on_Infer_On_Off", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to When set to On, requires explicit declaration of all variables, using a Dim, Private, Public, or ReDim statement. - '''Option Explicit {On | Off}. - ''' - Friend ReadOnly Property When_set_to_On_requires_explicit_declaration_of_all_variables_using_a_Dim_Private_Public_or_ReDim_statement_Option_Explicit_On_Off() As String - Get - Return ResourceManager.GetString("When_set_to_On_requires_explicit_declaration_of_all_variables_using_a_Dim_Private"& _ - "_Public_or_ReDim_statement_Option_Explicit_On_Off", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to When set to On, restricts implicit data type conversions to only widening conversions. - '''Option Strict {On | Off}. - ''' - Friend ReadOnly Property When_set_to_On_restricts_implicit_data_type_conversions_to_only_widening_conversions_Option_Strict_On_Off() As String - Get - Return ResourceManager.GetString("When_set_to_On_restricts_implicit_data_type_conversions_to_only_widening_conversi"& _ - "ons_Option_Strict_On_Off", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Where clause. - ''' - Friend ReadOnly Property Where_clause() As String - Get - Return ResourceManager.GetString("Where_clause", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to With block. - ''' - Friend ReadOnly Property With_block() As String - Get - Return ResourceManager.GetString("With_block", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to With statement. - ''' - Friend ReadOnly Property With_statement() As String - Get - Return ResourceManager.GetString("With_statement", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to WithEvents field. - ''' - Friend ReadOnly Property WithEvents_field() As String - Get - Return ResourceManager.GetString("WithEvents_field", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Yield statement. - ''' - Friend ReadOnly Property Yield_statement() As String - Get - Return ResourceManager.GetString("Yield_statement", resourceCulture) - End Get - End Property - End Module -End Namespace diff --git a/src/Scripting/CSharp/CSharpScriptingResources.Designer.cs b/src/Scripting/CSharp/CSharpScriptingResources.Designer.cs deleted file mode 100644 index 2447fd24a4fc5..0000000000000 --- a/src/Scripting/CSharp/CSharpScriptingResources.Designer.cs +++ /dev/null @@ -1,99 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace Microsoft.CodeAnalysis.CSharp.Scripting { - using System; - using System.Reflection; - - - /// - /// A strongly-typed resource class, for looking up localized strings, etc. - /// - // This class was auto-generated by the StronglyTypedResourceBuilder - // class via a tool like ResGen or Visual Studio. - // To add or remove a member, edit your .ResX file then rerun ResGen - // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - internal class CSharpScriptingResources { - - private static global::System.Resources.ResourceManager resourceMan; - - private static global::System.Globalization.CultureInfo resourceCulture; - - [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] - internal CSharpScriptingResources() { - } - - /// - /// Returns the cached ResourceManager instance used by this class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Resources.ResourceManager ResourceManager { - get { - if (object.ReferenceEquals(resourceMan, null)) { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.CodeAnalysis.CSharp.Scripting.CSharpScriptingResources", typeof(CSharpScriptingResources).GetTypeInfo().Assembly); - resourceMan = temp; - } - return resourceMan; - } - } - - /// - /// Overrides the current thread's CurrentUICulture property for all - /// resource lookups using this strongly typed resource class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Globalization.CultureInfo Culture { - get { - return resourceCulture; - } - set { - resourceCulture = value; - } - } - - /// - /// Looks up a localized string similar to Usage: csi [option] ... [script-file.csx] [script-argument] ... - /// - ///Executes script-file.csx if specified, otherwise launches an interactive REPL (Read Eval Print Loop). - /// - ///Options: - /// /help Display this usage message (alternative form: /?) - /// /version Display the version and exit - /// /i Drop to REPL after executing the specified script. - /// /r:<file> Reference metadata from the specified assembly file (alternative [rest of string was truncated]";. - /// - internal static string InteractiveHelp { - get { - return ResourceManager.GetString("InteractiveHelp", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Microsoft (R) Visual C# Interactive Compiler version {0}. - /// - internal static string LogoLine1 { - get { - return ResourceManager.GetString("LogoLine1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Copyright (C) Microsoft Corporation. All rights reserved.. - /// - internal static string LogoLine2 { - get { - return ResourceManager.GetString("LogoLine2", resourceCulture); - } - } - } -} diff --git a/src/Scripting/CSharp/Microsoft.CodeAnalysis.CSharp.Scripting.csproj b/src/Scripting/CSharp/Microsoft.CodeAnalysis.CSharp.Scripting.csproj index d82df7c62e6d0..5d93d457bc341 100644 --- a/src/Scripting/CSharp/Microsoft.CodeAnalysis.CSharp.Scripting.csproj +++ b/src/Scripting/CSharp/Microsoft.CodeAnalysis.CSharp.Scripting.csproj @@ -19,13 +19,6 @@ global,Scripting - - - True - True - CSharpScriptingResources.resx - - @@ -45,11 +38,7 @@ - - ResXFileCodeGenerator - CSharpScriptingResources.Designer.cs - Designer - + diff --git a/src/Scripting/CSharpTest/CommandLineRunnerTests.cs b/src/Scripting/CSharpTest/CommandLineRunnerTests.cs index 050327488b3cb..f9e8c9dd9089e 100644 --- a/src/Scripting/CSharpTest/CommandLineRunnerTests.cs +++ b/src/Scripting/CSharpTest/CommandLineRunnerTests.cs @@ -566,6 +566,31 @@ public void RelativePath() } } + [ConditionalTheory(typeof(WindowsOnly))] + [InlineData(null, null)] + [InlineData("c:", null)] + [InlineData("c:\\", null)] + [InlineData("c:\\first", "c:\\")] + [InlineData("c:\\first\\", "c:\\first")] + [InlineData("c:\\first\\second", "c:\\first")] + [InlineData("c:\\first\\second\\", "c:\\first\\second")] + [InlineData("c:\\first\\second\\third", "c:\\first\\second")] + [InlineData("\\", null)] + [InlineData("\\first", "\\")] + [InlineData("\\first\\", "\\first")] + [InlineData("\\first\\second", "\\first")] + [InlineData("\\first\\second\\", "\\first\\second")] + [InlineData("\\first\\second\\third", "\\first\\second")] + [InlineData("first", "")] + [InlineData("first\\", "first")] + [InlineData("first\\second", "first")] + [InlineData("first\\second\\", "first\\second")] + [InlineData("first\\second\\third", "first\\second")] + public void TestGetDirectoryName_Windows(string path, string expectedOutput) + { + Assert.Equal(expectedOutput, PathUtilities.GetDirectoryName(path, isUnixLike: false)); + } + [ConditionalFact(typeof(ClrOnly), Reason = "https://github.com/dotnet/roslyn/issues/30289")] public void SourceSearchPaths1() { diff --git a/src/Scripting/Core/Microsoft.CodeAnalysis.Scripting.csproj b/src/Scripting/Core/Microsoft.CodeAnalysis.Scripting.csproj index 4f8e9886d4213..f4f4cc9db3fe4 100644 --- a/src/Scripting/Core/Microsoft.CodeAnalysis.Scripting.csproj +++ b/src/Scripting/Core/Microsoft.CodeAnalysis.Scripting.csproj @@ -45,11 +45,7 @@ Hosting\Resolvers\MonoGlobalAssemblyCache.cs - - True - True - ScriptingResources.resx - + @@ -71,11 +67,7 @@ - - ResXFileCodeGenerator - Designer - ScriptingResources.Designer.cs - + diff --git a/src/Scripting/Core/ScriptingResources.Designer.cs b/src/Scripting/Core/ScriptingResources.Designer.cs deleted file mode 100644 index c7514319a1b48..0000000000000 --- a/src/Scripting/Core/ScriptingResources.Designer.cs +++ /dev/null @@ -1,260 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace Microsoft.CodeAnalysis.Scripting { - using System; - - - /// - /// A strongly-typed resource class, for looking up localized strings, etc. - /// - // This class was auto-generated by the StronglyTypedResourceBuilder - // class via a tool like ResGen or Visual Studio. - // To add or remove a member, edit your .ResX file then rerun ResGen - // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - internal class ScriptingResources { - - private static global::System.Resources.ResourceManager resourceMan; - - private static global::System.Globalization.CultureInfo resourceCulture; - - [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] - internal ScriptingResources() { - } - - /// - /// Returns the cached ResourceManager instance used by this class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Resources.ResourceManager ResourceManager { - get { - if (object.ReferenceEquals(resourceMan, null)) { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.CodeAnalysis.Scripting.ScriptingResources", typeof(ScriptingResources).Assembly); - resourceMan = temp; - } - return resourceMan; - } - } - - /// - /// Overrides the current thread's CurrentUICulture property for all - /// resource lookups using this strongly typed resource class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Globalization.CultureInfo Culture { - get { - return resourceCulture; - } - set { - resourceCulture = value; - } - } - - /// - /// Looks up a localized string similar to Absolute path expected. - /// - internal static string AbsolutePathExpected { - get { - return ResourceManager.GetString("AbsolutePathExpected", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Assembly '{0}, Version={1}' has already been loaded from '{2}'. A different assembly with the same name and version can't be loaded: '{3}'.. - /// - internal static string AssemblyAlreadyLoaded { - get { - return ResourceManager.GetString("AssemblyAlreadyLoaded", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Assembly '{0}' has already been loaded from '{1}'. A different assembly with the same name can't be loaded unless it's signed: '{2}'.. - /// - internal static string AssemblyAlreadyLoadedNotSigned { - get { - return ResourceManager.GetString("AssemblyAlreadyLoadedNotSigned", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to at {0} : {1}. - /// - internal static string AtFileLine { - get { - return ResourceManager.GetString("AtFileLine", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot set a constant variable. - /// - internal static string CannotSetConstantVariable { - get { - return ResourceManager.GetString("CannotSetConstantVariable", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot set {0} specific option {1} because the options were already configured for a different language.. - /// - internal static string CannotSetLanguageSpecificOption { - get { - return ResourceManager.GetString("CannotSetLanguageSpecificOption", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot set a read-only variable. - /// - internal static string CannotSetReadOnlyVariable { - get { - return ResourceManager.GetString("CannotSetReadOnlyVariable", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Can't assign '{0}' to '{1}'.. - /// - internal static string CantAssignTo { - get { - return ResourceManager.GetString("CantAssignTo", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Display name or path cannot be empty.. - /// - internal static string DisplayNameOrPathCannotBe { - get { - return ResourceManager.GetString("DisplayNameOrPathCannotBe", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Expected an assembly reference.. - /// - internal static string ExpectedAnAssemblyReference { - get { - return ResourceManager.GetString("ExpectedAnAssemblyReference", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The globals of type '{0}' is not assignable to '{1}'. - /// - internal static string GlobalsNotAssignable { - get { - return ResourceManager.GetString("GlobalsNotAssignable", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Global variables passed to a script without a global type. - /// - internal static string GlobalVariablesWithoutGlobalType { - get { - return ResourceManager.GetString("GlobalVariablesWithoutGlobalType", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Type "#help" for more information.. - /// - internal static string HelpPrompt { - get { - return ResourceManager.GetString("HelpPrompt", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Keyboard shortcuts: - /// Enter If the current submission appears to be complete, evaluate it. Otherwise, insert a new line. - /// Escape Clear the current submission. - /// UpArrow Replace the current submission with a previous submission. - /// DownArrow Replace the current submission with a subsequent submission (after having previously navigated backwards). - /// Ctrl-C Exit the REPL. - ///REPL commands: - /// #help Display help on available commands and key bindings. - ///Script directiv [rest of string was truncated]";. - /// - internal static string HelpText { - get { - return ResourceManager.GetString("HelpText", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Invalid assembly name. - /// - internal static string InvalidAssemblyName { - get { - return ResourceManager.GetString("InvalidAssemblyName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Invalid characters in assemblyName. - /// - internal static string InvalidCharactersInAssemblyName { - get { - return ResourceManager.GetString("InvalidCharactersInAssemblyName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to + additional {0} error. - /// - internal static string PlusAdditionalError { - get { - return ResourceManager.GetString("PlusAdditionalError", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to + additional {0} errors. - /// - internal static string PlusAdditionalErrors { - get { - return ResourceManager.GetString("PlusAdditionalErrors", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The script requires access to global variables but none were given. - /// - internal static string ScriptRequiresGlobalVariables { - get { - return ResourceManager.GetString("ScriptRequiresGlobalVariables", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to !<Stack overflow while evaluating object>. - /// - internal static string StackOverflowWhileEvaluating { - get { - return ResourceManager.GetString("StackOverflowWhileEvaluating", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Starting state was incompatible with script.. - /// - internal static string StartingStateIncompatible { - get { - return ResourceManager.GetString("StartingStateIncompatible", resourceCulture); - } - } - } -} diff --git a/src/Scripting/VisualBasic/Microsoft.CodeAnalysis.VisualBasic.Scripting.vbproj b/src/Scripting/VisualBasic/Microsoft.CodeAnalysis.VisualBasic.Scripting.vbproj index 1818d2e88977c..4903309db56ad 100644 --- a/src/Scripting/VisualBasic/Microsoft.CodeAnalysis.VisualBasic.Scripting.vbproj +++ b/src/Scripting/VisualBasic/Microsoft.CodeAnalysis.VisualBasic.Scripting.vbproj @@ -12,18 +12,7 @@ - - True - True - VBScriptingResources.resx - - - - - Microsoft.CodeAnalysis.VisualBasic.Scripting - VbMyResourcesResXFileCodeGenerator - VBScriptingResources.Designer.vb - + diff --git a/src/Scripting/VisualBasic/VBScriptingResources.Designer.vb b/src/Scripting/VisualBasic/VBScriptingResources.Designer.vb deleted file mode 100644 index 4aa319a203a19..0000000000000 --- a/src/Scripting/VisualBasic/VBScriptingResources.Designer.vb +++ /dev/null @@ -1,108 +0,0 @@ -'------------------------------------------------------------------------------ -' -' This code was generated by a tool. -' Runtime Version:4.0.30319.42000 -' -' Changes to this file may cause incorrect behavior and will be lost if -' the code is regenerated. -' -'------------------------------------------------------------------------------ - -Option Strict On -Option Explicit On - -Imports System -Imports System.Reflection - -Namespace Microsoft.CodeAnalysis.VisualBasic.Scripting - - 'This class was auto-generated by the StronglyTypedResourceBuilder - 'class via a tool like ResGen or Visual Studio. - 'To add or remove a member, edit your .ResX file then rerun ResGen - 'with the /str option, or rebuild your VS project. - ''' - ''' A strongly-typed resource class, for looking up localized strings, etc. - ''' - - Friend Module VBScriptingResources - - Private resourceMan As Global.System.Resources.ResourceManager - - Private resourceCulture As Global.System.Globalization.CultureInfo - - ''' - ''' Returns the cached ResourceManager instance used by this class. - ''' - - Friend ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager - Get - If Object.ReferenceEquals(resourceMan, Nothing) Then - Dim temp As Global.System.Resources.ResourceManager = New Global.System.Resources.ResourceManager("VBScriptingResources", GetType(VBScriptingResources).GetTypeInfo.Assembly) - resourceMan = temp - End If - Return resourceMan - End Get - End Property - - ''' - ''' Overrides the current thread's CurrentUICulture property for all - ''' resource lookups using this strongly typed resource class. - ''' - - Friend Property Culture() As Global.System.Globalization.CultureInfo - Get - Return resourceCulture - End Get - Set - resourceCulture = Value - End Set - End Property - - ''' - ''' Looks up a localized string similar to Cannot escape non-printable characters in Visual Basic notation unless quotes are used.. - ''' - Friend ReadOnly Property ExceptionEscapeWithoutQuote() As String - Get - Return ResourceManager.GetString("ExceptionEscapeWithoutQuote", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Usage: vbi [options] [script-file.vbx] [-- script-arguments] - ''' - '''If script-file is specified executes the script, otherwise launches an interactive REPL (Read Eval Print Loop). - ''' - '''Options: - ''' /help Display this usage message (Short form: /?) - ''' /version Display the version and exit - ''' /reference:<alias>=<file> Reference metadata from the specified assembly file using the given alias (Short form: /r) - ''' /reference:<file list> Reference metadata from [rest of string was truncated]";. - ''' - Friend ReadOnly Property InteractiveHelp() As String - Get - Return ResourceManager.GetString("InteractiveHelp", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Microsoft (R) Visual Basic Interactive Compiler version {0}. - ''' - Friend ReadOnly Property LogoLine1() As String - Get - Return ResourceManager.GetString("LogoLine1", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Copyright (C) Microsoft Corporation. All rights reserved.. - ''' - Friend ReadOnly Property LogoLine2() As String - Get - Return ResourceManager.GetString("LogoLine2", resourceCulture) - End Get - End Property - End Module -End Namespace diff --git a/src/Scripting/VisualBasicTest/CommandLineRunnerTests.vb b/src/Scripting/VisualBasicTest/CommandLineRunnerTests.vb index 5d5905fa69600..fbeb347d718bd 100644 --- a/src/Scripting/VisualBasicTest/CommandLineRunnerTests.vb +++ b/src/Scripting/VisualBasicTest/CommandLineRunnerTests.vb @@ -117,7 +117,7 @@ End Class", "1").EmitToArray()) AssertEx.AssertEqualToleratingWhitespaceDifferences(s_logoAndHelpPrompt + " > #r ""://invalidfilepath"" «Red» -(1) : error BC2017: " + String.Format(ERR_LibNotFound, "://invalidfilepath") + " +(1) : error BC2017: " + String.Format(VBResources.ERR_LibNotFound, "://invalidfilepath") + " «Gray» >", runner.Console.Out.ToString()) End Sub diff --git a/src/Test/Utilities/Portable/Roslyn.Test.Utilities.csproj b/src/Test/Utilities/Portable/Roslyn.Test.Utilities.csproj index 9a20e8ddf591a..39ee6b02a9435 100644 --- a/src/Test/Utilities/Portable/Roslyn.Test.Utilities.csproj +++ b/src/Test/Utilities/Portable/Roslyn.Test.Utilities.csproj @@ -63,22 +63,12 @@ - - True - True - TestResource.resx - - - PublicResXFileCodeGenerator - TestResource.Designer.cs - Roslyn.Test.Utilities - TestResource.resources - + diff --git a/src/Test/Utilities/Portable/TestResource.Designer.cs b/src/Test/Utilities/Portable/TestResource.Designer.cs deleted file mode 100644 index a864fb65390fe..0000000000000 --- a/src/Test/Utilities/Portable/TestResource.Designer.cs +++ /dev/null @@ -1,182 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace Roslyn.Test.Utilities { - using System; - using System.Reflection; - - - /// - /// A strongly-typed resource class, for looking up localized strings, etc. - /// - // This class was auto-generated by the StronglyTypedResourceBuilder - // class via a tool like ResGen or Visual Studio. - // To add or remove a member, edit your .ResX file then rerun ResGen - // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - public class TestResource { - - private static global::System.Resources.ResourceManager resourceMan; - - private static global::System.Globalization.CultureInfo resourceCulture; - - [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] - internal TestResource() { - } - - /// - /// Returns the cached ResourceManager instance used by this class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - public static global::System.Resources.ResourceManager ResourceManager { - get { - if (object.ReferenceEquals(resourceMan, null)) { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("TestResource", typeof(TestResource).GetTypeInfo().Assembly); - resourceMan = temp; - } - return resourceMan; - } - } - - /// - /// Overrides the current thread's CurrentUICulture property for all - /// resource lookups using this strongly typed resource class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - public static global::System.Globalization.CultureInfo Culture { - get { - return resourceCulture; - } - set { - resourceCulture = value; - } - } - - /// - /// Looks up a localized string similar to #error Error message - ///#warning Warning message - ///#pragma warning disable 414, 3021 - ///#pragma warning restore 3021 - ///#pragma checksum "file.txt" "{00000000-0000-0000-0000-000000000000}" "2453" - ///#define goo - ///#if goo - ///#else - ///#endif - ///#undef goo - /// - ///extern alias Goo; - /// - ///using System; - ///using System.Collections.Generic; - ///using System.Linq; - ///using System.Linq.Expressions; - ///using System.Text; - ///using M = System.Math; - /// - ///#if DEBUG || TRACE - ///using System.Diagnostics; - ///#elif SILVERLIGHT && WINDOWS_PHONE || DEBUG || goo == t [rest of string was truncated]";. - /// - public static string AllInOneCSharpCode { - get { - return ResourceManager.GetString("AllInOneCSharpCode", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Option Infer On - ///Option Explicit Off - /// - ///Imports System - ///Imports System.Collections.Generic - ///Imports System.Linq - ///Imports System.Linq.Expressions - ///Imports System.Text - ///Imports M = System.Math - ///Imports System.Collections - ///Imports <xmlns:ns="goo"> - ///Imports <xmlns="goo"> - ///#Const line = 6 - ///#Const goo = True - ///#If goo Then - ///#Else - ///#End If - ///' There is no equivalent to #undef in VB.NET: - ///'#undef goo - ///'#warning goo - ///'#error goo - ///' There is no equivalent to 'extern alias' in VB: - ///'extern alias Goo; - ///#If DEBUG OrElse T [rest of string was truncated]";. - /// - public static string AllInOneVisualBasicBaseline { - get { - return ResourceManager.GetString("AllInOneVisualBasicBaseline", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Option Infer On - ///Option Explicit Off - /// - ///Imports System - ///Imports System.Collections.Generic - ///Imports System.Linq - ///Imports System.Linq.Expressions - ///Imports System.Text - ///Imports M = System.Math - ///Imports System.Collections - ///Imports <xmlns:ns="goo"> - ///Imports <xmlns="goo"> - /// - ///#Const line = 6 - ///#Const goo = True - ///#If goo Then - ///#Else - ///#End If - ///' There is no equivalent to #undef in VB.NET: - ///'#undef goo - ///'#warning goo - ///'#error goo - ///' There is no equivalent to 'extern alias' in VB: - ///'extern alias Goo; - /// - ///#If DEBUG OrEl [rest of string was truncated]";. - /// - public static string AllInOneVisualBasicCode { - get { - return ResourceManager.GetString("AllInOneVisualBasicCode", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Imports System - ///Imports System.Collections.Generic - ///Imports System.Linq - /// - ///''' <summary> - ///''' Sample Documentation - ///''' </summary> - ///Module Program - /// Sub Main(args As String()) - /// ' User Comments - /// Console.WriteLine(5) - /// End Sub - ///End Module. - /// - public static string HelloWorldVisualBasicCode { - get { - return ResourceManager.GetString("HelloWorldVisualBasicCode", resourceCulture); - } - } - } -} diff --git a/src/VisualStudio/CSharp/Impl/CSharpVSResources.Designer.cs b/src/VisualStudio/CSharp/Impl/CSharpVSResources.Designer.cs deleted file mode 100644 index d7fa22047b418..0000000000000 --- a/src/VisualStudio/CSharp/Impl/CSharpVSResources.Designer.cs +++ /dev/null @@ -1,1494 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace Microsoft.VisualStudio.LanguageServices.CSharp { - using System; - - - /// - /// A strongly-typed resource class, for looking up localized strings, etc. - /// - // This class was auto-generated by the StronglyTypedResourceBuilder - // class via a tool like ResGen or Visual Studio. - // To add or remove a member, edit your .ResX file then rerun ResGen - // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - internal class CSharpVSResources { - - private static global::System.Resources.ResourceManager resourceMan; - - private static global::System.Globalization.CultureInfo resourceCulture; - - [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] - internal CSharpVSResources() { - } - - /// - /// Returns the cached ResourceManager instance used by this class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Resources.ResourceManager ResourceManager { - get { - if (object.ReferenceEquals(resourceMan, null)) { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.VisualStudio.LanguageServices.CSharp.CSharpVSResources", typeof(CSharpVSResources).Assembly); - resourceMan = temp; - } - return resourceMan; - } - } - - /// - /// Overrides the current thread's CurrentUICulture property for all - /// resource lookups using this strongly typed resource class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Globalization.CultureInfo Culture { - get { - return resourceCulture; - } - set { - resourceCulture = value; - } - } - - /// - /// Looks up a localized string similar to _Always add new line on enter. - /// - internal static string Always_add_new_line_on_enter { - get { - return ResourceManager.GetString("Always_add_new_line_on_enter", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Always include snippets. - /// - internal static string Always_include_snippets { - get { - return ResourceManager.GetString("Always_include_snippets", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Apply all C# formatting rules (indentation, wrapping, spacing). - /// - internal static string Apply_all_csharp_formatting_rules_indentation_wrapping_spacing { - get { - return ResourceManager.GetString("Apply_all_csharp_formatting_rules_indentation_wrapping_spacing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Automatically format _block on }. - /// - internal static string Automatically_format_block_on_close_brace { - get { - return ResourceManager.GetString("Automatically_format_block_on_close_brace", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Automatically format on _paste. - /// - internal static string Automatically_format_on_paste { - get { - return ResourceManager.GetString("Automatically_format_on_paste", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Automatically format on return. - /// - internal static string Automatically_format_on_return { - get { - return ResourceManager.GetString("Automatically_format_on_return", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Automatically format _statement on ;. - /// - internal static string Automatically_format_statement_on_semicolon { - get { - return ResourceManager.GetString("Automatically_format_statement_on_semicolon", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Automatically format when typing. - /// - internal static string Automatically_format_when_typing { - get { - return ResourceManager.GetString("Automatically_format_when_typing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Completion Lists. - /// - internal static string Completion_Lists { - get { - return ResourceManager.GetString("Completion_Lists", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to C#. - /// - internal static string CSharp { - get { - return ResourceManager.GetString("CSharp", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to C# Coding Conventions. - /// - internal static string CSharp_Coding_Conventions { - get { - return ResourceManager.GetString("CSharp_Coding_Conventions", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to C# Formatting Rules. - /// - internal static string CSharp_Formatting_Rules { - get { - return ResourceManager.GetString("CSharp_Formatting_Rules", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Discard. - /// - internal static string Discard { - get { - return ResourceManager.GetString("Discard", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Do not prefer 'this.'. - /// - internal static string Do_not_prefer_this { - get { - return ResourceManager.GetString("Do_not_prefer_this", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to _Don't put ref or out on custom struct. - /// - internal static string Don_t_put_ref_or_out_on_custom_struct { - get { - return ResourceManager.GetString("Don_t_put_ref_or_out_on_custom_struct", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Editor Help. - /// - internal static string Editor_Help { - get { - return ResourceManager.GetString("Editor_Help", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Elsewhere. - /// - internal static string Elsewhere { - get { - return ResourceManager.GetString("Elsewhere", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Enter key behavior:. - /// - internal static string Enter_key_behavior_colon { - get { - return ResourceManager.GetString("Enter_key_behavior_colon", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Enter _outlining mode when files open. - /// - internal static string Enter_outlining_mode_when_files_open { - get { - return ResourceManager.GetString("Enter_outlining_mode_when_files_open", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Extract Method. - /// - internal static string Extract_Method { - get { - return ResourceManager.GetString("Extract_Method", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Fade out unused usings. - /// - internal static string Fade_out_unused_usings { - get { - return ResourceManager.GetString("Fade_out_unused_usings", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to For built-in types. - /// - internal static string For_built_in_types { - get { - return ResourceManager.GetString("For_built_in_types", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Format Document Settings (Experiment) . - /// - internal static string Format_document_settings { - get { - return ResourceManager.GetString("Format_document_settings", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to General. - /// - internal static string General { - get { - return ResourceManager.GetString("General", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Generate Event Subscription. - /// - internal static string Generate_Event_Subscription { - get { - return ResourceManager.GetString("Generate_Event_Subscription", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to _Generate XML documentation comments for ///. - /// - internal static string Generate_XML_documentation_comments_for { - get { - return ResourceManager.GetString("Generate_XML_documentation_comments_for", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to _Highlight matching portions of completion list items. - /// - internal static string Highlight_matching_portions_of_completion_list_items { - get { - return ResourceManager.GetString("Highlight_matching_portions_of_completion_list_items", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to _Highlight references to symbol under cursor. - /// - internal static string Highlight_references_to_symbol_under_cursor { - get { - return ResourceManager.GetString("Highlight_references_to_symbol_under_cursor", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Highlight related _keywords under cursor. - /// - internal static string Highlight_related_keywords_under_cursor { - get { - return ResourceManager.GetString("Highlight_related_keywords_under_cursor", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Highlighting. - /// - internal static string Highlighting { - get { - return ResourceManager.GetString("Highlighting", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Ignore spaces around binary operators. - /// - internal static string Ignore_spaces_around_binary_operators { - get { - return ResourceManager.GetString("Ignore_spaces_around_binary_operators", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Ignore spaces in declaration statements. - /// - internal static string Ignore_spaces_in_declaration_statements { - get { - return ResourceManager.GetString("Ignore_spaces_in_declaration_statements", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to In arithmetic operators: * / % + - << >> & ^ |. - /// - internal static string In_arithmetic_binary_operators { - get { - return ResourceManager.GetString("In_arithmetic_binary_operators", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to In other binary operators: && || ??. - /// - internal static string In_other_binary_operators { - get { - return ResourceManager.GetString("In_other_binary_operators", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to In relational operators: < > <= >= is as == !=. - /// - internal static string In_relational_binary_operators { - get { - return ResourceManager.GetString("In_relational_binary_operators", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Include snippets when ?-Tab is typed after an identifier. - /// - internal static string Include_snippets_when_Tab_is_typed_after_an_identifier { - get { - return ResourceManager.GetString("Include_snippets_when_Tab_is_typed_after_an_identifier", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Indent block contents. - /// - internal static string Indent_block_contents { - get { - return ResourceManager.GetString("Indent_block_contents", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Indent case contents. - /// - internal static string Indent_case_contents { - get { - return ResourceManager.GetString("Indent_case_contents", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Indent case contents (when block). - /// - internal static string Indent_case_contents_when_block { - get { - return ResourceManager.GetString("Indent_case_contents_when_block", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Indent case labels. - /// - internal static string Indent_case_labels { - get { - return ResourceManager.GetString("Indent_case_labels", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Indent labels normally. - /// - internal static string Indent_labels_normally { - get { - return ResourceManager.GetString("Indent_labels_normally", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Indent open and close braces. - /// - internal static string Indent_open_and_close_braces { - get { - return ResourceManager.GetString("Indent_open_and_close_braces", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to _Insert * at the start of new lines when writing /* */ comments. - /// - internal static string Insert_at_the_start_of_new_lines_when_writing_comments { - get { - return ResourceManager.GetString("Insert_at_the_start_of_new_lines_when_writing_comments", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Insert Snippet. - /// - internal static string Insert_Snippet { - get { - return ResourceManager.GetString("Insert_Snippet", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Insert space after cast. - /// - internal static string Insert_space_after_cast { - get { - return ResourceManager.GetString("Insert_space_after_cast", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Insert space after colon for base or interface in type declaration. - /// - internal static string Insert_space_after_colon_for_base_or_interface_in_type_declaration { - get { - return ResourceManager.GetString("Insert_space_after_colon_for_base_or_interface_in_type_declaration", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Insert space after comma. - /// - internal static string Insert_space_after_comma { - get { - return ResourceManager.GetString("Insert_space_after_comma", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Insert space after dot. - /// - internal static string Insert_space_after_dot { - get { - return ResourceManager.GetString("Insert_space_after_dot", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Insert space after keywords in control flow statements. - /// - internal static string Insert_space_after_keywords_in_control_flow_statements { - get { - return ResourceManager.GetString("Insert_space_after_keywords_in_control_flow_statements", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Insert space after semicolon in "for" statement. - /// - internal static string Insert_space_after_semicolon_in_for_statement { - get { - return ResourceManager.GetString("Insert_space_after_semicolon_in_for_statement", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Insert space before and after binary operators. - /// - internal static string Insert_space_before_and_after_binary_operators { - get { - return ResourceManager.GetString("Insert_space_before_and_after_binary_operators", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Insert space before colon for base or interface in type declaration. - /// - internal static string Insert_space_before_colon_for_base_or_interface_in_type_declaration { - get { - return ResourceManager.GetString("Insert_space_before_colon_for_base_or_interface_in_type_declaration", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Insert space before comma. - /// - internal static string Insert_space_before_comma { - get { - return ResourceManager.GetString("Insert_space_before_comma", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Insert space before dot. - /// - internal static string Insert_space_before_dot { - get { - return ResourceManager.GetString("Insert_space_before_dot", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Insert space before open square bracket. - /// - internal static string Insert_space_before_open_square_bracket { - get { - return ResourceManager.GetString("Insert_space_before_open_square_bracket", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Insert space before semicolon in "for" statement. - /// - internal static string Insert_space_before_semicolon_in_for_statement { - get { - return ResourceManager.GetString("Insert_space_before_semicolon_in_for_statement", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Insert space between method name and its opening parenthesis. - /// - internal static string Insert_space_between_method_name_and_its_opening_parenthesis1 { - get { - return ResourceManager.GetString("Insert_space_between_method_name_and_its_opening_parenthesis1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Insert space between method name and its opening parenthesis. - /// - internal static string Insert_space_between_method_name_and_its_opening_parenthesis2 { - get { - return ResourceManager.GetString("Insert_space_between_method_name_and_its_opening_parenthesis2", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Insert space within argument list parentheses. - /// - internal static string Insert_space_within_argument_list_parentheses { - get { - return ResourceManager.GetString("Insert_space_within_argument_list_parentheses", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Insert space within empty argument list parentheses. - /// - internal static string Insert_space_within_empty_argument_list_parentheses { - get { - return ResourceManager.GetString("Insert_space_within_empty_argument_list_parentheses", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Insert space within empty parameter list parentheses. - /// - internal static string Insert_space_within_empty_parameter_list_parentheses { - get { - return ResourceManager.GetString("Insert_space_within_empty_parameter_list_parentheses", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Insert space within empty square brackets. - /// - internal static string Insert_space_within_empty_square_brackets { - get { - return ResourceManager.GetString("Insert_space_within_empty_square_brackets", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Insert space within parameter list parentheses. - /// - internal static string Insert_space_within_parameter_list_parentheses { - get { - return ResourceManager.GetString("Insert_space_within_parameter_list_parentheses", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Insert space within parentheses of expressions. - /// - internal static string Insert_space_within_parentheses_of_expressions { - get { - return ResourceManager.GetString("Insert_space_within_parentheses_of_expressions", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Insert space within parentheses of type casts. - /// - internal static string Insert_space_within_parentheses_of_type_casts { - get { - return ResourceManager.GetString("Insert_space_within_parentheses_of_type_casts", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Insert spaces within parentheses of control flow statements. - /// - internal static string Insert_spaces_within_parentheses_of_control_flow_statements { - get { - return ResourceManager.GetString("Insert_spaces_within_parentheses_of_control_flow_statements", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Insert spaces within square brackets. - /// - internal static string Insert_spaces_within_square_brackets { - get { - return ResourceManager.GetString("Insert_spaces_within_square_brackets", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Inside namespace. - /// - internal static string Inside_namespace { - get { - return ResourceManager.GetString("Inside_namespace", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Label Indentation. - /// - internal static string Label_Indentation { - get { - return ResourceManager.GetString("Label_Indentation", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Large. - /// - internal static string Large { - get { - return ResourceManager.GetString("Large", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Leave block on single line. - /// - internal static string Leave_block_on_single_line { - get { - return ResourceManager.GetString("Leave_block_on_single_line", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Leave statements and member declarations on the same line. - /// - internal static string Leave_statements_and_member_declarations_on_the_same_line { - get { - return ResourceManager.GetString("Leave_statements_and_member_declarations_on_the_same_line", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to _Move local declaration to the extracted method if it is not used elsewhere. - /// - internal static string Move_local_declaration_to_the_extracted_method_if_it_is_not_used_elsewhere { - get { - return ResourceManager.GetString("Move_local_declaration_to_the_extracted_method_if_it_is_not_used_elsewhere", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Never. - /// - internal static string Never { - get { - return ResourceManager.GetString("Never", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to _Never add new line on enter. - /// - internal static string Never_add_new_line_on_enter { - get { - return ResourceManager.GetString("Never_add_new_line_on_enter", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Never include snippets. - /// - internal static string Never_include_snippets { - get { - return ResourceManager.GetString("Never_include_snippets", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to New line options for braces. - /// - internal static string New_line_options_for_braces { - get { - return ResourceManager.GetString("New_line_options_for_braces", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to New line options for expressions. - /// - internal static string New_line_options_for_expressions { - get { - return ResourceManager.GetString("New_line_options_for_expressions", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to New line options for keywords. - /// - internal static string New_line_options_for_keywords { - get { - return ResourceManager.GetString("New_line_options_for_keywords", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 'null' checking:. - /// - internal static string null_checking_colon { - get { - return ResourceManager.GetString("null_checking_colon", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to _Only add new line on enter after end of fully typed word. - /// - internal static string Only_add_new_line_on_enter_after_end_of_fully_typed_word { - get { - return ResourceManager.GetString("Only_add_new_line_on_enter_after_end_of_fully_typed_word", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Optimize for solution size. - /// - internal static string Optimize_for_solution_size { - get { - return ResourceManager.GetString("Optimize_for_solution_size", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Outside namespace. - /// - internal static string Outside_namespace { - get { - return ResourceManager.GetString("Outside_namespace", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Perform additional code cleanup during formatting. - /// - internal static string Perform_additional_code_cleanup_during_formatting { - get { - return ResourceManager.GetString("Perform_additional_code_cleanup_during_formatting", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Performance. - /// - internal static string Performance { - get { - return ResourceManager.GetString("Performance", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Place "catch" on new line. - /// - internal static string Place_catch_on_new_line { - get { - return ResourceManager.GetString("Place_catch_on_new_line", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Place _code snippets in completion lists. - /// - internal static string Place_code_snippets_in_completion_lists { - get { - return ResourceManager.GetString("Place_code_snippets_in_completion_lists", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Place "else" on new line. - /// - internal static string Place_else_on_new_line { - get { - return ResourceManager.GetString("Place_else_on_new_line", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Place "finally" on new line. - /// - internal static string Place_finally_on_new_line { - get { - return ResourceManager.GetString("Place_finally_on_new_line", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Place goto labels in leftmost column. - /// - internal static string Place_goto_labels_in_leftmost_column { - get { - return ResourceManager.GetString("Place_goto_labels_in_leftmost_column", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Place goto labels one indent less than current. - /// - internal static string Place_goto_labels_one_indent_less_than_current { - get { - return ResourceManager.GetString("Place_goto_labels_one_indent_less_than_current", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Place _keywords in completion lists. - /// - internal static string Place_keywords_in_completion_lists { - get { - return ResourceManager.GetString("Place_keywords_in_completion_lists", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Place members in anonymous types on new line. - /// - internal static string Place_members_in_anonymous_types_on_new_line { - get { - return ResourceManager.GetString("Place_members_in_anonymous_types_on_new_line", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Place members in object initializers on new line. - /// - internal static string Place_members_in_object_initializers_on_new_line { - get { - return ResourceManager.GetString("Place_members_in_object_initializers_on_new_line", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Place open brace on new line for anonymous methods. - /// - internal static string Place_open_brace_on_new_line_for_anonymous_methods { - get { - return ResourceManager.GetString("Place_open_brace_on_new_line_for_anonymous_methods", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Place open brace on new line for anonymous types. - /// - internal static string Place_open_brace_on_new_line_for_anonymous_types { - get { - return ResourceManager.GetString("Place_open_brace_on_new_line_for_anonymous_types", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Place open brace on new line for control blocks. - /// - internal static string Place_open_brace_on_new_line_for_control_blocks { - get { - return ResourceManager.GetString("Place_open_brace_on_new_line_for_control_blocks", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Place open brace on new line for lambda expression. - /// - internal static string Place_open_brace_on_new_line_for_lambda_expression { - get { - return ResourceManager.GetString("Place_open_brace_on_new_line_for_lambda_expression", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Place open brace on new line for methods and local functions. - /// - internal static string Place_open_brace_on_new_line_for_methods_local_functions { - get { - return ResourceManager.GetString("Place_open_brace_on_new_line_for_methods_local_functions", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Place open brace on new line for object, collection and array initializers. - /// - internal static string Place_open_brace_on_new_line_for_object_collection_and_array_initializers { - get { - return ResourceManager.GetString("Place_open_brace_on_new_line_for_object_collection_and_array_initializers", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Place open brace on new line for properties, indexers, and events. - /// - internal static string Place_open_brace_on_new_line_for_properties_indexers_and_events { - get { - return ResourceManager.GetString("Place_open_brace_on_new_line_for_properties_indexers_and_events", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Place open brace on new line for property, indexer, and event accessors. - /// - internal static string Place_open_brace_on_new_line_for_property_indexer_and_event_accessors { - get { - return ResourceManager.GetString("Place_open_brace_on_new_line_for_property_indexer_and_event_accessors", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Place open brace on new line for types. - /// - internal static string Place_open_brace_on_new_line_for_types { - get { - return ResourceManager.GetString("Place_open_brace_on_new_line_for_types", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Place query expression clauses on new line. - /// - internal static string Place_query_expression_clauses_on_new_line { - get { - return ResourceManager.GetString("Place_query_expression_clauses_on_new_line", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to _Place 'System' directives first when sorting usings. - /// - internal static string Place_System_directives_first_when_sorting_usings { - get { - return ResourceManager.GetString("Place_System_directives_first_when_sorting_usings", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to predefined type preferences:. - /// - internal static string predefined_type_preferences_colon { - get { - return ResourceManager.GetString("predefined_type_preferences_colon", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Prefer block body. - /// - internal static string Prefer_block_body { - get { - return ResourceManager.GetString("Prefer_block_body", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Prefer conditional delegate call. - /// - internal static string Prefer_conditional_delegate_call { - get { - return ResourceManager.GetString("Prefer_conditional_delegate_call", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Prefer explicit type. - /// - internal static string Prefer_explicit_type { - get { - return ResourceManager.GetString("Prefer_explicit_type", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Prefer expression body. - /// - internal static string Prefer_expression_body { - get { - return ResourceManager.GetString("Prefer_expression_body", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Prefer 'is null' for reference equality checks. - /// - internal static string Prefer_is_null_for_reference_equality_checks { - get { - return ResourceManager.GetString("Prefer_is_null_for_reference_equality_checks", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Prefer pattern matching over 'as' with 'null' check. - /// - internal static string Prefer_pattern_matching_over_as_with_null_check { - get { - return ResourceManager.GetString("Prefer_pattern_matching_over_as_with_null_check", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Prefer pattern matching over 'is' with 'cast' check. - /// - internal static string Prefer_pattern_matching_over_is_with_cast_check { - get { - return ResourceManager.GetString("Prefer_pattern_matching_over_is_with_cast_check", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Prefer switch expression. - /// - internal static string Prefer_switch_expression { - get { - return ResourceManager.GetString("Prefer_switch_expression", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Prefer 'this.'. - /// - internal static string Prefer_this { - get { - return ResourceManager.GetString("Prefer_this", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Prefer throw-expression. - /// - internal static string Prefer_throw_expression { - get { - return ResourceManager.GetString("Prefer_throw_expression", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Prefer 'var'. - /// - internal static string Prefer_var { - get { - return ResourceManager.GetString("Prefer_var", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Preferred 'using' directive placement. - /// - internal static string Preferred_using_directive_placement { - get { - return ResourceManager.GetString("Preferred_using_directive_placement", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Qualify event access with 'this'. - /// - internal static string Qualify_event_access_with_this { - get { - return ResourceManager.GetString("Qualify_event_access_with_this", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Qualify field access with 'this'. - /// - internal static string Qualify_field_access_with_this { - get { - return ResourceManager.GetString("Qualify_field_access_with_this", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Qualify method access with 'this'. - /// - internal static string Qualify_method_access_with_this { - get { - return ResourceManager.GetString("Qualify_method_access_with_this", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Qualify property access with 'this'. - /// - internal static string Qualify_property_access_with_this { - get { - return ResourceManager.GetString("Qualify_property_access_with_this", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Regular. - /// - internal static string Regular { - get { - return ResourceManager.GetString("Regular", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Remove spaces before and after binary operators. - /// - internal static string Remove_spaces_before_and_after_binary_operators { - get { - return ResourceManager.GetString("Remove_spaces_before_and_after_binary_operators", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Remove unnecessary usings. - /// - internal static string Remove_unnecessary_usings { - get { - return ResourceManager.GetString("Remove_unnecessary_usings", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Report invalid placeholders in 'string.Format' calls. - /// - internal static string Report_invalid_placeholders_in_string_dot_format_calls { - get { - return ResourceManager.GetString("Report_invalid_placeholders_in_string_dot_format_calls", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Selection In Completion List. - /// - internal static string Selection_In_Completion_List { - get { - return ResourceManager.GetString("Selection_In_Completion_List", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Separate using directive groups. - /// - internal static string Separate_using_directive_groups { - get { - return ResourceManager.GetString("Separate_using_directive_groups", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Set other spacing options. - /// - internal static string Set_other_spacing_options { - get { - return ResourceManager.GetString("Set_other_spacing_options", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Set spacing for brackets. - /// - internal static string Set_spacing_for_brackets { - get { - return ResourceManager.GetString("Set_spacing_for_brackets", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Set spacing for delimiters. - /// - internal static string Set_spacing_for_delimiters { - get { - return ResourceManager.GetString("Set_spacing_for_delimiters", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Set spacing for method calls. - /// - internal static string Set_spacing_for_method_calls { - get { - return ResourceManager.GetString("Set_spacing_for_method_calls", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Set spacing for method declarations. - /// - internal static string Set_spacing_for_method_declarations { - get { - return ResourceManager.GetString("Set_spacing_for_method_declarations", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Set spacing for operators. - /// - internal static string Set_spacing_for_operators { - get { - return ResourceManager.GetString("Set_spacing_for_operators", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Show completion item _filters. - /// - internal static string Show_completion_item_filters { - get { - return ResourceManager.GetString("Show_completion_item_filters", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Show completion list after a character is _deleted. - /// - internal static string Show_completion_list_after_a_character_is_deleted { - get { - return ResourceManager.GetString("Show_completion_list_after_a_character_is_deleted", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to _Show completion list after a character is typed. - /// - internal static string Show_completion_list_after_a_character_is_typed { - get { - return ResourceManager.GetString("Show_completion_list_after_a_character_is_typed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Show items from unimported namespaces (experimental). - /// - internal static string Show_items_from_unimported_namespaces { - get { - return ResourceManager.GetString("Show_items_from_unimported_namespaces", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Show name s_uggestions. - /// - internal static string Show_name_suggestions { - get { - return ResourceManager.GetString("Show_name_suggestions", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Show preview for rename _tracking. - /// - internal static string Show_preview_for_rename_tracking { - get { - return ResourceManager.GetString("Show_preview_for_rename_tracking", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to _Show procedure line separators. - /// - internal static string Show_procedure_line_separators { - get { - return ResourceManager.GetString("Show_procedure_line_separators", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Small. - /// - internal static string Small { - get { - return ResourceManager.GetString("Small", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Snippets behavior. - /// - internal static string Snippets_behavior { - get { - return ResourceManager.GetString("Snippets_behavior", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Sort usings. - /// - internal static string Sort_usings { - get { - return ResourceManager.GetString("Sort_usings", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Split string literals on _enter. - /// - internal static string Split_string_literals_on_enter { - get { - return ResourceManager.GetString("Split_string_literals_on_enter", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Suggest usings for types in .NET Framework assemblies. - /// - internal static string Suggest_usings_for_types_in_dotnet_framework_assemblies { - get { - return ResourceManager.GetString("Suggest_usings_for_types_in_dotnet_framework_assemblies", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Suggest usings for types in _NuGet packages. - /// - internal static string Suggest_usings_for_types_in_NuGet_packages { - get { - return ResourceManager.GetString("Suggest_usings_for_types_in_NuGet_packages", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Surround With. - /// - internal static string Surround_With { - get { - return ResourceManager.GetString("Surround_With", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 'this.' preferences:. - /// - internal static string this_preferences_colon { - get { - return ResourceManager.GetString("this_preferences_colon", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Type Inference preferences:. - /// - internal static string Type_Inference_preferences_colon { - get { - return ResourceManager.GetString("Type_Inference_preferences_colon", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Unused local. - /// - internal static string Unused_local { - get { - return ResourceManager.GetString("Unused_local", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use 'var' when generating locals. - /// - internal static string Use_var_when_generating_locals { - get { - return ResourceManager.GetString("Use_var_when_generating_locals", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Using Directives. - /// - internal static string Using_Directives { - get { - return ResourceManager.GetString("Using_Directives", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 'using' preferences:. - /// - internal static string using_preferences_colon { - get { - return ResourceManager.GetString("using_preferences_colon", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 'var' preferences:. - /// - internal static string var_preferences_colon { - get { - return ResourceManager.GetString("var_preferences_colon", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to When on multiple lines. - /// - internal static string When_on_multiple_lines { - get { - return ResourceManager.GetString("When_on_multiple_lines", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to When on single line. - /// - internal static string When_on_single_line { - get { - return ResourceManager.GetString("When_on_single_line", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to When possible. - /// - internal static string When_possible { - get { - return ResourceManager.GetString("When_possible", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to When variable type is apparent. - /// - internal static string When_variable_type_is_apparent { - get { - return ResourceManager.GetString("When_variable_type_is_apparent", resourceCulture); - } - } - } -} diff --git a/src/VisualStudio/CSharp/Impl/Microsoft.VisualStudio.LanguageServices.CSharp.csproj b/src/VisualStudio/CSharp/Impl/Microsoft.VisualStudio.LanguageServices.CSharp.csproj index 8d0e61c48c095..28c18c1699ac0 100644 --- a/src/VisualStudio/CSharp/Impl/Microsoft.VisualStudio.LanguageServices.CSharp.csproj +++ b/src/VisualStudio/CSharp/Impl/Microsoft.VisualStudio.LanguageServices.CSharp.csproj @@ -55,16 +55,7 @@ - - True - True - CSharpVSResources.resx - - - ResXFileCodeGenerator - Designer - CSharpVSResources.Designer.cs - + true VSPackage diff --git a/src/VisualStudio/CodeLens/CodeLensVSResources.Designer.cs b/src/VisualStudio/CodeLens/CodeLensVSResources.Designer.cs deleted file mode 100644 index 01bfe6eba74aa..0000000000000 --- a/src/VisualStudio/CodeLens/CodeLensVSResources.Designer.cs +++ /dev/null @@ -1,126 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace Microsoft.VisualStudio.LanguageServices.CodeLens { - using System; - - - /// - /// A strongly-typed resource class, for looking up localized strings, etc. - /// - // This class was auto-generated by the StronglyTypedResourceBuilder - // class via a tool like ResGen or Visual Studio. - // To add or remove a member, edit your .ResX file then rerun ResGen - // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - internal class CodeLensVSResources { - - private static global::System.Resources.ResourceManager resourceMan; - - private static global::System.Globalization.CultureInfo resourceCulture; - - [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] - internal CodeLensVSResources() { - } - - /// - /// Returns the cached ResourceManager instance used by this class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Resources.ResourceManager ResourceManager { - get { - if (object.ReferenceEquals(resourceMan, null)) { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.VisualStudio.LanguageServices.CodeLens.CodeLensVSResources", typeof(CodeLensVSResources).Assembly); - resourceMan = temp; - } - return resourceMan; - } - } - - /// - /// Overrides the current thread's CurrentUICulture property for all - /// resource lookups using this strongly typed resource class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Globalization.CultureInfo Culture { - get { - return resourceCulture; - } - set { - resourceCulture = value; - } - } - - /// - /// Looks up a localized string similar to {0} reference. - /// - internal static string _0_reference { - get { - return ResourceManager.GetString("_0_reference", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to {0} references. - /// - internal static string _0_references { - get { - return ResourceManager.GetString("_0_references", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to C# and Visual Basic References. - /// - internal static string CSharp_VisualBasic_References { - get { - return ResourceManager.GetString("CSharp_VisualBasic_References", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to method. - /// - internal static string method { - get { - return ResourceManager.GetString("method", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to property. - /// - internal static string property { - get { - return ResourceManager.GetString("property", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to This {0} has {1} reference(s).. - /// - internal static string This_0_has_1_references { - get { - return ResourceManager.GetString("This_0_has_1_references", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to type. - /// - internal static string type { - get { - return ResourceManager.GetString("type", resourceCulture); - } - } - } -} diff --git a/src/VisualStudio/CodeLens/Microsoft.VisualStudio.LanguageServices.CodeLens.csproj b/src/VisualStudio/CodeLens/Microsoft.VisualStudio.LanguageServices.CodeLens.csproj index f231d2232349b..46c641d9db3af 100644 --- a/src/VisualStudio/CodeLens/Microsoft.VisualStudio.LanguageServices.CodeLens.csproj +++ b/src/VisualStudio/CodeLens/Microsoft.VisualStudio.LanguageServices.CodeLens.csproj @@ -40,21 +40,10 @@ - - ResXFileCodeGenerator - Designer - CodeLensVSResources.Designer.cs - + - - - True - True - CodeLensVSResources.resx - - - + \ No newline at end of file diff --git a/src/VisualStudio/Core/Def/Implementation/Library/ClassView/AbstractSyncClassViewCommandHandler.cs b/src/VisualStudio/Core/Def/Implementation/Library/ClassView/AbstractSyncClassViewCommandHandler.cs index 54ac82d55158f..cd61c4cd7aace 100644 --- a/src/VisualStudio/Core/Def/Implementation/Library/ClassView/AbstractSyncClassViewCommandHandler.cs +++ b/src/VisualStudio/Core/Def/Implementation/Library/ClassView/AbstractSyncClassViewCommandHandler.cs @@ -118,7 +118,7 @@ private static bool IsValidSymbolToSynchronize(ISymbol symbol) => public CommandState GetCommandState(SyncClassViewCommandArgs args) { - return Commanding.CommandState.Unspecified; + return Commanding.CommandState.Available; } } } diff --git a/src/VisualStudio/Core/Def/Implementation/ProjectSystem/MetadataReferences/VisualStudioMetadataReferenceManager.cs b/src/VisualStudio/Core/Def/Implementation/ProjectSystem/MetadataReferences/VisualStudioMetadataReferenceManager.cs index cbdf091302d80..7658b36c18901 100644 --- a/src/VisualStudio/Core/Def/Implementation/ProjectSystem/MetadataReferences/VisualStudioMetadataReferenceManager.cs +++ b/src/VisualStudio/Core/Def/Implementation/ProjectSystem/MetadataReferences/VisualStudioMetadataReferenceManager.cs @@ -328,13 +328,14 @@ private AssemblyMetadata CreateAssemblyMetadata( string? assemblyDir = null; foreach (var moduleName in manifestModule.GetModuleNames()) { - if (moduleBuilder.Count == 0) + if (assemblyDir is null) { moduleBuilder.Add(manifestModule); assemblyDir = Path.GetDirectoryName(fileKey.FullPath); } - var moduleFileKey = FileKey.Create(PathUtilities.CombineAbsoluteAndRelativePaths(assemblyDir, moduleName)); + // Suppression should be removed or addressed https://github.com/dotnet/roslyn/issues/41636 + var moduleFileKey = FileKey.Create(PathUtilities.CombineAbsoluteAndRelativePaths(assemblyDir, moduleName)!); var metadata = moduleMetadataFactory(moduleFileKey, storages); moduleBuilder.Add(metadata); diff --git a/src/VisualStudio/Core/Def/Microsoft.VisualStudio.LanguageServices.csproj b/src/VisualStudio/Core/Def/Microsoft.VisualStudio.LanguageServices.csproj index 9bd1d131fb460..8c86438118327 100644 --- a/src/VisualStudio/Core/Def/Microsoft.VisualStudio.LanguageServices.csproj +++ b/src/VisualStudio/Core/Def/Microsoft.VisualStudio.LanguageServices.csproj @@ -45,11 +45,6 @@ InternalUtilities\ShadowCopyAnalyzerAssemblyLoader.cs - - True - True - ServicesVSResources.resx - True True @@ -180,11 +175,7 @@ - - ResXFileCodeGenerator - Designer - ServicesVSResources.Designer.cs - + true VSPackage diff --git a/src/VisualStudio/Core/Def/ServicesVSResources.Designer.cs b/src/VisualStudio/Core/Def/ServicesVSResources.Designer.cs deleted file mode 100644 index b41d2d6c9e320..0000000000000 --- a/src/VisualStudio/Core/Def/ServicesVSResources.Designer.cs +++ /dev/null @@ -1,3653 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace Microsoft.VisualStudio.LanguageServices { - using System; - - - /// - /// A strongly-typed resource class, for looking up localized strings, etc. - /// - // This class was auto-generated by the StronglyTypedResourceBuilder - // class via a tool like ResGen or Visual Studio. - // To add or remove a member, edit your .ResX file then rerun ResGen - // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - internal class ServicesVSResources { - - private static global::System.Resources.ResourceManager resourceMan; - - private static global::System.Globalization.CultureInfo resourceCulture; - - [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] - internal ServicesVSResources() { - } - - /// - /// Returns the cached ResourceManager instance used by this class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Resources.ResourceManager ResourceManager { - get { - if (object.ReferenceEquals(resourceMan, null)) { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.VisualStudio.LanguageServices.ServicesVSResources", typeof(ServicesVSResources).Assembly); - resourceMan = temp; - } - return resourceMan; - } - } - - /// - /// Overrides the current thread's CurrentUICulture property for all - /// resource lookups using this strongly typed resource class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Globalization.CultureInfo Culture { - get { - return resourceCulture; - } - set { - resourceCulture = value; - } - } - - /// - /// Looks up a localized string similar to '{0}' encountered an error and has been disabled.. - /// - internal static string _0_encountered_an_error_and_has_been_disabled { - get { - return ResourceManager.GetString("_0_encountered_an_error_and_has_been_disabled", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to {0} references. - /// - internal static string _0_references { - get { - return ResourceManager.GetString("_0_references", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to {0} - /// - ///Use the dropdown to view and navigate to other items in this file.. - /// - internal static string _0_Use_the_dropdown_to_view_and_navigate_to_other_items_in_this_file { - get { - return ResourceManager.GetString("_0_Use_the_dropdown_to_view_and_navigate_to_other_items_in_this_file", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' will be changed to abstract.. - /// - internal static string _0_will_be_changed_to_abstract { - get { - return ResourceManager.GetString("_0_will_be_changed_to_abstract", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' will be changed to non-static.. - /// - internal static string _0_will_be_changed_to_non_static { - get { - return ResourceManager.GetString("_0_will_be_changed_to_non_static", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' will be changed to public.. - /// - internal static string _0_will_be_changed_to_public { - get { - return ResourceManager.GetString("_0_will_be_changed_to_public", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 1 reference. - /// - internal static string _1_reference { - get { - return ResourceManager.GetString("_1_reference", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A new .editorconfig file was detected at the root of your solution. Would you like to make it a solution item?. - /// - internal static string A_new_editorconfig_file_was_detected_at_the_root_of_your_solution_Would_you_like_to_make_it_a_solution_item { - get { - return ResourceManager.GetString("A_new_editorconfig_file_was_detected_at_the_root_of_your_solution_Would_you_like_" + - "to_make_it_a_solution_item", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A new namespace will be created. - /// - internal static string A_new_namespace_will_be_created { - get { - return ResourceManager.GetString("A_new_namespace_will_be_created", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to _Access:. - /// - internal static string Access_colon { - get { - return ResourceManager.GetString("Access_colon", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Accessibilities (can match any). - /// - internal static string Accessibilities_can_match_any { - get { - return ResourceManager.GetString("Accessibilities_can_match_any", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Add a naming rule. - /// - internal static string Add_a_naming_rule { - get { - return ResourceManager.GetString("Add_a_naming_rule", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Add a reference to '{0}'. - /// - internal static string Add_a_reference_to_0 { - get { - return ResourceManager.GetString("Add_a_reference_to_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Add a symbol specification. - /// - internal static string Add_a_symbol_specification { - get { - return ResourceManager.GetString("Add_a_symbol_specification", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Add item. - /// - internal static string Add_item { - get { - return ResourceManager.GetString("Add_item", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Add to _current file. - /// - internal static string Add_to_current_file { - get { - return ResourceManager.GetString("Add_to_current_file", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Add to _existing file. - /// - internal static string Add_to_existing_file { - get { - return ResourceManager.GetString("Add_to_existing_file", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Additional changes are needed to complete the refactoring. Review changes below.. - /// - internal static string Additional_changes_are_needed_to_complete_the_refactoring_Review_changes_below { - get { - return ResourceManager.GetString("Additional_changes_are_needed_to_complete_the_refactoring_Review_changes_below", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Additional information:. - /// - internal static string Additional_information_colon { - get { - return ResourceManager.GetString("Additional_information_colon", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to all lower. - /// - internal static string all_lower { - get { - return ResourceManager.GetString("all_lower", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to All methods. - /// - internal static string All_methods { - get { - return ResourceManager.GetString("All_methods", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to ALL UPPER. - /// - internal static string ALL_UPPER { - get { - return ResourceManager.GetString("ALL_UPPER", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Allow:. - /// - internal static string Allow_colon { - get { - return ResourceManager.GetString("Allow_colon", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Always for clarity. - /// - internal static string Always_for_clarity { - get { - return ResourceManager.GetString("Always_for_clarity", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Analysis. - /// - internal static string Analysis { - get { - return ResourceManager.GetString("Analysis", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Analyzer assemblies '{0}' and '{1}' both have identity '{2}' but different contents. Only one will be loaded and analyzers using these assemblies may not run correctly.. - /// - internal static string Analyzer_assemblies_0_and_1_both_have_identity_2_but_different_contents_Only_one_will_be_loaded_and_analyzers_using_these_assemblies_may_not_run_correctly { - get { - return ResourceManager.GetString("Analyzer_assemblies_0_and_1_both_have_identity_2_but_different_contents_Only_one_" + - "will_be_loaded_and_analyzers_using_these_assemblies_may_not_run_correctly", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Analyzer assembly '{0}' depends on '{1}' but it was not found. Analyzers may not run correctly unless the missing assembly is added as an analyzer reference as well.. - /// - internal static string Analyzer_assembly_0_depends_on_1_but_it_was_not_found_Analyzers_may_not_run_correctly_unless_the_missing_assembly_is_added_as_an_analyzer_reference_as_well { - get { - return ResourceManager.GetString("Analyzer_assembly_0_depends_on_1_but_it_was_not_found_Analyzers_may_not_run_corre" + - "ctly_unless_the_missing_assembly_is_added_as_an_analyzer_reference_as_well", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Prefer auto properties. - /// - internal static string analyzer_Prefer_auto_properties { - get { - return ResourceManager.GetString("analyzer_Prefer_auto_properties", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Analyzer reference to '{0}' in project '{1}'. - /// - internal static string Analyzer_reference_to_0_in_project_1 { - get { - return ResourceManager.GetString("Analyzer_reference_to_0_in_project_1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to AnalyzerChangedOnDisk. - /// - internal static string AnalyzerChangedOnDisk { - get { - return ResourceManager.GetString("AnalyzerChangedOnDisk", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to AnalyzerDependencyConflict. - /// - internal static string AnalyzerDependencyConflict { - get { - return ResourceManager.GetString("AnalyzerDependencyConflict", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Analyzing '{0}'. - /// - internal static string Analyzing_0 { - get { - return ResourceManager.GetString("Analyzing_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Apply '{0}' keymapping scheme. - /// - internal static string Apply_0_keymapping_scheme { - get { - return ResourceManager.GetString("Apply_0_keymapping_scheme", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Applying remove suppressions fix.... - /// - internal static string Applying_remove_suppressions_fix { - get { - return ResourceManager.GetString("Applying_remove_suppressions_fix", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Applying suppressions fix.... - /// - internal static string Applying_suppressions_fix { - get { - return ResourceManager.GetString("Applying_suppressions_fix", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Assembly . - /// - internal static string Assembly { - get { - return ResourceManager.GetString("Assembly", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to at the end. - /// - internal static string at_the_end { - get { - return ResourceManager.GetString("at_the_end", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Avoid expression statements that implicitly ignore value. - /// - internal static string Avoid_expression_statements_that_implicitly_ignore_value { - get { - return ResourceManager.GetString("Avoid_expression_statements_that_implicitly_ignore_value", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Avoid unused parameters. - /// - internal static string Avoid_unused_parameters { - get { - return ResourceManager.GetString("Avoid_unused_parameters", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Avoid unused value assignments. - /// - internal static string Avoid_unused_value_assignments { - get { - return ResourceManager.GetString("Avoid_unused_value_assignments", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Back. - /// - internal static string Back { - get { - return ResourceManager.GetString("Back", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Background analysis scope:. - /// - internal static string Background_analysis_scope_colon { - get { - return ResourceManager.GetString("Background_analysis_scope_colon", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Base Types. - /// - internal static string Base_Types { - get { - return ResourceManager.GetString("Base_Types", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Block Structure Guides. - /// - internal static string Block_Structure_Guides { - get { - return ResourceManager.GetString("Block_Structure_Guides", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to [-] . - /// - internal static string bracket_bracket { - get { - return ResourceManager.GetString("bracket_bracket", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to [+] . - /// - internal static string bracket_plus_bracket { - get { - return ResourceManager.GetString("bracket_plus_bracket", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Build + live analysis (NuGet package). - /// - internal static string Build_plus_live_analysis_NuGet_package { - get { - return ResourceManager.GetString("Build_plus_live_analysis_NuGet_package", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to built-in types. - /// - internal static string built_in_types { - get { - return ResourceManager.GetString("built_in_types", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Calculating dependents.... - /// - internal static string Calculating_dependents { - get { - return ResourceManager.GetString("Calculating_dependents", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to camel Case Name. - /// - internal static string camel_Case_Name { - get { - return ResourceManager.GetString("camel_Case_Name", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Can't create a node id for this symbol kind: '{0}'. - /// - internal static string Can_t_create_a_node_id_for_this_symbol_kind_colon_0 { - get { - return ResourceManager.GetString("Can_t_create_a_node_id_for_this_symbol_kind_colon_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Can't find where to insert member. - /// - internal static string Can_t_find_where_to_insert_member { - get { - return ResourceManager.GetString("Can_t_find_where_to_insert_member", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Can't rename 'other' elements. - /// - internal static string Can_t_rename_other_elements { - get { - return ResourceManager.GetString("Can_t_rename_other_elements", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cancel. - /// - internal static string Cancel { - get { - return ResourceManager.GetString("Cancel", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Capitalization:. - /// - internal static string Capitalization_colon { - get { - return ResourceManager.GetString("Capitalization_colon", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Change Signature. - /// - internal static string Change_Signature { - get { - return ResourceManager.GetString("Change_Signature", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Choose a Symbol Specification and a Naming Style.. - /// - internal static string Choose_a_Symbol_Specification_and_a_Naming_Style { - get { - return ResourceManager.GetString("Choose_a_Symbol_Specification_and_a_Naming_Style", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Classifications. - /// - internal static string Classifications { - get { - return ResourceManager.GetString("Classifications", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Close. - /// - internal static string Close { - get { - return ResourceManager.GetString("Close", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Code analysis completed for '{0}'.. - /// - internal static string Code_analysis_completed_for_0 { - get { - return ResourceManager.GetString("Code_analysis_completed_for_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Code analysis completed for Solution.. - /// - internal static string Code_analysis_completed_for_Solution { - get { - return ResourceManager.GetString("Code_analysis_completed_for_Solution", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Code block preferences:. - /// - internal static string Code_block_preferences_colon { - get { - return ResourceManager.GetString("Code_block_preferences_colon", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Your .editorconfig file might override the local settings configured on this page which only apply to your machine. To configure these settings to travel with your solution use EditorConfig files. More info. - /// - internal static string Code_style_header_use_editor_config { - get { - return ResourceManager.GetString("Code_style_header_use_editor_config", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to prefer auto properties. - /// - internal static string codegen_prefer_auto_properties { - get { - return ResourceManager.GetString("codegen_prefer_auto_properties", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Collapse #regions when collapsing to definitions. - /// - internal static string Collapse_regions_when_collapsing_to_definitions { - get { - return ResourceManager.GetString("Collapse_regions_when_collapsing_to_definitions", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Colorize regular expressions. - /// - internal static string Colorize_regular_expressions { - get { - return ResourceManager.GetString("Colorize_regular_expressions", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Computing remove suppressions fix.... - /// - internal static string Computing_remove_suppressions_fix { - get { - return ResourceManager.GetString("Computing_remove_suppressions_fix", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Computing suppressions fix.... - /// - internal static string Computing_suppressions_fix { - get { - return ResourceManager.GetString("Computing_suppressions_fix", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Containing Member. - /// - internal static string Containing_member { - get { - return ResourceManager.GetString("Containing_member", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Containing Type. - /// - internal static string Containing_type { - get { - return ResourceManager.GetString("Containing_type", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Copy to Clipboard. - /// - internal static string Copy_to_Clipboard { - get { - return ResourceManager.GetString("Copy_to_Clipboard", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Could not find location of folder on disk. - /// - internal static string Could_not_find_location_of_folder_on_disk { - get { - return ResourceManager.GetString("Could_not_find_location_of_folder_on_disk", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Could not find project '{0}'. - /// - internal static string Could_not_find_project_0 { - get { - return ResourceManager.GetString("Could_not_find_project_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to _Create new file. - /// - internal static string Create_new_file { - get { - return ResourceManager.GetString("Create_new_file", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to C#/VB Build Table Data Source. - /// - internal static string CSharp_VB_Build_Table_Data_Source { - get { - return ResourceManager.GetString("CSharp_VB_Build_Table_Data_Source", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to C#/VB Diagnostics Table Data Source. - /// - internal static string CSharp_VB_Diagnostics_Table_Data_Source { - get { - return ResourceManager.GetString("CSharp_VB_Diagnostics_Table_Data_Source", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to C#/VB Todo List Table Data Source. - /// - internal static string CSharp_VB_Todo_List_Table_Data_Source { - get { - return ResourceManager.GetString("CSharp_VB_Todo_List_Table_Data_Source", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to C#/Visual Basic Language Server Client. - /// - internal static string CSharp_Visual_Basic_Language_Server_Client { - get { - return ResourceManager.GetString("CSharp_Visual_Basic_Language_Server_Client", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Current block. - /// - internal static string Current_block { - get { - return ResourceManager.GetString("Current_block", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Current document. - /// - internal static string Current_document { - get { - return ResourceManager.GetString("Current_document", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Debugger. - /// - internal static string Debugger { - get { - return ResourceManager.GetString("Debugger", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to IMPORTANT: Visual Studio includes decompiling functionality (“Decompiler”) that enables reproducing source code from binary code. By accessing and using the Decompiler, you agree to the Visual Studio license terms and the terms for the Decompiler below. If you do not agree with these combined terms, do not access or use the Decompiler. - /// - ///You acknowledge that binary code and source code might be protected by copyright and trademark laws. Before using the Decompiler on any binary code, you need to first: [rest of string was truncated]";. - /// - internal static string Decompiler_Legal_Notice_Message { - get { - return ResourceManager.GetString("Decompiler_Legal_Notice_Message", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Decompiler Legal Notice. - /// - internal static string Decompiler_Legal_Notice_Title { - get { - return ResourceManager.GetString("Decompiler_Legal_Notice_Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Default. - /// - internal static string Default_ { - get { - return ResourceManager.GetString("Default_", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Description. - /// - internal static string Description { - get { - return ResourceManager.GetString("Description", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to _Deselect All. - /// - internal static string Deselect_All { - get { - return ResourceManager.GetString("Deselect_All", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Determining autos.... - /// - internal static string Determining_autos { - get { - return ResourceManager.GetString("Determining_autos", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Determining breakpoint location.... - /// - internal static string Determining_breakpoint_location { - get { - return ResourceManager.GetString("Determining_breakpoint_location", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Determining current block.. - /// - internal static string Determining_current_block { - get { - return ResourceManager.GetString("Determining_current_block", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to DocumentPath is illegal. - /// - internal static string DocumentPath_is_illegal { - get { - return ResourceManager.GetString("DocumentPath_is_illegal", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Edit item. - /// - internal static string Edit_item { - get { - return ResourceManager.GetString("Edit_item", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Element is not valid.. - /// - internal static string Element_is_not_valid { - get { - return ResourceManager.GetString("Element_is_not_valid", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Enable. - /// - internal static string Enable { - get { - return ResourceManager.GetString("Enable", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Enable and ignore future errors. - /// - internal static string Enable_and_ignore_future_errors { - get { - return ResourceManager.GetString("Enable_and_ignore_future_errors", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Enable navigation to decompiled sources (experimental). - /// - internal static string Enable_navigation_to_decompiled_sources { - get { - return ResourceManager.GetString("Enable_navigation_to_decompiled_sources", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to --- End of inner exception stack trace ---. - /// - internal static string End_of_inner_exception_stack { - get { - return ResourceManager.GetString("End_of_inner_exception_stack", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to End position must be >= start position. - /// - internal static string End_position_must_be_start_position { - get { - return ResourceManager.GetString("End_position_must_be_start_position", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Enter a title for this Naming Rule.. - /// - internal static string Enter_a_title_for_this_Naming_Rule { - get { - return ResourceManager.GetString("Enter_a_title_for_this_Naming_Rule", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Enter a title for this Naming Style.. - /// - internal static string Enter_a_title_for_this_Naming_Style { - get { - return ResourceManager.GetString("Enter_a_title_for_this_Naming_Style", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Enter a title for this Symbol Specification.. - /// - internal static string Enter_a_title_for_this_Symbol_Specification { - get { - return ResourceManager.GetString("Enter_a_title_for_this_Symbol_Specification", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Entire solution. - /// - internal static string Entire_solution { - get { - return ResourceManager.GetString("Entire_solution", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Error encountered while loading the project. Some project features, such as full solution analysis for the failed project and projects that depend on it, have been disabled.. - /// - internal static string Error_encountered_while_loading_the_project_Some_project_features_such_as_full_solution_analysis_for_the_failed_project_and_projects_that_depend_on_it_have_been_disabled { - get { - return ResourceManager.GetString("Error_encountered_while_loading_the_project_Some_project_features_such_as_full_so" + - "lution_analysis_for_the_failed_project_and_projects_that_depend_on_it_have_been_" + - "disabled", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Error reading ruleset file {0} - {1}. - /// - internal static string Error_reading_ruleset_file_0_1 { - get { - return ResourceManager.GetString("Error_reading_ruleset_file_0_1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to ErrorReadingRuleset. - /// - internal static string ErrorReadingRuleset { - get { - return ResourceManager.GetString("ErrorReadingRuleset", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Evaluating ({0} tasks in queue). - /// - internal static string Evaluating_0_tasks_in_queue { - get { - return ResourceManager.GetString("Evaluating_0_tasks_in_queue", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Event type is invalid. - /// - internal static string Event_type_is_invalid { - get { - return ResourceManager.GetString("Event_type_is_invalid", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to everywhere else. - /// - internal static string everywhere_else { - get { - return ResourceManager.GetString("everywhere_else", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to example. - /// - internal static string example { - get { - return ResourceManager.GetString("example", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Exceptions:. - /// - internal static string Exceptions_colon { - get { - return ResourceManager.GetString("Exceptions_colon", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Expression preferences:. - /// - internal static string Expression_preferences_colon { - get { - return ResourceManager.GetString("Expression_preferences_colon", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to External reference found. - /// - internal static string External_reference_found { - get { - return ResourceManager.GetString("External_reference_found", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Extract Interface. - /// - internal static string Extract_Interface { - get { - return ResourceManager.GetString("Extract_Interface", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Fade out unreachable code. - /// - internal static string Fade_out_unreachable_code { - get { - return ResourceManager.GetString("Fade_out_unreachable_code", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Fading. - /// - internal static string Fading { - get { - return ResourceManager.GetString("Fading", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Failed to create document in miscellaneous files project.. - /// - internal static string Failed_to_create_document_in_miscellaneous_files_project { - get { - return ResourceManager.GetString("Failed_to_create_document_in_miscellaneous_files_project", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to File already exists. - /// - internal static string File_already_exists { - get { - return ResourceManager.GetString("File_already_exists", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to File Name:. - /// - internal static string File_Name_colon { - get { - return ResourceManager.GetString("File_Name_colon", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to File name must have the "{0}" extension.. - /// - internal static string File_name_must_have_the_0_extension { - get { - return ResourceManager.GetString("File_name_must_have_the_0_extension", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to File path cannot use reserved keywords. - /// - internal static string File_path_cannot_use_reserved_keywords { - get { - return ResourceManager.GetString("File_path_cannot_use_reserved_keywords", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Finish. - /// - internal static string Finish { - get { - return ResourceManager.GetString("Finish", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to First word upper. - /// - internal static string First_word_upper { - get { - return ResourceManager.GetString("First_word_upper", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to For a given symbol, only the topmost rule with a matching 'Specification' will be applied. Violation of that rule's 'Required Style' will be reported at the chosen 'Severity' level.. - /// - internal static string For_a_given_symbol_only_the_topmost_rule_with_a_matching_Specification_will_be_applied_Violation_of_that_rules_Required_Style_will_be_reported_at_the_chosen_Severity_level { - get { - return ResourceManager.GetString("For_a_given_symbol_only_the_topmost_rule_with_a_matching_Specification_will_be_ap" + - "plied_Violation_of_that_rules_Required_Style_will_be_reported_at_the_chosen_Seve" + - "rity_level", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to For locals, parameters and members. - /// - internal static string For_locals_parameters_and_members { - get { - return ResourceManager.GetString("For_locals_parameters_and_members", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to For member access expressions. - /// - internal static string For_member_access_expressions { - get { - return ResourceManager.GetString("For_member_access_expressions", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Generate .editorconfig file from settings. - /// - internal static string Generate_dot_editorconfig_file_from_settings { - get { - return ResourceManager.GetString("Generate_dot_editorconfig_file_from_settings", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Generate Type. - /// - internal static string Generate_Type { - get { - return ResourceManager.GetString("Generate_Type", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Generated name:. - /// - internal static string Generated_name_colon { - get { - return ResourceManager.GetString("Generated_name_colon", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Get help for '{0}'. - /// - internal static string Get_help_for_0 { - get { - return ResourceManager.GetString("Get_help_for_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Get help for '{0}' from Bing. - /// - internal static string Get_help_for_0_from_Bing { - get { - return ResourceManager.GetString("Get_help_for_0_from_Bing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Getting DataTip text.... - /// - internal static string Getting_DataTip_text { - get { - return ResourceManager.GetString("Getting_DataTip_text", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to given workspace doesn't support undo. - /// - internal static string given_workspace_doesn_t_support_undo { - get { - return ResourceManager.GetString("given_workspace_doesn_t_support_undo", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Highlight related components under cursor. - /// - internal static string Highlight_related_components_under_cursor { - get { - return ResourceManager.GetString("Highlight_related_components_under_cursor", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to identifier. - /// - internal static string identifier { - get { - return ResourceManager.GetString("identifier", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to IDs are not supported for this symbol type.. - /// - internal static string IDs_are_not_supported_for_this_symbol_type { - get { - return ResourceManager.GetString("IDs_are_not_supported_for_this_symbol_type", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Illegal characters in path.. - /// - internal static string Illegal_characters_in_path { - get { - return ResourceManager.GetString("Illegal_characters_in_path", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Implement Interface or Abstract Class. - /// - internal static string Implement_Interface_or_Abstract_Class { - get { - return ResourceManager.GetString("Implement_Interface_or_Abstract_Class", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Implemented By. - /// - internal static string Implemented_By { - get { - return ResourceManager.GetString("Implemented_By", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Implements. - /// - internal static string Implements_ { - get { - return ResourceManager.GetString("Implements_", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to In other operators. - /// - internal static string In_other_operators { - get { - return ResourceManager.GetString("In_other_operators", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Inherited By. - /// - internal static string Inherited_By { - get { - return ResourceManager.GetString("Inherited_By", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Inherits. - /// - internal static string Inherits_ { - get { - return ResourceManager.GetString("Inherits_", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Install '{0}'. - /// - internal static string Install_0 { - get { - return ResourceManager.GetString("Install_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Install Microsoft-recommended Roslyn analyzers, which provide additional diagnostics and fixes for common API design, security, performance, and reliability issues. - /// - internal static string Install_Microsoft_recommended_Roslyn_analyzers_which_provide_additional_diagnostics_and_fixes_for_common_API_design_security_performance_and_reliability_issues { - get { - return ResourceManager.GetString("Install_Microsoft_recommended_Roslyn_analyzers_which_provide_additional_diagnosti" + - "cs_and_fixes_for_common_API_design_security_performance_and_reliability_issues", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Installing '{0}'. - /// - internal static string Installing_0 { - get { - return ResourceManager.GetString("Installing_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Installing '{0}' completed. - /// - internal static string Installing_0_completed { - get { - return ResourceManager.GetString("Installing_0_completed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Installing '{0}' failed. - /// - ///Additional information: {1}. - /// - internal static string Installing_0_failed_Additional_information_colon_1 { - get { - return ResourceManager.GetString("Installing_0_failed_Additional_information_colon_1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to IntelliSense. - /// - internal static string IntelliSense { - get { - return ResourceManager.GetString("IntelliSense", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Interface cannot have field.. - /// - internal static string Interface_cannot_have_field { - get { - return ResourceManager.GetString("Interface_cannot_have_field", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Interface name conflicts with an existing type name.. - /// - internal static string Interface_name_conflicts_with_an_existing_type_name { - get { - return ResourceManager.GetString("Interface_name_conflicts_with_an_existing_type_name", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Interface name is not a valid {0} identifier.. - /// - internal static string Interface_name_is_not_a_valid_0_identifier { - get { - return ResourceManager.GetString("Interface_name_is_not_a_valid_0_identifier", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Invalid access.. - /// - internal static string Invalid_access { - get { - return ResourceManager.GetString("Invalid_access", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Keep all parentheses in:. - /// - internal static string Keep_all_parentheses_in_colon { - get { - return ResourceManager.GetString("Keep_all_parentheses_in_colon", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Kind. - /// - internal static string Kind { - get { - return ResourceManager.GetString("Kind", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to _Kind:. - /// - internal static string Kind_colon { - get { - return ResourceManager.GetString("Kind_colon", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Learn more. - /// - internal static string Learn_more { - get { - return ResourceManager.GetString("Learn_more", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Live analysis (VSIX extension). - /// - internal static string Live_analysis_VSIX_extension { - get { - return ResourceManager.GetString("Live_analysis_VSIX_extension", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Live Share C#/Visual Basic Language Server Client. - /// - internal static string Live_Share_CSharp_Visual_Basic_Language_Server_Client { - get { - return ResourceManager.GetString("Live_Share_CSharp_Visual_Basic_Language_Server_Client", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Location:. - /// - internal static string Location_colon { - get { - return ResourceManager.GetString("Location_colon", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Make '{0}' abstract. - /// - internal static string Make_0_abstract { - get { - return ResourceManager.GetString("Make_0_abstract", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Make abstract. - /// - internal static string Make_abstract { - get { - return ResourceManager.GetString("Make_abstract", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Manage naming styles. - /// - internal static string Manage_naming_styles { - get { - return ResourceManager.GetString("Manage_naming_styles", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Manage specifications. - /// - internal static string Manage_specifications { - get { - return ResourceManager.GetString("Manage_specifications", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Maximum number of documents are open.. - /// - internal static string Maximum_number_of_documents_are_open { - get { - return ResourceManager.GetString("Maximum_number_of_documents_are_open", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Member of {0}. - /// - internal static string Member_of_0 { - get { - return ResourceManager.GetString("Member_of_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Members. - /// - internal static string Members { - get { - return ResourceManager.GetString("Members", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Miscellaneous Files. - /// - internal static string Miscellaneous_Files { - get { - return ResourceManager.GetString("Miscellaneous_Files", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to MissingAnalyzerReference. - /// - internal static string MissingAnalyzerReference { - get { - return ResourceManager.GetString("MissingAnalyzerReference", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Modifier. - /// - internal static string Modifier { - get { - return ResourceManager.GetString("Modifier", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Modifier preferences:. - /// - internal static string Modifier_preferences_colon { - get { - return ResourceManager.GetString("Modifier_preferences_colon", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Modifiers (must match all). - /// - internal static string Modifiers_must_match_all { - get { - return ResourceManager.GetString("Modifiers_must_match_all", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Module has been unloaded.. - /// - internal static string ModuleHasBeenUnloaded { - get { - return ResourceManager.GetString("ModuleHasBeenUnloaded", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to More about {0}. - /// - internal static string More_about_0 { - get { - return ResourceManager.GetString("More_about_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Move {0} above {1}. - /// - internal static string Move_0_above_1 { - get { - return ResourceManager.GetString("Move_0_above_1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Move {0} below {1}. - /// - internal static string Move_0_below_1 { - get { - return ResourceManager.GetString("Move_0_below_1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Move down. - /// - internal static string Move_down { - get { - return ResourceManager.GetString("Move_down", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Move to Namespace. - /// - internal static string Move_to_namespace { - get { - return ResourceManager.GetString("Move_to_namespace", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Move up. - /// - internal static string Move_up { - get { - return ResourceManager.GetString("Move_up", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Name:. - /// - internal static string Name_colon1 { - get { - return ResourceManager.GetString("Name_colon1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Name:. - /// - internal static string Name_colon2 { - get { - return ResourceManager.GetString("Name_colon2", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Namespace. - /// - internal static string Namespace { - get { - return ResourceManager.GetString("Namespace", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Namespace: '{0}'. - /// - internal static string Namespace_0 { - get { - return ResourceManager.GetString("Namespace_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Naming Rule. - /// - internal static string Naming_Rule { - get { - return ResourceManager.GetString("Naming_Rule", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Naming rules. - /// - internal static string Naming_rules { - get { - return ResourceManager.GetString("Naming_rules", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Naming Rules allow you to define how particular sets of symbols should be named and how incorrectly-named symbols should be handled.. - /// - internal static string Naming_Rules_allow_you_to_define_how_particular_sets_of_symbols_should_be_named_and_how_incorrectly_named_symbols_should_be_handled { - get { - return ResourceManager.GetString("Naming_Rules_allow_you_to_define_how_particular_sets_of_symbols_should_be_named_a" + - "nd_how_incorrectly_named_symbols_should_be_handled", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Naming Style. - /// - internal static string Naming_Style { - get { - return ResourceManager.GetString("Naming_Style", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Naming Style:. - /// - internal static string Naming_Style_colon { - get { - return ResourceManager.GetString("Naming_Style_colon", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Naming Style Title:. - /// - internal static string Naming_Style_Title_colon { - get { - return ResourceManager.GetString("Naming_Style_Title_colon", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to class. - /// - internal static string NamingSpecification_CSharp_Class { - get { - return ResourceManager.GetString("NamingSpecification_CSharp_Class", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to delegate. - /// - internal static string NamingSpecification_CSharp_Delegate { - get { - return ResourceManager.GetString("NamingSpecification_CSharp_Delegate", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to enum. - /// - internal static string NamingSpecification_CSharp_Enum { - get { - return ResourceManager.GetString("NamingSpecification_CSharp_Enum", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to event. - /// - internal static string NamingSpecification_CSharp_Event { - get { - return ResourceManager.GetString("NamingSpecification_CSharp_Event", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to field. - /// - internal static string NamingSpecification_CSharp_Field { - get { - return ResourceManager.GetString("NamingSpecification_CSharp_Field", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to interface. - /// - internal static string NamingSpecification_CSharp_Interface { - get { - return ResourceManager.GetString("NamingSpecification_CSharp_Interface", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to local. - /// - internal static string NamingSpecification_CSharp_Local { - get { - return ResourceManager.GetString("NamingSpecification_CSharp_Local", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to local function. - /// - internal static string NamingSpecification_CSharp_LocalFunction { - get { - return ResourceManager.GetString("NamingSpecification_CSharp_LocalFunction", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to method. - /// - internal static string NamingSpecification_CSharp_Method { - get { - return ResourceManager.GetString("NamingSpecification_CSharp_Method", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to namespace. - /// - internal static string NamingSpecification_CSharp_Namespace { - get { - return ResourceManager.GetString("NamingSpecification_CSharp_Namespace", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to parameter. - /// - internal static string NamingSpecification_CSharp_Parameter { - get { - return ResourceManager.GetString("NamingSpecification_CSharp_Parameter", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to property. - /// - internal static string NamingSpecification_CSharp_Property { - get { - return ResourceManager.GetString("NamingSpecification_CSharp_Property", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to struct. - /// - internal static string NamingSpecification_CSharp_Struct { - get { - return ResourceManager.GetString("NamingSpecification_CSharp_Struct", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to type parameter. - /// - internal static string NamingSpecification_CSharp_TypeParameter { - get { - return ResourceManager.GetString("NamingSpecification_CSharp_TypeParameter", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Class. - /// - internal static string NamingSpecification_VisualBasic_Class { - get { - return ResourceManager.GetString("NamingSpecification_VisualBasic_Class", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Delegate. - /// - internal static string NamingSpecification_VisualBasic_Delegate { - get { - return ResourceManager.GetString("NamingSpecification_VisualBasic_Delegate", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Enum. - /// - internal static string NamingSpecification_VisualBasic_Enum { - get { - return ResourceManager.GetString("NamingSpecification_VisualBasic_Enum", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Event. - /// - internal static string NamingSpecification_VisualBasic_Event { - get { - return ResourceManager.GetString("NamingSpecification_VisualBasic_Event", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Field. - /// - internal static string NamingSpecification_VisualBasic_Field { - get { - return ResourceManager.GetString("NamingSpecification_VisualBasic_Field", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Interface. - /// - internal static string NamingSpecification_VisualBasic_Interface { - get { - return ResourceManager.GetString("NamingSpecification_VisualBasic_Interface", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Local. - /// - internal static string NamingSpecification_VisualBasic_Local { - get { - return ResourceManager.GetString("NamingSpecification_VisualBasic_Local", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Method. - /// - internal static string NamingSpecification_VisualBasic_Method { - get { - return ResourceManager.GetString("NamingSpecification_VisualBasic_Method", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Module. - /// - internal static string NamingSpecification_VisualBasic_Module { - get { - return ResourceManager.GetString("NamingSpecification_VisualBasic_Module", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Namespace. - /// - internal static string NamingSpecification_VisualBasic_Namespace { - get { - return ResourceManager.GetString("NamingSpecification_VisualBasic_Namespace", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Parameter. - /// - internal static string NamingSpecification_VisualBasic_Parameter { - get { - return ResourceManager.GetString("NamingSpecification_VisualBasic_Parameter", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Property. - /// - internal static string NamingSpecification_VisualBasic_Property { - get { - return ResourceManager.GetString("NamingSpecification_VisualBasic_Property", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Structure. - /// - internal static string NamingSpecification_VisualBasic_Structure { - get { - return ResourceManager.GetString("NamingSpecification_VisualBasic_Structure", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Type Parameter. - /// - internal static string NamingSpecification_VisualBasic_TypeParameter { - get { - return ResourceManager.GetString("NamingSpecification_VisualBasic_TypeParameter", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Navigation must be performed on the foreground thread.. - /// - internal static string Navigation_must_be_performed_on_the_foreground_thread { - get { - return ResourceManager.GetString("Navigation_must_be_performed_on_the_foreground_thread", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Never if unnecessary. - /// - internal static string Never_if_unnecessary { - get { - return ResourceManager.GetString("Never_if_unnecessary", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Never show this again. - /// - internal static string Never_show_this_again { - get { - return ResourceManager.GetString("Never_show_this_again", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to New _file name:. - /// - internal static string New_file_name_colon { - get { - return ResourceManager.GetString("New_file_name_colon", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to New _interface name:. - /// - internal static string New_interface_name_colon { - get { - return ResourceManager.GetString("New_interface_name_colon", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to No. - /// - internal static string No { - get { - return ResourceManager.GetString("No", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to No Changes. - /// - internal static string No_Changes { - get { - return ResourceManager.GetString("No_Changes", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to No references found to '{0}'. - /// - internal static string No_references_found_to_0 { - get { - return ResourceManager.GetString("No_references_found_to_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Non-public methods. - /// - internal static string Non_public_methods { - get { - return ResourceManager.GetString("Non_public_methods", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Not a valid value. - /// - internal static string Not_a_valid_value { - get { - return ResourceManager.GetString("Not_a_valid_value", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to OK. - /// - internal static string OK { - get { - return ResourceManager.GetString("OK", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Open documents. - /// - internal static string Open_documents { - get { - return ResourceManager.GetString("Open_documents", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Options. - /// - internal static string Options { - get { - return ResourceManager.GetString("Options", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to or. - /// - internal static string or { - get { - return ResourceManager.GetString("or", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Outlining. - /// - internal static string Outlining { - get { - return ResourceManager.GetString("Outlining", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Over:. - /// - internal static string Over_colon { - get { - return ResourceManager.GetString("Over_colon", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Overridden By. - /// - internal static string Overridden_By { - get { - return ResourceManager.GetString("Overridden_By", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Overrides. - /// - internal static string Overrides_ { - get { - return ResourceManager.GetString("Overrides_", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Package install failed: {0}. - /// - internal static string Package_install_failed_colon_0 { - get { - return ResourceManager.GetString("Package_install_failed_colon_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Package uninstall failed: {0}. - /// - internal static string Package_uninstall_failed_colon_0 { - get { - return ResourceManager.GetString("Package_uninstall_failed_colon_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Parameter. - /// - internal static string Parameter { - get { - return ResourceManager.GetString("Parameter", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Parameter preferences:. - /// - internal static string Parameter_preferences_colon { - get { - return ResourceManager.GetString("Parameter_preferences_colon", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Parameters:. - /// - internal static string Parameters_colon1 { - get { - return ResourceManager.GetString("Parameters_colon1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Parameters:. - /// - internal static string Parameters_colon2 { - get { - return ResourceManager.GetString("Parameters_colon2", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Parent Rule:. - /// - internal static string Parent_Rule_colon { - get { - return ResourceManager.GetString("Parent_Rule_colon", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Parentheses preferences:. - /// - internal static string Parentheses_preferences_colon { - get { - return ResourceManager.GetString("Parentheses_preferences_colon", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Pascal Case Name. - /// - internal static string Pascal_Case_Name { - get { - return ResourceManager.GetString("Pascal_Case_Name", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Path cannot have empty filename. - /// - internal static string Path_cannot_have_empty_filename { - get { - return ResourceManager.GetString("Path_cannot_have_empty_filename", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Paused ({0} tasks in queue). - /// - internal static string Paused_0_tasks_in_queue { - get { - return ResourceManager.GetString("Paused_0_tasks_in_queue", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Pick members. - /// - internal static string Pick_members { - get { - return ResourceManager.GetString("Pick_members", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Prefer braces. - /// - internal static string Prefer_braces { - get { - return ResourceManager.GetString("Prefer_braces", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Prefer coalesce expression. - /// - internal static string Prefer_coalesce_expression { - get { - return ResourceManager.GetString("Prefer_coalesce_expression", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Prefer collection initializer. - /// - internal static string Prefer_collection_initializer { - get { - return ResourceManager.GetString("Prefer_collection_initializer", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Prefer:. - /// - internal static string Prefer_colon { - get { - return ResourceManager.GetString("Prefer_colon", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Prefer compound assignments. - /// - internal static string Prefer_compound_assignments { - get { - return ResourceManager.GetString("Prefer_compound_assignments", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Prefer conditional expression over 'if' with assignments. - /// - internal static string Prefer_conditional_expression_over_if_with_assignments { - get { - return ResourceManager.GetString("Prefer_conditional_expression_over_if_with_assignments", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Prefer conditional expression over 'if' with returns. - /// - internal static string Prefer_conditional_expression_over_if_with_returns { - get { - return ResourceManager.GetString("Prefer_conditional_expression_over_if_with_returns", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Prefer deconstructed variable declaration. - /// - internal static string Prefer_deconstructed_variable_declaration { - get { - return ResourceManager.GetString("Prefer_deconstructed_variable_declaration", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Prefer explicit tuple name. - /// - internal static string Prefer_explicit_tuple_name { - get { - return ResourceManager.GetString("Prefer_explicit_tuple_name", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Prefer framework type. - /// - internal static string Prefer_framework_type { - get { - return ResourceManager.GetString("Prefer_framework_type", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Prefer index operator. - /// - internal static string Prefer_index_operator { - get { - return ResourceManager.GetString("Prefer_index_operator", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Prefer inferred anonymous type member names. - /// - internal static string Prefer_inferred_anonymous_type_member_names { - get { - return ResourceManager.GetString("Prefer_inferred_anonymous_type_member_names", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Prefer inferred tuple element names. - /// - internal static string Prefer_inferred_tuple_names { - get { - return ResourceManager.GetString("Prefer_inferred_tuple_names", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Prefer inlined variable declaration. - /// - internal static string Prefer_inlined_variable_declaration { - get { - return ResourceManager.GetString("Prefer_inlined_variable_declaration", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Prefer local function over anonymous function. - /// - internal static string Prefer_local_function_over_anonymous_function { - get { - return ResourceManager.GetString("Prefer_local_function_over_anonymous_function", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Prefer null propagation. - /// - internal static string Prefer_null_propagation { - get { - return ResourceManager.GetString("Prefer_null_propagation", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Prefer object initializer. - /// - internal static string Prefer_object_initializer { - get { - return ResourceManager.GetString("Prefer_object_initializer", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Prefer predefined type. - /// - internal static string Prefer_predefined_type { - get { - return ResourceManager.GetString("Prefer_predefined_type", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Prefer range operator. - /// - internal static string Prefer_range_operator { - get { - return ResourceManager.GetString("Prefer_range_operator", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Prefer readonly fields. - /// - internal static string Prefer_readonly_fields { - get { - return ResourceManager.GetString("Prefer_readonly_fields", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Prefer simple 'default' expression. - /// - internal static string Prefer_simple_default_expression { - get { - return ResourceManager.GetString("Prefer_simple_default_expression", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Prefer simple 'using' statement. - /// - internal static string Prefer_simple_using_statement { - get { - return ResourceManager.GetString("Prefer_simple_using_statement", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Prefer static local functions. - /// - internal static string Prefer_static_local_functions { - get { - return ResourceManager.GetString("Prefer_static_local_functions", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Prefer 'System.HashCode' in 'GetHashCode'. - /// - internal static string Prefer_System_HashCode_in_GetHashCode { - get { - return ResourceManager.GetString("Prefer_System_HashCode_in_GetHashCode", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to prefer throwing properties. - /// - internal static string prefer_throwing_properties { - get { - return ResourceManager.GetString("prefer_throwing_properties", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Preference. - /// - internal static string Preference { - get { - return ResourceManager.GetString("Preference", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Preview method signature:. - /// - internal static string Preview_method_signature_colon { - get { - return ResourceManager.GetString("Preview_method_signature_colon", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Preview pane. - /// - internal static string Preview_pane { - get { - return ResourceManager.GetString("Preview_pane", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Preview reference changes. - /// - internal static string Preview_reference_changes { - get { - return ResourceManager.GetString("Preview_reference_changes", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Preview unavailable. - /// - internal static string Preview_unavailable { - get { - return ResourceManager.GetString("Preview_unavailable", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Project . - /// - internal static string Project { - get { - return ResourceManager.GetString("Project", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to _Project:. - /// - internal static string Project_colon { - get { - return ResourceManager.GetString("Project_colon", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Project: {0} ({1}) - /// - ///Use the dropdown to view and switch to other projects this file may belong to.. - /// - internal static string Project_colon_0_1_Use_the_dropdown_to_view_and_switch_to_other_projects_this_file_may_belong_to { - get { - return ResourceManager.GetString("Project_colon_0_1_Use_the_dropdown_to_view_and_switch_to_other_projects_this_file" + - "_may_belong_to", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Project: {0} - /// - ///Use the dropdown to view and switch to other projects this file may belong to.. - /// - internal static string Project_colon_0_Use_the_dropdown_to_view_and_switch_to_other_projects_this_file_may_belong_to { - get { - return ResourceManager.GetString("Project_colon_0_Use_the_dropdown_to_view_and_switch_to_other_projects_this_file_m" + - "ay_belong_to", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Project loading failed.. - /// - internal static string Project_loading_failed { - get { - return ResourceManager.GetString("Project_loading_failed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Project Path is illegal. - /// - internal static string Project_Path_is_illegal { - get { - return ResourceManager.GetString("Project_Path_is_illegal", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Project reference to '{0}' in project '{1}'. - /// - internal static string Project_reference_to_0_in_project_1 { - get { - return ResourceManager.GetString("Project_reference_to_0_in_project_1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Project References. - /// - internal static string Project_References { - get { - return ResourceManager.GetString("Project_References", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Pull Members Up. - /// - internal static string Pull_Members_Up { - get { - return ResourceManager.GetString("Pull_Members_Up", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Re-enable. - /// - internal static string Re_enable { - get { - return ResourceManager.GetString("Re_enable", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Re_move. - /// - internal static string Re_move { - get { - return ResourceManager.GetString("Re_move", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Reference to '{0}' in project '{1}'. - /// - internal static string Reference_to_0_in_project_1 { - get { - return ResourceManager.GetString("Reference_to_0_in_project_1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Regular Expressions. - /// - internal static string Regular_Expressions { - get { - return ResourceManager.GetString("Regular_Expressions", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Remarks:. - /// - internal static string Remarks_colon { - get { - return ResourceManager.GetString("Remarks_colon", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Remove. - /// - internal static string Remove { - get { - return ResourceManager.GetString("Remove", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Remove {0}. - /// - internal static string Remove_0 { - get { - return ResourceManager.GetString("Remove_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Remove item. - /// - internal static string Remove_item { - get { - return ResourceManager.GetString("Remove_item", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Remove naming rule. - /// - internal static string Remove_naming_rule { - get { - return ResourceManager.GetString("Remove_naming_rule", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Remove suppressions. - /// - internal static string Remove_suppressions { - get { - return ResourceManager.GetString("Remove_suppressions", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Remove symbol specification. - /// - internal static string Remove_symbol_specification { - get { - return ResourceManager.GetString("Remove_symbol_specification", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Rename {0} to {1}. - /// - internal static string Rename_0_to_1 { - get { - return ResourceManager.GetString("Rename_0_to_1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Reorder. - /// - internal static string Reorder { - get { - return ResourceManager.GetString("Reorder", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Report invalid regular expressions. - /// - internal static string Report_invalid_regular_expressions { - get { - return ResourceManager.GetString("Report_invalid_regular_expressions", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Required Prefix:. - /// - internal static string Required_Prefix_colon { - get { - return ResourceManager.GetString("Required_Prefix_colon", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Required Style. - /// - internal static string Required_Style { - get { - return ResourceManager.GetString("Required_Style", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Required Suffix:. - /// - internal static string Required_Suffix_colon { - get { - return ResourceManager.GetString("Required_Suffix_colon", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Requires 'System.HashCode' be present in project. - /// - internal static string Requires_System_HashCode_be_present_in_project { - get { - return ResourceManager.GetString("Requires_System_HashCode_be_present_in_project", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Reset Visual Studio default keymapping. - /// - internal static string Reset_Visual_Studio_default_keymapping { - get { - return ResourceManager.GetString("Reset_Visual_Studio_default_keymapping", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Resolving breakpoint location.... - /// - internal static string Resolving_breakpoint_location { - get { - return ResourceManager.GetString("Resolving_breakpoint_location", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to _Restore. - /// - internal static string Restore { - get { - return ResourceManager.GetString("Restore", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Restore {0}. - /// - internal static string Restore_0 { - get { - return ResourceManager.GetString("Restore_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Returns:. - /// - internal static string Returns_colon { - get { - return ResourceManager.GetString("Returns_colon", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Review Changes. - /// - internal static string Review_Changes { - get { - return ResourceManager.GetString("Review_Changes", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Run Code Analysis on {0}. - /// - internal static string Run_Code_Analysis_on_0 { - get { - return ResourceManager.GetString("Run_Code_Analysis_on_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Running code analysis for '{0}'.... - /// - internal static string Running_code_analysis_for_0 { - get { - return ResourceManager.GetString("Running_code_analysis_for_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Running code analysis for Solution.... - /// - internal static string Running_code_analysis_for_Solution { - get { - return ResourceManager.GetString("Running_code_analysis_for_Solution", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Running low priority background processes. - /// - internal static string Running_low_priority_background_processes { - get { - return ResourceManager.GetString("Running_low_priority_background_processes", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Sample Identifier:. - /// - internal static string Sample_Identifier_colon { - get { - return ResourceManager.GetString("Sample_Identifier_colon", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Save .editorconfig file. - /// - internal static string Save_dot_editorconfig_file { - get { - return ResourceManager.GetString("Save_dot_editorconfig_file", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Search found no results. - /// - internal static string Search_found_no_results { - get { - return ResourceManager.GetString("Search_found_no_results", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to _Select All. - /// - internal static string Select_All { - get { - return ResourceManager.GetString("Select_All", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Select _Dependents. - /// - internal static string Select_Dependents { - get { - return ResourceManager.GetString("Select_Dependents", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Select destination. - /// - internal static string Select_destination { - get { - return ResourceManager.GetString("Select_destination", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Select destination and members to pull up.. - /// - internal static string Select_destination_and_members_to_pull_up { - get { - return ResourceManager.GetString("Select_destination_and_members_to_pull_up", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Select destination:. - /// - internal static string Select_destination_colon { - get { - return ResourceManager.GetString("Select_destination_colon", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Select member. - /// - internal static string Select_member { - get { - return ResourceManager.GetString("Select_member", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Select members:. - /// - internal static string Select_members_colon { - get { - return ResourceManager.GetString("Select_members_colon", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Select _Public. - /// - internal static string Select_Public { - get { - return ResourceManager.GetString("Select_Public", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Select public _members to form interface. - /// - internal static string Select_public_members_to_form_interface { - get { - return ResourceManager.GetString("Select_public_members_to_form_interface", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Severity. - /// - internal static string Severity { - get { - return ResourceManager.GetString("Severity", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Severity:. - /// - internal static string Severity_colon { - get { - return ResourceManager.GetString("Severity_colon", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Show completion list. - /// - internal static string Show_completion_list { - get { - return ResourceManager.GetString("Show_completion_list", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Show guides for code level constructs. - /// - internal static string Show_guides_for_code_level_constructs { - get { - return ResourceManager.GetString("Show_guides_for_code_level_constructs", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Show guides for comments and preprocessor regions. - /// - internal static string Show_guides_for_comments_and_preprocessor_regions { - get { - return ResourceManager.GetString("Show_guides_for_comments_and_preprocessor_regions", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Show guides for declaration level constructs. - /// - internal static string Show_guides_for_declaration_level_constructs { - get { - return ResourceManager.GetString("Show_guides_for_declaration_level_constructs", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Show outlining for code level constructs. - /// - internal static string Show_outlining_for_code_level_constructs { - get { - return ResourceManager.GetString("Show_outlining_for_code_level_constructs", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Show outlining for comments and preprocessor regions. - /// - internal static string Show_outlining_for_comments_and_preprocessor_regions { - get { - return ResourceManager.GetString("Show_outlining_for_comments_and_preprocessor_regions", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Show outlining for declaration level constructs. - /// - internal static string Show_outlining_for_declaration_level_constructs { - get { - return ResourceManager.GetString("Show_outlining_for_declaration_level_constructs", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Some naming rules are incomplete. Please complete or remove them.. - /// - internal static string Some_naming_rules_are_incomplete_Please_complete_or_remove_them { - get { - return ResourceManager.GetString("Some_naming_rules_are_incomplete_Please_complete_or_remove_them", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Specification. - /// - internal static string Specification { - get { - return ResourceManager.GetString("Specification", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Summary:. - /// - internal static string Summary_colon { - get { - return ResourceManager.GetString("Summary_colon", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Suppress diagnostics. - /// - internal static string Suppress_diagnostics { - get { - return ResourceManager.GetString("Suppress_diagnostics", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Symbol Kinds (can match any). - /// - internal static string Symbol_Kinds_can_match_any { - get { - return ResourceManager.GetString("Symbol_Kinds_can_match_any", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Symbol Specification. - /// - internal static string Symbol_Specification { - get { - return ResourceManager.GetString("Symbol_Specification", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Symbol Specification:. - /// - internal static string Symbol_Specification_colon { - get { - return ResourceManager.GetString("Symbol_Specification_colon", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Symbol Specification Title:. - /// - internal static string Symbol_Specification_Title_colon { - get { - return ResourceManager.GetString("Symbol_Specification_Title_colon", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Sync Class View. - /// - internal static string Sync_Class_View { - get { - return ResourceManager.GetString("Sync_Class_View", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Synchronize {0}. - /// - internal static string Synchronize_0 { - get { - return ResourceManager.GetString("Synchronize_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Synchronizing with {0}.... - /// - internal static string Synchronizing_with_0 { - get { - return ResourceManager.GetString("Synchronizing_with_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Target Namespace:. - /// - internal static string Target_Namespace_colon { - get { - return ResourceManager.GetString("Target_Namespace_colon", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The analyzer assembly '{0}' has changed. Diagnostics may be incorrect until Visual Studio is restarted.. - /// - internal static string The_analyzer_assembly_0_has_changed_Diagnostics_may_be_incorrect_until_Visual_Studio_is_restarted { - get { - return ResourceManager.GetString("The_analyzer_assembly_0_has_changed_Diagnostics_may_be_incorrect_until_Visual_Stu" + - "dio_is_restarted", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The first matching top-level Naming Rule is used by default when naming a symbol, while any special cases are handled by a matching child rule.. - /// - internal static string The_first_matching_top_level_Naming_Rule_is_used_by_default_when_naming_a_symbol_while_any_special_cases_are_handled_by_a_matching_child_rule { - get { - return ResourceManager.GetString("The_first_matching_top_level_Naming_Rule_is_used_by_default_when_naming_a_symbol_" + - "while_any_special_cases_are_handled_by_a_matching_child_rule", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The following references were not found. {0}Please locate and add them manually.. - /// - internal static string The_following_references_were_not_found_0_Please_locate_and_add_them_manually { - get { - return ResourceManager.GetString("The_following_references_were_not_found_0_Please_locate_and_add_them_manually", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The given DocumentId did not come from the Visual Studio workspace.. - /// - internal static string The_given_DocumentId_did_not_come_from_the_Visual_Studio_workspace { - get { - return ResourceManager.GetString("The_given_DocumentId_did_not_come_from_the_Visual_Studio_workspace", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to This is an invalid namespace. - /// - internal static string This_is_an_invalid_namespace { - get { - return ResourceManager.GetString("This_is_an_invalid_namespace", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to This item cannot be deleted because it is used by an existing Naming Rule.. - /// - internal static string This_item_cannot_be_deleted_because_it_is_used_by_an_existing_Naming_Rule { - get { - return ResourceManager.GetString("This_item_cannot_be_deleted_because_it_is_used_by_an_existing_Naming_Rule", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to This workspace does not support updating Visual Basic compilation options.. - /// - internal static string This_workspace_does_not_support_updating_Visual_Basic_compilation_options { - get { - return ResourceManager.GetString("This_workspace_does_not_support_updating_Visual_Basic_compilation_options", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to This workspace does not support updating Visual Basic parse options.. - /// - internal static string This_workspace_does_not_support_updating_Visual_Basic_parse_options { - get { - return ResourceManager.GetString("This_workspace_does_not_support_updating_Visual_Basic_parse_options", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to This workspace only supports opening documents on the UI thread.. - /// - internal static string This_workspace_only_supports_opening_documents_on_the_UI_thread { - get { - return ResourceManager.GetString("This_workspace_only_supports_opening_documents_on_the_UI_thread", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to To see what caused the issue, please try below. - /// - ///1. Close Visual Studio - ///2. Open a Visual Studio Developer Command Prompt - ///3. Set environment variable “TraceDesignTime” to true (set TraceDesignTime=true) - ///4. Delete .vs directory/.suo file - ///5. Restart VS from the command prompt you set the environment variable (devenv) - ///6. Open the solution - ///7. Check '{0}' and look for the failed tasks (FAILED). - /// - internal static string To_see_what_caused_the_issue_please_try_below_1_Close_Visual_Studio_long_paragraph_follows { - get { - return ResourceManager.GetString("To_see_what_caused_the_issue_please_try_below_1_Close_Visual_Studio_long_paragrap" + - "h_follows", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Type. - /// - internal static string Type { - get { - return ResourceManager.GetString("Type", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Type Details:. - /// - internal static string Type_Details_colon { - get { - return ResourceManager.GetString("Type_Details_colon", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to type is apparent from assignment expression. - /// - internal static string type_is_apparent_from_assignment_expression { - get { - return ResourceManager.GetString("type_is_apparent_from_assignment_expression", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Type Parameters:. - /// - internal static string Type_Parameters_colon { - get { - return ResourceManager.GetString("Type_Parameters_colon", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Unfortunately, a process used by Visual Studio has encountered an unrecoverable error. We recommend saving your work, and then closing and restarting Visual Studio.. - /// - internal static string Unfortunately_a_process_used_by_Visual_Studio_has_encountered_an_unrecoverable_error_We_recommend_saving_your_work_and_then_closing_and_restarting_Visual_Studio { - get { - return ResourceManager.GetString("Unfortunately_a_process_used_by_Visual_Studio_has_encountered_an_unrecoverable_er" + - "ror_We_recommend_saving_your_work_and_then_closing_and_restarting_Visual_Studio", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Uninstall '{0}'. - /// - internal static string Uninstall_0 { - get { - return ResourceManager.GetString("Uninstall_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Uninstalling '{0}'. - /// - internal static string Uninstalling_0 { - get { - return ResourceManager.GetString("Uninstalling_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Uninstalling '{0}' completed. - /// - internal static string Uninstalling_0_completed { - get { - return ResourceManager.GetString("Uninstalling_0_completed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Uninstalling '{0}' failed. - /// - ///Additional information: {1}. - /// - internal static string Uninstalling_0_failed_Additional_information_colon_1 { - get { - return ResourceManager.GetString("Uninstalling_0_failed_Additional_information_colon_1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to <Unknown Parameters>. - /// - internal static string Unknown_parameters { - get { - return ResourceManager.GetString("Unknown_parameters", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Unknown rename type. - /// - internal static string Unknown_rename_type { - get { - return ResourceManager.GetString("Unknown_rename_type", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to <Unknown>. - /// - internal static string Unknown1 { - get { - return ResourceManager.GetString("Unknown1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to <Unknown>. - /// - internal static string Unknown2 { - get { - return ResourceManager.GetString("Unknown2", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Unused value is explicitly assigned to an unused local. - /// - internal static string Unused_value_is_explicitly_assigned_to_an_unused_local { - get { - return ResourceManager.GetString("Unused_value_is_explicitly_assigned_to_an_unused_local", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Unused value is explicitly assigned to discard. - /// - internal static string Unused_value_is_explicitly_assigned_to_discard { - get { - return ResourceManager.GetString("Unused_value_is_explicitly_assigned_to_discard", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Updating severity. - /// - internal static string Updating_severity { - get { - return ResourceManager.GetString("Updating_severity", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use .editorconfig compatibility mode (requires restart). - /// - internal static string Use_editorconfig_compatibility_mode { - get { - return ResourceManager.GetString("Use_editorconfig_compatibility_mode", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use enhanced colors for C# and Basic. - /// - internal static string Use_enhanced_colors_for_C_and_Basic { - get { - return ResourceManager.GetString("Use_enhanced_colors_for_C_and_Basic", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use expression body for accessors. - /// - internal static string Use_expression_body_for_accessors { - get { - return ResourceManager.GetString("Use_expression_body_for_accessors", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use expression body for constructors. - /// - internal static string Use_expression_body_for_constructors { - get { - return ResourceManager.GetString("Use_expression_body_for_constructors", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use expression body for indexers. - /// - internal static string Use_expression_body_for_indexers { - get { - return ResourceManager.GetString("Use_expression_body_for_indexers", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use expression body for lambdas. - /// - internal static string Use_expression_body_for_lambdas { - get { - return ResourceManager.GetString("Use_expression_body_for_lambdas", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use expression body for local functions. - /// - internal static string Use_expression_body_for_local_functions { - get { - return ResourceManager.GetString("Use_expression_body_for_local_functions", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use expression body for methods. - /// - internal static string Use_expression_body_for_methods { - get { - return ResourceManager.GetString("Use_expression_body_for_methods", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use expression body for operators. - /// - internal static string Use_expression_body_for_operators { - get { - return ResourceManager.GetString("Use_expression_body_for_operators", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use expression body for properties. - /// - internal static string Use_expression_body_for_properties { - get { - return ResourceManager.GetString("Use_expression_body_for_properties", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Validating breakpoint location.... - /// - internal static string Validating_breakpoint_location { - get { - return ResourceManager.GetString("Validating_breakpoint_location", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Value assigned here is never used. - /// - internal static string Value_assigned_here_is_never_used { - get { - return ResourceManager.GetString("Value_assigned_here_is_never_used", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Value:. - /// - internal static string Value_colon { - get { - return ResourceManager.GetString("Value_colon", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Value returned by invocation is implicitly ignored. - /// - internal static string Value_returned_by_invocation_is_implicitly_ignored { - get { - return ResourceManager.GetString("Value_returned_by_invocation_is_implicitly_ignored", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Variable preferences:. - /// - internal static string Variable_preferences_colon { - get { - return ResourceManager.GetString("Variable_preferences_colon", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Visual Studio has suspended some advanced features to improve performance.. - /// - internal static string Visual_Studio_has_suspended_some_advanced_features_to_improve_performance { - get { - return ResourceManager.GetString("Visual_Studio_has_suspended_some_advanced_features_to_improve_performance", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to VisualStudioWorkspace.TryApplyChanges cannot be called from a background thread.. - /// - internal static string VisualStudioWorkspace_TryApplyChanges_cannot_be_called_from_a_background_thread { - get { - return ResourceManager.GetString("VisualStudioWorkspace_TryApplyChanges_cannot_be_called_from_a_background_thread", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to We notice you suspended '{0}'. Reset keymappings to continue to navigate and refactor.. - /// - internal static string We_notice_you_suspended_0_Reset_keymappings_to_continue_to_navigate_and_refactor { - get { - return ResourceManager.GetString("We_notice_you_suspended_0_Reset_keymappings_to_continue_to_navigate_and_refactor", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to When generating properties:. - /// - internal static string When_generating_properties { - get { - return ResourceManager.GetString("When_generating_properties", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to When inserting properties, events and methods, place them:. - /// - internal static string When_inserting_properties_events_and_methods_place_them { - get { - return ResourceManager.GetString("When_inserting_properties_events_and_methods_place_them", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to with other members of the same kind. - /// - internal static string with_other_members_of_the_same_kind { - get { - return ResourceManager.GetString("with_other_members_of_the_same_kind", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Word Separator:. - /// - internal static string Word_Separator_colon { - get { - return ResourceManager.GetString("Word_Separator_colon", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Yes. - /// - internal static string Yes { - get { - return ResourceManager.GetString("Yes", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to You must select at least one member.. - /// - internal static string You_must_select_at_least_one_member { - get { - return ResourceManager.GetString("You_must_select_at_least_one_member", resourceCulture); - } - } - } -} diff --git a/src/VisualStudio/Core/Def/VSPackage.Designer.cs b/src/VisualStudio/Core/Def/VSPackage.Designer.cs deleted file mode 100644 index 5a1ad81fe170c..0000000000000 --- a/src/VisualStudio/Core/Def/VSPackage.Designer.cs +++ /dev/null @@ -1,63 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace Microsoft.VisualStudio.LanguageServices { - using System; - - - /// - /// A strongly-typed resource class, for looking up localized strings, etc. - /// - // This class was auto-generated by the StronglyTypedResourceBuilder - // class via a tool like ResGen or Visual Studio. - // To add or remove a member, edit your .ResX file then rerun ResGen - // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - internal class VSPackage { - - private static global::System.Resources.ResourceManager resourceMan; - - private static global::System.Globalization.CultureInfo resourceCulture; - - [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] - internal VSPackage() { - } - - /// - /// Returns the cached ResourceManager instance used by this class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Resources.ResourceManager ResourceManager { - get { - if (object.ReferenceEquals(resourceMan, null)) { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.VisualStudio.LanguageServices.VSPackage", typeof(VSPackage).Assembly); - resourceMan = temp; - } - return resourceMan; - } - } - - /// - /// Overrides the current thread's CurrentUICulture property for all - /// resource lookups using this strongly typed resource class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Globalization.CultureInfo Culture { - get { - return resourceCulture; - } - set { - resourceCulture = value; - } - } - } -} diff --git a/src/VisualStudio/Core/SolutionExplorerShim/Microsoft.VisualStudio.LanguageServices.SolutionExplorer.csproj b/src/VisualStudio/Core/SolutionExplorerShim/Microsoft.VisualStudio.LanguageServices.SolutionExplorer.csproj index 497ab6e1f9482..83a3ffffb4cd0 100644 --- a/src/VisualStudio/Core/SolutionExplorerShim/Microsoft.VisualStudio.LanguageServices.SolutionExplorer.csproj +++ b/src/VisualStudio/Core/SolutionExplorerShim/Microsoft.VisualStudio.LanguageServices.SolutionExplorer.csproj @@ -42,15 +42,6 @@ - - True - True - SolutionExplorerShim.resx - - - ResXFileCodeGenerator - Designer - SolutionExplorerShim.Designer.cs - + \ No newline at end of file diff --git a/src/VisualStudio/Core/SolutionExplorerShim/SolutionExplorerShim.Designer.cs b/src/VisualStudio/Core/SolutionExplorerShim/SolutionExplorerShim.Designer.cs deleted file mode 100644 index 835cf42eeaae4..0000000000000 --- a/src/VisualStudio/Core/SolutionExplorerShim/SolutionExplorerShim.Designer.cs +++ /dev/null @@ -1,333 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace Microsoft.VisualStudio.LanguageServices.SolutionExplorer { - using System; - - - /// - /// A strongly-typed resource class, for looking up localized strings, etc. - /// - // This class was auto-generated by the StronglyTypedResourceBuilder - // class via a tool like ResGen or Visual Studio. - // To add or remove a member, edit your .ResX file then rerun ResGen - // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - internal class SolutionExplorerShim { - - private static global::System.Resources.ResourceManager resourceMan; - - private static global::System.Globalization.CultureInfo resourceCulture; - - [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] - internal SolutionExplorerShim() { - } - - /// - /// Returns the cached ResourceManager instance used by this class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Resources.ResourceManager ResourceManager { - get { - if (object.ReferenceEquals(resourceMan, null)) { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.VisualStudio.LanguageServices.SolutionExplorer.SolutionExplorerShim", typeof(SolutionExplorerShim).Assembly); - resourceMan = temp; - } - return resourceMan; - } - } - - /// - /// Overrides the current thread's CurrentUICulture property for all - /// resource lookups using this strongly typed resource class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Globalization.CultureInfo Culture { - get { - return resourceCulture; - } - set { - resourceCulture = value; - } - } - - /// - /// Looks up a localized string similar to Add Analyzer. - /// - internal static string Add_Analyzer { - get { - return ResourceManager.GetString("Add_Analyzer", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Analyzer Files. - /// - internal static string Analyzer_Files { - get { - return ResourceManager.GetString("Analyzer_Files", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Analyzer Properties. - /// - internal static string Analyzer_Properties { - get { - return ResourceManager.GetString("Analyzer_Properties", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Analyzers. - /// - internal static string Analyzers { - get { - return ResourceManager.GetString("Analyzers", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Category. - /// - internal static string Category { - get { - return ResourceManager.GetString("Category", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Checking out {0} for editing.... - /// - internal static string Checking_out_0_for_editing { - get { - return ResourceManager.GetString("Checking_out_0_for_editing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Could not create a rule set for project {0}.. - /// - internal static string Could_not_create_a_rule_set_for_project_0 { - get { - return ResourceManager.GetString("Could_not_create_a_rule_set_for_project_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Default. - /// - internal static string Default_ { - get { - return ResourceManager.GetString("Default_", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Default severity. - /// - internal static string Default_severity { - get { - return ResourceManager.GetString("Default_severity", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Description. - /// - internal static string Description { - get { - return ResourceManager.GetString("Description", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Diagnostic Properties. - /// - internal static string Diagnostic_Properties { - get { - return ResourceManager.GetString("Diagnostic_Properties", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Effective severity. - /// - internal static string Effective_severity { - get { - return ResourceManager.GetString("Effective_severity", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Enabled by default. - /// - internal static string Enabled_by_default { - get { - return ResourceManager.GetString("Enabled_by_default", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Error. - /// - internal static string Error_ { - get { - return ResourceManager.GetString("Error_", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Folder Properties. - /// - internal static string Folder_Properties { - get { - return ResourceManager.GetString("Folder_Properties", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Help link. - /// - internal static string Help_link { - get { - return ResourceManager.GetString("Help_link", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Hidden. - /// - internal static string Hidden { - get { - return ResourceManager.GetString("Hidden", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to ID. - /// - internal static string ID { - get { - return ResourceManager.GetString("ID", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Info. - /// - internal static string Info { - get { - return ResourceManager.GetString("Info", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Message. - /// - internal static string Message { - get { - return ResourceManager.GetString("Message", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to (Name). - /// - internal static string Name { - get { - return ResourceManager.GetString("Name", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to No rule set file is specified, or the file does not exist.. - /// - internal static string No_rule_set_file_is_specified_or_the_file_does_not_exist { - get { - return ResourceManager.GetString("No_rule_set_file_is_specified_or_the_file_does_not_exist", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Path. - /// - internal static string Path { - get { - return ResourceManager.GetString("Path", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Rule Set. - /// - internal static string Rule_Set { - get { - return ResourceManager.GetString("Rule_Set", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Suppressed. - /// - internal static string Suppressed { - get { - return ResourceManager.GetString("Suppressed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Tags. - /// - internal static string Tags { - get { - return ResourceManager.GetString("Tags", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The rule set file could not be opened.. - /// - internal static string The_rule_set_file_could_not_be_opened { - get { - return ResourceManager.GetString("The_rule_set_file_could_not_be_opened", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The rule set file could not be updated.. - /// - internal static string The_rule_set_file_could_not_be_updated { - get { - return ResourceManager.GetString("The_rule_set_file_could_not_be_updated", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Title. - /// - internal static string Title { - get { - return ResourceManager.GetString("Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Warning. - /// - internal static string Warning { - get { - return ResourceManager.GetString("Warning", resourceCulture); - } - } - } -} diff --git a/src/VisualStudio/VisualBasic/Impl/BasicVSResources.Designer.vb b/src/VisualStudio/VisualBasic/Impl/BasicVSResources.Designer.vb deleted file mode 100644 index dc06288248839..0000000000000 --- a/src/VisualStudio/VisualBasic/Impl/BasicVSResources.Designer.vb +++ /dev/null @@ -1,616 +0,0 @@ -'------------------------------------------------------------------------------ -' -' This code was generated by a tool. -' Runtime Version:4.0.30319.42000 -' -' Changes to this file may cause incorrect behavior and will be lost if -' the code is regenerated. -' -'------------------------------------------------------------------------------ - -Option Strict On -Option Explicit On - -Imports System - -Namespace Microsoft.VisualStudio.LanguageServices.VisualBasic - - 'This class was auto-generated by the StronglyTypedResourceBuilder - 'class via a tool like ResGen or Visual Studio. - 'To add or remove a member, edit your .ResX file then rerun ResGen - 'with the /str option, or rebuild your VS project. - ''' - ''' A strongly-typed resource class, for looking up localized strings, etc. - ''' - - Friend Class BasicVSResources - - Private Shared resourceMan As Global.System.Resources.ResourceManager - - Private Shared resourceCulture As Global.System.Globalization.CultureInfo - - - Friend Sub New() - MyBase.New - End Sub - - ''' - ''' Returns the cached ResourceManager instance used by this class. - ''' - - Friend Shared ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager - Get - If Object.ReferenceEquals(resourceMan, Nothing) Then - Dim temp As Global.System.Resources.ResourceManager = New Global.System.Resources.ResourceManager("BasicVSResources", GetType(BasicVSResources).Assembly) - resourceMan = temp - End If - Return resourceMan - End Get - End Property - - ''' - ''' Overrides the current thread's CurrentUICulture property for all - ''' resource lookups using this strongly typed resource class. - ''' - - Friend Shared Property Culture() As Global.System.Globalization.CultureInfo - Get - Return resourceCulture - End Get - Set - resourceCulture = value - End Set - End Property - - ''' - ''' Looks up a localized string similar to A_utomatic insertion of end constructs. - ''' - Friend Shared ReadOnly Property A_utomatic_insertion_of_end_constructs() As String - Get - Return ResourceManager.GetString("A_utomatic_insertion_of_end_constructs", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to _Always add new line on enter. - ''' - Friend Shared ReadOnly Property Always_add_new_line_on_enter() As String - Get - Return ResourceManager.GetString("Always_add_new_line_on_enter", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Always include snippets. - ''' - Friend Shared ReadOnly Property Always_include_snippets() As String - Get - Return ResourceManager.GetString("Always_include_snippets", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Automatic _insertion of Interface and MustOverride members. - ''' - Friend Shared ReadOnly Property Automatic_insertion_of_Interface_and_MustOverride_members() As String - Get - Return ResourceManager.GetString("Automatic_insertion_of_Interface_and_MustOverride_members", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Completion Lists. - ''' - Friend Shared ReadOnly Property Completion_Lists() As String - Get - Return ResourceManager.GetString("Completion_Lists", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Do not prefer 'Me.'. - ''' - Friend Shared ReadOnly Property Do_not_prefer_Me() As String - Get - Return ResourceManager.GetString("Do_not_prefer_Me", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to _Don't put ByRef on custom structure. - ''' - Friend Shared ReadOnly Property Don_t_put_ByRef_on_custom_structure() As String - Get - Return ResourceManager.GetString("Don_t_put_ByRef_on_custom_structure", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Editor Help. - ''' - Friend Shared ReadOnly Property Editor_Help() As String - Get - Return ResourceManager.GetString("Editor_Help", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Enter key behavior:. - ''' - Friend Shared ReadOnly Property Enter_key_behavior_colon() As String - Get - Return ResourceManager.GetString("Enter_key_behavior_colon", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to _Enter outlining mode when files open. - ''' - Friend Shared ReadOnly Property Enter_outlining_mode_when_files_open() As String - Get - Return ResourceManager.GetString("Enter_outlining_mode_when_files_open", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Extract Method. - ''' - Friend Shared ReadOnly Property Extract_Method() As String - Get - Return ResourceManager.GetString("Extract_Method", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Fade out unused imports. - ''' - Friend Shared ReadOnly Property Fade_out_unused_imports() As String - Get - Return ResourceManager.GetString("Fade_out_unused_imports", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to _Generate XML documentation comments for '''. - ''' - Friend Shared ReadOnly Property Generate_XML_documentation_comments_for() As String - Get - Return ResourceManager.GetString("Generate_XML_documentation_comments_for", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Go to Definition. - ''' - Friend Shared ReadOnly Property Go_to_Definition() As String - Get - Return ResourceManager.GetString("Go_to_Definition", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to _Highlight matching portions of completion list items. - ''' - Friend Shared ReadOnly Property Highlight_matching_portions_of_completion_list_items() As String - Get - Return ResourceManager.GetString("Highlight_matching_portions_of_completion_list_items", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to _Highlight references to symbol under cursor. - ''' - Friend Shared ReadOnly Property Highlight_references_to_symbol_under_cursor() As String - Get - Return ResourceManager.GetString("Highlight_references_to_symbol_under_cursor", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Highlight related _keywords under cursor. - ''' - Friend Shared ReadOnly Property Highlight_related_keywords_under_cursor() As String - Get - Return ResourceManager.GetString("Highlight_related_keywords_under_cursor", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Highlighting. - ''' - Friend Shared ReadOnly Property Highlighting() As String - Get - Return ResourceManager.GetString("Highlighting", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Import Directives. - ''' - Friend Shared ReadOnly Property Import_Directives() As String - Get - Return ResourceManager.GetString("Import_Directives", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to In arithmetic operators: ^ * / \ Mod + - & << >>. - ''' - Friend Shared ReadOnly Property In_arithmetic_binary_operators() As String - Get - Return ResourceManager.GetString("In_arithmetic_binary_operators", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to In other binary operators: And AndAlso Or OrElse. - ''' - Friend Shared ReadOnly Property In_other_binary_operators() As String - Get - Return ResourceManager.GetString("In_other_binary_operators", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to In relational operators: = <> < > <= >= Like Is. - ''' - Friend Shared ReadOnly Property In_relational_binary_operators() As String - Get - Return ResourceManager.GetString("In_relational_binary_operators", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Include snippets when ?-Tab is typed after an identifier. - ''' - Friend Shared ReadOnly Property Include_snippets_when_Tab_is_typed_after_an_identifier() As String - Get - Return ResourceManager.GetString("Include_snippets_when_Tab_is_typed_after_an_identifier", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Insert Snippet. - ''' - Friend Shared ReadOnly Property Insert_Snippet() As String - Get - Return ResourceManager.GetString("Insert_Snippet", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to IntelliSense. - ''' - Friend Shared ReadOnly Property IntelliSense() As String - Get - Return ResourceManager.GetString("IntelliSense", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Large. - ''' - Friend Shared ReadOnly Property Large() As String - Get - Return ResourceManager.GetString("Large", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'Me.' preferences:. - ''' - Friend Shared ReadOnly Property Me_preferences_colon() As String - Get - Return ResourceManager.GetString("Me_preferences_colon", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Microsoft Visual Basic. - ''' - Friend Shared ReadOnly Property Microsoft_Visual_Basic() As String - Get - Return ResourceManager.GetString("Microsoft_Visual_Basic", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to _Move local declaration to the extracted method if it is not used elsewhere. - ''' - Friend Shared ReadOnly Property Move_local_declaration_to_the_extracted_method_if_it_is_not_used_elsewhere() As String - Get - Return ResourceManager.GetString("Move_local_declaration_to_the_extracted_method_if_it_is_not_used_elsewhere", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to _Navigate to Object Browser for symbols defined in metadata. - ''' - Friend Shared ReadOnly Property Navigate_to_Object_Browser_for_symbols_defined_in_metadata() As String - Get - Return ResourceManager.GetString("Navigate_to_Object_Browser_for_symbols_defined_in_metadata", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Never. - ''' - Friend Shared ReadOnly Property Never() As String - Get - Return ResourceManager.GetString("Never", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to _Never add new line on enter. - ''' - Friend Shared ReadOnly Property Never_add_new_line_on_enter() As String - Get - Return ResourceManager.GetString("Never_add_new_line_on_enter", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Never include snippets. - ''' - Friend Shared ReadOnly Property Never_include_snippets() As String - Get - Return ResourceManager.GetString("Never_include_snippets", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to 'nothing' checking:. - ''' - Friend Shared ReadOnly Property nothing_checking_colon() As String - Get - Return ResourceManager.GetString("nothing_checking_colon", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to _Only add new line on enter after end of fully typed word. - ''' - Friend Shared ReadOnly Property Only_add_new_line_on_enter_after_end_of_fully_typed_word() As String - Get - Return ResourceManager.GetString("Only_add_new_line_on_enter_after_end_of_fully_typed_word", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Optimize for solution size. - ''' - Friend Shared ReadOnly Property Optimize_for_solution_size() As String - Get - Return ResourceManager.GetString("Optimize_for_solution_size", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Performance. - ''' - Friend Shared ReadOnly Property Performance() As String - Get - Return ResourceManager.GetString("Performance", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to _Place 'System' directives first when sorting imports. - ''' - Friend Shared ReadOnly Property Place_System_directives_first_when_sorting_imports() As String - Get - Return ResourceManager.GetString("Place_System_directives_first_when_sorting_imports", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Predefined type preferences:. - ''' - Friend Shared ReadOnly Property Predefined_type_preferences_colon() As String - Get - Return ResourceManager.GetString("Predefined_type_preferences_colon", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Prefer 'Is Nothing' for reference equality checks. - ''' - Friend Shared ReadOnly Property Prefer_Is_Nothing_for_reference_equality_checks() As String - Get - Return ResourceManager.GetString("Prefer_Is_Nothing_for_reference_equality_checks", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Prefer 'Me.'. - ''' - Friend Shared ReadOnly Property Prefer_Me() As String - Get - Return ResourceManager.GetString("Prefer_Me", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to _Pretty listing (reformatting) of code. - ''' - Friend Shared ReadOnly Property Pretty_listing_reformatting_of_code() As String - Get - Return ResourceManager.GetString("Pretty_listing_reformatting_of_code", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Qualify event access with 'Me'. - ''' - Friend Shared ReadOnly Property Qualify_event_access_with_Me() As String - Get - Return ResourceManager.GetString("Qualify_event_access_with_Me", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Qualify field access with 'Me'. - ''' - Friend Shared ReadOnly Property Qualify_field_access_with_Me() As String - Get - Return ResourceManager.GetString("Qualify_field_access_with_Me", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Qualify method access with 'Me'. - ''' - Friend Shared ReadOnly Property Qualify_method_access_with_Me() As String - Get - Return ResourceManager.GetString("Qualify_method_access_with_Me", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Qualify property access with 'Me'. - ''' - Friend Shared ReadOnly Property Qualify_property_access_with_Me() As String - Get - Return ResourceManager.GetString("Qualify_property_access_with_Me", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Regular. - ''' - Friend Shared ReadOnly Property Regular() As String - Get - Return ResourceManager.GetString("Regular", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Report invalid placeholders in 'String.Format' calls. - ''' - Friend Shared ReadOnly Property Report_invalid_placeholders_in_string_dot_format_calls() As String - Get - Return ResourceManager.GetString("Report_invalid_placeholders_in_string_dot_format_calls", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Separate import directive groups. - ''' - Friend Shared ReadOnly Property Separate_import_directive_groups() As String - Get - Return ResourceManager.GetString("Separate_import_directive_groups", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Show completion item _filters. - ''' - Friend Shared ReadOnly Property Show_completion_item_filters() As String - Get - Return ResourceManager.GetString("Show_completion_item_filters", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Show completion list after a character is _deleted. - ''' - Friend Shared ReadOnly Property Show_completion_list_after_a_character_is_deleted() As String - Get - Return ResourceManager.GetString("Show_completion_list_after_a_character_is_deleted", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to _Show completion list after a character is typed. - ''' - Friend Shared ReadOnly Property Show_completion_list_after_a_character_is_typed() As String - Get - Return ResourceManager.GetString("Show_completion_list_after_a_character_is_typed", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Show items from unimported namespaces (experimental). - ''' - Friend Shared ReadOnly Property Show_items_from_unimported_namespaces() As String - Get - Return ResourceManager.GetString("Show_items_from_unimported_namespaces", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Show preview for rename _tracking. - ''' - Friend Shared ReadOnly Property Show_preview_for_rename_tracking() As String - Get - Return ResourceManager.GetString("Show_preview_for_rename_tracking", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to _Show procedure line separators. - ''' - Friend Shared ReadOnly Property Show_procedure_line_separators() As String - Get - Return ResourceManager.GetString("Show_procedure_line_separators", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Small. - ''' - Friend Shared ReadOnly Property Small() As String - Get - Return ResourceManager.GetString("Small", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Snippets behavior. - ''' - Friend Shared ReadOnly Property Snippets_behavior() As String - Get - Return ResourceManager.GetString("Snippets_behavior", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Suggest imports for types in _NuGet packages. - ''' - Friend Shared ReadOnly Property Suggest_imports_for_types_in_NuGet_packages() As String - Get - Return ResourceManager.GetString("Suggest_imports_for_types_in_NuGet_packages", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Suggest imports for types in _reference assemblies. - ''' - Friend Shared ReadOnly Property Suggest_imports_for_types_in_reference_assemblies() As String - Get - Return ResourceManager.GetString("Suggest_imports_for_types_in_reference_assemblies", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Unused local. - ''' - Friend Shared ReadOnly Property Unused_local() As String - Get - Return ResourceManager.GetString("Unused_local", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to VB Coding Conventions. - ''' - Friend Shared ReadOnly Property VB_Coding_Conventions() As String - Get - Return ResourceManager.GetString("VB_Coding_Conventions", resourceCulture) - End Get - End Property - End Class -End Namespace diff --git a/src/VisualStudio/VisualBasic/Impl/Microsoft.VisualStudio.LanguageServices.VisualBasic.vbproj b/src/VisualStudio/VisualBasic/Impl/Microsoft.VisualStudio.LanguageServices.VisualBasic.vbproj index 5b0561882c982..47403c9dc2bb8 100644 --- a/src/VisualStudio/VisualBasic/Impl/Microsoft.VisualStudio.LanguageServices.VisualBasic.vbproj +++ b/src/VisualStudio/VisualBasic/Impl/Microsoft.VisualStudio.LanguageServices.VisualBasic.vbproj @@ -48,16 +48,7 @@ - - True - True - BasicVSResources.resx - - - Microsoft.VisualStudio.LanguageServices.VisualBasic - ResXFileCodeGenerator - BasicVSResources.Designer.vb - + true VSPackage diff --git a/src/VisualStudio/VisualStudioDiagnosticsToolWindow/Resources.Designer.cs b/src/VisualStudio/VisualStudioDiagnosticsToolWindow/Resources.Designer.cs deleted file mode 100644 index fd029dba8a143..0000000000000 --- a/src/VisualStudio/VisualStudioDiagnosticsToolWindow/Resources.Designer.cs +++ /dev/null @@ -1,81 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.18408 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace Roslyn.VisualStudio.DiagnosticsWindow { - using System; - - - /// - /// A strongly-typed resource class, for looking up localized strings, etc. - /// - // This class was auto-generated by the StronglyTypedResourceBuilder - // class via a tool like ResGen or Visual Studio. - // To add or remove a member, edit your .ResX file then rerun ResGen - // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - internal class Resources { - - private static global::System.Resources.ResourceManager resourceMan; - - private static global::System.Globalization.CultureInfo resourceCulture; - - [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] - internal Resources() { - } - - /// - /// Returns the cached ResourceManager instance used by this class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Resources.ResourceManager ResourceManager { - get { - if (object.ReferenceEquals(resourceMan, null)) { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Roslyn.VisualStudio.DiagnosticsWindow.Resources", typeof(Resources).Assembly); - resourceMan = temp; - } - return resourceMan; - } - } - - /// - /// Overrides the current thread's CurrentUICulture property for all - /// resource lookups using this strongly typed resource class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Globalization.CultureInfo Culture { - get { - return resourceCulture; - } - set { - resourceCulture = value; - } - } - - /// - /// Looks up a localized string similar to Can not create tool window.. - /// - internal static string CanNotCreateWindow { - get { - return ResourceManager.GetString("CanNotCreateWindow", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Roslyn Diagnostics. - /// - internal static string ToolWindowTitle { - get { - return ResourceManager.GetString("ToolWindowTitle", resourceCulture); - } - } - } -} diff --git a/src/VisualStudio/VisualStudioDiagnosticsToolWindow/Roslyn.VisualStudio.DiagnosticsWindow.csproj b/src/VisualStudio/VisualStudioDiagnosticsToolWindow/Roslyn.VisualStudio.DiagnosticsWindow.csproj index bfaf5764f259a..0c43f29fbe273 100644 --- a/src/VisualStudio/VisualStudioDiagnosticsToolWindow/Roslyn.VisualStudio.DiagnosticsWindow.csproj +++ b/src/VisualStudio/VisualStudioDiagnosticsToolWindow/Roslyn.VisualStudio.DiagnosticsWindow.csproj @@ -59,16 +59,7 @@ - - True - True - Resources.resx - - - ResXFileCodeGenerator - Resources.Designer.cs - Designer - + true VSPackage diff --git a/src/VisualStudio/Xaml/Impl/Microsoft.VisualStudio.LanguageServices.Xaml.csproj b/src/VisualStudio/Xaml/Impl/Microsoft.VisualStudio.LanguageServices.Xaml.csproj index 63070ec8bf96a..2b234997c2fe7 100644 --- a/src/VisualStudio/Xaml/Impl/Microsoft.VisualStudio.LanguageServices.Xaml.csproj +++ b/src/VisualStudio/Xaml/Impl/Microsoft.VisualStudio.LanguageServices.Xaml.csproj @@ -19,13 +19,6 @@ - - - True - True - Resources.resx - - @@ -37,9 +30,6 @@ - - ResXFileCodeGenerator - Resources.Designer.cs - + \ No newline at end of file diff --git a/src/VisualStudio/Xaml/Impl/Resources.Designer.cs b/src/VisualStudio/Xaml/Impl/Resources.Designer.cs deleted file mode 100644 index 1c87e8cabc8bf..0000000000000 --- a/src/VisualStudio/Xaml/Impl/Resources.Designer.cs +++ /dev/null @@ -1,90 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace Microsoft.VisualStudio.LanguageServices.Xaml { - using System; - - - /// - /// A strongly-typed resource class, for looking up localized strings, etc. - /// - // This class was auto-generated by the StronglyTypedResourceBuilder - // class via a tool like ResGen or Visual Studio. - // To add or remove a member, edit your .ResX file then rerun ResGen - // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - internal class Resources { - - private static global::System.Resources.ResourceManager resourceMan; - - private static global::System.Globalization.CultureInfo resourceCulture; - - [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] - internal Resources() { - } - - /// - /// Returns the cached ResourceManager instance used by this class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Resources.ResourceManager ResourceManager { - get { - if (object.ReferenceEquals(resourceMan, null)) { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.VisualStudio.LanguageServices.Xaml.Resources", typeof(Resources).Assembly); - resourceMan = temp; - } - return resourceMan; - } - } - - /// - /// Overrides the current thread's CurrentUICulture property for all - /// resource lookups using this strongly typed resource class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Globalization.CultureInfo Culture { - get { - return resourceCulture; - } - set { - resourceCulture = value; - } - } - - /// - /// Looks up a localized string similar to Remove &and Sort Namespaces. - /// - internal static string RemoveAndSortNamespacesWithAccelerator { - get { - return ResourceManager.GetString("RemoveAndSortNamespacesWithAccelerator", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Remove Unnecessary Namespaces. - /// - internal static string RemoveUnnecessaryNamespaces { - get { - return ResourceManager.GetString("RemoveUnnecessaryNamespaces", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to &Sort Namespaces. - /// - internal static string Sort_Namespaces { - get { - return ResourceManager.GetString("Sort_Namespaces", resourceCulture); - } - } - } -} diff --git a/src/Workspaces/CSharp/Portable/CSharpWorkspaceResources.Designer.cs b/src/Workspaces/CSharp/Portable/CSharpWorkspaceResources.Designer.cs deleted file mode 100644 index 0849218f7b212..0000000000000 --- a/src/Workspaces/CSharp/Portable/CSharpWorkspaceResources.Designer.cs +++ /dev/null @@ -1,244 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace Microsoft.CodeAnalysis.CSharp { - using System; - - - /// - /// A strongly-typed resource class, for looking up localized strings, etc. - /// - // This class was auto-generated by the StronglyTypedResourceBuilder - // class via a tool like ResGen or Visual Studio. - // To add or remove a member, edit your .ResX file then rerun ResGen - // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - internal class CSharpWorkspaceResources { - - private static global::System.Resources.ResourceManager resourceMan; - - private static global::System.Globalization.CultureInfo resourceCulture; - - [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] - internal CSharpWorkspaceResources() { - } - - /// - /// Returns the cached ResourceManager instance used by this class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Resources.ResourceManager ResourceManager { - get { - if (object.ReferenceEquals(resourceMan, null)) { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.CodeAnalysis.CSharp.CSharpWorkspaceResources", typeof(CSharpWorkspaceResources).Assembly); - resourceMan = temp; - } - return resourceMan; - } - } - - /// - /// Overrides the current thread's CurrentUICulture property for all - /// resource lookups using this strongly typed resource class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Globalization.CultureInfo Culture { - get { - return resourceCulture; - } - set { - resourceCulture = value; - } - } - - /// - /// Looks up a localized string similar to Cannot retrieve the Span of a null syntax reference.. - /// - internal static string Cannot_retrieve_the_Span_of_a_null_syntax_reference { - get { - return ResourceManager.GetString("Cannot_retrieve_the_Span_of_a_null_syntax_reference", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Code-block preferences. - /// - internal static string Code_block_preferences { - get { - return ResourceManager.GetString("Code_block_preferences", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Expected string or char literal. - /// - internal static string Expected_string_or_char_literal { - get { - return ResourceManager.GetString("Expected_string_or_char_literal", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Expression-bodied members. - /// - internal static string Expression_bodied_members { - get { - return ResourceManager.GetString("Expression_bodied_members", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Implement Interface. - /// - internal static string Implement_Interface { - get { - return ResourceManager.GetString("Implement_Interface", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Indentation preferences. - /// - internal static string Indentation_preferences { - get { - return ResourceManager.GetString("Indentation_preferences", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Namespace can not be added in this destination.. - /// - internal static string Namespace_can_not_be_added_in_this_destination { - get { - return ResourceManager.GetString("Namespace_can_not_be_added_in_this_destination", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to No available location found to add statements to.. - /// - internal static string No_available_location_found_to_add_statements_to { - get { - return ResourceManager.GetString("No_available_location_found_to_add_statements_to", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Node does not descend from root.. - /// - internal static string Node_does_not_descend_from_root { - get { - return ResourceManager.GetString("Node_does_not_descend_from_root", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Node not in parent's child list. - /// - internal static string Node_not_in_parent_s_child_list { - get { - return ResourceManager.GetString("Node_not_in_parent_s_child_list", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Null-checking preferences. - /// - internal static string Null_checking_preferences { - get { - return ResourceManager.GetString("Null_checking_preferences", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Only attributes, constructor initializers, expressions or statements can be made explicit. - /// - internal static string Only_attributes_constructor_initializers_expressions_or_statements_can_be_made_explicit { - get { - return ResourceManager.GetString("Only_attributes_constructor_initializers_expressions_or_statements_can_be_made_ex" + - "plicit", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Pattern matching preferences. - /// - internal static string Pattern_matching_preferences { - get { - return ResourceManager.GetString("Pattern_matching_preferences", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to R&emove and Sort Usings. - /// - internal static string Remove_and_Sort_Usings { - get { - return ResourceManager.GetString("Remove_and_Sort_Usings", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to &Sort Usings. - /// - internal static string Sort_Usings { - get { - return ResourceManager.GetString("Sort_Usings", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Space preferences. - /// - internal static string Space_preferences { - get { - return ResourceManager.GetString("Space_preferences", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Trivia is not associated with token. - /// - internal static string Trivia_is_not_associated_with_token { - get { - return ResourceManager.GetString("Trivia_is_not_associated_with_token", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 'using' directive preferences. - /// - internal static string using_directive_preferences { - get { - return ResourceManager.GetString("using_directive_preferences", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to var preferences. - /// - internal static string var_preferences { - get { - return ResourceManager.GetString("var_preferences", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Wrapping preferences. - /// - internal static string Wrapping_preferences { - get { - return ResourceManager.GetString("Wrapping_preferences", resourceCulture); - } - } - } -} diff --git a/src/Workspaces/CSharp/Portable/CSharpWorkspaceResources.resx b/src/Workspaces/CSharp/Portable/CSharpWorkspaceResources.resx index 54e6d99229a41..a4643510f319d 100644 --- a/src/Workspaces/CSharp/Portable/CSharpWorkspaceResources.resx +++ b/src/Workspaces/CSharp/Portable/CSharpWorkspaceResources.resx @@ -123,9 +123,6 @@ Namespace can not be added in this destination. - - Expected string or char literal - Node does not descend from root. @@ -144,34 +141,15 @@ Implement Interface - - Code-block preferences - - - Expression-bodied members - Indentation preferences - - Null-checking preferences - - - Pattern matching preferences - Space preferences - - var preferences - Wrapping preferences - - 'using' directive preferences - {Locked="using"} "using" is a C# keyword and should not be localized. - R&emove and Sort Usings diff --git a/src/Workspaces/CSharp/Portable/Microsoft.CodeAnalysis.CSharp.Workspaces.csproj b/src/Workspaces/CSharp/Portable/Microsoft.CodeAnalysis.CSharp.Workspaces.csproj index fdd92f406d2a2..ddb8ecfc34807 100644 --- a/src/Workspaces/CSharp/Portable/Microsoft.CodeAnalysis.CSharp.Workspaces.csproj +++ b/src/Workspaces/CSharp/Portable/Microsoft.CodeAnalysis.CSharp.Workspaces.csproj @@ -46,17 +46,7 @@ - - True - True - CSharpWorkspaceResources.resx - - - - - ResXFileCodeGenerator - CSharpWorkspaceResources.Designer.cs - + diff --git a/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.cs.xlf b/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.cs.xlf index 132b288b59eb3..6727a9f9e98fa 100644 --- a/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.cs.xlf +++ b/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.cs.xlf @@ -2,16 +2,6 @@ - - Code-block preferences - Předvolby bloků kódu - - - - Expression-bodied members - Členy s výrazem v těle - - Indentation preferences Předvolby odsazení @@ -27,11 +17,6 @@ Obor názvů nejde přidat do tohoto cílového umístění. - - Expected string or char literal - Očekával se řetězcový nebo znakový literál. - - Node does not descend from root. Uzel nesestupuje z kořene. @@ -42,16 +27,6 @@ Uzel není v seznamu podřízených položek u nadřazené položky. - - Null-checking preferences - Předvolby kontrol hodnoty null - - - - Pattern matching preferences - Předvolby porovnávání vzorů - - R&emove and Sort Usings Od&ebrat a seřadit direktivy Using @@ -92,16 +67,6 @@ Předvolby zalamování - - 'using' directive preferences - Předvolby direktivy using - {Locked="using"} "using" is a C# keyword and should not be localized. - - - var preferences - Předvolby pro var - - \ No newline at end of file diff --git a/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.de.xlf b/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.de.xlf index 59903b263e65c..aa15dc7b1e9ff 100644 --- a/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.de.xlf +++ b/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.de.xlf @@ -2,16 +2,6 @@ - - Code-block preferences - Einstellungen für Codeblöcke - - - - Expression-bodied members - Ausdruckskörpermember - - Indentation preferences Einstellungen für Einrückung @@ -27,11 +17,6 @@ Namespace kann zu diesem Ziel nicht hinzugefügt werden. - - Expected string or char literal - Erwartete Zeichenfolge oder Zeichenliteral - - Node does not descend from root. Knoten steigt nicht vom Stamm ab. @@ -42,16 +27,6 @@ Knoten befindet sich nicht in der untergeordneten Liste des übergeordneten Elements - - Null-checking preferences - Einstellungen für NULL-Überprüfung - - - - Pattern matching preferences - Einstellungen für den Musterabgleich - - R&emove and Sort Usings &Unnötige Using-Direktiven entfernen und sortieren @@ -92,16 +67,6 @@ Umbrucheinstellungen - - 'using' directive preferences - Einstellungen für using-Anweisungen - {Locked="using"} "using" is a C# keyword and should not be localized. - - - var preferences - Var-Einstellungen - - \ No newline at end of file diff --git a/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.es.xlf b/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.es.xlf index c7ae94379ecb4..2aa4dd86a4f2e 100644 --- a/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.es.xlf +++ b/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.es.xlf @@ -2,16 +2,6 @@ - - Code-block preferences - Preferencias de bloque de código - - - - Expression-bodied members - Miembros en cuerpo de expresión - - Indentation preferences Preferencias de indentación @@ -27,11 +17,6 @@ El espacio de nombres no se puede agregar en este destino. - - Expected string or char literal - Cadena o carácter literal esperados - - Node does not descend from root. El nodo no desciende de la raíz. @@ -42,16 +27,6 @@ El nodo no está en una lista secundaria de la primaria - - Null-checking preferences - Preferencias de comprobación de nulo - - - - Pattern matching preferences - Preferencias de coincidencia de patrón - - R&emove and Sort Usings Q&uitar y ordenar usos @@ -92,16 +67,6 @@ Preferencias de encapsulado - - 'using' directive preferences - Preferencias de directiva "using" - {Locked="using"} "using" is a C# keyword and should not be localized. - - - var preferences - Preferencias de var - - \ No newline at end of file diff --git a/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.fr.xlf b/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.fr.xlf index d36b84bb9c882..d81fff37a4442 100644 --- a/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.fr.xlf +++ b/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.fr.xlf @@ -2,16 +2,6 @@ - - Code-block preferences - Préférences de bloc de code - - - - Expression-bodied members - Membres expression-bodied - - Indentation preferences Préférences de mise en retrait @@ -27,11 +17,6 @@ L'espace de noms ne peut pas être ajouté dans cette destination. - - Expected string or char literal - Littéral char ou string attendu - - Node does not descend from root. Le nœud ne provient pas de la racine. @@ -42,16 +27,6 @@ Le nœud ne figure pas dans la liste des enfants du parent - - Null-checking preferences - Préférences de vérification de valeur Null - - - - Pattern matching preferences - Préférences correspondants au modèle - - R&emove and Sort Usings Supprim&er et trier les instructions using @@ -92,16 +67,6 @@ Préférences d'enveloppement - - 'using' directive preferences - Préférences pour la directive 'using' - {Locked="using"} "using" is a C# keyword and should not be localized. - - - var preferences - Préférences de var - - \ No newline at end of file diff --git a/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.it.xlf b/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.it.xlf index e9aa19bc79792..e680643c12376 100644 --- a/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.it.xlf +++ b/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.it.xlf @@ -2,16 +2,6 @@ - - Code-block preferences - Preferenze per blocchi di codice - - - - Expression-bodied members - Membri con corpo di espressione - - Indentation preferences Preferenze per rientro @@ -27,11 +17,6 @@ Non è possibile aggiungere lo spazio dei nomi in questa destinazione. - - Expected string or char literal - È previsto un valore letterale di tipo stringa o char - - Node does not descend from root. Il nodo non discende dalla radice. @@ -42,16 +27,6 @@ Il nodo non è incluso nell'elenco degli elementi figlio dell'elemento padre - - Null-checking preferences - Preference per controllo valori Null - - - - Pattern matching preferences - Preferenze per criteri di ricerca - - R&emove and Sort Usings Ri&muovi e ordina using @@ -92,16 +67,6 @@ Preferenze per ritorno a capo - - 'using' directive preferences - Preferenze per direttive 'using' - {Locked="using"} "using" is a C# keyword and should not be localized. - - - var preferences - Preferenze per var - - \ No newline at end of file diff --git a/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.ja.xlf b/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.ja.xlf index c7176159a842d..698d74492b5f6 100644 --- a/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.ja.xlf +++ b/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.ja.xlf @@ -2,16 +2,6 @@ - - Code-block preferences - コード ブロックの設定 - - - - Expression-bodied members - 式のようなメンバー - - Indentation preferences インデント設定 @@ -27,11 +17,6 @@ 名前空間は、このターゲットでは追加できません。 - - Expected string or char literal - 文字列または文字リテラルが必要です - - Node does not descend from root. ノードがルートから派生していません。 @@ -42,16 +27,6 @@ ノードが親の子リストにありません - - Null-checking preferences - Null チェック設定 - - - - Pattern matching preferences - パターン マッチング設定 - - R&emove and Sort Usings Using の削除と並び替え(&E) @@ -92,16 +67,6 @@ 折り返しの設定 - - 'using' directive preferences - 'using' ディレクティブの基本設定 - {Locked="using"} "using" is a C# keyword and should not be localized. - - - var preferences - var を優先 - - \ No newline at end of file diff --git a/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.ko.xlf b/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.ko.xlf index b526270bc1160..a624d957ff701 100644 --- a/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.ko.xlf +++ b/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.ko.xlf @@ -2,16 +2,6 @@ - - Code-block preferences - 코드 블록 기본 설정 - - - - Expression-bodied members - 식 본문 멤버 - - Indentation preferences 들여쓰기 기본 설정 @@ -27,11 +17,6 @@ 이 대상에는 네임스페이스를 추가할 수 없습니다. - - Expected string or char literal - 문자열 또는 문자 리터럴이 필요합니다. - - Node does not descend from root. 노드가 루트의 내림차순이 아닙니다. @@ -42,16 +27,6 @@ 부모의 자식 목록에 노드가 없습니다. - - Null-checking preferences - Null 검사 기본 설정 - - - - Pattern matching preferences - 패턴 일치 기본 설정 - - R&emove and Sort Usings Using 제거 및 정렬(&E) @@ -92,16 +67,6 @@ 기본 설정 래핑 - - 'using' directive preferences - 'using' 지시문 기본 설정 - {Locked="using"} "using" is a C# keyword and should not be localized. - - - var preferences - var 기본 설정 - - \ No newline at end of file diff --git a/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.pl.xlf b/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.pl.xlf index cc127ab53cf1d..f71b516b0979d 100644 --- a/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.pl.xlf +++ b/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.pl.xlf @@ -2,16 +2,6 @@ - - Code-block preferences - Preferencje bloku kodu - - - - Expression-bodied members - Składowe z wyrażeniem w treści - - Indentation preferences Preferencje wcięć @@ -27,11 +17,6 @@ Do tego miejsca docelowego nie można dodać przestrzeni nazw. - - Expected string or char literal - Oczekiwano ciągu lub literału znakowego - - Node does not descend from root. Węzeł nie jest elementem podrzędnym elementu głównego. @@ -42,16 +27,6 @@ Węzeł nie znajduje się na liście elementów podrzędnych elementu nadrzędnego - - Null-checking preferences - Preferencje sprawdzania wartości null - - - - Pattern matching preferences - Preferencje dopasowywania do wzorca - - R&emove and Sort Usings &Usuń i sortuj instrukcje using @@ -92,16 +67,6 @@ Preferencje zawijania - - 'using' directive preferences - Preferencje dyrektywy „using” - {Locked="using"} "using" is a C# keyword and should not be localized. - - - var preferences - Preferencje zmiennych - - \ No newline at end of file diff --git a/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.pt-BR.xlf b/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.pt-BR.xlf index 141bd9a09f486..bdbdcb506c524 100644 --- a/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.pt-BR.xlf +++ b/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.pt-BR.xlf @@ -2,16 +2,6 @@ - - Code-block preferences - Preferências do bloco de código - - - - Expression-bodied members - Membros aptos para expressão - - Indentation preferences Preferências de recuo @@ -27,11 +17,6 @@ Namespace não pode ser adicionado nesse destino. - - Expected string or char literal - Cadeia de caracteres esperada ou literal char - - Node does not descend from root. Nó não deriva da raiz. @@ -42,16 +27,6 @@ Nó não está na lista de filhos do pai - - Null-checking preferences - Preferências de verificação nula - - - - Pattern matching preferences - Preferências de correspondência de padrões - - R&emove and Sort Usings R&emover e Classificar Usos @@ -92,16 +67,6 @@ Preferências de quebra de linha - - 'using' directive preferences - Preferências da diretiva 'using' - {Locked="using"} "using" is a C# keyword and should not be localized. - - - var preferences - preferências de var - - \ No newline at end of file diff --git a/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.ru.xlf b/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.ru.xlf index e490b07a224ba..15d6ed6646df2 100644 --- a/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.ru.xlf +++ b/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.ru.xlf @@ -2,16 +2,6 @@ - - Code-block preferences - Предпочтения для блоков кода - - - - Expression-bodied members - Члены, заданные выражениями - - Indentation preferences Предпочтения для отступов @@ -27,11 +17,6 @@ Не удается добавить пространство имен в этот конечный объект. - - Expected string or char literal - Требуется строка или знаковый литерал - - Node does not descend from root. Узел не является корневым. @@ -42,16 +27,6 @@ Узел не входит в родительский список дочерних узлов - - Null-checking preferences - Настройки проверки на null - - - - Pattern matching preferences - Настройки соответствия шаблонов - - R&emove and Sort Usings У&далить и отсортировать директивы using @@ -92,16 +67,6 @@ Предпочтения переноса - - 'using' directive preferences - предпочтения для директивы using - {Locked="using"} "using" is a C# keyword and should not be localized. - - - var preferences - Предпочтения var - - \ No newline at end of file diff --git a/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.tr.xlf b/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.tr.xlf index f654029681ee3..b1c3ab31384ca 100644 --- a/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.tr.xlf +++ b/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.tr.xlf @@ -2,16 +2,6 @@ - - Code-block preferences - Kod bloğu tercihleri - - - - Expression-bodied members - İfade gövdeli Üyeler - - Indentation preferences Girinti tercihleri @@ -27,11 +17,6 @@ Ad alanı bu hedefe eklenemez. - - Expected string or char literal - Beklenen dize veya karakter sabiti değeri - - Node does not descend from root. Düğüm kökten azalmaz. @@ -42,16 +27,6 @@ Düğüm üst öğenin alt öğe listesinde değil - - Null-checking preferences - Null denetimi tercihleri - - - - Pattern matching preferences - Desen eşleştirme tercihleri - - R&emove and Sort Usings &Kaldır ve Sıralama Usings @@ -92,16 +67,6 @@ Kaydırma tercihleri - - 'using' directive preferences - 'using' yönergesi tercihleri - {Locked="using"} "using" is a C# keyword and should not be localized. - - - var preferences - var tercihleri - - \ No newline at end of file diff --git a/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.zh-Hans.xlf b/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.zh-Hans.xlf index 0573a886900be..f3aa0d431c08a 100644 --- a/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.zh-Hans.xlf +++ b/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.zh-Hans.xlf @@ -2,16 +2,6 @@ - - Code-block preferences - 代码块首选项 - - - - Expression-bodied members - Expression-bodied 成员 - - Indentation preferences 缩进首选项 @@ -27,11 +17,6 @@ 不能在此目标中添加命名空间。 - - Expected string or char literal - 预期的字符串或字符文本 - - Node does not descend from root. 节点并非源自根。 @@ -42,16 +27,6 @@ 节点不在父级的子列表中 - - Null-checking preferences - Null 检查首选项 - - - - Pattern matching preferences - 模式匹配首选项 - - R&emove and Sort Usings 删除 Using 和对其排序(&E) @@ -92,16 +67,6 @@ 包装首选项 - - 'using' directive preferences - "using" 指令首选项 - {Locked="using"} "using" is a C# keyword and should not be localized. - - - var preferences - var 首选项 - - \ No newline at end of file diff --git a/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.zh-Hant.xlf b/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.zh-Hant.xlf index 5fe3512eb85e0..9e24387134fb9 100644 --- a/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.zh-Hant.xlf +++ b/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.zh-Hant.xlf @@ -2,16 +2,6 @@ - - Code-block preferences - 程式碼區塊喜好設定 - - - - Expression-bodied members - 運算式主體成員 - - Indentation preferences 縮排喜好設定 @@ -27,11 +17,6 @@ 無法將命名空間加入此目的地。 - - Expected string or char literal - 必須是字串或字元常值 - - Node does not descend from root. 節點不是根的子系。 @@ -42,16 +27,6 @@ 節點不在父代的子清單中 - - Null-checking preferences - Null 檢查喜好設定 - - - - Pattern matching preferences - 模式比對喜好設定 - - R&emove and Sort Usings 移除和排序 Using(&E) @@ -92,16 +67,6 @@ 換行喜好設定 - - 'using' directive preferences - 'using' 指示詞的喜好設定 - {Locked="using"} "using" is a C# keyword and should not be localized. - - - var preferences - var 喜好設定 - - \ No newline at end of file diff --git a/src/Workspaces/Core/MSBuild/Microsoft.CodeAnalysis.Workspaces.MSBuild.csproj b/src/Workspaces/Core/MSBuild/Microsoft.CodeAnalysis.Workspaces.MSBuild.csproj index b4d63ba915319..149e33010492a 100644 --- a/src/Workspaces/Core/MSBuild/Microsoft.CodeAnalysis.Workspaces.MSBuild.csproj +++ b/src/Workspaces/Core/MSBuild/Microsoft.CodeAnalysis.Workspaces.MSBuild.csproj @@ -25,11 +25,6 @@ InternalUtilities\GlobalAssemblyCache.cs - - True - True - WorkspaceMSBuildResources.resx - @@ -44,10 +39,7 @@ - - ResXFileCodeGenerator - WorkspaceMSBuildResources.Designer.cs - + diff --git a/src/Workspaces/Core/MSBuild/WorkspaceMSBuildResources.Designer.cs b/src/Workspaces/Core/MSBuild/WorkspaceMSBuildResources.Designer.cs deleted file mode 100644 index 66fa46d5a00d2..0000000000000 --- a/src/Workspaces/Core/MSBuild/WorkspaceMSBuildResources.Designer.cs +++ /dev/null @@ -1,126 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace Microsoft.CodeAnalysis { - using System; - - - /// - /// A strongly-typed resource class, for looking up localized strings, etc. - /// - // This class was auto-generated by the StronglyTypedResourceBuilder - // class via a tool like ResGen or Visual Studio. - // To add or remove a member, edit your .ResX file then rerun ResGen - // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - internal class WorkspaceMSBuildResources { - - private static global::System.Resources.ResourceManager resourceMan; - - private static global::System.Globalization.CultureInfo resourceCulture; - - [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] - internal WorkspaceMSBuildResources() { - } - - /// - /// Returns the cached ResourceManager instance used by this class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Resources.ResourceManager ResourceManager { - get { - if (object.ReferenceEquals(resourceMan, null)) { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.CodeAnalysis.WorkspaceMSBuildResources", typeof(WorkspaceMSBuildResources).Assembly); - resourceMan = temp; - } - return resourceMan; - } - } - - /// - /// Overrides the current thread's CurrentUICulture property for all - /// resource lookups using this strongly typed resource class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Globalization.CultureInfo Culture { - get { - return resourceCulture; - } - set { - resourceCulture = value; - } - } - - /// - /// Looks up a localized string similar to Duplicate project discovered and skipped: {0}. - /// - internal static string Duplicate_project_discovered_and_skipped_0 { - get { - return ResourceManager.GetString("Duplicate_project_discovered_and_skipped_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Found project reference without a matching metadata reference: {0}. - /// - internal static string Found_project_reference_without_a_matching_metadata_reference_0 { - get { - return ResourceManager.GetString("Found_project_reference_without_a_matching_metadata_reference_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Found project with the same file path and output path as another project: {0}. - /// - internal static string Found_project_with_the_same_file_path_and_output_path_as_another_project_0 { - get { - return ResourceManager.GetString("Found_project_with_the_same_file_path_and_output_path_as_another_project_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Msbuild failed when processing the file '{0}'. - /// - internal static string Msbuild_failed_when_processing_the_file_0 { - get { - return ResourceManager.GetString("Msbuild_failed_when_processing_the_file_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Msbuild failed when processing the file '{0}' with message: {1}. - /// - internal static string Msbuild_failed_when_processing_the_file_0_with_message_1 { - get { - return ResourceManager.GetString("Msbuild_failed_when_processing_the_file_0_with_message_1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Project does not contain '{0}' target.. - /// - internal static string Project_does_not_contain_0_target { - get { - return ResourceManager.GetString("Project_does_not_contain_0_target", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Unresolved metadata reference removed from project: {0}. - /// - internal static string Unresolved_metadata_reference_removed_from_project_0 { - get { - return ResourceManager.GetString("Unresolved_metadata_reference_removed_from_project_0", resourceCulture); - } - } - } -} diff --git a/src/Workspaces/Core/Portable/CodeFixes/CodeFixContext.cs b/src/Workspaces/Core/Portable/CodeFixes/CodeFixContext.cs index 48665e9de7a8e..1ad085c39baf3 100644 --- a/src/Workspaces/Core/Portable/CodeFixes/CodeFixContext.cs +++ b/src/Workspaces/Core/Portable/CodeFixes/CodeFixContext.cs @@ -248,7 +248,7 @@ private static void VerifyDiagnosticsArgument(ImmutableArray diagnos if (diagnostics.Any(d => d == null)) { - throw new ArgumentException(WorkspacesResources.Supplied_diagnostic_cannot_be_null, nameof(diagnostics)); + throw new ArgumentException(WorkspaceExtensionsResources.Supplied_diagnostic_cannot_be_null, nameof(diagnostics)); } if (diagnostics.Any(d => d.Location.SourceSpan != span)) diff --git a/src/Workspaces/Core/Portable/CodeStyle/CodeStyleOptions.cs b/src/Workspaces/Core/Portable/CodeStyle/CodeStyleOptions.cs index 3f514a21bf4a3..2c06729072c4a 100644 --- a/src/Workspaces/Core/Portable/CodeStyle/CodeStyleOptions.cs +++ b/src/Workspaces/Core/Portable/CodeStyle/CodeStyleOptions.cs @@ -403,13 +403,13 @@ private static string GetUnusedParametersPreferenceEditorConfigString(CodeStyleO internal static class CodeStyleOptionGroups { - public static readonly OptionGroup Usings = new OptionGroup(WorkspacesResources.Organize_usings, priority: 1); - public static readonly OptionGroup ThisOrMe = new OptionGroup(WorkspacesResources.this_dot_and_Me_dot_preferences, priority: 2); - public static readonly OptionGroup PredefinedTypeNameUsage = new OptionGroup(WorkspacesResources.Language_keywords_vs_BCL_types_preferences, priority: 3); - public static readonly OptionGroup Parentheses = new OptionGroup(WorkspacesResources.Parentheses_preferences, priority: 4); - public static readonly OptionGroup Modifier = new OptionGroup(WorkspacesResources.Modifier_preferences, priority: 5); - public static readonly OptionGroup ExpressionLevelPreferences = new OptionGroup(WorkspacesResources.Expression_level_preferences, priority: 6); - public static readonly OptionGroup Field = new OptionGroup(WorkspacesResources.Field_preferences, priority: 7); - public static readonly OptionGroup Parameter = new OptionGroup(WorkspacesResources.Parameter_preferences, priority: 8); + public static readonly OptionGroup Usings = new OptionGroup(CompilerExtensionsResources.Organize_usings, priority: 1); + public static readonly OptionGroup ThisOrMe = new OptionGroup(CompilerExtensionsResources.this_dot_and_Me_dot_preferences, priority: 2); + public static readonly OptionGroup PredefinedTypeNameUsage = new OptionGroup(CompilerExtensionsResources.Language_keywords_vs_BCL_types_preferences, priority: 3); + public static readonly OptionGroup Parentheses = new OptionGroup(CompilerExtensionsResources.Parentheses_preferences, priority: 4); + public static readonly OptionGroup Modifier = new OptionGroup(CompilerExtensionsResources.Modifier_preferences, priority: 5); + public static readonly OptionGroup ExpressionLevelPreferences = new OptionGroup(CompilerExtensionsResources.Expression_level_preferences, priority: 6); + public static readonly OptionGroup Field = new OptionGroup(CompilerExtensionsResources.Field_preferences, priority: 7); + public static readonly OptionGroup Parameter = new OptionGroup(CompilerExtensionsResources.Parameter_preferences, priority: 8); } } diff --git a/src/Workspaces/Core/Portable/Microsoft.CodeAnalysis.Workspaces.csproj b/src/Workspaces/Core/Portable/Microsoft.CodeAnalysis.Workspaces.csproj index be6bb52531441..791b90293522e 100644 --- a/src/Workspaces/Core/Portable/Microsoft.CodeAnalysis.Workspaces.csproj +++ b/src/Workspaces/Core/Portable/Microsoft.CodeAnalysis.Workspaces.csproj @@ -124,18 +124,7 @@ - - True - True - WorkspacesResources.resx - - - - - ResXFileCodeGenerator - WorkspacesResources.Designer.cs - Designer - + diff --git a/src/Workspaces/Core/Portable/Shared/Extensions/ISolutionExtensions.cs b/src/Workspaces/Core/Portable/Shared/Extensions/ISolutionExtensions.cs index 3c3dafceb2ce9..2687c95712acf 100644 --- a/src/Workspaces/Core/Portable/Shared/Extensions/ISolutionExtensions.cs +++ b/src/Workspaces/Core/Portable/Shared/Extensions/ISolutionExtensions.cs @@ -59,7 +59,7 @@ public static Solution WithTextDocumentText(this Solution solution, DocumentId d return solution.WithAdditionalDocumentText(documentId, text, mode); case null: - throw new InvalidOperationException(WorkspacesResources.The_solution_does_not_contain_the_specified_document); + throw new InvalidOperationException(WorkspaceExtensionsResources.The_solution_does_not_contain_the_specified_document); default: throw ExceptionUtilities.UnexpectedValue(documentKind); diff --git a/src/Workspaces/Core/Portable/Shared/Utilities/XmlFragmentParser.cs b/src/Workspaces/Core/Portable/Shared/Utilities/XmlFragmentParser.cs index 9e63dc47bb3f2..ed55e9da9f750 100644 --- a/src/Workspaces/Core/Portable/Shared/Utilities/XmlFragmentParser.cs +++ b/src/Workspaces/Core/Portable/Shared/Utilities/XmlFragmentParser.cs @@ -52,12 +52,6 @@ public static void ParseFragment(string xmlFragment, Action(string text, Action callback, TArg arg) { _textReader.SetText(text); diff --git a/src/Workspaces/Core/Portable/Utilities/Documentation/XmlDocumentationProvider.cs b/src/Workspaces/Core/Portable/Utilities/Documentation/XmlDocumentationProvider.cs index f6f98383afea9..f7af70057f1de 100644 --- a/src/Workspaces/Core/Portable/Utilities/Documentation/XmlDocumentationProvider.cs +++ b/src/Workspaces/Core/Portable/Utilities/Documentation/XmlDocumentationProvider.cs @@ -56,12 +56,6 @@ public static XmlDocumentationProvider CreateFromFile(string xmlDocCommentFilePa return new FileBasedXmlDocumentationProvider(xmlDocCommentFilePath); } - [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.FxCop.Rules.Security.Xml.SecurityXmlRules", "CA3053:UseXmlSecureResolver", - MessageId = "System.Xml.XmlReader.Create", - Justification = @"For the call to XmlReader.Create() below, CA3053 recommends setting the -XmlReaderSettings.XmlResolver property to either null or an instance of XmlSecureResolver. -However, the said XmlResolver property no longer exists in .NET portable framework (i.e. core framework) which means there is no way to set it. -So we suppress this error until the reporting for CA3053 has been updated to account for .NET portable framework.")] private XDocument GetXDocument(CancellationToken cancellationToken) { using var stream = GetSourceStream(cancellationToken); diff --git a/src/Workspaces/Core/Portable/Workspace/Solution/DocumentState.cs b/src/Workspaces/Core/Portable/Workspace/Solution/DocumentState.cs index d542ee5d786a0..8ffbb374ae22d 100644 --- a/src/Workspaces/Core/Portable/Workspace/Solution/DocumentState.cs +++ b/src/Workspaces/Core/Portable/Workspace/Solution/DocumentState.cs @@ -769,9 +769,10 @@ public async Task> GetAnalyzerOptionsAsync(s { var projectPath = PathUtilities.GetDirectoryName(projectFilePath); - if (!RoslynString.IsNullOrEmpty(projectPath)) + if (!RoslynString.IsNullOrEmpty(projectPath) && + PathUtilities.GetDirectoryName(projectFilePath) is string directory) { - effectiveFilePath = PathUtilities.CombinePathsUnchecked(PathUtilities.GetDirectoryName(projectFilePath), Name); + effectiveFilePath = PathUtilities.CombinePathsUnchecked(directory, Name); } } diff --git a/src/Workspaces/Core/Portable/Workspace/Solution/ProjectState.cs b/src/Workspaces/Core/Portable/Workspace/Solution/ProjectState.cs index 94f3ac97c0f53..7b5cc5ea4ec3d 100644 --- a/src/Workspaces/Core/Portable/Workspace/Solution/ProjectState.cs +++ b/src/Workspaces/Core/Portable/Workspace/Solution/ProjectState.cs @@ -272,11 +272,13 @@ public ImmutableDictionary GetAnalyzerConfigSpecialDia switch (_projectInfo.Language) { case LanguageNames.CSharp: - sourceFilePath = PathUtilities.CombineAbsoluteAndRelativePaths(projectDirectory, $"{fileName}.cs"); + // Suppression should be removed or addressed https://github.com/dotnet/roslyn/issues/41636 + sourceFilePath = PathUtilities.CombineAbsoluteAndRelativePaths(projectDirectory, $"{fileName}.cs")!; break; case LanguageNames.VisualBasic: - sourceFilePath = PathUtilities.CombineAbsoluteAndRelativePaths(projectDirectory, $"{fileName}.vb"); + // Suppression should be removed or addressed https://github.com/dotnet/roslyn/issues/41636 + sourceFilePath = PathUtilities.CombineAbsoluteAndRelativePaths(projectDirectory, $"{fileName}.vb")!; break; default: diff --git a/src/Workspaces/Core/Portable/Workspace/Solution/SolutionState.cs b/src/Workspaces/Core/Portable/Workspace/Solution/SolutionState.cs index 9f4b3c2716d50..d65c4707dcc0b 100644 --- a/src/Workspaces/Core/Portable/Workspace/Solution/SolutionState.cs +++ b/src/Workspaces/Core/Portable/Workspace/Solution/SolutionState.cs @@ -2231,7 +2231,7 @@ private void CheckContainsDocument(DocumentId documentId) if (!this.ContainsDocument(documentId)) { - throw new InvalidOperationException(WorkspacesResources.The_solution_does_not_contain_the_specified_document); + throw new InvalidOperationException(WorkspaceExtensionsResources.The_solution_does_not_contain_the_specified_document); } } @@ -2241,7 +2241,7 @@ private void CheckContainsAdditionalDocument(DocumentId documentId) if (!this.ContainsAdditionalDocument(documentId)) { - throw new InvalidOperationException(WorkspacesResources.The_solution_does_not_contain_the_specified_document); + throw new InvalidOperationException(WorkspaceExtensionsResources.The_solution_does_not_contain_the_specified_document); } } @@ -2251,7 +2251,7 @@ private void CheckContainsAnalyzerConfigDocument(DocumentId documentId) if (!this.ContainsAnalyzerConfigDocument(documentId)) { - throw new InvalidOperationException(WorkspacesResources.The_solution_does_not_contain_the_specified_document); + throw new InvalidOperationException(WorkspaceExtensionsResources.The_solution_does_not_contain_the_specified_document); } } diff --git a/src/Workspaces/Core/Portable/WorkspacesResources.Designer.cs b/src/Workspaces/Core/Portable/WorkspacesResources.Designer.cs deleted file mode 100644 index c32e73f6ef129..0000000000000 --- a/src/Workspaces/Core/Portable/WorkspacesResources.Designer.cs +++ /dev/null @@ -1,3830 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace Microsoft.CodeAnalysis { - using System; - - - /// - /// A strongly-typed resource class, for looking up localized strings, etc. - /// - // This class was auto-generated by the StronglyTypedResourceBuilder - // class via a tool like ResGen or Visual Studio. - // To add or remove a member, edit your .ResX file then rerun ResGen - // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - internal class WorkspacesResources { - - private static global::System.Resources.ResourceManager resourceMan; - - private static global::System.Globalization.CultureInfo resourceCulture; - - [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] - internal WorkspacesResources() { - } - - /// - /// Returns the cached ResourceManager instance used by this class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Resources.ResourceManager ResourceManager { - get { - if (object.ReferenceEquals(resourceMan, null)) { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.CodeAnalysis.WorkspacesResources", typeof(WorkspacesResources).Assembly); - resourceMan = temp; - } - return resourceMan; - } - } - - /// - /// Overrides the current thread's CurrentUICulture property for all - /// resource lookups using this strongly typed resource class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Globalization.CultureInfo Culture { - get { - return resourceCulture; - } - set { - resourceCulture = value; - } - } - - /// - /// Looks up a localized string similar to '{0}' encountered an error and has been disabled.. - /// - internal static string _0_encountered_an_error_and_has_been_disabled { - get { - return ResourceManager.GetString("_0_encountered_an_error_and_has_been_disabled", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' is already part of the workspace.. - /// - internal static string _0_is_already_part_of_the_workspace { - get { - return ResourceManager.GetString("_0_is_already_part_of_the_workspace", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to {0} is already present.. - /// - internal static string _0_is_already_present { - get { - return ResourceManager.GetString("_0_is_already_present", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' is already referenced.. - /// - internal static string _0_is_already_referenced { - get { - return ResourceManager.GetString("_0_is_already_referenced", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' is not open.. - /// - internal static string _0_is_not_open { - get { - return ResourceManager.GetString("_0_is_not_open", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' is not part of the workspace.. - /// - internal static string _0_is_not_part_of_the_workspace { - get { - return ResourceManager.GetString("_0_is_not_part_of_the_workspace", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to {0} is not present.. - /// - internal static string _0_is_not_present { - get { - return ResourceManager.GetString("_0_is_not_present", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' is not referenced.. - /// - internal static string _0_is_not_referenced { - get { - return ResourceManager.GetString("_0_is_not_referenced", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to {0} is still open.. - /// - internal static string _0_is_still_open { - get { - return ResourceManager.GetString("_0_is_still_open", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to "{0}" must be a non-null and non-empty string.. - /// - internal static string _0_must_be_a_non_null_and_non_empty_string { - get { - return ResourceManager.GetString("_0_must_be_a_non_null_and_non_empty_string", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to '{0}' returned an uninitialized ImmutableArray. - /// - internal static string _0_returned_an_uninitialized_ImmutableArray { - get { - return ResourceManager.GetString("_0_returned_an_uninitialized_ImmutableArray", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to {0} still contains open documents.. - /// - internal static string _0_still_contains_open_documents { - get { - return ResourceManager.GetString("_0_still_contains_open_documents", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A language name cannot be specified for this option.. - /// - internal static string A_language_name_cannot_be_specified_for_this_option { - get { - return ResourceManager.GetString("A_language_name_cannot_be_specified_for_this_option", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A language name must be specified for this option.. - /// - internal static string A_language_name_must_be_specified_for_this_option { - get { - return ResourceManager.GetString("A_language_name_must_be_specified_for_this_option", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A subtraction must be the last element in a character class. - /// - internal static string A_subtraction_must_be_the_last_element_in_a_character_class { - get { - return ResourceManager.GetString("A_subtraction_must_be_the_last_element_in_a_character_class", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Absolute path expected.. - /// - internal static string Absolute_path_expected { - get { - return ResourceManager.GetString("Absolute_path_expected", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Abstract Method. - /// - internal static string Abstract_Method { - get { - return ResourceManager.GetString("Abstract_Method", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Add braces to '{0}' statement.. - /// - internal static string Add_braces_to_0_statement { - get { - return ResourceManager.GetString("Add_braces_to_0_statement", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Added:. - /// - internal static string Added_colon { - get { - return ResourceManager.GetString("Added_colon", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Adding additional documents is not supported.. - /// - internal static string Adding_additional_documents_is_not_supported { - get { - return ResourceManager.GetString("Adding_additional_documents_is_not_supported", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Adding analyzer config documents is not supported.. - /// - internal static string Adding_analyzer_config_documents_is_not_supported { - get { - return ResourceManager.GetString("Adding_analyzer_config_documents_is_not_supported", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Adding analyzer references is not supported.. - /// - internal static string Adding_analyzer_references_is_not_supported { - get { - return ResourceManager.GetString("Adding_analyzer_references_is_not_supported", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Adding documents is not supported.. - /// - internal static string Adding_documents_is_not_supported { - get { - return ResourceManager.GetString("Adding_documents_is_not_supported", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Adding metadata references is not supported.. - /// - internal static string Adding_metadata_references_is_not_supported { - get { - return ResourceManager.GetString("Adding_metadata_references_is_not_supported", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Adding project reference from '{0}' to '{1}' will cause a circular reference.. - /// - internal static string Adding_project_reference_from_0_to_1_will_cause_a_circular_reference { - get { - return ResourceManager.GetString("Adding_project_reference_from_0_to_1_will_cause_a_circular_reference", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Adding project references is not supported.. - /// - internal static string Adding_project_references_is_not_supported { - get { - return ResourceManager.GetString("Adding_project_references_is_not_supported", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Adding projects is not supported.. - /// - internal static string Adding_projects_is_not_supported { - get { - return ResourceManager.GetString("Adding_projects_is_not_supported", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to After:. - /// - internal static string After_colon { - get { - return ResourceManager.GetString("After_colon", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Alternation conditions cannot be comments. - /// - internal static string Alternation_conditions_cannot_be_comments { - get { - return ResourceManager.GetString("Alternation_conditions_cannot_be_comments", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Alternation conditions do not capture and cannot be named. - /// - internal static string Alternation_conditions_do_not_capture_and_cannot_be_named { - get { - return ResourceManager.GetString("Alternation_conditions_do_not_capture_and_cannot_be_named", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to An element with the same key but a different value already exists.. - /// - internal static string An_element_with_the_same_key_but_a_different_value_already_exists { - get { - return ResourceManager.GetString("An_element_with_the_same_key_but_a_different_value_already_exists", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to An error occurred while reading the specified configuration file: {0}. - /// - internal static string An_error_occurred_while_reading_the_specified_configuration_file_colon_0 { - get { - return ResourceManager.GetString("An_error_occurred_while_reading_the_specified_configuration_file_colon_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Arrays with more than one dimension cannot be serialized.. - /// - internal static string Arrays_with_more_than_one_dimension_cannot_be_serialized { - get { - return ResourceManager.GetString("Arrays_with_more_than_one_dimension_cannot_be_serialized", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Async Method. - /// - internal static string Async_Method { - get { - return ResourceManager.GetString("Async_Method", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to At least one diagnostic must be supplied.. - /// - internal static string At_least_one_diagnostic_must_be_supplied { - get { - return ResourceManager.GetString("At_least_one_diagnostic_must_be_supplied", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Before:. - /// - internal static string Before_colon { - get { - return ResourceManager.GetString("Before_colon", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Begins with I. - /// - internal static string Begins_with_I { - get { - return ResourceManager.GetString("Begins_with_I", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Can't resolve analyzer reference: '{0}'.. - /// - internal static string Can_t_resolve_analyzer_reference_colon_0 { - get { - return ResourceManager.GetString("Can_t_resolve_analyzer_reference_colon_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Can't resolve metadata reference: '{0}'.. - /// - internal static string Can_t_resolve_metadata_reference_colon_0 { - get { - return ResourceManager.GetString("Can_t_resolve_metadata_reference_colon_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot deserialize type '{0}'.. - /// - internal static string Cannot_deserialize_type_0 { - get { - return ResourceManager.GetString("Cannot_deserialize_type_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot generate code for unsupported operator '{0}'. - /// - internal static string Cannot_generate_code_for_unsupported_operator_0 { - get { - return ResourceManager.GetString("Cannot_generate_code_for_unsupported_operator_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot include class \{0} in character range. - /// - internal static string Cannot_include_class_0_in_character_range { - get { - return ResourceManager.GetString("Cannot_include_class_0_in_character_range", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot open project '{0}' because the file extension '{1}' is not associated with a language.. - /// - internal static string Cannot_open_project_0_because_the_file_extension_1_is_not_associated_with_a_language { - get { - return ResourceManager.GetString("Cannot_open_project_0_because_the_file_extension_1_is_not_associated_with_a_langu" + - "age", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot open project '{0}' because the language '{1}' is not supported.. - /// - internal static string Cannot_open_project_0_because_the_language_1_is_not_supported { - get { - return ResourceManager.GetString("Cannot_open_project_0_because_the_language_1_is_not_supported", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot serialize type '{0}'.. - /// - internal static string Cannot_serialize_type_0 { - get { - return ResourceManager.GetString("Cannot_serialize_type_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Capture group numbers must be less than or equal to Int32.MaxValue. - /// - internal static string Capture_group_numbers_must_be_less_than_or_equal_to_Int32_MaxValue { - get { - return ResourceManager.GetString("Capture_group_numbers_must_be_less_than_or_equal_to_Int32_MaxValue", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Capture number cannot be zero. - /// - internal static string Capture_number_cannot_be_zero { - get { - return ResourceManager.GetString("Capture_number_cannot_be_zero", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cast is redundant.. - /// - internal static string Cast_is_redundant { - get { - return ResourceManager.GetString("Cast_is_redundant", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Changing additional documents is not supported.. - /// - internal static string Changing_additional_documents_is_not_supported { - get { - return ResourceManager.GetString("Changing_additional_documents_is_not_supported", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Changing analyzer config documents is not supported.. - /// - internal static string Changing_analyzer_config_documents_is_not_supported { - get { - return ResourceManager.GetString("Changing_analyzer_config_documents_is_not_supported", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Changing compilation options is not supported.. - /// - internal static string Changing_compilation_options_is_not_supported { - get { - return ResourceManager.GetString("Changing_compilation_options_is_not_supported", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Changing document '{0}' is not supported.. - /// - internal static string Changing_document_0_is_not_supported { - get { - return ResourceManager.GetString("Changing_document_0_is_not_supported", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Changing document properties is not supported. - /// - internal static string Changing_document_property_is_not_supported { - get { - return ResourceManager.GetString("Changing_document_property_is_not_supported", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Changing documents is not supported.. - /// - internal static string Changing_documents_is_not_supported { - get { - return ResourceManager.GetString("Changing_documents_is_not_supported", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Changing parse options is not supported.. - /// - internal static string Changing_parse_options_is_not_supported { - get { - return ResourceManager.GetString("Changing_parse_options_is_not_supported", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Changing project properties is not supported.. - /// - internal static string Changing_project_properties_is_not_supported { - get { - return ResourceManager.GetString("Changing_project_properties_is_not_supported", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Class. - /// - internal static string Class { - get { - return ResourceManager.GetString("Class", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Compilation is required to accomplish the task but is not supported by project {0}.. - /// - internal static string Compilation_is_required_to_accomplish_the_task_but_is_not_supported_by_project_0 { - get { - return ResourceManager.GetString("Compilation_is_required_to_accomplish_the_task_but_is_not_supported_by_project_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Core EditorConfig Options. - /// - internal static string Core_EditorConfig_Options { - get { - return ResourceManager.GetString("Core_EditorConfig_Options", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Could not find location to generation symbol into.. - /// - internal static string Could_not_find_location_to_generation_symbol_into { - get { - return ResourceManager.GetString("Could_not_find_location_to_generation_symbol_into", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to C# files. - /// - internal static string CSharp_files { - get { - return ResourceManager.GetString("CSharp_files", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cycle detected in extensions. - /// - internal static string Cycle_detected_in_extensions { - get { - return ResourceManager.GetString("Cycle_detected_in_extensions", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to DateTimeKind must be Utc. - /// - internal static string DateTimeKind_must_be_Utc { - get { - return ResourceManager.GetString("DateTimeKind_must_be_Utc", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Delegate. - /// - internal static string Delegate { - get { - return ResourceManager.GetString("Delegate", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Deserialization reader for '{0}' read incorrect number of values.. - /// - internal static string Deserialization_reader_for_0_read_incorrect_number_of_values { - get { - return ResourceManager.GetString("Deserialization_reader_for_0_read_incorrect_number_of_values", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Destination location was from a different tree.. - /// - internal static string Destination_location_was_from_a_different_tree { - get { - return ResourceManager.GetString("Destination_location_was_from_a_different_tree", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Destination location was not in source.. - /// - internal static string Destination_location_was_not_in_source { - get { - return ResourceManager.GetString("Destination_location_was_not_in_source", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Destination type must be a {0}, {1}, {2} or {3}, but given one is {4}.. - /// - internal static string Destination_type_must_be_a_0_1_2_or_3_but_given_one_is_4 { - get { - return ResourceManager.GetString("Destination_type_must_be_a_0_1_2_or_3_but_given_one_is_4", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Destination type must be a {0}, {1} or {2}, but given one is {3}.. - /// - internal static string Destination_type_must_be_a_0_1_or_2_but_given_one_is_3 { - get { - return ResourceManager.GetString("Destination_type_must_be_a_0_1_or_2_but_given_one_is_3", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Destination type must be a {0}, but given one is {1}.. - /// - internal static string Destination_type_must_be_a_0_but_given_one_is_1 { - get { - return ResourceManager.GetString("Destination_type_must_be_a_0_but_given_one_is_1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Destination type must be a {0} or a {1}, but given one is {2}.. - /// - internal static string Destination_type_must_be_a_0_or_a_1_but_given_one_is_2 { - get { - return ResourceManager.GetString("Destination_type_must_be_a_0_or_a_1_but_given_one_is_2", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Diagnostic must have span '{0}'. - /// - internal static string Diagnostic_must_have_span_0 { - get { - return ResourceManager.GetString("Diagnostic_must_have_span_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Document does not support syntax trees. - /// - internal static string Document_does_not_support_syntax_trees { - get { - return ResourceManager.GetString("Document_does_not_support_syntax_trees", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Documentation comment id must start with E, F, M, N, P or T. - /// - internal static string Documentation_comment_id_must_start_with_E_F_M_N_P_or_T { - get { - return ResourceManager.GetString("Documentation_comment_id_must_start_with_E_F_M_N_P_or_T", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to .NET Coding Conventions. - /// - internal static string dot_NET_Coding_Conventions { - get { - return ResourceManager.GetString("dot_NET_Coding_Conventions", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Duplicate source file '{0}' in project '{1}'. - /// - internal static string Duplicate_source_file_0_in_project_1 { - get { - return ResourceManager.GetString("Duplicate_source_file_0_in_project_1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Enable. - /// - internal static string Enable { - get { - return ResourceManager.GetString("Enable", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Enable and ignore future errors. - /// - internal static string Enable_and_ignore_future_errors { - get { - return ResourceManager.GetString("Enable_and_ignore_future_errors", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Enum. - /// - internal static string Enum { - get { - return ResourceManager.GetString("Enum", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Error. - /// - internal static string Error { - get { - return ResourceManager.GetString("Error", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Error reading content of source file '{0}' -- '{1}'.. - /// - internal static string Error_reading_content_of_source_file_0_1 { - get { - return ResourceManager.GetString("Error_reading_content_of_source_file_0_1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Event. - /// - internal static string Event { - get { - return ResourceManager.GetString("Event", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Exceptions:. - /// - internal static string Exceptions_colon { - get { - return ResourceManager.GetString("Exceptions_colon", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Expected {0}.. - /// - internal static string Expected_0 { - get { - return ResourceManager.GetString("Expected_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Expected {0} line.. - /// - internal static string Expected_0_line { - get { - return ResourceManager.GetString("Expected_0_line", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Expected end-of-file.. - /// - internal static string Expected_end_of_file { - get { - return ResourceManager.GetString("Expected_end_of_file", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Expected header: "{0}".. - /// - internal static string Expected_header_colon_0 { - get { - return ResourceManager.GetString("Expected_header_colon_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Expression-level preferences. - /// - internal static string Expression_level_preferences { - get { - return ResourceManager.GetString("Expression_level_preferences", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Failure. - /// - internal static string Failure { - get { - return ResourceManager.GetString("Failure", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Field preferences. - /// - internal static string Field_preferences { - get { - return ResourceManager.GetString("Field_preferences", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to File '{0}' size of {1} exceeds maximum allowed size of {2}. - /// - internal static string File_0_size_of_1_exceeds_maximum_allowed_size_of_2 { - get { - return ResourceManager.GetString("File_0_size_of_1_exceeds_maximum_allowed_size_of_2", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to File was externally modified: {0}.. - /// - internal static string File_was_externally_modified_colon_0 { - get { - return ResourceManager.GetString("File_was_externally_modified_colon_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Fix all '{0}'. - /// - internal static string Fix_all_0 { - get { - return ResourceManager.GetString("Fix_all_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Fix all '{0}' in '{1}'. - /// - internal static string Fix_all_0_in_1 { - get { - return ResourceManager.GetString("Fix_all_0_in_1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Fix all '{0}' in Solution. - /// - internal static string Fix_all_0_in_Solution { - get { - return ResourceManager.GetString("Fix_all_0_in_Solution", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Illegal \ at end of pattern. - /// - internal static string Illegal_backslash_at_end_of_pattern { - get { - return ResourceManager.GetString("Illegal_backslash_at_end_of_pattern", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Illegal {x,y} with x > y. - /// - internal static string Illegal_x_y_with_x_less_than_y { - get { - return ResourceManager.GetString("Illegal_x_y_with_x_less_than_y", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Incomplete \p{X} character escape. - /// - internal static string Incomplete_character_escape { - get { - return ResourceManager.GetString("Incomplete_character_escape", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Indentation and spacing. - /// - internal static string Indentation_and_spacing { - get { - return ResourceManager.GetString("Indentation_and_spacing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Insufficient hexadecimal digits. - /// - internal static string Insufficient_hexadecimal_digits { - get { - return ResourceManager.GetString("Insufficient_hexadecimal_digits", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Interface. - /// - internal static string Interface { - get { - return ResourceManager.GetString("Interface", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Invalid CodePage value: {0}. - /// - internal static string Invalid_CodePage_value_colon_0 { - get { - return ResourceManager.GetString("Invalid_CodePage_value_colon_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Invalid group name: Group names must begin with a word character. - /// - internal static string Invalid_group_name_Group_names_must_begin_with_a_word_character { - get { - return ResourceManager.GetString("Invalid_group_name_Group_names_must_begin_with_a_word_character", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Invalid number of parameters for binary operator.. - /// - internal static string Invalid_number_of_parameters_for_binary_operator { - get { - return ResourceManager.GetString("Invalid_number_of_parameters_for_binary_operator", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Invalid number of parameters for unary operator.. - /// - internal static string Invalid_number_of_parameters_for_unary_operator { - get { - return ResourceManager.GetString("Invalid_number_of_parameters_for_unary_operator", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Invalid project block, expected "=" after Project.. - /// - internal static string Invalid_project_block_expected_after_Project { - get { - return ResourceManager.GetString("Invalid_project_block_expected_after_Project", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Invalid project block, expected "," after project name.. - /// - internal static string Invalid_project_block_expected_after_project_name { - get { - return ResourceManager.GetString("Invalid_project_block_expected_after_project_name", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Invalid project block, expected "," after project path.. - /// - internal static string Invalid_project_block_expected_after_project_path { - get { - return ResourceManager.GetString("Invalid_project_block_expected_after_project_path", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Invalid project file path: '{0}'. - /// - internal static string Invalid_project_file_path_colon_0 { - get { - return ResourceManager.GetString("Invalid_project_file_path_colon_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Invalid solution file path: '{0}'. - /// - internal static string Invalid_solution_file_path_colon_0 { - get { - return ResourceManager.GetString("Invalid_solution_file_path_colon_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Label for node '{0}' is invalid, it must be within [0, {1}).. - /// - internal static string Label_for_node_0_is_invalid_it_must_be_within_bracket_0_1 { - get { - return ResourceManager.GetString("Label_for_node_0_is_invalid_it_must_be_within_bracket_0_1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Language keywords vs BCL types preferences. - /// - internal static string Language_keywords_vs_BCL_types_preferences { - get { - return ResourceManager.GetString("Language_keywords_vs_BCL_types_preferences", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Location must be null or from source.. - /// - internal static string Location_must_be_null_or_from_source { - get { - return ResourceManager.GetString("Location_must_be_null_or_from_source", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to malformed. - /// - internal static string Malformed { - get { - return ResourceManager.GetString("Malformed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Malformed \p{X} character escape. - /// - internal static string Malformed_character_escape { - get { - return ResourceManager.GetString("Malformed_character_escape", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Malformed \k<...> named back reference. - /// - internal static string Malformed_named_back_reference { - get { - return ResourceManager.GetString("Malformed_named_back_reference", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Matching nodes '{0}' and '{1}' must have the same label.. - /// - internal static string Matching_nodes_0_and_1_must_have_the_same_label { - get { - return ResourceManager.GetString("Matching_nodes_0_and_1_must_have_the_same_label", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Member access should be qualified.. - /// - internal static string Member_access_should_be_qualified { - get { - return ResourceManager.GetString("Member_access_should_be_qualified", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Metadata is already referenced.. - /// - internal static string Metadata_is_already_referenced { - get { - return ResourceManager.GetString("Metadata_is_already_referenced", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Metadata is not referenced.. - /// - internal static string Metadata_is_not_referenced { - get { - return ResourceManager.GetString("Metadata_is_not_referenced", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Method. - /// - internal static string Method { - get { - return ResourceManager.GetString("Method", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Missing control character. - /// - internal static string Missing_control_character { - get { - return ResourceManager.GetString("Missing_control_character", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Missing prefix: '{0}'. - /// - internal static string Missing_prefix_colon_0 { - get { - return ResourceManager.GetString("Missing_prefix_colon_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Missing suffix: '{0}'. - /// - internal static string Missing_suffix_colon_0 { - get { - return ResourceManager.GetString("Missing_suffix_colon_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Modifier preferences. - /// - internal static string Modifier_preferences { - get { - return ResourceManager.GetString("Modifier_preferences", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Name can be simplified.. - /// - internal static string Name_can_be_simplified { - get { - return ResourceManager.GetString("Name_can_be_simplified", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Naming rules. - /// - internal static string Naming_rules { - get { - return ResourceManager.GetString("Naming_rules", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Naming styles. - /// - internal static string Naming_styles { - get { - return ResourceManager.GetString("Naming_styles", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Nested quantifier {0}. - /// - internal static string Nested_quantifier_0 { - get { - return ResourceManager.GetString("Nested_quantifier_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to New line preferences. - /// - internal static string New_line_preferences { - get { - return ResourceManager.GetString("New_line_preferences", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to No location provided to add statements to.. - /// - internal static string No_location_provided_to_add_statements_to { - get { - return ResourceManager.GetString("No_location_provided_to_add_statements_to", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Node '{0}' must be contained in the new tree.. - /// - internal static string Node_0_must_be_contained_in_the_new_tree { - get { - return ResourceManager.GetString("Node_0_must_be_contained_in_the_new_tree", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Node '{0}' must be contained in the old tree.. - /// - internal static string Node_0_must_be_contained_in_the_old_tree { - get { - return ResourceManager.GetString("Node_0_must_be_contained_in_the_old_tree", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Node is of the wrong type.. - /// - internal static string Node_is_of_the_wrong_type { - get { - return ResourceManager.GetString("Node_is_of_the_wrong_type", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Non-Field Members. - /// - internal static string Non_Field_Members { - get { - return ResourceManager.GetString("Non_Field_Members", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to None. - /// - internal static string None { - get { - return ResourceManager.GetString("None", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Not enough )'s. - /// - internal static string Not_enough_close_parens { - get { - return ResourceManager.GetString("Not_enough_close_parens", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Options did not come from specified Solution. - /// - internal static string Options_did_not_come_from_specified_Solution { - get { - return ResourceManager.GetString("Options_did_not_come_from_specified_Solution", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Organize usings. - /// - internal static string Organize_usings { - get { - return ResourceManager.GetString("Organize_usings", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Parameter preferences. - /// - internal static string Parameter_preferences { - get { - return ResourceManager.GetString("Parameter_preferences", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Parentheses preferences. - /// - internal static string Parentheses_preferences { - get { - return ResourceManager.GetString("Parentheses_preferences", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Pascal Case. - /// - internal static string Pascal_Case { - get { - return ResourceManager.GetString("Pascal_Case", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Populate switch. - /// - internal static string Populate_switch { - get { - return ResourceManager.GetString("Populate_switch", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Prefix '{0}' does not match expected prefix '{1}'. - /// - internal static string Prefix_0_does_not_match_expected_prefix_1 { - get { - return ResourceManager.GetString("Prefix_0_does_not_match_expected_prefix_1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Prefix '{0}' is not expected. - /// - internal static string Prefix_0_is_not_expected { - get { - return ResourceManager.GetString("Prefix_0_is_not_expected", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Private Method. - /// - internal static string Private_Method { - get { - return ResourceManager.GetString("Private_Method", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Private or Internal Field. - /// - internal static string Private_or_Internal_Field { - get { - return ResourceManager.GetString("Private_or_Internal_Field", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Private or Internal Static Field. - /// - internal static string Private_or_Internal_Static_Field { - get { - return ResourceManager.GetString("Private_or_Internal_Static_Field", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Project file not found: '{0}'. - /// - internal static string Project_file_not_found_colon_0 { - get { - return ResourceManager.GetString("Project_file_not_found_colon_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Project of ID {0} is required to accomplish the task but is not available from the solution. - /// - internal static string Project_of_ID_0_is_required_to_accomplish_the_task_but_is_not_available_from_the_solution { - get { - return ResourceManager.GetString("Project_of_ID_0_is_required_to_accomplish_the_task_but_is_not_available_from_the_" + - "solution", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Property. - /// - internal static string Property { - get { - return ResourceManager.GetString("Property", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Public or Protected Field. - /// - internal static string Public_or_Protected_Field { - get { - return ResourceManager.GetString("Public_or_Protected_Field", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Quantifier {x,y} following nothing. - /// - internal static string Quantifier_x_y_following_nothing { - get { - return ResourceManager.GetString("Quantifier_x_y_following_nothing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Refactoring Only. - /// - internal static string Refactoring_Only { - get { - return ResourceManager.GetString("Refactoring_Only", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to reference to undefined group. - /// - internal static string Reference_to_undefined_group { - get { - return ResourceManager.GetString("Reference_to_undefined_group", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Reference to undefined group name {0}. - /// - internal static string Reference_to_undefined_group_name_0 { - get { - return ResourceManager.GetString("Reference_to_undefined_group_name_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Reference to undefined group number {0}. - /// - internal static string Reference_to_undefined_group_number_0 { - get { - return ResourceManager.GetString("Reference_to_undefined_group_number_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to All control characters. This includes the Cc, Cf, Cs, Co, and Cn categories.. - /// - internal static string Regex_all_control_characters_long { - get { - return ResourceManager.GetString("Regex_all_control_characters_long", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to all control characters. - /// - internal static string Regex_all_control_characters_short { - get { - return ResourceManager.GetString("Regex_all_control_characters_short", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to All diacritic marks. This includes the Mn, Mc, and Me categories.. - /// - internal static string Regex_all_diacritic_marks_long { - get { - return ResourceManager.GetString("Regex_all_diacritic_marks_long", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to all diacritic marks. - /// - internal static string Regex_all_diacritic_marks_short { - get { - return ResourceManager.GetString("Regex_all_diacritic_marks_short", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to All letter characters. This includes the Lu, Ll, Lt, Lm, and Lo characters.. - /// - internal static string Regex_all_letter_characters_long { - get { - return ResourceManager.GetString("Regex_all_letter_characters_long", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to all letter characters. - /// - internal static string Regex_all_letter_characters_short { - get { - return ResourceManager.GetString("Regex_all_letter_characters_short", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to All numbers. This includes the Nd, Nl, and No categories.. - /// - internal static string Regex_all_numbers_long { - get { - return ResourceManager.GetString("Regex_all_numbers_long", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to all numbers. - /// - internal static string Regex_all_numbers_short { - get { - return ResourceManager.GetString("Regex_all_numbers_short", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to All punctuation characters. This includes the Pc, Pd, Ps, Pe, Pi, Pf, and Po categories.. - /// - internal static string Regex_all_punctuation_characters_long { - get { - return ResourceManager.GetString("Regex_all_punctuation_characters_long", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to all punctuation characters. - /// - internal static string Regex_all_punctuation_characters_short { - get { - return ResourceManager.GetString("Regex_all_punctuation_characters_short", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to All separator characters. This includes the Zs, Zl, and Zp categories.. - /// - internal static string Regex_all_separator_characters_long { - get { - return ResourceManager.GetString("Regex_all_separator_characters_long", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to all separator characters. - /// - internal static string Regex_all_separator_characters_short { - get { - return ResourceManager.GetString("Regex_all_separator_characters_short", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to All symbols. This includes the Sm, Sc, Sk, and So categories.. - /// - internal static string Regex_all_symbols_long { - get { - return ResourceManager.GetString("Regex_all_symbols_long", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to all symbols. - /// - internal static string Regex_all_symbols_short { - get { - return ResourceManager.GetString("Regex_all_symbols_short", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to You can use the vertical bar (|) character to match any one of a series of patterns, where the | character separates each pattern.. - /// - internal static string Regex_alternation_long { - get { - return ResourceManager.GetString("Regex_alternation_long", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to alternation. - /// - internal static string Regex_alternation_short { - get { - return ResourceManager.GetString("Regex_alternation_short", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The period character (.) matches any character except \n (the newline character, \u000A). If a regular expression pattern is modified by the RegexOptions.Singleline option, or if the portion of the pattern that contains the . character class is modified by the 's' option, . matches any character.. - /// - internal static string Regex_any_character_group_long { - get { - return ResourceManager.GetString("Regex_any_character_group_long", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to any character. - /// - internal static string Regex_any_character_group_short { - get { - return ResourceManager.GetString("Regex_any_character_group_short", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Matches a backspace character, \u0008. - /// - internal static string Regex_backspace_character_long { - get { - return ResourceManager.GetString("Regex_backspace_character_long", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to backspace character. - /// - internal static string Regex_backspace_character_short { - get { - return ResourceManager.GetString("Regex_backspace_character_short", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A balancing group definition deletes the definition of a previously defined group and stores, in the current group, the interval between the previously defined group and the current group. - /// - ///'name1' is the current group (optional), 'name2' is a previously defined group, and 'subexpression' is any valid regular expression pattern. The balancing group definition deletes the definition of name2 and stores the interval between name2 and name1 in name1. If no name2 group is defined, the match backtracks. Be [rest of string was truncated]";. - /// - internal static string Regex_balancing_group_long { - get { - return ResourceManager.GetString("Regex_balancing_group_long", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to balancing group. - /// - internal static string Regex_balancing_group_short { - get { - return ResourceManager.GetString("Regex_balancing_group_short", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to base-group. - /// - internal static string Regex_base_group { - get { - return ResourceManager.GetString("Regex_base_group", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Matches a bell (alarm) character, \u0007. - /// - internal static string Regex_bell_character_long { - get { - return ResourceManager.GetString("Regex_bell_character_long", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to bell character. - /// - internal static string Regex_bell_character_short { - get { - return ResourceManager.GetString("Regex_bell_character_short", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Matches a carriage-return character, \u000D. Note that \r is not equivalent to the newline character, \n.. - /// - internal static string Regex_carriage_return_character_long { - get { - return ResourceManager.GetString("Regex_carriage_return_character_long", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to carriage-return character. - /// - internal static string Regex_carriage_return_character_short { - get { - return ResourceManager.GetString("Regex_carriage_return_character_short", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Character class subtraction yields a set of characters that is the result of excluding the characters in one character class from another character class. - /// - ///'base_group' is a positive or negative character group or range. The 'excluded_group' component is another positive or negative character group, or another character class subtraction expression (that is, you can nest character class subtraction expressions).. - /// - internal static string Regex_character_class_subtraction_long { - get { - return ResourceManager.GetString("Regex_character_class_subtraction_long", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to character class subtraction. - /// - internal static string Regex_character_class_subtraction_short { - get { - return ResourceManager.GetString("Regex_character_class_subtraction_short", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to character-group. - /// - internal static string Regex_character_group { - get { - return ResourceManager.GetString("Regex_character_group", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to comment. - /// - internal static string Regex_comment { - get { - return ResourceManager.GetString("Regex_comment", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to This language element attempts to match one of two patterns depending on whether it can match an initial pattern. - /// - ///'expression' is the initial pattern to match, 'yes' is the pattern to match if expression is matched, and 'no' is the optional pattern to match if expression is not matched.. - /// - internal static string Regex_conditional_expression_match_long { - get { - return ResourceManager.GetString("Regex_conditional_expression_match_long", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to conditional expression match. - /// - internal static string Regex_conditional_expression_match_short { - get { - return ResourceManager.GetString("Regex_conditional_expression_match_short", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to This language element attempts to match one of two patterns depending on whether it has matched a specified capturing group. - /// - ///'name' is the name (or number) of a capturing group, 'yes' is the expression to match if 'name' (or 'number') has a match, and 'no' is the optional expression to match if it does not.. - /// - internal static string Regex_conditional_group_match_long { - get { - return ResourceManager.GetString("Regex_conditional_group_match_long", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to conditional group match. - /// - internal static string Regex_conditional_group_match_short { - get { - return ResourceManager.GetString("Regex_conditional_group_match_short", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The \G anchor specifies that a match must occur at the point where the previous match ended. When you use this anchor with the Regex.Matches or Match.NextMatch method, it ensures that all matches are contiguous.. - /// - internal static string Regex_contiguous_matches_long { - get { - return ResourceManager.GetString("Regex_contiguous_matches_long", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to contiguous matches. - /// - internal static string Regex_contiguous_matches_short { - get { - return ResourceManager.GetString("Regex_contiguous_matches_short", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Matches an ASCII control character, where X is the letter of the control character. For example, \cC is CTRL-C.. - /// - internal static string Regex_control_character_long { - get { - return ResourceManager.GetString("Regex_control_character_long", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to control character. - /// - internal static string Regex_control_character_short { - get { - return ResourceManager.GetString("Regex_control_character_short", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to \d matches any decimal digit. It is equivalent to the \p{Nd} regular expression pattern, which includes the standard decimal digits 0-9 as well as the decimal digits of a number of other character sets. - /// - ///If ECMAScript-compliant behavior is specified, \d is equivalent to [0-9]. - /// - internal static string Regex_decimal_digit_character_long { - get { - return ResourceManager.GetString("Regex_decimal_digit_character_long", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to decimal-digit character. - /// - internal static string Regex_decimal_digit_character_short { - get { - return ResourceManager.GetString("Regex_decimal_digit_character_short", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A number sign (#) marks an x-mode comment, which starts at the unescaped # character at the end of the regular expression pattern and continues until the end of the line. To use this construct, you must either enable the x option (through inline options) or supply the RegexOptions.IgnorePatternWhitespace value to the option parameter when instantiating the Regex object or calling a static Regex method.. - /// - internal static string Regex_end_of_line_comment_long { - get { - return ResourceManager.GetString("Regex_end_of_line_comment_long", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to end-of-line comment. - /// - internal static string Regex_end_of_line_comment_short { - get { - return ResourceManager.GetString("Regex_end_of_line_comment_short", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The \z anchor specifies that a match must occur at the end of the input string. Like the $ language element, \z ignores the RegexOptions.Multiline option. Unlike the \Z language element, \z does not match a \n character at the end of a string. Therefore, it can only match the last line of the input string.. - /// - internal static string Regex_end_of_string_only_long { - get { - return ResourceManager.GetString("Regex_end_of_string_only_long", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to end of string only. - /// - internal static string Regex_end_of_string_only_short { - get { - return ResourceManager.GetString("Regex_end_of_string_only_short", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The \Z anchor specifies that a match must occur at the end of the input string, or before \n at the end of the input string. It is identical to the $ anchor, except that \Z ignores the RegexOptions.Multiline option. Therefore, in a multiline string, it can only match the end of the last line, or the last line before \n. - /// - ///The \Z anchor matches \n but does not match \r\n (the CR/LF character combination). To match CR/LF, include \r?\Z in the regular expression pattern.. - /// - internal static string Regex_end_of_string_or_before_ending_newline_long { - get { - return ResourceManager.GetString("Regex_end_of_string_or_before_ending_newline_long", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to end of string or before ending newline. - /// - internal static string Regex_end_of_string_or_before_ending_newline_short { - get { - return ResourceManager.GetString("Regex_end_of_string_or_before_ending_newline_short", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The $ anchor specifies that the preceding pattern must occur at the end of the input string, or before \n at the end of the input string. If you use $ with the RegexOptions.Multiline option, the match can also occur at the end of a line. - /// - ///The $ anchor matches \n but does not match \r\n (the combination of carriage return and newline characters, or CR/LF). To match the CR/LF character combination, include \r?$ in the regular expression pattern.. - /// - internal static string Regex_end_of_string_or_line_long { - get { - return ResourceManager.GetString("Regex_end_of_string_or_line_long", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to end of string or line. - /// - internal static string Regex_end_of_string_or_line_short { - get { - return ResourceManager.GetString("Regex_end_of_string_or_line_short", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Matches an escape character, \u001B. - /// - internal static string Regex_escape_character_long { - get { - return ResourceManager.GetString("Regex_escape_character_long", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to escape character. - /// - internal static string Regex_escape_character_short { - get { - return ResourceManager.GetString("Regex_escape_character_short", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to excluded-group. - /// - internal static string Regex_excluded_group { - get { - return ResourceManager.GetString("Regex_excluded_group", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to expression. - /// - internal static string Regex_expression { - get { - return ResourceManager.GetString("Regex_expression", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Matches a form-feed character, \u000C. - /// - internal static string Regex_form_feed_character_long { - get { - return ResourceManager.GetString("Regex_form_feed_character_long", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to form-feed character. - /// - internal static string Regex_form_feed_character_short { - get { - return ResourceManager.GetString("Regex_form_feed_character_short", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to This grouping construct applies or disables the specified options within a subexpression. The options to enable are specified after the question mark, and the options to disable after the minus sign. The allowed options are: - /// - /// i Use case-insensitive matching. - /// m Use multiline mode, where ^ and $ match the beginning and end of each line - /// (instead of the beginning and end of the input string). - /// s Use single-line mode, where the period (.) matches every character - /// (instead of every character exc [rest of string was truncated]";. - /// - internal static string Regex_group_options_long { - get { - return ResourceManager.GetString("Regex_group_options_long", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to group options. - /// - internal static string Regex_group_options_short { - get { - return ResourceManager.GetString("Regex_group_options_short", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Matches an ASCII character, where ## is a two-digit hexadecimal character code.. - /// - internal static string Regex_hexadecimal_escape_long { - get { - return ResourceManager.GetString("Regex_hexadecimal_escape_long", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to hexadecimal escape. - /// - internal static string Regex_hexadecimal_escape_short { - get { - return ResourceManager.GetString("Regex_hexadecimal_escape_short", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The (?# comment) construct lets you include an inline comment in a regular expression. The regular expression engine does not use any part of the comment in pattern matching, although the comment is included in the string that is returned by the Regex.ToString method. The comment ends at the first closing parenthesis.. - /// - internal static string Regex_inline_comment_long { - get { - return ResourceManager.GetString("Regex_inline_comment_long", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to inline comment. - /// - internal static string Regex_inline_comment_short { - get { - return ResourceManager.GetString("Regex_inline_comment_short", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Enables or disables specific pattern matching options for the remainder of a regular expression. The options to enable are specified after the question mark, and the options to disable after the minus sign. The allowed options are: - /// - /// i Use case-insensitive matching. - /// m Use multiline mode, where ^ and $ match the beginning and end of each line - /// (instead of the beginning and end of the input string). - /// s Use single-line mode, where the period (.) matches every character - /// (instead of every charac [rest of string was truncated]";. - /// - internal static string Regex_inline_options_long { - get { - return ResourceManager.GetString("Regex_inline_options_long", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to inline options. - /// - internal static string Regex_inline_options_short { - get { - return ResourceManager.GetString("Regex_inline_options_short", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Regex issue: {0}. - /// - internal static string Regex_issue_0 { - get { - return ResourceManager.GetString("Regex_issue_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to letter, lowercase. - /// - internal static string Regex_letter_lowercase { - get { - return ResourceManager.GetString("Regex_letter_lowercase", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to letter, modifier. - /// - internal static string Regex_letter_modifier { - get { - return ResourceManager.GetString("Regex_letter_modifier", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to letter, other. - /// - internal static string Regex_letter_other { - get { - return ResourceManager.GetString("Regex_letter_other", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to letter, titlecase. - /// - internal static string Regex_letter_titlecase { - get { - return ResourceManager.GetString("Regex_letter_titlecase", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to letter, uppercase. - /// - internal static string Regex_letter_uppercase { - get { - return ResourceManager.GetString("Regex_letter_uppercase", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to mark, enclosing. - /// - internal static string Regex_mark_enclosing { - get { - return ResourceManager.GetString("Regex_mark_enclosing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to mark, nonspacing. - /// - internal static string Regex_mark_nonspacing { - get { - return ResourceManager.GetString("Regex_mark_nonspacing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to mark, spacing combining. - /// - internal static string Regex_mark_spacing_combining { - get { - return ResourceManager.GetString("Regex_mark_spacing_combining", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The {n,}? quantifier matches the preceding element at least n times, where n is any integer, but as few times as possible. It is the lazy counterpart of the greedy quantifier {n,}. - /// - internal static string Regex_match_at_least_n_times_lazy_long { - get { - return ResourceManager.GetString("Regex_match_at_least_n_times_lazy_long", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to match at least 'n' times (lazy). - /// - internal static string Regex_match_at_least_n_times_lazy_short { - get { - return ResourceManager.GetString("Regex_match_at_least_n_times_lazy_short", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The {n,} quantifier matches the preceding element at least n times, where n is any integer. {n,} is a greedy quantifier whose lazy equivalent is {n,}?. - /// - internal static string Regex_match_at_least_n_times_long { - get { - return ResourceManager.GetString("Regex_match_at_least_n_times_long", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to match at least 'n' times. - /// - internal static string Regex_match_at_least_n_times_short { - get { - return ResourceManager.GetString("Regex_match_at_least_n_times_short", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The {n,m}? quantifier matches the preceding element between n and m times, where n and m are integers, but as few times as possible. It is the lazy counterpart of the greedy quantifier {n,m}. - /// - internal static string Regex_match_between_m_and_n_times_lazy_long { - get { - return ResourceManager.GetString("Regex_match_between_m_and_n_times_lazy_long", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to match at least 'n' times (lazy). - /// - internal static string Regex_match_between_m_and_n_times_lazy_short { - get { - return ResourceManager.GetString("Regex_match_between_m_and_n_times_lazy_short", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The {n,m} quantifier matches the preceding element at least n times, but no more than m times, where n and m are integers. {n,m} is a greedy quantifier whose lazy equivalent is {n,m}?. - /// - internal static string Regex_match_between_m_and_n_times_long { - get { - return ResourceManager.GetString("Regex_match_between_m_and_n_times_long", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to match between 'm' and 'n' times. - /// - internal static string Regex_match_between_m_and_n_times_short { - get { - return ResourceManager.GetString("Regex_match_between_m_and_n_times_short", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The {n}? quantifier matches the preceding element exactly n times, where n is any integer. It is the lazy counterpart of the greedy quantifier {n}+. - /// - internal static string Regex_match_exactly_n_times_lazy_long { - get { - return ResourceManager.GetString("Regex_match_exactly_n_times_lazy_long", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to match exactly 'n' times (lazy). - /// - internal static string Regex_match_exactly_n_times_lazy_short { - get { - return ResourceManager.GetString("Regex_match_exactly_n_times_lazy_short", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The {n} quantifier matches the preceding element exactly n times, where n is any integer. {n} is a greedy quantifier whose lazy equivalent is {n}?. - /// - internal static string Regex_match_exactly_n_times_long { - get { - return ResourceManager.GetString("Regex_match_exactly_n_times_long", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to match exactly 'n' times. - /// - internal static string Regex_match_exactly_n_times_short { - get { - return ResourceManager.GetString("Regex_match_exactly_n_times_short", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The +? quantifier matches the preceding element one or more times, but as few times as possible. It is the lazy counterpart of the greedy quantifier +. - /// - internal static string Regex_match_one_or_more_times_lazy_long { - get { - return ResourceManager.GetString("Regex_match_one_or_more_times_lazy_long", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to match one or more times (lazy). - /// - internal static string Regex_match_one_or_more_times_lazy_short { - get { - return ResourceManager.GetString("Regex_match_one_or_more_times_lazy_short", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The + quantifier matches the preceding element one or more times. It is equivalent to the {1,} quantifier. + is a greedy quantifier whose lazy equivalent is +?.. - /// - internal static string Regex_match_one_or_more_times_long { - get { - return ResourceManager.GetString("Regex_match_one_or_more_times_long", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to match one or more times. - /// - internal static string Regex_match_one_or_more_times_short { - get { - return ResourceManager.GetString("Regex_match_one_or_more_times_short", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The *? quantifier matches the preceding element zero or more times, but as few times as possible. It is the lazy counterpart of the greedy quantifier *. - /// - internal static string Regex_match_zero_or_more_times_lazy_long { - get { - return ResourceManager.GetString("Regex_match_zero_or_more_times_lazy_long", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to match zero or more times (lazy). - /// - internal static string Regex_match_zero_or_more_times_lazy_short { - get { - return ResourceManager.GetString("Regex_match_zero_or_more_times_lazy_short", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The * quantifier matches the preceding element zero or more times. It is equivalent to the {0,} quantifier. * is a greedy quantifier whose lazy equivalent is *?.. - /// - internal static string Regex_match_zero_or_more_times_long { - get { - return ResourceManager.GetString("Regex_match_zero_or_more_times_long", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to match zero or more times. - /// - internal static string Regex_match_zero_or_more_times_short { - get { - return ResourceManager.GetString("Regex_match_zero_or_more_times_short", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The ?? quantifier matches the preceding element zero or one time, but as few times as possible. It is the lazy counterpart of the greedy quantifier ?. - /// - internal static string Regex_match_zero_or_one_time_lazy_long { - get { - return ResourceManager.GetString("Regex_match_zero_or_one_time_lazy_long", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to match zero or one time (lazy). - /// - internal static string Regex_match_zero_or_one_time_lazy_short { - get { - return ResourceManager.GetString("Regex_match_zero_or_one_time_lazy_short", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The ? quantifier matches the preceding element zero or one time. It is equivalent to the {0,1} quantifier. ? is a greedy quantifier whose lazy equivalent is ??.. - /// - internal static string Regex_match_zero_or_one_time_long { - get { - return ResourceManager.GetString("Regex_match_zero_or_one_time_long", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to match zero or one time. - /// - internal static string Regex_match_zero_or_one_time_short { - get { - return ResourceManager.GetString("Regex_match_zero_or_one_time_short", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to This grouping construct captures a matched 'subexpression', where 'subexpression' is any valid regular expression pattern. Captures that use parentheses are numbered automatically from left to right based on the order of the opening parentheses in the regular expression, starting from one. The capture that is numbered zero is the text matched by the entire regular expression pattern.. - /// - internal static string Regex_matched_subexpression_long { - get { - return ResourceManager.GetString("Regex_matched_subexpression_long", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to matched subexpression. - /// - internal static string Regex_matched_subexpression_short { - get { - return ResourceManager.GetString("Regex_matched_subexpression_short", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to name. - /// - internal static string Regex_name { - get { - return ResourceManager.GetString("Regex_name", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to name-or-number. - /// - internal static string Regex_name_or_number { - get { - return ResourceManager.GetString("Regex_name_or_number", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to name1. - /// - internal static string Regex_name1 { - get { - return ResourceManager.GetString("Regex_name1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to name2. - /// - internal static string Regex_name2 { - get { - return ResourceManager.GetString("Regex_name2", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A named or numbered backreference. - /// - ///'name' is the name of a capturing group defined in the regular expression pattern.. - /// - internal static string Regex_named_backreference_long { - get { - return ResourceManager.GetString("Regex_named_backreference_long", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to named backreference. - /// - internal static string Regex_named_backreference_short { - get { - return ResourceManager.GetString("Regex_named_backreference_short", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Captures a matched subexpression and lets you access it by name or by number. - /// - ///'name' is a valid group name, and 'subexpression' is any valid regular expression pattern. 'name' must not contain any punctuation characters and cannot begin with a number. - /// - ///If the RegexOptions parameter of a regular expression pattern matching method includes the RegexOptions.ExplicitCapture flag, or if the n option is applied to this subexpression, the only way to capture a subexpression is to explicitly name capturing gro [rest of string was truncated]";. - /// - internal static string Regex_named_matched_subexpression_long { - get { - return ResourceManager.GetString("Regex_named_matched_subexpression_long", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to named matched subexpression. - /// - internal static string Regex_named_matched_subexpression_short { - get { - return ResourceManager.GetString("Regex_named_matched_subexpression_short", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A negative character group specifies a list of characters that must not appear in an input string for a match to occur. The list of characters are specified individually. - /// - ///Two or more character ranges can be concatenated. For example, to specify the range of decimal digits from "0" through "9", the range of lowercase letters from "a" through "f", and the range of uppercase letters from "A" through "F", use [0-9a-fA-F].. - /// - internal static string Regex_negative_character_group_long { - get { - return ResourceManager.GetString("Regex_negative_character_group_long", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to negative character group. - /// - internal static string Regex_negative_character_group_short { - get { - return ResourceManager.GetString("Regex_negative_character_group_short", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A negative character range specifies a list of characters that must not appear in an input string for a match to occur. 'firstCharacter' is the character that begins the range, and 'lastCharacter' is the character that ends the range. - /// - ///Two or more character ranges can be concatenated. For example, to specify the range of decimal digits from "0" through "9", the range of lowercase letters from "a" through "f", and the range of uppercase letters from "A" through "F", use [0-9a-fA-F].. - /// - internal static string Regex_negative_character_range_long { - get { - return ResourceManager.GetString("Regex_negative_character_range_long", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to negative character range. - /// - internal static string Regex_negative_character_range_short { - get { - return ResourceManager.GetString("Regex_negative_character_range_short", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The regular expression construct \P{ name } matches any character that does not belong to a Unicode general category or named block, where name is the category abbreviation or named block name.. - /// - internal static string Regex_negative_unicode_category_long { - get { - return ResourceManager.GetString("Regex_negative_unicode_category_long", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to negative unicode category. - /// - internal static string Regex_negative_unicode_category_short { - get { - return ResourceManager.GetString("Regex_negative_unicode_category_short", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Matches a new-line character, \u000A. - /// - internal static string Regex_new_line_character_long { - get { - return ResourceManager.GetString("Regex_new_line_character_long", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to new-line character. - /// - internal static string Regex_new_line_character_short { - get { - return ResourceManager.GetString("Regex_new_line_character_short", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to no. - /// - internal static string Regex_no { - get { - return ResourceManager.GetString("Regex_no", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to \D matches any non-digit character. It is equivalent to the \P{Nd} regular expression pattern. - /// - ///If ECMAScript-compliant behavior is specified, \D is equivalent to [^0-9]. - /// - internal static string Regex_non_digit_character_long { - get { - return ResourceManager.GetString("Regex_non_digit_character_long", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to non-digit character. - /// - internal static string Regex_non_digit_character_short { - get { - return ResourceManager.GetString("Regex_non_digit_character_short", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to \S matches any non-white-space character. It is equivalent to the [^\f\n\r\t\v\x85\p{Z}] regular expression pattern, or the opposite of the regular expression pattern that is equivalent to \s, which matches white-space characters. - /// - ///If ECMAScript-compliant behavior is specified, \S is equivalent to [^ \f\n\r\t\v]. - /// - internal static string Regex_non_white_space_character_long { - get { - return ResourceManager.GetString("Regex_non_white_space_character_long", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to non-white-space character. - /// - internal static string Regex_non_white_space_character_short { - get { - return ResourceManager.GetString("Regex_non_white_space_character_short", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The \B anchor specifies that the match must not occur on a word boundary. It is the opposite of the \b anchor.. - /// - internal static string Regex_non_word_boundary_long { - get { - return ResourceManager.GetString("Regex_non_word_boundary_long", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to non-word boundary. - /// - internal static string Regex_non_word_boundary_short { - get { - return ResourceManager.GetString("Regex_non_word_boundary_short", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to \W matches any non-word character. It matches any character except for those in the following Unicode categories: - /// - /// Ll Letter, Lowercase - /// Lu Letter, Uppercase - /// Lt Letter, Titlecase - /// Lo Letter, Other - /// Lm Letter, Modifier - /// Mn Mark, Nonspacing - /// Nd Number, Decimal Digit - /// Pc Punctuation, Connector - /// - ///If ECMAScript-compliant behavior is specified, \W is equivalent to [^a-zA-Z_0-9]. - /// - internal static string Regex_non_word_character_long { - get { - return ResourceManager.GetString("Regex_non_word_character_long", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to non-word character. - /// - internal static string Regex_non_word_character_short { - get { - return ResourceManager.GetString("Regex_non_word_character_short", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to This construct disables backtracking. The regular expression engine will match as many characters in the input string as it can. When no further match is possible, it will not backtrack to attempt alternate pattern matches. (That is, the subexpression matches only strings that would be matched by the subexpression alone; it does not attempt to match a string based on the subexpression and any subexpressions that follow it.) - /// - ///This option is recommended if you know that backtracking will not succeed. Preven [rest of string was truncated]";. - /// - internal static string Regex_nonbacktracking_subexpression_long { - get { - return ResourceManager.GetString("Regex_nonbacktracking_subexpression_long", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to nonbacktracking subexpression. - /// - internal static string Regex_nonbacktracking_subexpression_short { - get { - return ResourceManager.GetString("Regex_nonbacktracking_subexpression_short", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to This construct does not capture the substring that is matched by a subexpression: - /// - ///The noncapturing group construct is typically used when a quantifier is applied to a group, but the substrings captured by the group are of no interest. - /// - ///If a regular expression includes nested grouping constructs, an outer noncapturing group construct does not apply to the inner nested group constructs.. - /// - internal static string Regex_noncapturing_group_long { - get { - return ResourceManager.GetString("Regex_noncapturing_group_long", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to noncapturing group. - /// - internal static string Regex_noncapturing_group_short { - get { - return ResourceManager.GetString("Regex_noncapturing_group_short", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to number, decimal digit. - /// - internal static string Regex_number_decimal_digit { - get { - return ResourceManager.GetString("Regex_number_decimal_digit", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to number, letter. - /// - internal static string Regex_number_letter { - get { - return ResourceManager.GetString("Regex_number_letter", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to number, other. - /// - internal static string Regex_number_other { - get { - return ResourceManager.GetString("Regex_number_other", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A numbered backreference, where 'number' is the ordinal position of the capturing group in the regular expression. For example, \4 matches the contents of the fourth capturing group. - /// - ///There is an ambiguity between octal escape codes (such as \16) and \number backreferences that use the same notation. If the ambiguity is a problem, you can use the \k<name> notation, which is unambiguous and cannot be confused with octal character codes. Similarly, hexadecimal codes such as \xdd are unambiguous and cannot b [rest of string was truncated]";. - /// - internal static string Regex_numbered_backreference_long { - get { - return ResourceManager.GetString("Regex_numbered_backreference_long", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to numbered backreference. - /// - internal static string Regex_numbered_backreference_short { - get { - return ResourceManager.GetString("Regex_numbered_backreference_short", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to other, control. - /// - internal static string Regex_other_control { - get { - return ResourceManager.GetString("Regex_other_control", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to other, format. - /// - internal static string Regex_other_format { - get { - return ResourceManager.GetString("Regex_other_format", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to other, not assigned. - /// - internal static string Regex_other_not_assigned { - get { - return ResourceManager.GetString("Regex_other_not_assigned", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to other, private use. - /// - internal static string Regex_other_private_use { - get { - return ResourceManager.GetString("Regex_other_private_use", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to other, surrogate. - /// - internal static string Regex_other_surrogate { - get { - return ResourceManager.GetString("Regex_other_surrogate", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A positive character group specifies a list of characters, any one of which may appear in an input string for a match to occur.. - /// - internal static string Regex_positive_character_group_long { - get { - return ResourceManager.GetString("Regex_positive_character_group_long", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to positive character group. - /// - internal static string Regex_positive_character_group_short { - get { - return ResourceManager.GetString("Regex_positive_character_group_short", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A positive character range specifies a range of characters, any one of which may appear in an input string for a match to occur. 'firstCharacter' is the character that begins the range and 'lastCharacter' is the character that ends the range. . - /// - internal static string Regex_positive_character_range_long { - get { - return ResourceManager.GetString("Regex_positive_character_range_long", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to positive character range. - /// - internal static string Regex_positive_character_range_short { - get { - return ResourceManager.GetString("Regex_positive_character_range_short", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to punctuation, close. - /// - internal static string Regex_punctuation_close { - get { - return ResourceManager.GetString("Regex_punctuation_close", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to punctuation, connector. - /// - internal static string Regex_punctuation_connector { - get { - return ResourceManager.GetString("Regex_punctuation_connector", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to punctuation, dash. - /// - internal static string Regex_punctuation_dash { - get { - return ResourceManager.GetString("Regex_punctuation_dash", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to punctuation, final quote. - /// - internal static string Regex_punctuation_final_quote { - get { - return ResourceManager.GetString("Regex_punctuation_final_quote", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to punctuation, initial quote. - /// - internal static string Regex_punctuation_initial_quote { - get { - return ResourceManager.GetString("Regex_punctuation_initial_quote", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to punctuation, open. - /// - internal static string Regex_punctuation_open { - get { - return ResourceManager.GetString("Regex_punctuation_open", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to punctuation, other. - /// - internal static string Regex_punctuation_other { - get { - return ResourceManager.GetString("Regex_punctuation_other", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to separator, line. - /// - internal static string Regex_separator_line { - get { - return ResourceManager.GetString("Regex_separator_line", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to separator, paragraph. - /// - internal static string Regex_separator_paragraph { - get { - return ResourceManager.GetString("Regex_separator_paragraph", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to separator, space. - /// - internal static string Regex_separator_space { - get { - return ResourceManager.GetString("Regex_separator_space", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The \A anchor specifies that a match must occur at the beginning of the input string. It is identical to the ^ anchor, except that \A ignores the RegexOptions.Multiline option. Therefore, it can only match the start of the first line in a multiline input string.. - /// - internal static string Regex_start_of_string_only_long { - get { - return ResourceManager.GetString("Regex_start_of_string_only_long", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to start of string only. - /// - internal static string Regex_start_of_string_only_short { - get { - return ResourceManager.GetString("Regex_start_of_string_only_short", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The ^ anchor specifies that the following pattern must begin at the first character position of the string. If you use ^ with the RegexOptions.Multiline option, the match must occur at the beginning of each line.. - /// - internal static string Regex_start_of_string_or_line_long { - get { - return ResourceManager.GetString("Regex_start_of_string_or_line_long", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to start of string or line. - /// - internal static string Regex_start_of_string_or_line_short { - get { - return ResourceManager.GetString("Regex_start_of_string_or_line_short", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to subexpression. - /// - internal static string Regex_subexpression { - get { - return ResourceManager.GetString("Regex_subexpression", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to symbol, currency. - /// - internal static string Regex_symbol_currency { - get { - return ResourceManager.GetString("Regex_symbol_currency", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to symbol, math. - /// - internal static string Regex_symbol_math { - get { - return ResourceManager.GetString("Regex_symbol_math", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to symbol, modifier. - /// - internal static string Regex_symbol_modifier { - get { - return ResourceManager.GetString("Regex_symbol_modifier", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to symbol, other. - /// - internal static string Regex_symbol_other { - get { - return ResourceManager.GetString("Regex_symbol_other", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Matches a tab character, \u0009. - /// - internal static string Regex_tab_character_long { - get { - return ResourceManager.GetString("Regex_tab_character_long", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to tab character. - /// - internal static string Regex_tab_character_short { - get { - return ResourceManager.GetString("Regex_tab_character_short", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The regular expression construct \p{ name } matches any character that belongs to a Unicode general category or named block, where name is the category abbreviation or named block name.. - /// - internal static string Regex_unicode_category_long { - get { - return ResourceManager.GetString("Regex_unicode_category_long", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to unicode category. - /// - internal static string Regex_unicode_category_short { - get { - return ResourceManager.GetString("Regex_unicode_category_short", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Matches a UTF-16 code unit whose value is #### hexadecimal.. - /// - internal static string Regex_unicode_escape_long { - get { - return ResourceManager.GetString("Regex_unicode_escape_long", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to unicode escape. - /// - internal static string Regex_unicode_escape_short { - get { - return ResourceManager.GetString("Regex_unicode_escape_short", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Unicode General Category: {0}. - /// - internal static string Regex_unicode_general_category_0 { - get { - return ResourceManager.GetString("Regex_unicode_general_category_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Matches a vertical-tab character, \u000B. - /// - internal static string Regex_vertical_tab_character_long { - get { - return ResourceManager.GetString("Regex_vertical_tab_character_long", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to vertical-tab character. - /// - internal static string Regex_vertical_tab_character_short { - get { - return ResourceManager.GetString("Regex_vertical_tab_character_short", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to \s matches any white-space character. It is equivalent to the following escape sequences and Unicode categories: - /// - /// \f The form feed character, \u000C - /// \n The newline character, \u000A - /// \r The carriage return character, \u000D - /// \t The tab character, \u0009 - /// \v The vertical tab character, \u000B - /// \x85 The ellipsis or NEXT LINE (NEL) character (…), \u0085 - /// \p{Z} Matches any separator character - /// - ///If ECMAScript-compliant behavior is specified, \s is equivalent to [ \f\n\r\t\v]. - /// - internal static string Regex_white_space_character_long { - get { - return ResourceManager.GetString("Regex_white_space_character_long", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to white-space character. - /// - internal static string Regex_white_space_character_short { - get { - return ResourceManager.GetString("Regex_white_space_character_short", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The \b anchor specifies that the match must occur on a boundary between a word character (the \w language element) and a non-word character (the \W language element). Word characters consist of alphanumeric characters and underscores; a non-word character is any character that is not alphanumeric or an underscore. The match may also occur on a word boundary at the beginning or end of the string. - /// - ///The \b anchor is frequently used to ensure that a subexpression matches an entire word instead of just the beg [rest of string was truncated]";. - /// - internal static string Regex_word_boundary_long { - get { - return ResourceManager.GetString("Regex_word_boundary_long", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to word boundary. - /// - internal static string Regex_word_boundary_short { - get { - return ResourceManager.GetString("Regex_word_boundary_short", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to \w matches any word character. A word character is a member of any of the following Unicode categories: - /// - /// Ll Letter, Lowercase - /// Lu Letter, Uppercase - /// Lt Letter, Titlecase - /// Lo Letter, Other - /// Lm Letter, Modifier - /// Mn Mark, Nonspacing - /// Nd Number, Decimal Digit - /// Pc Punctuation, Connector - /// - ///If ECMAScript-compliant behavior is specified, \w is equivalent to [a-zA-Z_0-9]. - /// - internal static string Regex_word_character_long { - get { - return ResourceManager.GetString("Regex_word_character_long", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to word character. - /// - internal static string Regex_word_character_short { - get { - return ResourceManager.GetString("Regex_word_character_short", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to yes. - /// - internal static string Regex_yes { - get { - return ResourceManager.GetString("Regex_yes", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A zero-width negative lookahead assertion, where for the match to be successful, the input string must not match the regular expression pattern in subexpression. The matched string is not included in the match result. - /// - ///A zero-width negative lookahead assertion is typically used either at the beginning or at the end of a regular expression. At the beginning of a regular expression, it can define a specific pattern that should not be matched when the beginning of the regular expression defines a similar but [rest of string was truncated]";. - /// - internal static string Regex_zero_width_negative_lookahead_assertion_long { - get { - return ResourceManager.GetString("Regex_zero_width_negative_lookahead_assertion_long", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to zero-width negative lookahead assertion. - /// - internal static string Regex_zero_width_negative_lookahead_assertion_short { - get { - return ResourceManager.GetString("Regex_zero_width_negative_lookahead_assertion_short", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A zero-width negative lookbehind assertion, where for a match to be successful, 'subexpression' must not occur at the input string to the left of the current position. Any substring that does not match 'subexpression' is not included in the match result. - /// - ///Zero-width negative lookbehind assertions are typically used at the beginning of regular expressions. The pattern that they define precludes a match in the string that follows. They are also used to limit backtracking when the last character or character [rest of string was truncated]";. - /// - internal static string Regex_zero_width_negative_lookbehind_assertion_long { - get { - return ResourceManager.GetString("Regex_zero_width_negative_lookbehind_assertion_long", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to zero-width negative lookbehind assertion. - /// - internal static string Regex_zero_width_negative_lookbehind_assertion_short { - get { - return ResourceManager.GetString("Regex_zero_width_negative_lookbehind_assertion_short", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A zero-width positive lookahead assertion, where for a match to be successful, the input string must match the regular expression pattern in 'subexpression'. The matched substring is not included in the match result. A zero-width positive lookahead assertion does not backtrack. - /// - ///Typically, a zero-width positive lookahead assertion is found at the end of a regular expression pattern. It defines a substring that must be found at the end of a string for a match to occur but that should not be included in the [rest of string was truncated]";. - /// - internal static string Regex_zero_width_positive_lookahead_assertion_long { - get { - return ResourceManager.GetString("Regex_zero_width_positive_lookahead_assertion_long", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to zero-width positive lookahead assertion. - /// - internal static string Regex_zero_width_positive_lookahead_assertion_short { - get { - return ResourceManager.GetString("Regex_zero_width_positive_lookahead_assertion_short", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A zero-width positive lookbehind assertion, where for a match to be successful, 'subexpression' must occur at the input string to the left of the current position. 'subexpression' is not included in the match result. A zero-width positive lookbehind assertion does not backtrack. - /// - ///Zero-width positive lookbehind assertions are typically used at the beginning of regular expressions. The pattern that they define is a precondition for a match, although it is not a part of the match result.. - /// - internal static string Regex_zero_width_positive_lookbehind_assertion_long { - get { - return ResourceManager.GetString("Regex_zero_width_positive_lookbehind_assertion_long", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to zero-width positive lookbehind assertion. - /// - internal static string Regex_zero_width_positive_lookbehind_assertion_short { - get { - return ResourceManager.GetString("Regex_zero_width_positive_lookbehind_assertion_short", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Remove the line below if you want to inherit .editorconfig settings from higher directories. - /// - internal static string Remove_the_line_below_if_you_want_to_inherit_dot_editorconfig_settings_from_higher_directories { - get { - return ResourceManager.GetString("Remove_the_line_below_if_you_want_to_inherit_dot_editorconfig_settings_from_highe" + - "r_directories", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Removed:. - /// - internal static string Removed_colon { - get { - return ResourceManager.GetString("Removed_colon", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Removing additional documents is not supported.. - /// - internal static string Removing_additional_documents_is_not_supported { - get { - return ResourceManager.GetString("Removing_additional_documents_is_not_supported", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Removing analyzer config documents is not supported.. - /// - internal static string Removing_analyzer_config_documents_is_not_supported { - get { - return ResourceManager.GetString("Removing_analyzer_config_documents_is_not_supported", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Removing analyzer references is not supported.. - /// - internal static string Removing_analyzer_references_is_not_supported { - get { - return ResourceManager.GetString("Removing_analyzer_references_is_not_supported", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Removing documents is not supported.. - /// - internal static string Removing_documents_is_not_supported { - get { - return ResourceManager.GetString("Removing_documents_is_not_supported", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Removing metadata references is not supported.. - /// - internal static string Removing_metadata_references_is_not_supported { - get { - return ResourceManager.GetString("Removing_metadata_references_is_not_supported", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Removing project references is not supported.. - /// - internal static string Removing_project_references_is_not_supported { - get { - return ResourceManager.GetString("Removing_project_references_is_not_supported", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Removing projects is not supported.. - /// - internal static string Removing_projects_is_not_supported { - get { - return ResourceManager.GetString("Removing_projects_is_not_supported", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Service of type '{0}' is required to accomplish the task but is not available from the workspace.. - /// - internal static string Service_of_type_0_is_required_to_accomplish_the_task_but_is_not_available_from_the_workspace { - get { - return ResourceManager.GetString("Service_of_type_0_is_required_to_accomplish_the_task_but_is_not_available_from_th" + - "e_workspace", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Show Stack Trace. - /// - internal static string Show_Stack_Trace { - get { - return ResourceManager.GetString("Show_Stack_Trace", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Solution file not found: '{0}'. - /// - internal static string Solution_file_not_found_colon_0 { - get { - return ResourceManager.GetString("Solution_file_not_found_colon_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Specified path must be absolute.. - /// - internal static string Specified_path_must_be_absolute { - get { - return ResourceManager.GetString("Specified_path_must_be_absolute", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Static Field. - /// - internal static string Static_Field { - get { - return ResourceManager.GetString("Static_Field", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Static Method. - /// - internal static string Static_Method { - get { - return ResourceManager.GetString("Static_Method", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Stream is too long.. - /// - internal static string Stream_is_too_long { - get { - return ResourceManager.GetString("Stream_is_too_long", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Struct. - /// - internal static string Struct { - get { - return ResourceManager.GetString("Struct", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Suggestion. - /// - internal static string Suggestion { - get { - return ResourceManager.GetString("Suggestion", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Supplied diagnostic cannot be null.. - /// - internal static string Supplied_diagnostic_cannot_be_null { - get { - return ResourceManager.GetString("Supplied_diagnostic_cannot_be_null", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Symbol "{0}" is not from source.. - /// - internal static string Symbol_0_is_not_from_source { - get { - return ResourceManager.GetString("Symbol_0_is_not_from_source", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Symbol specifications. - /// - internal static string Symbol_specifications { - get { - return ResourceManager.GetString("Symbol_specifications", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Syntax tree is required to accomplish the task but is not supported by document {0}.. - /// - internal static string SyntaxTree_is_required_to_accomplish_the_task_but_is_not_supported_by_document_0 { - get { - return ResourceManager.GetString("SyntaxTree_is_required_to_accomplish_the_task_but_is_not_supported_by_document_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Temporary storage cannot be written more than once.. - /// - internal static string Temporary_storage_cannot_be_written_more_than_once { - get { - return ResourceManager.GetString("Temporary_storage_cannot_be_written_more_than_once", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The first word, '{0}', must begin with a lower case character. - /// - internal static string The_first_word_0_must_begin_with_a_lower_case_character { - get { - return ResourceManager.GetString("The_first_word_0_must_begin_with_a_lower_case_character", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The first word, '{0}', must begin with an upper case character. - /// - internal static string The_first_word_0_must_begin_with_an_upper_case_character { - get { - return ResourceManager.GetString("The_first_word_0_must_begin_with_an_upper_case_character", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The language '{0}' is not supported.. - /// - internal static string The_language_0_is_not_supported { - get { - return ResourceManager.GetString("The_language_0_is_not_supported", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The member '{0}' is not declared within the declaration of the symbol.. - /// - internal static string The_member_0_is_not_declared_within_the_declaration_of_the_symbol { - get { - return ResourceManager.GetString("The_member_0_is_not_declared_within_the_declaration_of_the_symbol", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The node is not part of the tree.. - /// - internal static string The_node_is_not_part_of_the_tree { - get { - return ResourceManager.GetString("The_node_is_not_part_of_the_tree", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The position is not within the symbol's declaration. - /// - internal static string The_position_is_not_within_the_symbol_s_declaration { - get { - return ResourceManager.GetString("The_position_is_not_within_the_symbol_s_declaration", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The project already references the target project.. - /// - internal static string The_project_already_references_the_target_project { - get { - return ResourceManager.GetString("The_project_already_references_the_target_project", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The project already transitively references the target project.. - /// - internal static string The_project_already_transitively_references_the_target_project { - get { - return ResourceManager.GetString("The_project_already_transitively_references_the_target_project", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The solution already contains the specified document.. - /// - internal static string The_solution_already_contains_the_specified_document { - get { - return ResourceManager.GetString("The_solution_already_contains_the_specified_document", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The solution already contains the specified project.. - /// - internal static string The_solution_already_contains_the_specified_project { - get { - return ResourceManager.GetString("The_solution_already_contains_the_specified_project", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The solution does not contain the specified document.. - /// - internal static string The_solution_does_not_contain_the_specified_document { - get { - return ResourceManager.GetString("The_solution_does_not_contain_the_specified_document", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The solution does not contain the specified project.. - /// - internal static string The_solution_does_not_contain_the_specified_project { - get { - return ResourceManager.GetString("The_solution_does_not_contain_the_specified_project", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The specified document is not a version of this document.. - /// - internal static string The_specified_document_is_not_a_version_of_this_document { - get { - return ResourceManager.GetString("The_specified_document_is_not_a_version_of_this_document", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The symbol '{0}' cannot be located within the current solution.. - /// - internal static string The_symbol_0_cannot_be_located_within_the_current_solution { - get { - return ResourceManager.GetString("The_symbol_0_cannot_be_located_within_the_current_solution", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The type '{0}' is not understood by the serialization binder.. - /// - internal static string The_type_0_is_not_understood_by_the_serialization_binder { - get { - return ResourceManager.GetString("The_type_0_is_not_understood_by_the_serialization_binder", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to These non-leading words must begin with a lowercase letter: {0}. - /// - internal static string These_non_leading_words_must_begin_with_a_lowercase_letter_colon_0 { - get { - return ResourceManager.GetString("These_non_leading_words_must_begin_with_a_lowercase_letter_colon_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to These non-leading words must begin with an upper case letter: {0}. - /// - internal static string These_non_leading_words_must_begin_with_an_upper_case_letter_colon_0 { - get { - return ResourceManager.GetString("These_non_leading_words_must_begin_with_an_upper_case_letter_colon_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to These words cannot contain lower case characters: {0}. - /// - internal static string These_words_cannot_contain_lower_case_characters_colon_0 { - get { - return ResourceManager.GetString("These_words_cannot_contain_lower_case_characters_colon_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to These words cannot contain upper case characters: {0}. - /// - internal static string These_words_cannot_contain_upper_case_characters_colon_0 { - get { - return ResourceManager.GetString("These_words_cannot_contain_upper_case_characters_colon_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to These words must begin with upper case characters: {0}. - /// - internal static string These_words_must_begin_with_upper_case_characters_colon_0 { - get { - return ResourceManager.GetString("These_words_must_begin_with_upper_case_characters_colon_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to this. and Me. preferences. - /// - internal static string this_dot_and_Me_dot_preferences { - get { - return ResourceManager.GetString("this_dot_and_Me_dot_preferences", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to This submission already references another submission project.. - /// - internal static string This_submission_already_references_another_submission_project { - get { - return ResourceManager.GetString("This_submission_already_references_another_submission_project", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to This workspace does not support opening and closing documents.. - /// - internal static string This_workspace_does_not_support_opening_and_closing_documents { - get { - return ResourceManager.GetString("This_workspace_does_not_support_opening_and_closing_documents", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Too many | in (?()|). - /// - internal static string Too_many_bars_in_conditional_grouping { - get { - return ResourceManager.GetString("Too_many_bars_in_conditional_grouping", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Too many )'s. - /// - internal static string Too_many_close_parens { - get { - return ResourceManager.GetString("Too_many_close_parens", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Types. - /// - internal static string Types { - get { - return ResourceManager.GetString("Types", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Unknown identifier.. - /// - internal static string Unknown_identifier { - get { - return ResourceManager.GetString("Unknown_identifier", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Unknown property. - /// - internal static string Unknown_property { - get { - return ResourceManager.GetString("Unknown_property", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Unknown property '{0}'. - /// - internal static string Unknown_property_0 { - get { - return ResourceManager.GetString("Unknown_property_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Unmerged change from project '{0}'. - /// - internal static string Unmerged_change_from_project_0 { - get { - return ResourceManager.GetString("Unmerged_change_from_project_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Unrecognized control character. - /// - internal static string Unrecognized_control_character { - get { - return ResourceManager.GetString("Unrecognized_control_character", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Unrecognized escape sequence \{0}. - /// - internal static string Unrecognized_escape_sequence_0 { - get { - return ResourceManager.GetString("Unrecognized_escape_sequence_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Unrecognized grouping construct. - /// - internal static string Unrecognized_grouping_construct { - get { - return ResourceManager.GetString("Unrecognized_grouping_construct", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Unrecognized language name.. - /// - internal static string Unrecognized_language_name { - get { - return ResourceManager.GetString("Unrecognized_language_name", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Unterminated [] set. - /// - internal static string Unterminated_character_class_set { - get { - return ResourceManager.GetString("Unterminated_character_class_set", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Unterminated (?#...) comment. - /// - internal static string Unterminated_regex_comment { - get { - return ResourceManager.GetString("Unterminated_regex_comment", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Value too large to be represented as a 30 bit unsigned integer.. - /// - internal static string Value_too_large_to_be_represented_as_a_30_bit_unsigned_integer { - get { - return ResourceManager.GetString("Value_too_large_to_be_represented_as_a_30_bit_unsigned_integer", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Variables captured:. - /// - internal static string Variables_captured_colon { - get { - return ResourceManager.GetString("Variables_captured_colon", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Visual Basic files. - /// - internal static string Visual_Basic_files { - get { - return ResourceManager.GetString("Visual_Basic_files", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Warning. - /// - internal static string Warning { - get { - return ResourceManager.GetString("Warning", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Adding imports will bring an extension method into scope with the same name as '{0}'. - /// - internal static string Warning_adding_imports_will_bring_an_extension_method_into_scope_with_the_same_name_as_member_access { - get { - return ResourceManager.GetString("Warning_adding_imports_will_bring_an_extension_method_into_scope_with_the_same_na" + - "me_as_member_access", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Workspace error. - /// - internal static string Workspace_error { - get { - return ResourceManager.GetString("Workspace_error", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Workspace is not empty.. - /// - internal static string Workspace_is_not_empty { - get { - return ResourceManager.GetString("Workspace_is_not_empty", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to [x-y] range in reverse order. - /// - internal static string x_y_range_in_reverse_order { - get { - return ResourceManager.GetString("x_y_range_in_reverse_order", resourceCulture); - } - } - } -} diff --git a/src/Workspaces/Core/Portable/WorkspacesResources.resx b/src/Workspaces/Core/Portable/WorkspacesResources.resx index fe92413f9188c..ad6e613cb2f14 100644 --- a/src/Workspaces/Core/Portable/WorkspacesResources.resx +++ b/src/Workspaces/Core/Portable/WorkspacesResources.resx @@ -225,9 +225,6 @@ The solution already contains the specified document. - - The solution does not contain the specified document. - Temporary storage cannot be written more than once. @@ -285,9 +282,6 @@ {0} is still open. - - An element with the same key but a different value already exists. - Arrays with more than one dimension cannot be serialized. @@ -315,9 +309,6 @@ Invalid number of parameters for unary operator. - - Absolute path expected. - Cannot open project '{0}' because the file extension '{1}' is not associated with a language. @@ -342,15 +333,6 @@ Added: - - Fix all '{0}' - - - Fix all '{0}' in '{1}' - - - Fix all '{0}' in Solution - After: @@ -414,9 +396,6 @@ Service of type '{0}' is required to accomplish the task but is not available from the workspace. - - Supplied diagnostic cannot be null. - At least one diagnostic must be supplied. @@ -1425,42 +1404,18 @@ Zero-width positive lookbehind assertions are typically used at the beginning of .NET Coding Conventions - - Expression-level preferences - - - Field preferences - Indentation and spacing - - Language keywords vs BCL types preferences - - - Modifier preferences - New line preferences - - Organize usings - - - Parentheses preferences - - - this. and Me. preferences - Visual Basic files Changing document '{0}' is not supported. - - Parameter preferences - Prefix '{0}' does not match expected prefix '{1}' @@ -1485,13 +1440,4 @@ Zero-width positive lookbehind assertions are typically used at the beginning of Document does not support syntax trees - - Compilation is required to accomplish the task but is not supported by project {0}. - - - Syntax tree is required to accomplish the task but is not supported by document {0}. - - - Project of ID {0} is required to accomplish the task but is not available from the solution - \ No newline at end of file diff --git a/src/Workspaces/Core/Portable/xlf/WorkspacesResources.cs.xlf b/src/Workspaces/Core/Portable/xlf/WorkspacesResources.cs.xlf index 3b9bba885af96..146360cf4ebbd 100644 --- a/src/Workspaces/Core/Portable/xlf/WorkspacesResources.cs.xlf +++ b/src/Workspaces/Core/Portable/xlf/WorkspacesResources.cs.xlf @@ -27,11 +27,6 @@ Změna dokumentu {0} není podporovaná. - - Compilation is required to accomplish the task but is not supported by project {0}. - K provedení úlohy se vyžaduje kompilace, ale projekt {0} ji nepodporuje. - - Core EditorConfig Options Základní možnosti pro EditorConfig @@ -57,31 +52,11 @@ Při čtení obsahu zdrojového souboru {0} došlo k chybě -- {1} - - Expression-level preferences - Předvolby na úrovni výrazů - - - - Field preferences - Předvolby polí - - Indentation and spacing Odsazení a mezery - - Language keywords vs BCL types preferences - Předvolby klíčových slov jazyka a typů BCL - - - - Modifier preferences - Předvolby modifikátorů - - Naming rules Pravidla pojmenování @@ -102,16 +77,6 @@ Možnosti nepocházely ze zadaného řešení. - - Organize usings - Uspořádat direktivy using - - - - Parentheses preferences - Předvolby závorek - - Prefix '{0}' does not match expected prefix '{1}' Předpona {0} neodpovídá očekávané předponě {1}. @@ -122,11 +87,6 @@ Předpona {0} se neočekávala. - - Project of ID {0} is required to accomplish the task but is not available from the solution - Ke splnění úkolu se vyžaduje projekt s ID {0}, který ale není z řešení dostupný. - - Refactoring Only Pouze refaktoring @@ -1337,11 +1297,6 @@ Pozitivní kontrolní výrazy zpětného vyhledávání s nulovou délkou se obv Specifikace symbolů - - Syntax tree is required to accomplish the task but is not supported by document {0}. - K provedení úlohy se vyžaduje strom syntaxe, ale dokument {0} ho nepodporuje. - - Visual Basic files Soubory jazyka Visual Basic @@ -1442,11 +1397,6 @@ Pozitivní kontrolní výrazy zpětného vyhledávání s nulovou délkou se obv Řešení už obsahuje zadaný dokument. - - The solution does not contain the specified document. - Řešení neobsahuje zadaný dokument. - - Temporary storage cannot be written more than once. Do dočasného úložiště se nedá zapisovat víc než jednou. @@ -1542,11 +1492,6 @@ Pozitivní kontrolní výrazy zpětného vyhledávání s nulovou délkou se obv {0} je pořád otevřený. - - An element with the same key but a different value already exists. - Element se stejným klíčem, ale odlišnou hodnotou už existuje. - - Arrays with more than one dimension cannot be serialized. Pole s víc než jedním rozměrem nejsou serializované. @@ -1592,11 +1537,6 @@ Pozitivní kontrolní výrazy zpětného vyhledávání s nulovou délkou se obv Neplatný počet parametrů pro unární operátor - - Absolute path expected. - Očekávala se absolutní cesta. - - Cannot open project '{0}' because the file extension '{1}' is not associated with a language. Nejde otevřít projekt {0}, protože přípona souboru {1} není přidružená k jazyku. @@ -1637,21 +1577,6 @@ Pozitivní kontrolní výrazy zpětného vyhledávání s nulovou délkou se obv Přidáno: - - Fix all '{0}' - Opravit vše ({0}) - - - - Fix all '{0}' in '{1}' - Opravit vše ({0}) v: {1} - - - - Fix all '{0}' in Solution - Opravit vše ({0}) v řešení - - After: Po: @@ -1742,11 +1667,6 @@ Pozitivní kontrolní výrazy zpětného vyhledávání s nulovou délkou se obv Ke splnění úkolu se vyžaduje služba typu {0}, není ale z pracovního prostoru dostupná. - - Supplied diagnostic cannot be null. - Zadaná diagnostika nemůže být null. - - At least one diagnostic must be supplied. Musí se zadat aspoň jedna diagnostika. @@ -2217,11 +2137,6 @@ Pozitivní kontrolní výrazy zpětného vyhledávání s nulovou délkou se obv Konvence kódování v .NET - - this. and Me. preferences - Předvolby pro this. a Me. - - [x-y] range in reverse order Rozsah [x-y] je v obráceném pořadí. @@ -2237,11 +2152,6 @@ Pozitivní kontrolní výrazy zpětného vyhledávání s nulovou délkou se obv Problém s regulárním výrazem: {0} This is an error message shown to the user when they write an invalid Regular Expression. {0} will be the actual text of one of the above Regular Expression errors. - - Parameter preferences - Předvolby parametrů - - \ No newline at end of file diff --git a/src/Workspaces/Core/Portable/xlf/WorkspacesResources.de.xlf b/src/Workspaces/Core/Portable/xlf/WorkspacesResources.de.xlf index e7667b6fc7e03..efb386dc5d188 100644 --- a/src/Workspaces/Core/Portable/xlf/WorkspacesResources.de.xlf +++ b/src/Workspaces/Core/Portable/xlf/WorkspacesResources.de.xlf @@ -27,11 +27,6 @@ Das Ändern des Dokuments "{0}" wird nicht unterstützt. - - Compilation is required to accomplish the task but is not supported by project {0}. - Die Kompilierung ist zum Ausführen der Aufgabe erforderlich, wird aber vom Projekt "{0}" nicht unterstützt. - - Core EditorConfig Options Wichtige EditorConfig-Optionen @@ -57,31 +52,11 @@ Fehler beim Lesen des Inhalts der Quelldatei "{0}": "{1}". - - Expression-level preferences - Einstellungen für Ausdrucksebene - - - - Field preferences - Einstellungen für Felder - - Indentation and spacing Einzüge und Abstände - - Language keywords vs BCL types preferences - Einstellungen für Sprachschlüsselwörter und BCL-Typen - - - - Modifier preferences - Einstellungen für Modifizierer - - Naming rules Benennungsregeln @@ -102,16 +77,6 @@ Optionen stammen nicht aus der angegebenen Projektmappe. - - Organize usings - Using-Direktiven organisieren - - - - Parentheses preferences - Einstellungen für Klammern - - Prefix '{0}' does not match expected prefix '{1}' Das Präfix "{0}" entspricht nicht dem erwarteten Präfix "{1}". @@ -122,11 +87,6 @@ Das Präfix "{0}" wurde nicht erwartet. - - Project of ID {0} is required to accomplish the task but is not available from the solution - Ein Projekt mit der ID "{0}" ist zum Ausführen der Aufgabe erforderlich, steht aber in der Projektmappe nicht zur Verfügung. - - Refactoring Only Nur Refactoring @@ -1337,11 +1297,6 @@ Positive Lookbehindassertionen mit Nullbreite werden normalerweise am Anfang reg Symbolspezifikationen - - Syntax tree is required to accomplish the task but is not supported by document {0}. - Die Syntaxstruktur ist zum Ausführen der Aufgabe erforderlich, wird aber vom Dokument "{0}" nicht unterstützt. - - Visual Basic files Visual Basic-Dateien @@ -1442,11 +1397,6 @@ Positive Lookbehindassertionen mit Nullbreite werden normalerweise am Anfang reg Die Lösung enthält bereits das angegebene Dokument. - - The solution does not contain the specified document. - Die Lösung enthält nicht das angegebene Dokument. - - Temporary storage cannot be written more than once. Temporärer Speicher kann nicht mehr als einmal geschrieben werden. @@ -1542,11 +1492,6 @@ Positive Lookbehindassertionen mit Nullbreite werden normalerweise am Anfang reg "{0}" ist noch geöffnet. - - An element with the same key but a different value already exists. - Es ist bereits ein Element mit dem gleichen Schlüssel, jedoch einem anderen Wert vorhanden. - - Arrays with more than one dimension cannot be serialized. Arrays mit mehr als einer Dimension können nicht serialisiert werden. @@ -1592,11 +1537,6 @@ Positive Lookbehindassertionen mit Nullbreite werden normalerweise am Anfang reg Ungültige Parameteranzahl für unären Operator. - - Absolute path expected. - Absoluter Pfad erwartet. - - Cannot open project '{0}' because the file extension '{1}' is not associated with a language. Projekt "{0}" kann nicht geöffnet werden, da die Dateierweiterung "{1}" keiner Sprache zugeordnet ist. @@ -1637,21 +1577,6 @@ Positive Lookbehindassertionen mit Nullbreite werden normalerweise am Anfang reg Hinzugefügt: - - Fix all '{0}' - Alle '{0}' reparieren - - - - Fix all '{0}' in '{1}' - Alle '{0}' in '{1}' reparieren - - - - Fix all '{0}' in Solution - Alle '{0}' in Lösung reparieren - - After: Nach: @@ -1742,11 +1667,6 @@ Positive Lookbehindassertionen mit Nullbreite werden normalerweise am Anfang reg Ein Dienst vom Typ "{0}" ist zum Ausführen der Aufgabe erforderlich, steht aber im Arbeitsbereich nicht zur Verfügung. - - Supplied diagnostic cannot be null. - Bereitgestellte Diagnose darf nicht null sein. - - At least one diagnostic must be supplied. Es muss mindestens eine Diagnose bereitgestellt sein. @@ -2217,11 +2137,6 @@ Positive Lookbehindassertionen mit Nullbreite werden normalerweise am Anfang reg .NET-Codierungskonventionen - - this. and Me. preferences - this.- und Me.-Einstellungen - - [x-y] range in reverse order [x-y]-Bereich in umgekehrter Reihenfolge @@ -2237,11 +2152,6 @@ Positive Lookbehindassertionen mit Nullbreite werden normalerweise am Anfang reg RegEx-Fehler: {0} This is an error message shown to the user when they write an invalid Regular Expression. {0} will be the actual text of one of the above Regular Expression errors. - - Parameter preferences - Einstellungen für Parameter - - \ No newline at end of file diff --git a/src/Workspaces/Core/Portable/xlf/WorkspacesResources.es.xlf b/src/Workspaces/Core/Portable/xlf/WorkspacesResources.es.xlf index 60abf5843e7df..9466a1b6ce311 100644 --- a/src/Workspaces/Core/Portable/xlf/WorkspacesResources.es.xlf +++ b/src/Workspaces/Core/Portable/xlf/WorkspacesResources.es.xlf @@ -27,11 +27,6 @@ Documento cambiante '{0}' no es compatible. - - Compilation is required to accomplish the task but is not supported by project {0}. - La compilación es necesaria para realizar la tarea, pero el proyecto {0} no la admite. - - Core EditorConfig Options Opciones principales de EditorConfig @@ -57,31 +52,11 @@ Error al leer el contenido del archivo de origen "{0}"--"{1}". - - Expression-level preferences - Preferencias de nivel de expresión - - - - Field preferences - Preferencias de campo - - Indentation and spacing Sangría y espaciado - - Language keywords vs BCL types preferences - Preferencias de palabras clave frente a tipos de BCL - - - - Modifier preferences - Preferencias de modificador - - Naming rules Reglas de nomenclatura @@ -102,16 +77,6 @@ Las opciones no procedían de la solución especificada. - - Organize usings - Organizar instrucciones Using - - - - Parentheses preferences - Preferencias de paréntesis - - Prefix '{0}' does not match expected prefix '{1}' El prefijo "{0}" no coincide con el prefijo esperado "{1}". @@ -122,11 +87,6 @@ No se espera el prefijo "{0}" - - Project of ID {0} is required to accomplish the task but is not available from the solution - Se necesita el identificador de proyecto "{0}" para realizar la tarea, pero no está disponibles en la solución - - Refactoring Only Solo refactorización @@ -1337,11 +1297,6 @@ Las aserciones de búsqueda retrasada (lookbehind) positivas de ancho cero se us Especificaciones de símbolos - - Syntax tree is required to accomplish the task but is not supported by document {0}. - El árbol de sintaxis es necesario para realizar la tarea, pero el documento {0} no lo admite. - - Visual Basic files Archivos de Visual Basic @@ -1442,11 +1397,6 @@ Las aserciones de búsqueda retrasada (lookbehind) positivas de ancho cero se us La solución ya contiene el documento especificado. - - The solution does not contain the specified document. - La solución no contiene el documento especificado. - - Temporary storage cannot be written more than once. No se puede escribir más de una vez en el almacenamiento temporal. @@ -1542,11 +1492,6 @@ Las aserciones de búsqueda retrasada (lookbehind) positivas de ancho cero se us {0} aún está abierto. - - An element with the same key but a different value already exists. - Ya existe un elemento con la misma clave pero un valor distinto. - - Arrays with more than one dimension cannot be serialized. Las matrices con más de una dimensión no se pueden serializar. @@ -1592,11 +1537,6 @@ Las aserciones de búsqueda retrasada (lookbehind) positivas de ancho cero se us Número de parámetros no válido para el operador unario. - - Absolute path expected. - Ruta de acceso absoluta esperada. - - Cannot open project '{0}' because the file extension '{1}' is not associated with a language. No se puede abrir el proyecto '{0}' porque la extensión de archivo '{1}' no está asociada a un lenguaje. @@ -1637,21 +1577,6 @@ Las aserciones de búsqueda retrasada (lookbehind) positivas de ancho cero se us Agregado: - - Fix all '{0}' - Corregir todo '{0}' - - - - Fix all '{0}' in '{1}' - Corregir todo '{0}' en '{1}' - - - - Fix all '{0}' in Solution - Corregir todo '{0}' en solución - - After: Después: @@ -1742,11 +1667,6 @@ Las aserciones de búsqueda retrasada (lookbehind) positivas de ancho cero se us El servicio de tipo '{0}' es necesario para realizar la tarea, pero no está disponibles desde el área de trabajo. - - Supplied diagnostic cannot be null. - El diagnóstico suministrado no puede ser nulo. - - At least one diagnostic must be supplied. Se debe suministrar al menos un diagnóstico. @@ -2217,11 +2137,6 @@ Las aserciones de búsqueda retrasada (lookbehind) positivas de ancho cero se us Convenciones de codificación .NET - - this. and Me. preferences - Preferencias de this. y .me - - [x-y] range in reverse order rango [x-y] en orden inverso @@ -2237,11 +2152,6 @@ Las aserciones de búsqueda retrasada (lookbehind) positivas de ancho cero se us Problema de Regex: {0} This is an error message shown to the user when they write an invalid Regular Expression. {0} will be the actual text of one of the above Regular Expression errors. - - Parameter preferences - Preferencias de parámetro - - \ No newline at end of file diff --git a/src/Workspaces/Core/Portable/xlf/WorkspacesResources.fr.xlf b/src/Workspaces/Core/Portable/xlf/WorkspacesResources.fr.xlf index 6366d269351a4..55c52acf13516 100644 --- a/src/Workspaces/Core/Portable/xlf/WorkspacesResources.fr.xlf +++ b/src/Workspaces/Core/Portable/xlf/WorkspacesResources.fr.xlf @@ -27,11 +27,6 @@ Le changement du document '{0}' n'est pas pris en charge. - - Compilation is required to accomplish the task but is not supported by project {0}. - Une compilation est nécessaire pour accomplir la tâche, mais elle n'est pas prise en charge par le projet {0}. - - Core EditorConfig Options Options EditorConfig principales @@ -57,31 +52,11 @@ Erreur durant la lecture du contenu du fichier source '{0}' -- '{1}'. - - Expression-level preferences - Préférences de niveau expression - - - - Field preferences - Préférences de champ - - Indentation and spacing Indentation et espacement - - Language keywords vs BCL types preferences - Préférences des mots clés de langage par rapport aux types BCL - - - - Modifier preferences - Préférences de modificateur - - Naming rules Règles de nommage @@ -102,16 +77,6 @@ Les options ne proviennent pas de la solution spécifiée - - Organize usings - Organiser les instructions Using - - - - Parentheses preferences - Préférences de parenthèses - - Prefix '{0}' does not match expected prefix '{1}' Le préfixe « {0} » ne correspond pas au préfixe attendu « {1} » @@ -122,11 +87,6 @@ Le préfixe « {0} » n'est pas attendu - - Project of ID {0} is required to accomplish the task but is not available from the solution - Le projet de l'ID {0} est nécessaire pour accomplir la tâche mais n'est pas disponible dans la solution - - Refactoring Only Refactorisation uniquement @@ -1337,11 +1297,6 @@ Les assertions arrière positives de largeur nulle sont généralement utilisée Spécifications de symboles - - Syntax tree is required to accomplish the task but is not supported by document {0}. - Une arborescence de syntaxe est nécessaire pour accomplir la tâche, mais elle n'est pas prise en charge par le document {0}. - - Visual Basic files Fichiers Visual Basic @@ -1442,11 +1397,6 @@ Les assertions arrière positives de largeur nulle sont généralement utilisée La solution contient déjà le document spécifié. - - The solution does not contain the specified document. - La solution ne contient pas le document spécifié. - - Temporary storage cannot be written more than once. Il est impossible d'écrire plusieurs fois dans le stockage temporaire. @@ -1542,11 +1492,6 @@ Les assertions arrière positives de largeur nulle sont généralement utilisée {0} est toujours ouvert. - - An element with the same key but a different value already exists. - Il existe déjà un élément utilisant la même clé mais une autre valeur. - - Arrays with more than one dimension cannot be serialized. Impossible de sérialiser les tableaux de plus d'une dimension. @@ -1592,11 +1537,6 @@ Les assertions arrière positives de largeur nulle sont généralement utilisée Nombre de paramètres non valide pour l'opérateur unaire. - - Absolute path expected. - Chemin d'accès absolu attendu. - - Cannot open project '{0}' because the file extension '{1}' is not associated with a language. Impossible d'ouvrir le projet '{0}', car l'extension de fichier '{1}' n'est pas associée à un langage. @@ -1637,21 +1577,6 @@ Les assertions arrière positives de largeur nulle sont généralement utilisée Ajouté : - - Fix all '{0}' - Corriger tous les '{0}' - - - - Fix all '{0}' in '{1}' - Pour toutes les '{0}' dans '{1}' - - - - Fix all '{0}' in Solution - Corriger tous les '{0}' dans la solution - - After: Après : @@ -1742,11 +1667,6 @@ Les assertions arrière positives de largeur nulle sont généralement utilisée Le service de type '{0}' est nécessaire pour accomplir la tâche mais n'est pas disponible dans l'espace de travail. - - Supplied diagnostic cannot be null. - Le diagnostic fourni ne peut pas être null. - - At least one diagnostic must be supplied. Au moins un diagnostic doit être fourni. @@ -2217,11 +2137,6 @@ Les assertions arrière positives de largeur nulle sont généralement utilisée Conventions de codage .NET - - this. and Me. preferences - Préférences de this. et Me. - - [x-y] range in reverse order Intervalle [x-y] dans l'ordre inverse @@ -2237,11 +2152,6 @@ Les assertions arrière positives de largeur nulle sont généralement utilisée Problème de regex : {0} This is an error message shown to the user when they write an invalid Regular Expression. {0} will be the actual text of one of the above Regular Expression errors. - - Parameter preferences - Préférences de paramètre - - \ No newline at end of file diff --git a/src/Workspaces/Core/Portable/xlf/WorkspacesResources.it.xlf b/src/Workspaces/Core/Portable/xlf/WorkspacesResources.it.xlf index 992057b2a0a6e..a9ddff31ae528 100644 --- a/src/Workspaces/Core/Portable/xlf/WorkspacesResources.it.xlf +++ b/src/Workspaces/Core/Portable/xlf/WorkspacesResources.it.xlf @@ -27,11 +27,6 @@ La modifica del documento '{0}' non è supportata. - - Compilation is required to accomplish the task but is not supported by project {0}. - Per eseguire l'attività, è necessaria la compilazione, che però non è supportata dal progetto {0}. - - Core EditorConfig Options Opzioni EditorConfig di base @@ -57,31 +52,11 @@ Si è verificato un errore durante la lettura del contenuto del file di origine '{0}' - '{1}'. - - Expression-level preferences - Preferenze a livello di espressione - - - - Field preferences - Preferenze per campi - - Indentation and spacing Rientro e spaziatura - - Language keywords vs BCL types preferences - Preferenze per parole chiave linguaggio rispetto a tipi BCL - - - - Modifier preferences - Preferenze per modificatore - - Naming rules Regole di denominazione @@ -102,16 +77,6 @@ Le opzioni non provengono dalla soluzione specificata - - Organize usings - Organizza using - - - - Parentheses preferences - Preferenze per parentesi - - Prefix '{0}' does not match expected prefix '{1}' Il prefisso '{0}' non corrisponde al prefisso previsto '{1}' @@ -122,11 +87,6 @@ Il prefisso '{0}' non è previsto - - Project of ID {0} is required to accomplish the task but is not available from the solution - Per eseguire l'attività, è necessario il progetto con ID '{0}', che però non è disponibile dalla soluzione - - Refactoring Only Solo refactoring @@ -1337,11 +1297,6 @@ Le asserzioni lookbehind positive di larghezza zero vengono usate in genere all' Specifiche dei simboli - - Syntax tree is required to accomplish the task but is not supported by document {0}. - Per eseguire l'attività, è necessario l'albero della sintassi, che però non è supportato dal documento {0}. - - Visual Basic files File Visual Basic @@ -1442,11 +1397,6 @@ Le asserzioni lookbehind positive di larghezza zero vengono usate in genere all' La soluzione contiene già il documento specificato. - - The solution does not contain the specified document. - La soluzione non contiene il documento specificato. - - Temporary storage cannot be written more than once. L'archivio temporaneo non può essere scritto più di una volta. @@ -1542,11 +1492,6 @@ Le asserzioni lookbehind positive di larghezza zero vengono usate in genere all' {0} è ancora aperto. - - An element with the same key but a different value already exists. - Esiste già un elemento con la stessa chiave ma valore diverso. - - Arrays with more than one dimension cannot be serialized. Non è possibile serializzare le matrice con più di una dimensione. @@ -1592,11 +1537,6 @@ Le asserzioni lookbehind positive di larghezza zero vengono usate in genere all' Il numero di parametri per l'operatore unario non è valido. - - Absolute path expected. - È previsto il percorso assoluto. - - Cannot open project '{0}' because the file extension '{1}' is not associated with a language. Non è possibile aprire il progetto '{0}' perché l'estensione di file '{1}' non è associata a un linguaggio. @@ -1637,21 +1577,6 @@ Le asserzioni lookbehind positive di larghezza zero vengono usate in genere all' Aggiunto: - - Fix all '{0}' - Correggi tutti '{0}' - - - - Fix all '{0}' in '{1}' - Correggi tutti '{0}' in '{1}' - - - - Fix all '{0}' in Solution - Correggi tutti '{0}' nella soluzione - - After: Dopo: @@ -1742,11 +1667,6 @@ Le asserzioni lookbehind positive di larghezza zero vengono usate in genere all' Per eseguire l'attività, è necessario il servizio di tipo '{0}', che però non è disponibile dall'area di lavoro. - - Supplied diagnostic cannot be null. - La diagnostica specificata non può essere Null. - - At least one diagnostic must be supplied. È necessario specificare almeno una diagnostica. @@ -2217,11 +2137,6 @@ Le asserzioni lookbehind positive di larghezza zero vengono usate in genere all' Convenzioni di scrittura codice .NET - - this. and Me. preferences - Preferenze per this. e Me. - - [x-y] range in reverse order Intervallo [x-y] in ordine inverso @@ -2237,11 +2152,6 @@ Le asserzioni lookbehind positive di larghezza zero vengono usate in genere all' Problema di regex: {0} This is an error message shown to the user when they write an invalid Regular Expression. {0} will be the actual text of one of the above Regular Expression errors. - - Parameter preferences - Preferenze per parametri - - \ No newline at end of file diff --git a/src/Workspaces/Core/Portable/xlf/WorkspacesResources.ja.xlf b/src/Workspaces/Core/Portable/xlf/WorkspacesResources.ja.xlf index 0cd2e1db7d9f2..f4cb399917fee 100644 --- a/src/Workspaces/Core/Portable/xlf/WorkspacesResources.ja.xlf +++ b/src/Workspaces/Core/Portable/xlf/WorkspacesResources.ja.xlf @@ -27,11 +27,6 @@ ドキュメント '{0}' の変更はサポートされていません。 - - Compilation is required to accomplish the task but is not supported by project {0}. - コンパイルはタスクの実行に必要ですが、プロジェクト {0} ではサポートされていません。 - - Core EditorConfig Options コア EditorConfig オプション @@ -57,31 +52,11 @@ ソース ファイル '{0}' のコンテンツの読み取りでエラーが発生しました -- '{1}'。 - - Expression-level preferences - 式レベルの設定 - - - - Field preferences - フィールド設定 - - Indentation and spacing インデントと間隔 - - Language keywords vs BCL types preferences - 言語キーワードと BCL の種類の設定 - - - - Modifier preferences - 修飾子設定 - - Naming rules 名前付けルール @@ -102,16 +77,6 @@ オプションは指定されたソリューションに由来するものではありません - - Organize usings - using の整理 - - - - Parentheses preferences - かっこの設定 - - Prefix '{0}' does not match expected prefix '{1}' プレフィックス '{0}' が予想されるプレフィックス '{1}' と一致しません @@ -122,11 +87,6 @@ プレフィックス '{0}' は予期されていません - - Project of ID {0} is required to accomplish the task but is not available from the solution - タスクの完了には ID {0} のプロジェクトが必要ですが、このソリューションからは利用できません - - Refactoring Only リファクタリングのみ @@ -1337,11 +1297,6 @@ Zero-width positive lookbehind assertions are typically used at the beginning of 記号の仕様 - - Syntax tree is required to accomplish the task but is not supported by document {0}. - 構文ツリーはタスクの実行に必要ですが、ドキュメント {0} ではサポートされていません。 - - Visual Basic files Visual Basic ファイル @@ -1442,11 +1397,6 @@ Zero-width positive lookbehind assertions are typically used at the beginning of ソリューションには、指定されたドキュメントが既に含まれています。 - - The solution does not contain the specified document. - ソリューションには、指定されたドキュメントがありません。 - - Temporary storage cannot be written more than once. 一時的な記憶域は、2 回以上書き込みできません。 @@ -1542,11 +1492,6 @@ Zero-width positive lookbehind assertions are typically used at the beginning of {0} が開いたままです。 - - An element with the same key but a different value already exists. - キーが同じで値が異なる要素が既に存在します。 - - Arrays with more than one dimension cannot be serialized. 複数の次元を持つ配列はシリアル化できません。 @@ -1592,11 +1537,6 @@ Zero-width positive lookbehind assertions are typically used at the beginning of 単項演算子のパラメーターの数が無効です。 - - Absolute path expected. - 絶対パスが必要です。 - - Cannot open project '{0}' because the file extension '{1}' is not associated with a language. ファイルの拡張子 '{1}' が言語に関連付けられていないため、プロジェクト '{0}' を開くことができません。 @@ -1637,21 +1577,6 @@ Zero-width positive lookbehind assertions are typically used at the beginning of 追加済み: - - Fix all '{0}' - すべての '{0}' を修正します - - - - Fix all '{0}' in '{1}' - {1}' に含まれているすべての '{0}' を修正します - - - - Fix all '{0}' in Solution - ソリューションに含まれているすべての '{0}' を修正します - - After: 後: @@ -1742,11 +1667,6 @@ Zero-width positive lookbehind assertions are typically used at the beginning of 型 '{0}' のサービスはタスクの実行に必要ですが、このワークスペースからは利用できません。 - - Supplied diagnostic cannot be null. - 診断に null は指定できません。 - - At least one diagnostic must be supplied. 1 つ以上の診断を指定しなければなりません。 @@ -2217,11 +2137,6 @@ Zero-width positive lookbehind assertions are typically used at the beginning of .NET コーディング規則 - - this. and Me. preferences - this. と Me. の設定 - - [x-y] range in reverse order [x-y] 範囲の順序が逆です @@ -2237,11 +2152,6 @@ Zero-width positive lookbehind assertions are typically used at the beginning of 正規表現の問題: {0} This is an error message shown to the user when they write an invalid Regular Expression. {0} will be the actual text of one of the above Regular Expression errors. - - Parameter preferences - パラメーターの設定 - - \ No newline at end of file diff --git a/src/Workspaces/Core/Portable/xlf/WorkspacesResources.ko.xlf b/src/Workspaces/Core/Portable/xlf/WorkspacesResources.ko.xlf index 2a6ea5ad3e3ed..38d531b6a3a34 100644 --- a/src/Workspaces/Core/Portable/xlf/WorkspacesResources.ko.xlf +++ b/src/Workspaces/Core/Portable/xlf/WorkspacesResources.ko.xlf @@ -27,11 +27,6 @@ '{0}' 문서 변경은 지원되지 않습니다. - - Compilation is required to accomplish the task but is not supported by project {0}. - 작업을 수행하는 데 컴파일이 필요하지만 프로젝트 {0}에서 지원하지 않습니다. - - Core EditorConfig Options 코어 EditorConfig 옵션 @@ -57,31 +52,11 @@ 소스 파일 '{0}'의 콘텐츠를 읽는 동안 오류가 발생했습니다. -- '{1}'. - - Expression-level preferences - 식 수준 기본 설정 - - - - Field preferences - 필드 기본 설정 - - Indentation and spacing 들여쓰기 및 간격 - - Language keywords vs BCL types preferences - 언어 키워드 및 BCL 형식 기본 설정 - - - - Modifier preferences - 한정자 기본 설정 - - Naming rules 명명 규칙 @@ -102,16 +77,6 @@ 옵션을 지정된 솔루션에서 가져오지 않음 - - Organize usings - Using 구성 - - - - Parentheses preferences - 괄호 기본 설정 - - Prefix '{0}' does not match expected prefix '{1}' 접두사 '{0}'이(가) 필요한 접두사 '{1}'과(와) 일치하지 않습니다. @@ -122,11 +87,6 @@ 접두사 '{0}'은(는) 사용할 수 없습니다. - - Project of ID {0} is required to accomplish the task but is not available from the solution - 작업을 수행하는 데 ID가 {0}인 프로젝트가 필요하지만, 솔루션에서 해당 프로젝트를 사용할 수 없습니다. - - Refactoring Only 리팩터링만 @@ -1337,11 +1297,6 @@ Zero-width positive lookbehind assertions are typically used at the beginning of 기호 사양 - - Syntax tree is required to accomplish the task but is not supported by document {0}. - 작업을 수행하는 데 구문 트리가 필요하지만 문서 {0}에서 지원하지 않습니다. - - Visual Basic files Visual Basic 파일 @@ -1442,11 +1397,6 @@ Zero-width positive lookbehind assertions are typically used at the beginning of 솔루션에 지정한 문서가 이미 포함되어 있습니다. - - The solution does not contain the specified document. - 솔루션에 지정한 문서가 포함되어 있지 않습니다. - - Temporary storage cannot be written more than once. 임시 스토리지는 두 번 쓸 수 없습니다. @@ -1542,11 +1492,6 @@ Zero-width positive lookbehind assertions are typically used at the beginning of {0}이(가) 열려 있습니다. - - An element with the same key but a different value already exists. - 키가 같지만 값이 다른 요소가 이미 있습니다. - - Arrays with more than one dimension cannot be serialized. 차원이 두 개 이상인 배열을 직렬화할 수 없습니다. @@ -1592,11 +1537,6 @@ Zero-width positive lookbehind assertions are typically used at the beginning of 단항 연산자에 대해 잘못된 매개 변수 수입니다. - - Absolute path expected. - 절대 경로가 필요합니다. - - Cannot open project '{0}' because the file extension '{1}' is not associated with a language. {1}' 파일 확장명이 언어에 연결되어 있지 않아 '{0}' 프로젝트를 열 수 없습니다. @@ -1637,21 +1577,6 @@ Zero-width positive lookbehind assertions are typically used at the beginning of 추가됨: - - Fix all '{0}' - 모든 '{0}' 수정 - - - - Fix all '{0}' in '{1}' - {1}'의 모든 '{0}' 수정 - - - - Fix all '{0}' in Solution - 솔루션의 모든 '{0}' 수정 - - After: 이후: @@ -1742,11 +1667,6 @@ Zero-width positive lookbehind assertions are typically used at the beginning of {0}' 유형의 서비스가 작업을 수행하는 데 필요하지만 작업 영역에서 사용할 수 없습니다. - - Supplied diagnostic cannot be null. - 제공된 진단은 null일 수 없습니다. - - At least one diagnostic must be supplied. 하나 이상의 진단을 제공해야 합니다. @@ -2217,11 +2137,6 @@ Zero-width positive lookbehind assertions are typically used at the beginning of .NET 코딩 규칙 - - this. and Me. preferences - this. 및 Me. 기본 설정 - - [x-y] range in reverse order [x-y] 범위가 역순으로 되어 있습니다. @@ -2237,11 +2152,6 @@ Zero-width positive lookbehind assertions are typically used at the beginning of Regex 문제: {0} This is an error message shown to the user when they write an invalid Regular Expression. {0} will be the actual text of one of the above Regular Expression errors. - - Parameter preferences - 매개 변수 기본 설정 - - \ No newline at end of file diff --git a/src/Workspaces/Core/Portable/xlf/WorkspacesResources.pl.xlf b/src/Workspaces/Core/Portable/xlf/WorkspacesResources.pl.xlf index 85413a88a5fb7..4ecb1ab8a5901 100644 --- a/src/Workspaces/Core/Portable/xlf/WorkspacesResources.pl.xlf +++ b/src/Workspaces/Core/Portable/xlf/WorkspacesResources.pl.xlf @@ -27,11 +27,6 @@ Zmiana dokumentu „{0}” nie jest obsługiwana. - - Compilation is required to accomplish the task but is not supported by project {0}. - Ukończenie zadania wymaga kompilacji, ale nie jest ona obsługiwana przez projekt {0}. - - Core EditorConfig Options Podstawowe opcje EditorConfig @@ -57,31 +52,11 @@ Błąd podczas odczytywania zawartości pliku źródłowego „{0}”--„{1}”. - - Expression-level preferences - Preferencje na poziomie wyrażeń - - - - Field preferences - Preferencje pól - - Indentation and spacing Wcięcia i odstępy - - Language keywords vs BCL types preferences - Słowa kluczowe języka a preferencje typów BCL - - - - Modifier preferences - Preferencje modyfikatora - - Naming rules Reguły nazewnictwa @@ -102,16 +77,6 @@ Opcje nie pochodziły z określonego rozwiązania - - Organize usings - Organizuj użycia - - - - Parentheses preferences - Preferencje dotyczące nawiasów - - Prefix '{0}' does not match expected prefix '{1}' Prefiks „{0}” jest inny niż oczekiwany prefiks „{1}” @@ -122,11 +87,6 @@ Nieoczekiwany prefiks „{0}” - - Project of ID {0} is required to accomplish the task but is not available from the solution - Do wykonania zadania wymagany jest projekt o identyfikatorze {0}, ale nie jest on udostępniany przez rozwiązanie - - Refactoring Only Tylko refaktoryzacja @@ -1337,11 +1297,6 @@ Pozytywne asercje wsteczne o zerowej szerokości są zwykle używane na początk Specyfikacje symboli - - Syntax tree is required to accomplish the task but is not supported by document {0}. - Ukończenie zadania wymaga drzewa składni, ale nie jest ono obsługiwane przez dokument {0}. - - Visual Basic files Pliki języka Visual Basic @@ -1442,11 +1397,6 @@ Pozytywne asercje wsteczne o zerowej szerokości są zwykle używane na początk Rozwiązanie już zawiera określony dokument. - - The solution does not contain the specified document. - Rozwiązanie nie zawiera określonego dokumentu. - - Temporary storage cannot be written more than once. W tymczasowym magazynie nie można zapisać więcej niż raz. @@ -1542,11 +1492,6 @@ Pozytywne asercje wsteczne o zerowej szerokości są zwykle używane na początk Element {0} jest nadal otwarty. - - An element with the same key but a different value already exists. - Element z tym samym kluczem, ale inną wartością, już istnieje. - - Arrays with more than one dimension cannot be serialized. Nie można przeprowadzić serializacji tablic z więcej niż jednym wymiarem. @@ -1592,11 +1537,6 @@ Pozytywne asercje wsteczne o zerowej szerokości są zwykle używane na początk Nieprawidłowa liczba parametrów operatora jednoargumentowego. - - Absolute path expected. - Oczekiwano ścieżki bezwzględnej. - - Cannot open project '{0}' because the file extension '{1}' is not associated with a language. Nie można otworzyć projektu „{0}”, ponieważ rozszerzenie pliku „{1}” nie jest skojarzone z językiem. @@ -1637,21 +1577,6 @@ Pozytywne asercje wsteczne o zerowej szerokości są zwykle używane na początk Dodano: - - Fix all '{0}' - Napraw wszystkie wystąpienia elementu „{0}” - - - - Fix all '{0}' in '{1}' - Napraw wszystkie wystąpienia elementu „{0}” w zakresie „{1}” - - - - Fix all '{0}' in Solution - Napraw wszystkie wystąpienia elementu „{0}” w rozwiązaniu - - After: Po: @@ -1742,11 +1667,6 @@ Pozytywne asercje wsteczne o zerowej szerokości są zwykle używane na początk Usługa typu „{0}” jest wymagana do wykonania zadania, lecz nie jest dostępna w obszarze roboczym. - - Supplied diagnostic cannot be null. - Podane informacje diagnostyczne nie mogą mieć wartości null. - - At least one diagnostic must be supplied. Należy podać co najmniej jedną informację diagnostyczną. @@ -2217,11 +2137,6 @@ Pozytywne asercje wsteczne o zerowej szerokości są zwykle używane na początk Konwencje kodowania .NET - - this. and Me. preferences - Preferencje dotyczące słów kluczowych this. i Me. - - [x-y] range in reverse order Zakres [x-y] w odwrotnej kolejności @@ -2237,11 +2152,6 @@ Pozytywne asercje wsteczne o zerowej szerokości są zwykle używane na początk Problem z wyrażeniem regularnym: {0} This is an error message shown to the user when they write an invalid Regular Expression. {0} will be the actual text of one of the above Regular Expression errors. - - Parameter preferences - Preferencje dotyczące parametrów - - \ No newline at end of file diff --git a/src/Workspaces/Core/Portable/xlf/WorkspacesResources.pt-BR.xlf b/src/Workspaces/Core/Portable/xlf/WorkspacesResources.pt-BR.xlf index efba3cf52c999..c8bacbfd8336a 100644 --- a/src/Workspaces/Core/Portable/xlf/WorkspacesResources.pt-BR.xlf +++ b/src/Workspaces/Core/Portable/xlf/WorkspacesResources.pt-BR.xlf @@ -27,11 +27,6 @@ Não há suporte para alterar o documento '{0}'. - - Compilation is required to accomplish the task but is not supported by project {0}. - A compilação é necessária para realizar a tarefa, mas não é compatível com o projeto {0}. - - Core EditorConfig Options Opções Principais do EditorConfig @@ -57,31 +52,11 @@ Erro ao ler o conteúdo do arquivo de origem '{0}' – '{1}'. - - Expression-level preferences - Preferências de nível de expressão - - - - Field preferences - Preferências de campo - - Indentation and spacing Recuo e espaçamento - - Language keywords vs BCL types preferences - Preferências de tipos BCL contra palavras-chave do idioma - - - - Modifier preferences - Preferências de modificador - - Naming rules Regras de nomenclatura @@ -102,16 +77,6 @@ As opções não vieram da Solução especificada - - Organize usings - Organizar Usos - - - - Parentheses preferences - Preferências de parênteses - - Prefix '{0}' does not match expected prefix '{1}' O prefixo '{0}' não coincide com prefixo esperado '{1}' @@ -122,11 +87,6 @@ O prefixo '{0}' não é esperado - - Project of ID {0} is required to accomplish the task but is not available from the solution - O projeto com a ID {0} é necessário para realizar a tarefa, mas não está disponível na solução - - Refactoring Only Somente Refatoração @@ -1337,11 +1297,6 @@ As declarações de lookbehind positivas de largura zero normalmente são usadas Especificações de símbolo - - Syntax tree is required to accomplish the task but is not supported by document {0}. - A árvore de sintaxe é necessária para realizar a tarefa, mas não é compatível com o documento {0}. - - Visual Basic files Arquivos do Visual Basic @@ -1442,11 +1397,6 @@ As declarações de lookbehind positivas de largura zero normalmente são usadas A solução já contém o documento especificado. - - The solution does not contain the specified document. - A solução não contém o documento especificado. - - Temporary storage cannot be written more than once. Armazenamento temporário não pode ser gravado mais de uma vez. @@ -1542,11 +1492,6 @@ As declarações de lookbehind positivas de largura zero normalmente são usadas {0} ainda está aberto. - - An element with the same key but a different value already exists. - Um elemento com a mesma chave, mas um valor diferente já existe. - - Arrays with more than one dimension cannot be serialized. As matrizes com mais de uma dimensão não podem ser serializadas. @@ -1592,11 +1537,6 @@ As declarações de lookbehind positivas de largura zero normalmente são usadas Número inválido de parâmetros para o operador unário. - - Absolute path expected. - Caminho absoluto esperado. - - Cannot open project '{0}' because the file extension '{1}' is not associated with a language. Não é possível abrir o projeto "{0}" porque a extensão de arquivo "{1}" não está associada a um idioma. @@ -1637,21 +1577,6 @@ As declarações de lookbehind positivas de largura zero normalmente são usadas Adicionado: - - Fix all '{0}' - Corrigir todos os '{0}' - - - - Fix all '{0}' in '{1}' - Corrigir todos os '{0}' em '{1}' - - - - Fix all '{0}' in Solution - Corrigir todos os '{0}' na Solução - - After: Após: @@ -1742,11 +1667,6 @@ As declarações de lookbehind positivas de largura zero normalmente são usadas O serviço do tipo '{0}' é necessário para realizar a tarefa, mas não está disponível no workspace. - - Supplied diagnostic cannot be null. - O diagnóstico fornecido não pode ser nulo. - - At least one diagnostic must be supplied. No mínimo um diagnóstico deve ser fornecido. @@ -2217,11 +2137,6 @@ As declarações de lookbehind positivas de largura zero normalmente são usadas Convenções de codificação .NET - - this. and Me. preferences - Preferências - - [x-y] range in reverse order intervalo [x-y] em ordem inversa @@ -2237,11 +2152,6 @@ As declarações de lookbehind positivas de largura zero normalmente são usadas Problema do Regex: {0} This is an error message shown to the user when they write an invalid Regular Expression. {0} will be the actual text of one of the above Regular Expression errors. - - Parameter preferences - Preferências de parâmetro - - \ No newline at end of file diff --git a/src/Workspaces/Core/Portable/xlf/WorkspacesResources.ru.xlf b/src/Workspaces/Core/Portable/xlf/WorkspacesResources.ru.xlf index d611c72e4a43c..3c4608aea3c2d 100644 --- a/src/Workspaces/Core/Portable/xlf/WorkspacesResources.ru.xlf +++ b/src/Workspaces/Core/Portable/xlf/WorkspacesResources.ru.xlf @@ -27,11 +27,6 @@ Изменение документа "{0}" не поддерживается. - - Compilation is required to accomplish the task but is not supported by project {0}. - Для выполнения задачи требуется компиляция, но она не поддерживается в проекте {0}. - - Core EditorConfig Options Основные параметры EditorConfig @@ -57,31 +52,11 @@ Ошибка при чтении содержимого исходного файла "{0}" — "{1}". - - Expression-level preferences - Выражения уровень предпочтения - - - - Field preferences - Предпочтения для полей - - Indentation and spacing Отступы и интервалы - - Language keywords vs BCL types preferences - Параметры использования ключевых слов языка и типов BCL - - - - Modifier preferences - Предпочтения модификатора - - Naming rules Правила именования @@ -102,16 +77,6 @@ Параметры получены не из указанного решения. - - Organize usings - Упорядочение Using - - - - Parentheses preferences - Предпочтения для скобок - - Prefix '{0}' does not match expected prefix '{1}' Префикс '{0}' не соответствует ожидаемому префиксу '{1}' @@ -122,11 +87,6 @@ Префикс "{0}" является недопустимым - - Project of ID {0} is required to accomplish the task but is not available from the solution - Проект с ИД "{0}" необходим для выполнения задачи, но он недоступен из решения. - - Refactoring Only Только рефакторинг @@ -1337,11 +1297,6 @@ Zero-width positive lookbehind assertions are typically used at the beginning of Спецификации символов - - Syntax tree is required to accomplish the task but is not supported by document {0}. - Для выполнения задачи требуется синтаксическое дерево, но оно не поддерживается в документе {0}. - - Visual Basic files Файлы Visual Basic @@ -1442,11 +1397,6 @@ Zero-width positive lookbehind assertions are typically used at the beginning of Указанный документ уже находится в решении. - - The solution does not contain the specified document. - Указанный документ отсутствует в решении. - - Temporary storage cannot be written more than once. Невозможно записать более одного раза во временное хранилище. @@ -1542,11 +1492,6 @@ Zero-width positive lookbehind assertions are typically used at the beginning of {0} все еще открыт. - - An element with the same key but a different value already exists. - Элемент с таким ключом, но другим значением уже существует. - - Arrays with more than one dimension cannot be serialized. Массивы с несколькими измерениями нельзя сериализовать. @@ -1592,11 +1537,6 @@ Zero-width positive lookbehind assertions are typically used at the beginning of Недопустимое число параметров для унарного оператора. - - Absolute path expected. - Ожидался абсолютный путь. - - Cannot open project '{0}' because the file extension '{1}' is not associated with a language. Не удается открыть проект "{0}", так как расширение файла "{1}" не связано с языком. @@ -1637,21 +1577,6 @@ Zero-width positive lookbehind assertions are typically used at the beginning of Добавлены: - - Fix all '{0}' - Исправить все "{0}" - - - - Fix all '{0}' in '{1}' - Исправить все "{0}" в "{1}" - - - - Fix all '{0}' in Solution - Исправить все "{0}" в решении - - After: После: @@ -1742,11 +1667,6 @@ Zero-width positive lookbehind assertions are typically used at the beginning of Служба типа "{0}" необходима для выполнения задачи, но она недоступна из рабочей области. - - Supplied diagnostic cannot be null. - Указанная диагностика не может быть NULL. - - At least one diagnostic must be supplied. Необходимо указать по крайней мере одну диагностику. @@ -2217,11 +2137,6 @@ Zero-width positive lookbehind assertions are typically used at the beginning of Рекомендации по написанию кода .NET - - this. and Me. preferences - Предпочтения для this. и Me. - - [x-y] range in reverse order Диапазон [x-y] в обратном порядке @@ -2237,11 +2152,6 @@ Zero-width positive lookbehind assertions are typically used at the beginning of Проблема с регулярным выражением: {0} This is an error message shown to the user when they write an invalid Regular Expression. {0} will be the actual text of one of the above Regular Expression errors. - - Parameter preferences - Настройки параметров - - \ No newline at end of file diff --git a/src/Workspaces/Core/Portable/xlf/WorkspacesResources.tr.xlf b/src/Workspaces/Core/Portable/xlf/WorkspacesResources.tr.xlf index ca1c870db2fd7..0ed61e67a1b62 100644 --- a/src/Workspaces/Core/Portable/xlf/WorkspacesResources.tr.xlf +++ b/src/Workspaces/Core/Portable/xlf/WorkspacesResources.tr.xlf @@ -27,11 +27,6 @@ Değişen belge '{0}' desteklenmiyor. - - Compilation is required to accomplish the task but is not supported by project {0}. - Görevi gerçekleştirmek için derleme gerekiyor ancak bu, {0} projesi tarafından desteklenmiyor. - - Core EditorConfig Options Çekirdek EditorConfig seçenekleri @@ -57,31 +52,11 @@ '{0}' kaynak dosyasının içeriği okunurken hata oluştu -- '{1}'. - - Expression-level preferences - İfade düzey tercihleri - - - - Field preferences - Alan tercihleri - - Indentation and spacing Girinti ve aralığı - - Language keywords vs BCL types preferences - Dil anahtar kelimeler vs BCL türleri tercihleri - - - - Modifier preferences - Değiştirici tercihleri - - Naming rules Adlandırma kuralları @@ -102,16 +77,6 @@ Seçenekler belirtilen Çözümden gelmedi - - Organize usings - Kullanımları Düzenle - - - - Parentheses preferences - Parantez tercihleri - - Prefix '{0}' does not match expected prefix '{1}' '{0}' öneki 'beklenen {1}' öneki eşleşmiyor @@ -122,11 +87,6 @@ '{0}' öneki beklenmez - - Project of ID {0} is required to accomplish the task but is not available from the solution - Görevi gerçekleştirmek için '{0}' kimlikli proje gerekli, ancak bu proje çözümde yok - - Refactoring Only Sadece Yeniden Düzenlenme @@ -1337,11 +1297,6 @@ Sıfır genişlikli pozitif geri yönlü onaylamalar genellikle normal ifadeleri Sembol belirtimleri - - Syntax tree is required to accomplish the task but is not supported by document {0}. - Görevi gerçekleştirmek için söz dizimi ağacı gerekiyor ancak bu, {0} belgesi tarafından desteklenmiyor. - - Visual Basic files Visual Basic dosyaları @@ -1442,11 +1397,6 @@ Sıfır genişlikli pozitif geri yönlü onaylamalar genellikle normal ifadeleri Çözüm belirtilen belgeyi zaten içeriyor. - - The solution does not contain the specified document. - Çözüm belirtilen belgeyi içermiyor. - - Temporary storage cannot be written more than once. Geçici depolamaya birden fazla kez yazılamaz. @@ -1542,11 +1492,6 @@ Sıfır genişlikli pozitif geri yönlü onaylamalar genellikle normal ifadeleri {0} hala açık. - - An element with the same key but a different value already exists. - Aynı anahtara, ancak farklı bir değere sahip olan bir öğe zaten var. - - Arrays with more than one dimension cannot be serialized. Birden çok boyutlu diziler seri hale getirilemez. @@ -1592,11 +1537,6 @@ Sıfır genişlikli pozitif geri yönlü onaylamalar genellikle normal ifadeleri Birli operatör için parametre sayısı geçersiz. - - Absolute path expected. - Mutlak yok bekleniyor. - - Cannot open project '{0}' because the file extension '{1}' is not associated with a language. Dosya uzantısı '{1}' bir dil ile ilişkili olmadığı için '{0}' projesi açılamıyor. @@ -1637,21 +1577,6 @@ Sıfır genişlikli pozitif geri yönlü onaylamalar genellikle normal ifadeleri Eklendi: - - Fix all '{0}' - Geçtiği her yerde '{0}' ifadesini düzelt - - - - Fix all '{0}' in '{1}' - {1}' içinde geçtiği her yerde '{0}' ifadesini düzelt - - - - Fix all '{0}' in Solution - Çözüm'de geçtiği her yerde '{0}' ifadesini düzelt - - After: Önce: @@ -1742,11 +1667,6 @@ Sıfır genişlikli pozitif geri yönlü onaylamalar genellikle normal ifadeleri Görevi gerçekleştirmek için '{0}' türünde hizmet gerekli, ancak bu hizmet çalışma alanında yok. - - Supplied diagnostic cannot be null. - Sağlanan tanı null olamaz. - - At least one diagnostic must be supplied. En az bir tanı sağlanmalıdır. @@ -2217,11 +2137,6 @@ Sıfır genişlikli pozitif geri yönlü onaylamalar genellikle normal ifadeleri .NET kodlama kuralları - - this. and Me. preferences - Bu. ve bana tercihleri - - [x-y] range in reverse order [x-y] aralığı ters sırada @@ -2237,11 +2152,6 @@ Sıfır genişlikli pozitif geri yönlü onaylamalar genellikle normal ifadeleri Regex sorunu: {0} This is an error message shown to the user when they write an invalid Regular Expression. {0} will be the actual text of one of the above Regular Expression errors. - - Parameter preferences - Parametre tercihleri - - \ No newline at end of file diff --git a/src/Workspaces/Core/Portable/xlf/WorkspacesResources.zh-Hans.xlf b/src/Workspaces/Core/Portable/xlf/WorkspacesResources.zh-Hans.xlf index 5e9cf514c7b54..35870bf0a8fc4 100644 --- a/src/Workspaces/Core/Portable/xlf/WorkspacesResources.zh-Hans.xlf +++ b/src/Workspaces/Core/Portable/xlf/WorkspacesResources.zh-Hans.xlf @@ -27,11 +27,6 @@ 不支持更改文档“{0}”。 - - Compilation is required to accomplish the task but is not supported by project {0}. - 必须进行编译才能完成该任务,但项目 {0} 不支持此操作。 - - Core EditorConfig Options Core EditorConfig 选项 @@ -57,31 +52,11 @@ 读取源文件“{0}”中的内容时出错 -“{1}”。 - - Expression-level preferences - 表达式级首选项 - - - - Field preferences - 字段首选项 - - Indentation and spacing 缩进和间距 - - Language keywords vs BCL types preferences - 语言关键字与 bcl 类型首选项 - - - - Modifier preferences - 修饰符首选项 - - Naming rules 命名规则 @@ -102,16 +77,6 @@ 选项并非来自指定的解决方案 - - Organize usings - 组织 Using - - - - Parentheses preferences - 括号首选项 - - Prefix '{0}' does not match expected prefix '{1}' 前缀 "{0}" 与预期前缀 "{1}" 不匹配 @@ -122,11 +87,6 @@ 前缀“{0}”不是预期的 - - Project of ID {0} is required to accomplish the task but is not available from the solution - 需要 ID 为 {0} 的项目才能完成任务,但无法从解决方案中使用该项目 - - Refactoring Only 仅重构 @@ -1337,11 +1297,6 @@ Zero-width positive lookbehind assertions are typically used at the beginning of 符号规范 - - Syntax tree is required to accomplish the task but is not supported by document {0}. - 必须使用语法树才能完成该任务,但文档 {0} 不支持它。 - - Visual Basic files visual basic 文件 @@ -1442,11 +1397,6 @@ Zero-width positive lookbehind assertions are typically used at the beginning of 解决方案已包含指定的文档。 - - The solution does not contain the specified document. - 解决方案不包含指定的文档。 - - Temporary storage cannot be written more than once. 不能多次写入临时存储。 @@ -1542,11 +1492,6 @@ Zero-width positive lookbehind assertions are typically used at the beginning of {0}仍处于打开状态。 - - An element with the same key but a different value already exists. - 已存在键相同但值不同的元素。 - - Arrays with more than one dimension cannot be serialized. 不能序列化具有多个维度的数组。 @@ -1592,11 +1537,6 @@ Zero-width positive lookbehind assertions are typically used at the beginning of 参数数目对一元运算符无效。 - - Absolute path expected. - 预期的绝对路径。 - - Cannot open project '{0}' because the file extension '{1}' is not associated with a language. 无法打开项目“{0}”, 因为文件扩展名“{1}”没有与某种语言关联。 @@ -1637,21 +1577,6 @@ Zero-width positive lookbehind assertions are typically used at the beginning of 添加项: - - Fix all '{0}' - 修复所有“{0}” - - - - Fix all '{0}' in '{1}' - 修复“{1}”中的所有“{0}” - - - - Fix all '{0}' in Solution - 修复解决方案中的所有“{0}” - - After: 在此之后: @@ -1742,11 +1667,6 @@ Zero-width positive lookbehind assertions are typically used at the beginning of 完成任务需要“{0}”类型的服务,但无法从工作区中使用这样的服务。 - - Supplied diagnostic cannot be null. - 提供的诊断不能为 null。 - - At least one diagnostic must be supplied. 必须提供至少一个诊断。 @@ -2217,11 +2137,6 @@ Zero-width positive lookbehind assertions are typically used at the beginning of .NET 编码约定 - - this. and Me. preferences - this. 和 Me. 首选项 - - [x-y] range in reverse order 按相反顺序排列的 [x-y] 范围 @@ -2237,11 +2152,6 @@ Zero-width positive lookbehind assertions are typically used at the beginning of 正则表达式问题: {0} This is an error message shown to the user when they write an invalid Regular Expression. {0} will be the actual text of one of the above Regular Expression errors. - - Parameter preferences - 参数首选项 - - \ No newline at end of file diff --git a/src/Workspaces/Core/Portable/xlf/WorkspacesResources.zh-Hant.xlf b/src/Workspaces/Core/Portable/xlf/WorkspacesResources.zh-Hant.xlf index 09b075198b642..8fdaeb1929e2b 100644 --- a/src/Workspaces/Core/Portable/xlf/WorkspacesResources.zh-Hant.xlf +++ b/src/Workspaces/Core/Portable/xlf/WorkspacesResources.zh-Hant.xlf @@ -27,11 +27,6 @@ 不支援變更文件 '{0}'。 - - Compilation is required to accomplish the task but is not supported by project {0}. - 必須編譯才能完成工作,但專案 {0} 並不支援。 - - Core EditorConfig Options 核心 EditorConfig 選項 @@ -57,31 +52,11 @@ 讀取來源檔案 '{0}' 的內容時發生錯誤 -- '{1}'。 - - Expression-level preferences - 運算式層級喜好設定 - - - - Field preferences - 欄位喜好設定 - - Indentation and spacing 縮排和間距 - - Language keywords vs BCL types preferences - 語言關鍵字與 BCL 類型喜好設定 - - - - Modifier preferences - 修飾元喜好設定 - - Naming rules 命名規則 @@ -102,16 +77,6 @@ 選項並非來自指定的解決方案 - - Organize usings - 組合管理 Using - - - - Parentheses preferences - 括號喜好設定 - - Prefix '{0}' does not match expected prefix '{1}' 前置詞 '{0}' 不符合預期的前置詞 '{1}' @@ -122,11 +87,6 @@ 不應為前置詞 '{0}' - - Project of ID {0} is required to accomplish the task but is not available from the solution - 完成工作需要識別碼為 {0} 的專案,但是無法從解決方案取得 - - Refactoring Only 僅重構 @@ -1337,11 +1297,6 @@ Zero-width positive lookbehind assertions are typically used at the beginning of 符號規格 - - Syntax tree is required to accomplish the task but is not supported by document {0}. - 需要語法樹狀結構才能完成工作,但文件 {0} 並不支援。 - - Visual Basic files Visual Basic 檔案 @@ -1442,11 +1397,6 @@ Zero-width positive lookbehind assertions are typically used at the beginning of 此方案已含有指定的文件。 - - The solution does not contain the specified document. - 此方案不包含指定的文件。 - - Temporary storage cannot be written more than once. 無法多次寫入暫時儲存區。 @@ -1542,11 +1492,6 @@ Zero-width positive lookbehind assertions are typically used at the beginning of {0} 仍在開啟中。 - - An element with the same key but a different value already exists. - 已經有相同索引鍵但不同值的項目。 - - Arrays with more than one dimension cannot be serialized. 無法序列化包含多個維度的陣列。 @@ -1592,11 +1537,6 @@ Zero-width positive lookbehind assertions are typically used at the beginning of 一元運算子的參數數目無效。 - - Absolute path expected. - 必須是絕對路徑。 - - Cannot open project '{0}' because the file extension '{1}' is not associated with a language. 無法開啟專案 '{0}',因為副檔名 '{1}' 未與語言相關聯。 @@ -1637,21 +1577,6 @@ Zero-width positive lookbehind assertions are typically used at the beginning of 已加入: - - Fix all '{0}' - 修正所有 '{0}' - - - - Fix all '{0}' in '{1}' - 修正 '{1}' 中的所有 '{0}' - - - - Fix all '{0}' in Solution - 修正方案中的所有 '{0}' - - After: 之後: @@ -1742,11 +1667,6 @@ Zero-width positive lookbehind assertions are typically used at the beginning of 完成工作需要 '{0}' 類型的服務,但是無法從工作區取得。 - - Supplied diagnostic cannot be null. - 提供的診斷不可為 null。 - - At least one diagnostic must be supplied. 至少必須提供一項診斷。 @@ -2217,11 +2137,6 @@ Zero-width positive lookbehind assertions are typically used at the beginning of .NET 編碼慣例 - - this. and Me. preferences - this. 和 Me. 喜好設定 - - [x-y] range in reverse order 反向排序的 [x-y] 範圍 @@ -2237,11 +2152,6 @@ Zero-width positive lookbehind assertions are typically used at the beginning of Regex 問題: {0} This is an error message shown to the user when they write an invalid Regular Expression. {0} will be the actual text of one of the above Regular Expression errors. - - Parameter preferences - 參數喜好設定 - - \ No newline at end of file diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/CSharpCompilerExtensions.projitems b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/CSharpCompilerExtensions.projitems index fffb8c36c6183..a7c14ee6595cf 100644 --- a/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/CSharpCompilerExtensions.projitems +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/CSharpCompilerExtensions.projitems @@ -35,4 +35,7 @@ + + + \ No newline at end of file diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/CSharpCompilerExtensionsResources.resx b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/CSharpCompilerExtensionsResources.resx new file mode 100644 index 0000000000000..e4d5efbb4f352 --- /dev/null +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/CSharpCompilerExtensionsResources.resx @@ -0,0 +1,139 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + var preferences + + + Expression-bodied members + + + Pattern matching preferences + + + Null-checking preferences + + + Code-block preferences + + + 'using' directive preferences + {Locked="using"} "using" is a C# keyword and should not be localized. + + \ No newline at end of file diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/CodeStyle/CSharpCodeStyleOptions.cs b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/CodeStyle/CSharpCodeStyleOptions.cs index 8c29fc9ee5505..d4c4c3192d733 100644 --- a/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/CodeStyle/CSharpCodeStyleOptions.cs +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/CodeStyle/CSharpCodeStyleOptions.cs @@ -330,13 +330,13 @@ public static IEnumerable>> Get internal static class CSharpCodeStyleOptionGroups { - public static readonly OptionGroup VarPreferences = new OptionGroup(CSharpWorkspaceResources.var_preferences, priority: 1); - public static readonly OptionGroup ExpressionBodiedMembers = new OptionGroup(CSharpWorkspaceResources.Expression_bodied_members, priority: 2); - public static readonly OptionGroup PatternMatching = new OptionGroup(CSharpWorkspaceResources.Pattern_matching_preferences, priority: 3); - public static readonly OptionGroup NullCheckingPreferences = new OptionGroup(CSharpWorkspaceResources.Null_checking_preferences, priority: 4); - public static readonly OptionGroup Modifier = new OptionGroup(WorkspacesResources.Modifier_preferences, priority: 5); - public static readonly OptionGroup CodeBlockPreferences = new OptionGroup(CSharpWorkspaceResources.Code_block_preferences, priority: 6); - public static readonly OptionGroup ExpressionLevelPreferences = new OptionGroup(WorkspacesResources.Expression_level_preferences, priority: 7); - public static readonly OptionGroup UsingDirectivePreferences = new OptionGroup(CSharpWorkspaceResources.using_directive_preferences, priority: 8); + public static readonly OptionGroup VarPreferences = new OptionGroup(CSharpCompilerExtensionsResources.var_preferences, priority: 1); + public static readonly OptionGroup ExpressionBodiedMembers = new OptionGroup(CSharpCompilerExtensionsResources.Expression_bodied_members, priority: 2); + public static readonly OptionGroup PatternMatching = new OptionGroup(CSharpCompilerExtensionsResources.Pattern_matching_preferences, priority: 3); + public static readonly OptionGroup NullCheckingPreferences = new OptionGroup(CSharpCompilerExtensionsResources.Null_checking_preferences, priority: 4); + public static readonly OptionGroup Modifier = new OptionGroup(CompilerExtensionsResources.Modifier_preferences, priority: 5); + public static readonly OptionGroup CodeBlockPreferences = new OptionGroup(CSharpCompilerExtensionsResources.Code_block_preferences, priority: 6); + public static readonly OptionGroup ExpressionLevelPreferences = new OptionGroup(CompilerExtensionsResources.Expression_level_preferences, priority: 7); + public static readonly OptionGroup UsingDirectivePreferences = new OptionGroup(CSharpCompilerExtensionsResources.using_directive_preferences, priority: 8); } } diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/xlf/CSharpCompilerExtensionsResources.cs.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/xlf/CSharpCompilerExtensionsResources.cs.xlf new file mode 100644 index 0000000000000..840caa574801a --- /dev/null +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/xlf/CSharpCompilerExtensionsResources.cs.xlf @@ -0,0 +1,37 @@ + + + + + + Code-block preferences + Code-block preferences + + + + Expression-bodied members + Expression-bodied members + + + + Null-checking preferences + Null-checking preferences + + + + Pattern matching preferences + Pattern matching preferences + + + + 'using' directive preferences + 'using' directive preferences + {Locked="using"} "using" is a C# keyword and should not be localized. + + + var preferences + var preferences + + + + + \ No newline at end of file diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/xlf/CSharpCompilerExtensionsResources.de.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/xlf/CSharpCompilerExtensionsResources.de.xlf new file mode 100644 index 0000000000000..b9b4f50fc9b5f --- /dev/null +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/xlf/CSharpCompilerExtensionsResources.de.xlf @@ -0,0 +1,37 @@ + + + + + + Code-block preferences + Code-block preferences + + + + Expression-bodied members + Expression-bodied members + + + + Null-checking preferences + Null-checking preferences + + + + Pattern matching preferences + Pattern matching preferences + + + + 'using' directive preferences + 'using' directive preferences + {Locked="using"} "using" is a C# keyword and should not be localized. + + + var preferences + var preferences + + + + + \ No newline at end of file diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/xlf/CSharpCompilerExtensionsResources.es.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/xlf/CSharpCompilerExtensionsResources.es.xlf new file mode 100644 index 0000000000000..a843a8eae9332 --- /dev/null +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/xlf/CSharpCompilerExtensionsResources.es.xlf @@ -0,0 +1,37 @@ + + + + + + Code-block preferences + Code-block preferences + + + + Expression-bodied members + Expression-bodied members + + + + Null-checking preferences + Null-checking preferences + + + + Pattern matching preferences + Pattern matching preferences + + + + 'using' directive preferences + 'using' directive preferences + {Locked="using"} "using" is a C# keyword and should not be localized. + + + var preferences + var preferences + + + + + \ No newline at end of file diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/xlf/CSharpCompilerExtensionsResources.fr.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/xlf/CSharpCompilerExtensionsResources.fr.xlf new file mode 100644 index 0000000000000..506424dcbd7c9 --- /dev/null +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/xlf/CSharpCompilerExtensionsResources.fr.xlf @@ -0,0 +1,37 @@ + + + + + + Code-block preferences + Code-block preferences + + + + Expression-bodied members + Expression-bodied members + + + + Null-checking preferences + Null-checking preferences + + + + Pattern matching preferences + Pattern matching preferences + + + + 'using' directive preferences + 'using' directive preferences + {Locked="using"} "using" is a C# keyword and should not be localized. + + + var preferences + var preferences + + + + + \ No newline at end of file diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/xlf/CSharpCompilerExtensionsResources.it.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/xlf/CSharpCompilerExtensionsResources.it.xlf new file mode 100644 index 0000000000000..e1ae6acd84db1 --- /dev/null +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/xlf/CSharpCompilerExtensionsResources.it.xlf @@ -0,0 +1,37 @@ + + + + + + Code-block preferences + Code-block preferences + + + + Expression-bodied members + Expression-bodied members + + + + Null-checking preferences + Null-checking preferences + + + + Pattern matching preferences + Pattern matching preferences + + + + 'using' directive preferences + 'using' directive preferences + {Locked="using"} "using" is a C# keyword and should not be localized. + + + var preferences + var preferences + + + + + \ No newline at end of file diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/xlf/CSharpCompilerExtensionsResources.ja.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/xlf/CSharpCompilerExtensionsResources.ja.xlf new file mode 100644 index 0000000000000..72d3f9fbc694c --- /dev/null +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/xlf/CSharpCompilerExtensionsResources.ja.xlf @@ -0,0 +1,37 @@ + + + + + + Code-block preferences + Code-block preferences + + + + Expression-bodied members + Expression-bodied members + + + + Null-checking preferences + Null-checking preferences + + + + Pattern matching preferences + Pattern matching preferences + + + + 'using' directive preferences + 'using' directive preferences + {Locked="using"} "using" is a C# keyword and should not be localized. + + + var preferences + var preferences + + + + + \ No newline at end of file diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/xlf/CSharpCompilerExtensionsResources.ko.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/xlf/CSharpCompilerExtensionsResources.ko.xlf new file mode 100644 index 0000000000000..02771d99b66a2 --- /dev/null +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/xlf/CSharpCompilerExtensionsResources.ko.xlf @@ -0,0 +1,37 @@ + + + + + + Code-block preferences + Code-block preferences + + + + Expression-bodied members + Expression-bodied members + + + + Null-checking preferences + Null-checking preferences + + + + Pattern matching preferences + Pattern matching preferences + + + + 'using' directive preferences + 'using' directive preferences + {Locked="using"} "using" is a C# keyword and should not be localized. + + + var preferences + var preferences + + + + + \ No newline at end of file diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/xlf/CSharpCompilerExtensionsResources.pl.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/xlf/CSharpCompilerExtensionsResources.pl.xlf new file mode 100644 index 0000000000000..ddfc53e7a668c --- /dev/null +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/xlf/CSharpCompilerExtensionsResources.pl.xlf @@ -0,0 +1,37 @@ + + + + + + Code-block preferences + Code-block preferences + + + + Expression-bodied members + Expression-bodied members + + + + Null-checking preferences + Null-checking preferences + + + + Pattern matching preferences + Pattern matching preferences + + + + 'using' directive preferences + 'using' directive preferences + {Locked="using"} "using" is a C# keyword and should not be localized. + + + var preferences + var preferences + + + + + \ No newline at end of file diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/xlf/CSharpCompilerExtensionsResources.pt-BR.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/xlf/CSharpCompilerExtensionsResources.pt-BR.xlf new file mode 100644 index 0000000000000..0f8b5ca88d106 --- /dev/null +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/xlf/CSharpCompilerExtensionsResources.pt-BR.xlf @@ -0,0 +1,37 @@ + + + + + + Code-block preferences + Code-block preferences + + + + Expression-bodied members + Expression-bodied members + + + + Null-checking preferences + Null-checking preferences + + + + Pattern matching preferences + Pattern matching preferences + + + + 'using' directive preferences + 'using' directive preferences + {Locked="using"} "using" is a C# keyword and should not be localized. + + + var preferences + var preferences + + + + + \ No newline at end of file diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/xlf/CSharpCompilerExtensionsResources.ru.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/xlf/CSharpCompilerExtensionsResources.ru.xlf new file mode 100644 index 0000000000000..bcfd711cc1c65 --- /dev/null +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/xlf/CSharpCompilerExtensionsResources.ru.xlf @@ -0,0 +1,37 @@ + + + + + + Code-block preferences + Code-block preferences + + + + Expression-bodied members + Expression-bodied members + + + + Null-checking preferences + Null-checking preferences + + + + Pattern matching preferences + Pattern matching preferences + + + + 'using' directive preferences + 'using' directive preferences + {Locked="using"} "using" is a C# keyword and should not be localized. + + + var preferences + var preferences + + + + + \ No newline at end of file diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/xlf/CSharpCompilerExtensionsResources.tr.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/xlf/CSharpCompilerExtensionsResources.tr.xlf new file mode 100644 index 0000000000000..14dd6228f3b70 --- /dev/null +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/xlf/CSharpCompilerExtensionsResources.tr.xlf @@ -0,0 +1,37 @@ + + + + + + Code-block preferences + Code-block preferences + + + + Expression-bodied members + Expression-bodied members + + + + Null-checking preferences + Null-checking preferences + + + + Pattern matching preferences + Pattern matching preferences + + + + 'using' directive preferences + 'using' directive preferences + {Locked="using"} "using" is a C# keyword and should not be localized. + + + var preferences + var preferences + + + + + \ No newline at end of file diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/xlf/CSharpCompilerExtensionsResources.zh-Hans.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/xlf/CSharpCompilerExtensionsResources.zh-Hans.xlf new file mode 100644 index 0000000000000..330916eeb7535 --- /dev/null +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/xlf/CSharpCompilerExtensionsResources.zh-Hans.xlf @@ -0,0 +1,37 @@ + + + + + + Code-block preferences + Code-block preferences + + + + Expression-bodied members + Expression-bodied members + + + + Null-checking preferences + Null-checking preferences + + + + Pattern matching preferences + Pattern matching preferences + + + + 'using' directive preferences + 'using' directive preferences + {Locked="using"} "using" is a C# keyword and should not be localized. + + + var preferences + var preferences + + + + + \ No newline at end of file diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/xlf/CSharpCompilerExtensionsResources.zh-Hant.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/xlf/CSharpCompilerExtensionsResources.zh-Hant.xlf new file mode 100644 index 0000000000000..e47bbbcd7ee76 --- /dev/null +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/xlf/CSharpCompilerExtensionsResources.zh-Hant.xlf @@ -0,0 +1,37 @@ + + + + + + Code-block preferences + Code-block preferences + + + + Expression-bodied members + Expression-bodied members + + + + Null-checking preferences + Null-checking preferences + + + + Pattern matching preferences + Pattern matching preferences + + + + 'using' directive preferences + 'using' directive preferences + {Locked="using"} "using" is a C# keyword and should not be localized. + + + var preferences + var preferences + + + + + \ No newline at end of file diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/CompilerExtensions.projitems b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/CompilerExtensions.projitems index 9cecd17cfcc4c..69177670cbdd1 100644 --- a/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/CompilerExtensions.projitems +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/CompilerExtensions.projitems @@ -307,4 +307,7 @@ + + + \ No newline at end of file diff --git a/src/Compilers/VisualBasic/Test/Emit/Resource.resx b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/CompilerExtensionsResources.resx similarity index 76% rename from src/Compilers/VisualBasic/Test/Emit/Resource.resx rename to src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/CompilerExtensionsResources.resx index 94732e994629e..9a5adbe3b5bb8 100644 --- a/src/Compilers/VisualBasic/Test/Emit/Resource.resx +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/CompilerExtensionsResources.resx @@ -1,6 +1,4 @@  - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 + + \ No newline at end of file diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/VisualBasic/xlf/VisualBasicCompilerExtensionsResources.cs.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/VisualBasic/xlf/VisualBasicCompilerExtensionsResources.cs.xlf new file mode 100644 index 0000000000000..e861c2a9743c7 --- /dev/null +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/VisualBasic/xlf/VisualBasicCompilerExtensionsResources.cs.xlf @@ -0,0 +1,12 @@ + + + + + + Remove this value when another is added. + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 + + + + \ No newline at end of file diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/VisualBasic/xlf/VisualBasicCompilerExtensionsResources.de.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/VisualBasic/xlf/VisualBasicCompilerExtensionsResources.de.xlf new file mode 100644 index 0000000000000..0b8ef141587ad --- /dev/null +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/VisualBasic/xlf/VisualBasicCompilerExtensionsResources.de.xlf @@ -0,0 +1,12 @@ + + + + + + Remove this value when another is added. + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 + + + + \ No newline at end of file diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/VisualBasic/xlf/VisualBasicCompilerExtensionsResources.es.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/VisualBasic/xlf/VisualBasicCompilerExtensionsResources.es.xlf new file mode 100644 index 0000000000000..be7eb40cbcc6a --- /dev/null +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/VisualBasic/xlf/VisualBasicCompilerExtensionsResources.es.xlf @@ -0,0 +1,12 @@ + + + + + + Remove this value when another is added. + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 + + + + \ No newline at end of file diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/VisualBasic/xlf/VisualBasicCompilerExtensionsResources.fr.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/VisualBasic/xlf/VisualBasicCompilerExtensionsResources.fr.xlf new file mode 100644 index 0000000000000..2786f5abb593f --- /dev/null +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/VisualBasic/xlf/VisualBasicCompilerExtensionsResources.fr.xlf @@ -0,0 +1,12 @@ + + + + + + Remove this value when another is added. + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 + + + + \ No newline at end of file diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/VisualBasic/xlf/VisualBasicCompilerExtensionsResources.it.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/VisualBasic/xlf/VisualBasicCompilerExtensionsResources.it.xlf new file mode 100644 index 0000000000000..9c1625bef17d4 --- /dev/null +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/VisualBasic/xlf/VisualBasicCompilerExtensionsResources.it.xlf @@ -0,0 +1,12 @@ + + + + + + Remove this value when another is added. + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 + + + + \ No newline at end of file diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/VisualBasic/xlf/VisualBasicCompilerExtensionsResources.ja.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/VisualBasic/xlf/VisualBasicCompilerExtensionsResources.ja.xlf new file mode 100644 index 0000000000000..7ce69a38361d6 --- /dev/null +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/VisualBasic/xlf/VisualBasicCompilerExtensionsResources.ja.xlf @@ -0,0 +1,12 @@ + + + + + + Remove this value when another is added. + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 + + + + \ No newline at end of file diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/VisualBasic/xlf/VisualBasicCompilerExtensionsResources.ko.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/VisualBasic/xlf/VisualBasicCompilerExtensionsResources.ko.xlf new file mode 100644 index 0000000000000..28f5ec6d15843 --- /dev/null +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/VisualBasic/xlf/VisualBasicCompilerExtensionsResources.ko.xlf @@ -0,0 +1,12 @@ + + + + + + Remove this value when another is added. + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 + + + + \ No newline at end of file diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/VisualBasic/xlf/VisualBasicCompilerExtensionsResources.pl.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/VisualBasic/xlf/VisualBasicCompilerExtensionsResources.pl.xlf new file mode 100644 index 0000000000000..74fd33d1db1d1 --- /dev/null +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/VisualBasic/xlf/VisualBasicCompilerExtensionsResources.pl.xlf @@ -0,0 +1,12 @@ + + + + + + Remove this value when another is added. + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 + + + + \ No newline at end of file diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/VisualBasic/xlf/VisualBasicCompilerExtensionsResources.pt-BR.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/VisualBasic/xlf/VisualBasicCompilerExtensionsResources.pt-BR.xlf new file mode 100644 index 0000000000000..6a67c820be8e2 --- /dev/null +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/VisualBasic/xlf/VisualBasicCompilerExtensionsResources.pt-BR.xlf @@ -0,0 +1,12 @@ + + + + + + Remove this value when another is added. + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 + + + + \ No newline at end of file diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/VisualBasic/xlf/VisualBasicCompilerExtensionsResources.ru.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/VisualBasic/xlf/VisualBasicCompilerExtensionsResources.ru.xlf new file mode 100644 index 0000000000000..557dcf343e960 --- /dev/null +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/VisualBasic/xlf/VisualBasicCompilerExtensionsResources.ru.xlf @@ -0,0 +1,12 @@ + + + + + + Remove this value when another is added. + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 + + + + \ No newline at end of file diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/VisualBasic/xlf/VisualBasicCompilerExtensionsResources.tr.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/VisualBasic/xlf/VisualBasicCompilerExtensionsResources.tr.xlf new file mode 100644 index 0000000000000..349f8edfe77d3 --- /dev/null +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/VisualBasic/xlf/VisualBasicCompilerExtensionsResources.tr.xlf @@ -0,0 +1,12 @@ + + + + + + Remove this value when another is added. + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 + + + + \ No newline at end of file diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/VisualBasic/xlf/VisualBasicCompilerExtensionsResources.zh-Hans.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/VisualBasic/xlf/VisualBasicCompilerExtensionsResources.zh-Hans.xlf new file mode 100644 index 0000000000000..694669fddab38 --- /dev/null +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/VisualBasic/xlf/VisualBasicCompilerExtensionsResources.zh-Hans.xlf @@ -0,0 +1,12 @@ + + + + + + Remove this value when another is added. + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 + + + + \ No newline at end of file diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/VisualBasic/xlf/VisualBasicCompilerExtensionsResources.zh-Hant.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/VisualBasic/xlf/VisualBasicCompilerExtensionsResources.zh-Hant.xlf new file mode 100644 index 0000000000000..c4c842ae81855 --- /dev/null +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/VisualBasic/xlf/VisualBasicCompilerExtensionsResources.zh-Hant.xlf @@ -0,0 +1,12 @@ + + + + + + Remove this value when another is added. + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 + + + + \ No newline at end of file diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/CSharp/CSharpWorkspaceExtensions.projitems b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/CSharp/CSharpWorkspaceExtensions.projitems index 190834d5531be..e9975c1d15589 100644 --- a/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/CSharp/CSharpWorkspaceExtensions.projitems +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/CSharp/CSharpWorkspaceExtensions.projitems @@ -78,4 +78,7 @@ + + + \ No newline at end of file diff --git a/src/Compilers/VisualBasic/Test/CommandLine/My Project/Resources.resx b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/CSharp/CSharpWorkspaceExtensionsResources.resx similarity index 88% rename from src/Compilers/VisualBasic/Test/CommandLine/My Project/Resources.resx rename to src/Workspaces/SharedUtilitiesAndExtensions/Workspace/CSharp/CSharpWorkspaceExtensionsResources.resx index 3fc9b653df372..98c8b413e306f 100644 --- a/src/Compilers/VisualBasic/Test/CommandLine/My Project/Resources.resx +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/CSharp/CSharpWorkspaceExtensionsResources.resx @@ -1,6 +1,4 @@  - - + @@ -70,9 +69,10 @@ - + + @@ -87,9 +87,10 @@ - + + @@ -111,9 +112,12 @@ 2.0 - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + Expected string or char literal + + \ No newline at end of file diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/CSharp/Extensions/SyntaxTreeExtensions.cs b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/CSharp/Extensions/SyntaxTreeExtensions.cs index d89ef0814370b..6b2facc5572ad 100644 --- a/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/CSharp/Extensions/SyntaxTreeExtensions.cs +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/CSharp/Extensions/SyntaxTreeExtensions.cs @@ -17,12 +17,6 @@ namespace Microsoft.CodeAnalysis.CSharp.Extensions { -#if CODE_STYLE - using Resources = CSharpCodeStyleFixesResources; -#else - using Resources = CSharpWorkspaceResources; -#endif - internal static partial class SyntaxTreeExtensions { public static ISet GetPrecedingModifiers( @@ -381,7 +375,7 @@ private static bool AtEndOfIncompleteStringOrCharLiteral(SyntaxToken token, int { if (!token.IsKind(SyntaxKind.StringLiteralToken, SyntaxKind.CharacterLiteralToken)) { - throw new ArgumentException(Resources.Expected_string_or_char_literal, nameof(token)); + throw new ArgumentException(CSharpWorkspaceExtensionsResources.Expected_string_or_char_literal, nameof(token)); } var startLength = 1; diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/CSharp/xlf/CSharpWorkspaceExtensionsResources.cs.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/CSharp/xlf/CSharpWorkspaceExtensionsResources.cs.xlf new file mode 100644 index 0000000000000..f37688ced355b --- /dev/null +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/CSharp/xlf/CSharpWorkspaceExtensionsResources.cs.xlf @@ -0,0 +1,12 @@ + + + + + + Expected string or char literal + Expected string or char literal + + + + + \ No newline at end of file diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/CSharp/xlf/CSharpWorkspaceExtensionsResources.de.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/CSharp/xlf/CSharpWorkspaceExtensionsResources.de.xlf new file mode 100644 index 0000000000000..d3edde46bc024 --- /dev/null +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/CSharp/xlf/CSharpWorkspaceExtensionsResources.de.xlf @@ -0,0 +1,12 @@ + + + + + + Expected string or char literal + Expected string or char literal + + + + + \ No newline at end of file diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/CSharp/xlf/CSharpWorkspaceExtensionsResources.es.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/CSharp/xlf/CSharpWorkspaceExtensionsResources.es.xlf new file mode 100644 index 0000000000000..293d2f31c9dc4 --- /dev/null +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/CSharp/xlf/CSharpWorkspaceExtensionsResources.es.xlf @@ -0,0 +1,12 @@ + + + + + + Expected string or char literal + Expected string or char literal + + + + + \ No newline at end of file diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/CSharp/xlf/CSharpWorkspaceExtensionsResources.fr.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/CSharp/xlf/CSharpWorkspaceExtensionsResources.fr.xlf new file mode 100644 index 0000000000000..f6aa157316b24 --- /dev/null +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/CSharp/xlf/CSharpWorkspaceExtensionsResources.fr.xlf @@ -0,0 +1,12 @@ + + + + + + Expected string or char literal + Expected string or char literal + + + + + \ No newline at end of file diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/CSharp/xlf/CSharpWorkspaceExtensionsResources.it.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/CSharp/xlf/CSharpWorkspaceExtensionsResources.it.xlf new file mode 100644 index 0000000000000..8580d0ab503e5 --- /dev/null +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/CSharp/xlf/CSharpWorkspaceExtensionsResources.it.xlf @@ -0,0 +1,12 @@ + + + + + + Expected string or char literal + Expected string or char literal + + + + + \ No newline at end of file diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/CSharp/xlf/CSharpWorkspaceExtensionsResources.ja.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/CSharp/xlf/CSharpWorkspaceExtensionsResources.ja.xlf new file mode 100644 index 0000000000000..fdd115883dd17 --- /dev/null +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/CSharp/xlf/CSharpWorkspaceExtensionsResources.ja.xlf @@ -0,0 +1,12 @@ + + + + + + Expected string or char literal + Expected string or char literal + + + + + \ No newline at end of file diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/CSharp/xlf/CSharpWorkspaceExtensionsResources.ko.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/CSharp/xlf/CSharpWorkspaceExtensionsResources.ko.xlf new file mode 100644 index 0000000000000..93cdb0507618c --- /dev/null +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/CSharp/xlf/CSharpWorkspaceExtensionsResources.ko.xlf @@ -0,0 +1,12 @@ + + + + + + Expected string or char literal + Expected string or char literal + + + + + \ No newline at end of file diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/CSharp/xlf/CSharpWorkspaceExtensionsResources.pl.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/CSharp/xlf/CSharpWorkspaceExtensionsResources.pl.xlf new file mode 100644 index 0000000000000..562e7f938e7b2 --- /dev/null +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/CSharp/xlf/CSharpWorkspaceExtensionsResources.pl.xlf @@ -0,0 +1,12 @@ + + + + + + Expected string or char literal + Expected string or char literal + + + + + \ No newline at end of file diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/CSharp/xlf/CSharpWorkspaceExtensionsResources.pt-BR.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/CSharp/xlf/CSharpWorkspaceExtensionsResources.pt-BR.xlf new file mode 100644 index 0000000000000..b4d9d2e6aca63 --- /dev/null +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/CSharp/xlf/CSharpWorkspaceExtensionsResources.pt-BR.xlf @@ -0,0 +1,12 @@ + + + + + + Expected string or char literal + Expected string or char literal + + + + + \ No newline at end of file diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/CSharp/xlf/CSharpWorkspaceExtensionsResources.ru.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/CSharp/xlf/CSharpWorkspaceExtensionsResources.ru.xlf new file mode 100644 index 0000000000000..207d9439daf4d --- /dev/null +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/CSharp/xlf/CSharpWorkspaceExtensionsResources.ru.xlf @@ -0,0 +1,12 @@ + + + + + + Expected string or char literal + Expected string or char literal + + + + + \ No newline at end of file diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/CSharp/xlf/CSharpWorkspaceExtensionsResources.tr.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/CSharp/xlf/CSharpWorkspaceExtensionsResources.tr.xlf new file mode 100644 index 0000000000000..4276f51ba0bc8 --- /dev/null +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/CSharp/xlf/CSharpWorkspaceExtensionsResources.tr.xlf @@ -0,0 +1,12 @@ + + + + + + Expected string or char literal + Expected string or char literal + + + + + \ No newline at end of file diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/CSharp/xlf/CSharpWorkspaceExtensionsResources.zh-Hans.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/CSharp/xlf/CSharpWorkspaceExtensionsResources.zh-Hans.xlf new file mode 100644 index 0000000000000..955fe5ef65453 --- /dev/null +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/CSharp/xlf/CSharpWorkspaceExtensionsResources.zh-Hans.xlf @@ -0,0 +1,12 @@ + + + + + + Expected string or char literal + Expected string or char literal + + + + + \ No newline at end of file diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/CSharp/xlf/CSharpWorkspaceExtensionsResources.zh-Hant.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/CSharp/xlf/CSharpWorkspaceExtensionsResources.zh-Hant.xlf new file mode 100644 index 0000000000000..585950702a808 --- /dev/null +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/CSharp/xlf/CSharpWorkspaceExtensionsResources.zh-Hant.xlf @@ -0,0 +1,12 @@ + + + + + + Expected string or char literal + Expected string or char literal + + + + + \ No newline at end of file diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/CodeFixes/FixAll/FixAllState.cs b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/CodeFixes/FixAll/FixAllState.cs index 7d51f7b1d59e8..4b9b12117a98b 100644 --- a/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/CodeFixes/FixAll/FixAllState.cs +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/CodeFixes/FixAll/FixAllState.cs @@ -11,12 +11,6 @@ namespace Microsoft.CodeAnalysis.CodeFixes { -#if CODE_STYLE - using Resources = CodeStyleFixesResources; -#else - using Resources = WorkspacesResources; -#endif - internal partial class FixAllState { internal readonly int CorrelationId = LogAggregator.GetNextId(); @@ -82,7 +76,7 @@ private FixAllState( if (diagnosticIds.Any(d => d == null)) { - throw new ArgumentException(Resources.Supplied_diagnostic_cannot_be_null, nameof(diagnosticIds)); + throw new ArgumentException(WorkspaceExtensionsResources.Supplied_diagnostic_cannot_be_null, nameof(diagnosticIds)); } this.FixAllProvider = fixAllProvider; diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/CodeFixes/FixAllContextHelper.cs b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/CodeFixes/FixAllContextHelper.cs index 4a034bdc3cafc..cee686e82e254 100644 --- a/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/CodeFixes/FixAllContextHelper.cs +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/CodeFixes/FixAllContextHelper.cs @@ -15,12 +15,6 @@ namespace Microsoft.CodeAnalysis.CodeStyle { -#if CODE_STYLE - using Resources = CodeStyleFixesResources; -#else - using Resources = WorkspacesResources; -#endif - internal static class FixAllContextHelper { public static async Task>> GetDocumentDiagnosticsToFixAsync( @@ -161,16 +155,16 @@ public static string GetDefaultFixAllTitle( switch (fixAllScope) { case FixAllScope.Custom: - return string.Format(Resources.Fix_all_0, diagnosticId); + return string.Format(WorkspaceExtensionsResources.Fix_all_0, diagnosticId); case FixAllScope.Document: - return string.Format(Resources.Fix_all_0_in_1, diagnosticId, triggerDocument.Name); + return string.Format(WorkspaceExtensionsResources.Fix_all_0_in_1, diagnosticId, triggerDocument.Name); case FixAllScope.Project: - return string.Format(Resources.Fix_all_0_in_1, diagnosticId, triggerProject.Name); + return string.Format(WorkspaceExtensionsResources.Fix_all_0_in_1, diagnosticId, triggerProject.Name); case FixAllScope.Solution: - return string.Format(Resources.Fix_all_0_in_Solution, diagnosticId); + return string.Format(WorkspaceExtensionsResources.Fix_all_0_in_Solution, diagnosticId); default: throw ExceptionUtilities.UnexpectedValue(fixAllScope); diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/Extensions/DocumentExtensions.cs b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/Extensions/DocumentExtensions.cs index d27e92dc1e68e..9c189e5a3f15c 100644 --- a/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/Extensions/DocumentExtensions.cs +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/Extensions/DocumentExtensions.cs @@ -20,12 +20,6 @@ namespace Microsoft.CodeAnalysis.Shared.Extensions { -#if CODE_STYLE - using Resources = CodeStyleFixesResources; -#else - using Resources = WorkspacesResources; -#endif - internal static partial class DocumentExtensions { // ⚠ Verify IVTs do not use this method before removing it. @@ -38,19 +32,19 @@ public static TLanguageService GetRequiredLanguageService(this public static async Task GetRequiredSemanticModelAsync(this Document document, CancellationToken cancellationToken) { var semanticModel = await document.GetSemanticModelAsync(cancellationToken).ConfigureAwait(false); - return semanticModel ?? throw new InvalidOperationException(string.Format(Resources.SyntaxTree_is_required_to_accomplish_the_task_but_is_not_supported_by_document_0, document.Name)); + return semanticModel ?? throw new InvalidOperationException(string.Format(WorkspaceExtensionsResources.SyntaxTree_is_required_to_accomplish_the_task_but_is_not_supported_by_document_0, document.Name)); } public static async Task GetRequiredSyntaxTreeAsync(this Document document, CancellationToken cancellationToken) { var syntaxTree = await document.GetSyntaxTreeAsync(cancellationToken).ConfigureAwait(false); - return syntaxTree ?? throw new InvalidOperationException(string.Format(Resources.SyntaxTree_is_required_to_accomplish_the_task_but_is_not_supported_by_document_0, document.Name)); + return syntaxTree ?? throw new InvalidOperationException(string.Format(WorkspaceExtensionsResources.SyntaxTree_is_required_to_accomplish_the_task_but_is_not_supported_by_document_0, document.Name)); } public static async Task GetRequiredSyntaxRootAsync(this Document document, CancellationToken cancellationToken) { var root = await document.GetSyntaxRootAsync(cancellationToken).ConfigureAwait(false); - return root ?? throw new InvalidOperationException(string.Format(Resources.SyntaxTree_is_required_to_accomplish_the_task_but_is_not_supported_by_document_0, document.Name)); + return root ?? throw new InvalidOperationException(string.Format(WorkspaceExtensionsResources.SyntaxTree_is_required_to_accomplish_the_task_but_is_not_supported_by_document_0, document.Name)); } diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/Extensions/ISolutionExtensions.cs b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/Extensions/ISolutionExtensions.cs index b2f7aefb541d8..746f4888ce4c1 100644 --- a/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/Extensions/ISolutionExtensions.cs +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/Extensions/ISolutionExtensions.cs @@ -9,12 +9,6 @@ namespace Microsoft.CodeAnalysis.Shared.Extensions { -#if CODE_STYLE - using Resources = CodeStyleFixesResources; -#else - using Resources = WorkspacesResources; -#endif - internal static partial class ISolutionExtensions { public static IEnumerable GetChangedDocuments(this Solution? newSolution, Solution oldSolution) @@ -46,7 +40,7 @@ public static Project GetRequiredProject(this Solution solution, ProjectId proje var project = solution.GetProject(projectId); if (project == null) { - throw new InvalidOperationException(string.Format(Resources.Project_of_ID_0_is_required_to_accomplish_the_task_but_is_not_available_from_the_solution, projectId)); + throw new InvalidOperationException(string.Format(WorkspaceExtensionsResources.Project_of_ID_0_is_required_to_accomplish_the_task_but_is_not_available_from_the_solution, projectId)); } return project; @@ -57,7 +51,7 @@ public static Document GetRequiredDocument(this Solution solution, DocumentId do var document = solution.GetDocument(documentId); if (document == null) { - throw new InvalidOperationException(Resources.The_solution_does_not_contain_the_specified_document); + throw new InvalidOperationException(WorkspaceExtensionsResources.The_solution_does_not_contain_the_specified_document); } return document; diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/Extensions/ProjectExtensions.cs b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/Extensions/ProjectExtensions.cs index 3c3dc59a8297c..e2a2588767410 100644 --- a/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/Extensions/ProjectExtensions.cs +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/Extensions/ProjectExtensions.cs @@ -15,12 +15,6 @@ namespace Microsoft.CodeAnalysis.Shared.Extensions { -#if CODE_STYLE - using Resources = CodeStyleFixesResources; -#else - using Resources = WorkspacesResources; -#endif - internal static partial class ProjectExtensions { public static TLanguageService? GetLanguageService(this Project? project) where TLanguageService : class, ILanguageService @@ -74,8 +68,9 @@ public static async Task GetVersionAsync(this Project project, Can foreach (var analyzerConfigDocument in project.AnalyzerConfigDocuments) { var analyzerConfigDirectory = PathUtilities.GetDirectoryName(analyzerConfigDocument.FilePath); + // Suppression should be removed or addressed https://github.com/dotnet/roslyn/issues/41636 if (diagnosticFilePath.StartsWith(analyzerConfigDirectory) && - analyzerConfigDirectory.Length > bestPath.Length) + analyzerConfigDirectory!.Length > bestPath.Length) { bestPath = analyzerConfigDirectory; bestAnalyzerConfigDocument = analyzerConfigDocument; @@ -97,7 +92,8 @@ public static async Task GetVersionAsync(this Project project, Can } var solutionOrProjectDirectoryPath = PathUtilities.GetDirectoryName(solutionOrProjectFilePath); - return PathUtilities.CombineAbsoluteAndRelativePaths(solutionOrProjectDirectoryPath, ".editorconfig"); + // Suppression should be removed or addressed https://github.com/dotnet/roslyn/issues/41636 + return PathUtilities.CombineAbsoluteAndRelativePaths(solutionOrProjectDirectoryPath!, ".editorconfig"); } public static AnalyzerConfigDocument? TryGetExistingAnalyzerConfigDocumentAtPath(this Project project, string analyzerConfigPath) @@ -127,7 +123,7 @@ public static async Task GetRequiredCompilationAsync(this Project p var compilation = await project.GetCompilationAsync(cancellationToken).ConfigureAwait(false); if (compilation == null) { - throw new InvalidOperationException(string.Format(Resources.Compilation_is_required_to_accomplish_the_task_but_is_not_supported_by_project_0, project.Name)); + throw new InvalidOperationException(string.Format(WorkspaceExtensionsResources.Compilation_is_required_to_accomplish_the_task_but_is_not_supported_by_project_0, project.Name)); } return compilation; diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/WorkspaceExtensions.projitems b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/WorkspaceExtensions.projitems index 5a131e0259d95..e3a5cfb9a5fd4 100644 --- a/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/WorkspaceExtensions.projitems +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/WorkspaceExtensions.projitems @@ -86,4 +86,7 @@ + + + \ No newline at end of file diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/WorkspaceExtensionsResources.resx b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/WorkspaceExtensionsResources.resx new file mode 100644 index 0000000000000..c0e7a15f35fd8 --- /dev/null +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/WorkspaceExtensionsResources.resx @@ -0,0 +1,144 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Supplied diagnostic cannot be null. + + + Fix all '{0}' + + + Fix all '{0}' in '{1}' + + + Fix all '{0}' in Solution + + + Compilation is required to accomplish the task but is not supported by project {0}. + + + Syntax tree is required to accomplish the task but is not supported by document {0}. + + + Project of ID {0} is required to accomplish the task but is not available from the solution + + + The solution does not contain the specified document. + + \ No newline at end of file diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/xlf/WorkspaceExtensionsResources.cs.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/xlf/WorkspaceExtensionsResources.cs.xlf new file mode 100644 index 0000000000000..ec37f511b08f3 --- /dev/null +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/xlf/WorkspaceExtensionsResources.cs.xlf @@ -0,0 +1,47 @@ + + + + + + Compilation is required to accomplish the task but is not supported by project {0}. + Compilation is required to accomplish the task but is not supported by project {0}. + + + + Fix all '{0}' + Fix all '{0}' + + + + Fix all '{0}' in '{1}' + Fix all '{0}' in '{1}' + + + + Fix all '{0}' in Solution + Fix all '{0}' in Solution + + + + Project of ID {0} is required to accomplish the task but is not available from the solution + Project of ID {0} is required to accomplish the task but is not available from the solution + + + + Supplied diagnostic cannot be null. + Supplied diagnostic cannot be null. + + + + Syntax tree is required to accomplish the task but is not supported by document {0}. + Syntax tree is required to accomplish the task but is not supported by document {0}. + + + + The solution does not contain the specified document. + The solution does not contain the specified document. + + + + + \ No newline at end of file diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/xlf/WorkspaceExtensionsResources.de.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/xlf/WorkspaceExtensionsResources.de.xlf new file mode 100644 index 0000000000000..73fa5ade2b9ef --- /dev/null +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/xlf/WorkspaceExtensionsResources.de.xlf @@ -0,0 +1,47 @@ + + + + + + Compilation is required to accomplish the task but is not supported by project {0}. + Compilation is required to accomplish the task but is not supported by project {0}. + + + + Fix all '{0}' + Fix all '{0}' + + + + Fix all '{0}' in '{1}' + Fix all '{0}' in '{1}' + + + + Fix all '{0}' in Solution + Fix all '{0}' in Solution + + + + Project of ID {0} is required to accomplish the task but is not available from the solution + Project of ID {0} is required to accomplish the task but is not available from the solution + + + + Supplied diagnostic cannot be null. + Supplied diagnostic cannot be null. + + + + Syntax tree is required to accomplish the task but is not supported by document {0}. + Syntax tree is required to accomplish the task but is not supported by document {0}. + + + + The solution does not contain the specified document. + The solution does not contain the specified document. + + + + + \ No newline at end of file diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/xlf/WorkspaceExtensionsResources.es.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/xlf/WorkspaceExtensionsResources.es.xlf new file mode 100644 index 0000000000000..0929d6657e403 --- /dev/null +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/xlf/WorkspaceExtensionsResources.es.xlf @@ -0,0 +1,47 @@ + + + + + + Compilation is required to accomplish the task but is not supported by project {0}. + Compilation is required to accomplish the task but is not supported by project {0}. + + + + Fix all '{0}' + Fix all '{0}' + + + + Fix all '{0}' in '{1}' + Fix all '{0}' in '{1}' + + + + Fix all '{0}' in Solution + Fix all '{0}' in Solution + + + + Project of ID {0} is required to accomplish the task but is not available from the solution + Project of ID {0} is required to accomplish the task but is not available from the solution + + + + Supplied diagnostic cannot be null. + Supplied diagnostic cannot be null. + + + + Syntax tree is required to accomplish the task but is not supported by document {0}. + Syntax tree is required to accomplish the task but is not supported by document {0}. + + + + The solution does not contain the specified document. + The solution does not contain the specified document. + + + + + \ No newline at end of file diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/xlf/WorkspaceExtensionsResources.fr.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/xlf/WorkspaceExtensionsResources.fr.xlf new file mode 100644 index 0000000000000..4714ef9f64162 --- /dev/null +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/xlf/WorkspaceExtensionsResources.fr.xlf @@ -0,0 +1,47 @@ + + + + + + Compilation is required to accomplish the task but is not supported by project {0}. + Compilation is required to accomplish the task but is not supported by project {0}. + + + + Fix all '{0}' + Fix all '{0}' + + + + Fix all '{0}' in '{1}' + Fix all '{0}' in '{1}' + + + + Fix all '{0}' in Solution + Fix all '{0}' in Solution + + + + Project of ID {0} is required to accomplish the task but is not available from the solution + Project of ID {0} is required to accomplish the task but is not available from the solution + + + + Supplied diagnostic cannot be null. + Supplied diagnostic cannot be null. + + + + Syntax tree is required to accomplish the task but is not supported by document {0}. + Syntax tree is required to accomplish the task but is not supported by document {0}. + + + + The solution does not contain the specified document. + The solution does not contain the specified document. + + + + + \ No newline at end of file diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/xlf/WorkspaceExtensionsResources.it.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/xlf/WorkspaceExtensionsResources.it.xlf new file mode 100644 index 0000000000000..2a3d43d97494c --- /dev/null +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/xlf/WorkspaceExtensionsResources.it.xlf @@ -0,0 +1,47 @@ + + + + + + Compilation is required to accomplish the task but is not supported by project {0}. + Compilation is required to accomplish the task but is not supported by project {0}. + + + + Fix all '{0}' + Fix all '{0}' + + + + Fix all '{0}' in '{1}' + Fix all '{0}' in '{1}' + + + + Fix all '{0}' in Solution + Fix all '{0}' in Solution + + + + Project of ID {0} is required to accomplish the task but is not available from the solution + Project of ID {0} is required to accomplish the task but is not available from the solution + + + + Supplied diagnostic cannot be null. + Supplied diagnostic cannot be null. + + + + Syntax tree is required to accomplish the task but is not supported by document {0}. + Syntax tree is required to accomplish the task but is not supported by document {0}. + + + + The solution does not contain the specified document. + The solution does not contain the specified document. + + + + + \ No newline at end of file diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/xlf/WorkspaceExtensionsResources.ja.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/xlf/WorkspaceExtensionsResources.ja.xlf new file mode 100644 index 0000000000000..ef953270b8507 --- /dev/null +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/xlf/WorkspaceExtensionsResources.ja.xlf @@ -0,0 +1,47 @@ + + + + + + Compilation is required to accomplish the task but is not supported by project {0}. + Compilation is required to accomplish the task but is not supported by project {0}. + + + + Fix all '{0}' + Fix all '{0}' + + + + Fix all '{0}' in '{1}' + Fix all '{0}' in '{1}' + + + + Fix all '{0}' in Solution + Fix all '{0}' in Solution + + + + Project of ID {0} is required to accomplish the task but is not available from the solution + Project of ID {0} is required to accomplish the task but is not available from the solution + + + + Supplied diagnostic cannot be null. + Supplied diagnostic cannot be null. + + + + Syntax tree is required to accomplish the task but is not supported by document {0}. + Syntax tree is required to accomplish the task but is not supported by document {0}. + + + + The solution does not contain the specified document. + The solution does not contain the specified document. + + + + + \ No newline at end of file diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/xlf/WorkspaceExtensionsResources.ko.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/xlf/WorkspaceExtensionsResources.ko.xlf new file mode 100644 index 0000000000000..92e1f9a4d2664 --- /dev/null +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/xlf/WorkspaceExtensionsResources.ko.xlf @@ -0,0 +1,47 @@ + + + + + + Compilation is required to accomplish the task but is not supported by project {0}. + Compilation is required to accomplish the task but is not supported by project {0}. + + + + Fix all '{0}' + Fix all '{0}' + + + + Fix all '{0}' in '{1}' + Fix all '{0}' in '{1}' + + + + Fix all '{0}' in Solution + Fix all '{0}' in Solution + + + + Project of ID {0} is required to accomplish the task but is not available from the solution + Project of ID {0} is required to accomplish the task but is not available from the solution + + + + Supplied diagnostic cannot be null. + Supplied diagnostic cannot be null. + + + + Syntax tree is required to accomplish the task but is not supported by document {0}. + Syntax tree is required to accomplish the task but is not supported by document {0}. + + + + The solution does not contain the specified document. + The solution does not contain the specified document. + + + + + \ No newline at end of file diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/xlf/WorkspaceExtensionsResources.pl.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/xlf/WorkspaceExtensionsResources.pl.xlf new file mode 100644 index 0000000000000..303ac37784835 --- /dev/null +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/xlf/WorkspaceExtensionsResources.pl.xlf @@ -0,0 +1,47 @@ + + + + + + Compilation is required to accomplish the task but is not supported by project {0}. + Compilation is required to accomplish the task but is not supported by project {0}. + + + + Fix all '{0}' + Fix all '{0}' + + + + Fix all '{0}' in '{1}' + Fix all '{0}' in '{1}' + + + + Fix all '{0}' in Solution + Fix all '{0}' in Solution + + + + Project of ID {0} is required to accomplish the task but is not available from the solution + Project of ID {0} is required to accomplish the task but is not available from the solution + + + + Supplied diagnostic cannot be null. + Supplied diagnostic cannot be null. + + + + Syntax tree is required to accomplish the task but is not supported by document {0}. + Syntax tree is required to accomplish the task but is not supported by document {0}. + + + + The solution does not contain the specified document. + The solution does not contain the specified document. + + + + + \ No newline at end of file diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/xlf/WorkspaceExtensionsResources.pt-BR.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/xlf/WorkspaceExtensionsResources.pt-BR.xlf new file mode 100644 index 0000000000000..e45147bf489fc --- /dev/null +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/xlf/WorkspaceExtensionsResources.pt-BR.xlf @@ -0,0 +1,47 @@ + + + + + + Compilation is required to accomplish the task but is not supported by project {0}. + Compilation is required to accomplish the task but is not supported by project {0}. + + + + Fix all '{0}' + Fix all '{0}' + + + + Fix all '{0}' in '{1}' + Fix all '{0}' in '{1}' + + + + Fix all '{0}' in Solution + Fix all '{0}' in Solution + + + + Project of ID {0} is required to accomplish the task but is not available from the solution + Project of ID {0} is required to accomplish the task but is not available from the solution + + + + Supplied diagnostic cannot be null. + Supplied diagnostic cannot be null. + + + + Syntax tree is required to accomplish the task but is not supported by document {0}. + Syntax tree is required to accomplish the task but is not supported by document {0}. + + + + The solution does not contain the specified document. + The solution does not contain the specified document. + + + + + \ No newline at end of file diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/xlf/WorkspaceExtensionsResources.ru.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/xlf/WorkspaceExtensionsResources.ru.xlf new file mode 100644 index 0000000000000..7afecc956c7ad --- /dev/null +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/xlf/WorkspaceExtensionsResources.ru.xlf @@ -0,0 +1,47 @@ + + + + + + Compilation is required to accomplish the task but is not supported by project {0}. + Compilation is required to accomplish the task but is not supported by project {0}. + + + + Fix all '{0}' + Fix all '{0}' + + + + Fix all '{0}' in '{1}' + Fix all '{0}' in '{1}' + + + + Fix all '{0}' in Solution + Fix all '{0}' in Solution + + + + Project of ID {0} is required to accomplish the task but is not available from the solution + Project of ID {0} is required to accomplish the task but is not available from the solution + + + + Supplied diagnostic cannot be null. + Supplied diagnostic cannot be null. + + + + Syntax tree is required to accomplish the task but is not supported by document {0}. + Syntax tree is required to accomplish the task but is not supported by document {0}. + + + + The solution does not contain the specified document. + The solution does not contain the specified document. + + + + + \ No newline at end of file diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/xlf/WorkspaceExtensionsResources.tr.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/xlf/WorkspaceExtensionsResources.tr.xlf new file mode 100644 index 0000000000000..7d02bd2174b08 --- /dev/null +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/xlf/WorkspaceExtensionsResources.tr.xlf @@ -0,0 +1,47 @@ + + + + + + Compilation is required to accomplish the task but is not supported by project {0}. + Compilation is required to accomplish the task but is not supported by project {0}. + + + + Fix all '{0}' + Fix all '{0}' + + + + Fix all '{0}' in '{1}' + Fix all '{0}' in '{1}' + + + + Fix all '{0}' in Solution + Fix all '{0}' in Solution + + + + Project of ID {0} is required to accomplish the task but is not available from the solution + Project of ID {0} is required to accomplish the task but is not available from the solution + + + + Supplied diagnostic cannot be null. + Supplied diagnostic cannot be null. + + + + Syntax tree is required to accomplish the task but is not supported by document {0}. + Syntax tree is required to accomplish the task but is not supported by document {0}. + + + + The solution does not contain the specified document. + The solution does not contain the specified document. + + + + + \ No newline at end of file diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/xlf/WorkspaceExtensionsResources.zh-Hans.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/xlf/WorkspaceExtensionsResources.zh-Hans.xlf new file mode 100644 index 0000000000000..a9335512a65e0 --- /dev/null +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/xlf/WorkspaceExtensionsResources.zh-Hans.xlf @@ -0,0 +1,47 @@ + + + + + + Compilation is required to accomplish the task but is not supported by project {0}. + Compilation is required to accomplish the task but is not supported by project {0}. + + + + Fix all '{0}' + Fix all '{0}' + + + + Fix all '{0}' in '{1}' + Fix all '{0}' in '{1}' + + + + Fix all '{0}' in Solution + Fix all '{0}' in Solution + + + + Project of ID {0} is required to accomplish the task but is not available from the solution + Project of ID {0} is required to accomplish the task but is not available from the solution + + + + Supplied diagnostic cannot be null. + Supplied diagnostic cannot be null. + + + + Syntax tree is required to accomplish the task but is not supported by document {0}. + Syntax tree is required to accomplish the task but is not supported by document {0}. + + + + The solution does not contain the specified document. + The solution does not contain the specified document. + + + + + \ No newline at end of file diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/xlf/WorkspaceExtensionsResources.zh-Hant.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/xlf/WorkspaceExtensionsResources.zh-Hant.xlf new file mode 100644 index 0000000000000..7a330857b9afd --- /dev/null +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/xlf/WorkspaceExtensionsResources.zh-Hant.xlf @@ -0,0 +1,47 @@ + + + + + + Compilation is required to accomplish the task but is not supported by project {0}. + Compilation is required to accomplish the task but is not supported by project {0}. + + + + Fix all '{0}' + Fix all '{0}' + + + + Fix all '{0}' in '{1}' + Fix all '{0}' in '{1}' + + + + Fix all '{0}' in Solution + Fix all '{0}' in Solution + + + + Project of ID {0} is required to accomplish the task but is not available from the solution + Project of ID {0} is required to accomplish the task but is not available from the solution + + + + Supplied diagnostic cannot be null. + Supplied diagnostic cannot be null. + + + + Syntax tree is required to accomplish the task but is not supported by document {0}. + Syntax tree is required to accomplish the task but is not supported by document {0}. + + + + The solution does not contain the specified document. + The solution does not contain the specified document. + + + + + \ No newline at end of file diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/VisualBasic/VisualBasicWorkspaceExtensions.projitems b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/VisualBasic/VisualBasicWorkspaceExtensions.projitems index c2a2451ff3587..bc06010f47eae 100644 --- a/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/VisualBasic/VisualBasicWorkspaceExtensions.projitems +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/VisualBasic/VisualBasicWorkspaceExtensions.projitems @@ -86,4 +86,7 @@ + + + \ No newline at end of file diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/VisualBasic/VisualBasicWorkspaceExtensionsResources.resx b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/VisualBasic/VisualBasicWorkspaceExtensionsResources.resx new file mode 100644 index 0000000000000..14ed010cf9ebb --- /dev/null +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/VisualBasic/VisualBasicWorkspaceExtensionsResources.resx @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 + + \ No newline at end of file diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/VisualBasic/xlf/VisualBasicWorkspaceExtensionsResources.cs.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/VisualBasic/xlf/VisualBasicWorkspaceExtensionsResources.cs.xlf new file mode 100644 index 0000000000000..b3e07b4269548 --- /dev/null +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/VisualBasic/xlf/VisualBasicWorkspaceExtensionsResources.cs.xlf @@ -0,0 +1,12 @@ + + + + + + Remove this value when another is added. + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 + + + + \ No newline at end of file diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/VisualBasic/xlf/VisualBasicWorkspaceExtensionsResources.de.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/VisualBasic/xlf/VisualBasicWorkspaceExtensionsResources.de.xlf new file mode 100644 index 0000000000000..bf424db27a3ca --- /dev/null +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/VisualBasic/xlf/VisualBasicWorkspaceExtensionsResources.de.xlf @@ -0,0 +1,12 @@ + + + + + + Remove this value when another is added. + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 + + + + \ No newline at end of file diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/VisualBasic/xlf/VisualBasicWorkspaceExtensionsResources.es.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/VisualBasic/xlf/VisualBasicWorkspaceExtensionsResources.es.xlf new file mode 100644 index 0000000000000..07d1946c8d89b --- /dev/null +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/VisualBasic/xlf/VisualBasicWorkspaceExtensionsResources.es.xlf @@ -0,0 +1,12 @@ + + + + + + Remove this value when another is added. + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 + + + + \ No newline at end of file diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/VisualBasic/xlf/VisualBasicWorkspaceExtensionsResources.fr.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/VisualBasic/xlf/VisualBasicWorkspaceExtensionsResources.fr.xlf new file mode 100644 index 0000000000000..32ca3e5240be0 --- /dev/null +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/VisualBasic/xlf/VisualBasicWorkspaceExtensionsResources.fr.xlf @@ -0,0 +1,12 @@ + + + + + + Remove this value when another is added. + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 + + + + \ No newline at end of file diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/VisualBasic/xlf/VisualBasicWorkspaceExtensionsResources.it.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/VisualBasic/xlf/VisualBasicWorkspaceExtensionsResources.it.xlf new file mode 100644 index 0000000000000..d9820d5714245 --- /dev/null +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/VisualBasic/xlf/VisualBasicWorkspaceExtensionsResources.it.xlf @@ -0,0 +1,12 @@ + + + + + + Remove this value when another is added. + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 + + + + \ No newline at end of file diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/VisualBasic/xlf/VisualBasicWorkspaceExtensionsResources.ja.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/VisualBasic/xlf/VisualBasicWorkspaceExtensionsResources.ja.xlf new file mode 100644 index 0000000000000..a15a700fe4aba --- /dev/null +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/VisualBasic/xlf/VisualBasicWorkspaceExtensionsResources.ja.xlf @@ -0,0 +1,12 @@ + + + + + + Remove this value when another is added. + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 + + + + \ No newline at end of file diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/VisualBasic/xlf/VisualBasicWorkspaceExtensionsResources.ko.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/VisualBasic/xlf/VisualBasicWorkspaceExtensionsResources.ko.xlf new file mode 100644 index 0000000000000..4ddb966c5597b --- /dev/null +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/VisualBasic/xlf/VisualBasicWorkspaceExtensionsResources.ko.xlf @@ -0,0 +1,12 @@ + + + + + + Remove this value when another is added. + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 + + + + \ No newline at end of file diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/VisualBasic/xlf/VisualBasicWorkspaceExtensionsResources.pl.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/VisualBasic/xlf/VisualBasicWorkspaceExtensionsResources.pl.xlf new file mode 100644 index 0000000000000..dfe0a59d4e67b --- /dev/null +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/VisualBasic/xlf/VisualBasicWorkspaceExtensionsResources.pl.xlf @@ -0,0 +1,12 @@ + + + + + + Remove this value when another is added. + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 + + + + \ No newline at end of file diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/VisualBasic/xlf/VisualBasicWorkspaceExtensionsResources.pt-BR.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/VisualBasic/xlf/VisualBasicWorkspaceExtensionsResources.pt-BR.xlf new file mode 100644 index 0000000000000..9df7a49298777 --- /dev/null +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/VisualBasic/xlf/VisualBasicWorkspaceExtensionsResources.pt-BR.xlf @@ -0,0 +1,12 @@ + + + + + + Remove this value when another is added. + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 + + + + \ No newline at end of file diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/VisualBasic/xlf/VisualBasicWorkspaceExtensionsResources.ru.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/VisualBasic/xlf/VisualBasicWorkspaceExtensionsResources.ru.xlf new file mode 100644 index 0000000000000..7ecc3a2f20862 --- /dev/null +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/VisualBasic/xlf/VisualBasicWorkspaceExtensionsResources.ru.xlf @@ -0,0 +1,12 @@ + + + + + + Remove this value when another is added. + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 + + + + \ No newline at end of file diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/VisualBasic/xlf/VisualBasicWorkspaceExtensionsResources.tr.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/VisualBasic/xlf/VisualBasicWorkspaceExtensionsResources.tr.xlf new file mode 100644 index 0000000000000..428070411396b --- /dev/null +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/VisualBasic/xlf/VisualBasicWorkspaceExtensionsResources.tr.xlf @@ -0,0 +1,12 @@ + + + + + + Remove this value when another is added. + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 + + + + \ No newline at end of file diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/VisualBasic/xlf/VisualBasicWorkspaceExtensionsResources.zh-Hans.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/VisualBasic/xlf/VisualBasicWorkspaceExtensionsResources.zh-Hans.xlf new file mode 100644 index 0000000000000..523683b18b013 --- /dev/null +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/VisualBasic/xlf/VisualBasicWorkspaceExtensionsResources.zh-Hans.xlf @@ -0,0 +1,12 @@ + + + + + + Remove this value when another is added. + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 + + + + \ No newline at end of file diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/VisualBasic/xlf/VisualBasicWorkspaceExtensionsResources.zh-Hant.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/VisualBasic/xlf/VisualBasicWorkspaceExtensionsResources.zh-Hant.xlf new file mode 100644 index 0000000000000..d9e90c0ce72f3 --- /dev/null +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/VisualBasic/xlf/VisualBasicWorkspaceExtensionsResources.zh-Hant.xlf @@ -0,0 +1,12 @@ + + + + + + Remove this value when another is added. + Remove this value when another is added. + https://github.com/Microsoft/msbuild/issues/1661 + + + + \ No newline at end of file diff --git a/src/Workspaces/VisualBasic/Portable/CodeStyle/VisualBasicCodeStyleOptions.vb b/src/Workspaces/VisualBasic/Portable/CodeStyle/VisualBasicCodeStyleOptions.vb index 1a80daff06074..5c5691b6b4575 100644 --- a/src/Workspaces/VisualBasic/Portable/CodeStyle/VisualBasicCodeStyleOptions.vb +++ b/src/Workspaces/VisualBasic/Portable/CodeStyle/VisualBasicCodeStyleOptions.vb @@ -56,7 +56,7 @@ Namespace Microsoft.CodeAnalysis.VisualBasic.CodeStyle End Class Friend NotInheritable Class VisualBasicCodeStyleOptionGroups - Public Shared ReadOnly Modifier As New OptionGroup(WorkspacesResources.Modifier_preferences, priority:=1) - Public Shared ReadOnly ExpressionLevelPreferences As New OptionGroup(WorkspacesResources.Expression_level_preferences, priority:=2) + Public Shared ReadOnly Modifier As New OptionGroup(CompilerExtensionsResources.Modifier_preferences, priority:=1) + Public Shared ReadOnly ExpressionLevelPreferences As New OptionGroup(CompilerExtensionsResources.Expression_level_preferences, priority:=2) End Class End Namespace diff --git a/src/Workspaces/VisualBasic/Portable/Microsoft.CodeAnalysis.VisualBasic.Workspaces.vbproj b/src/Workspaces/VisualBasic/Portable/Microsoft.CodeAnalysis.VisualBasic.Workspaces.vbproj index fc7287b21bfb8..a45a0b3572728 100644 --- a/src/Workspaces/VisualBasic/Portable/Microsoft.CodeAnalysis.VisualBasic.Workspaces.vbproj +++ b/src/Workspaces/VisualBasic/Portable/Microsoft.CodeAnalysis.VisualBasic.Workspaces.vbproj @@ -41,18 +41,7 @@ - - True - True - VBWorkspaceResources.resx - - - - - Microsoft.CodeAnalysis.VisualBasic.VBWorkspaceResources - VbMyResourcesResXFileCodeGenerator - VBWorkspaceResources.Designer.vb - + diff --git a/src/Workspaces/VisualBasic/Portable/VBWorkspaceResources.Designer.vb b/src/Workspaces/VisualBasic/Portable/VBWorkspaceResources.Designer.vb deleted file mode 100644 index 139eb6536a16a..0000000000000 --- a/src/Workspaces/VisualBasic/Portable/VBWorkspaceResources.Designer.vb +++ /dev/null @@ -1,538 +0,0 @@ -'------------------------------------------------------------------------------ -' -' This code was generated by a tool. -' Runtime Version:4.0.30319.42000 -' -' Changes to this file may cause incorrect behavior and will be lost if -' the code is regenerated. -' -'------------------------------------------------------------------------------ - -Option Strict On -Option Explicit On - -Imports System - -Namespace Microsoft.CodeAnalysis.VisualBasic.VBWorkspaceResources - - 'This class was auto-generated by the StronglyTypedResourceBuilder - 'class via a tool like ResGen or Visual Studio. - 'To add or remove a member, edit your .ResX file then rerun ResGen - 'with the /str option, or rebuild your VS project. - ''' - ''' A strongly-typed resource class, for looking up localized strings, etc. - ''' - _ - Friend Module VBWorkspaceResources - - Private resourceMan As Global.System.Resources.ResourceManager - - Private resourceCulture As Global.System.Globalization.CultureInfo - - ''' - ''' Returns the cached ResourceManager instance used by this class. - ''' - _ - Friend ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager - Get - If Object.ReferenceEquals(resourceMan, Nothing) Then - Dim temp As Global.System.Resources.ResourceManager = New Global.System.Resources.ResourceManager("VBWorkspaceResources", GetType(VBWorkspaceResources).Assembly) - resourceMan = temp - End If - Return resourceMan - End Get - End Property - - ''' - ''' Overrides the current thread's CurrentUICulture property for all - ''' resource lookups using this strongly typed resource class. - ''' - _ - Friend Property Culture() As Global.System.Globalization.CultureInfo - Get - Return resourceCulture - End Get - Set - resourceCulture = value - End Set - End Property - - ''' - ''' Looks up a localized string similar to Associates an event with an event handler, delegate or lambda expression at run time.. - ''' - Friend ReadOnly Property Associates_an_event_with_an_event_handler_delegate_or_lambda_expression_at_run_time() As String - Get - Return ResourceManager.GetString("Associates_an_event_with_an_event_handler_delegate_or_lambda_expression_at_run_ti"& _ - "me", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to <condition>. - ''' - Friend ReadOnly Property condition() As String - Get - Return ResourceManager.GetString("condition", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Converts an expression to the {0} data type.. - ''' - Friend ReadOnly Property Converts_an_expression_to_the_0_data_type() As String - Get - Return ResourceManager.GetString("Converts_an_expression_to_the_0_data_type", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Evaluated and returned if <condition> evaluates to False.. - ''' - Friend ReadOnly Property Evaluated_and_returned_if_condition_evaluates_to_False() As String - Get - Return ResourceManager.GetString("Evaluated_and_returned_if_condition_evaluates_to_False", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Evaluated and returned if <condition> evaluates to True.. - ''' - Friend ReadOnly Property Evaluated_and_returned_if_condition_evaluates_to_True() As String - Get - Return ResourceManager.GetString("Evaluated_and_returned_if_condition_evaluates_to_True", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Evaluated and returned if <expression> evaluates to Nothing.. - ''' - Friend ReadOnly Property Evaluated_and_returned_if_expression_evaluates_to_Nothing() As String - Get - Return ResourceManager.GetString("Evaluated_and_returned_if_expression_evaluates_to_Nothing", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to <event>. - ''' - Friend ReadOnly Property event_() As String - Get - Return ResourceManager.GetString("event_", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to <expression>. - ''' - Friend ReadOnly Property expression() As String - Get - Return ResourceManager.GetString("expression", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to <expressionIfFalse>. - ''' - Friend ReadOnly Property expressionIfFalse() As String - Get - Return ResourceManager.GetString("expressionIfFalse", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to <expressionIfNothing>. - ''' - Friend ReadOnly Property expressionIfNothing() As String - Get - Return ResourceManager.GetString("expressionIfNothing", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to <expressionIfTrue>. - ''' - Friend ReadOnly Property expressionIfTrue() As String - Get - Return ResourceManager.GetString("expressionIfTrue", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to <handler>. - ''' - Friend ReadOnly Property handler() As String - Get - Return ResourceManager.GetString("handler", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to If <condition> returns True, the function calculates and returns <expressionIfTrue>. Otherwise, it returns <expressionIfFalse>.. - ''' - Friend ReadOnly Property If_condition_returns_True_the_function_calculates_and_returns_expressionIfTrue_Otherwise_it_returns_expressionIfFalse() As String - Get - Return ResourceManager.GetString("If_condition_returns_True_the_function_calculates_and_returns_expressionIfTrue_Ot"& _ - "herwise_it_returns_expressionIfFalse", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to If <expression> evaluates to a reference or Nullable value that is not Nothing, the function returns that value. Otherwise, it calculates and returns <expressionIfNothing>.. - ''' - Friend ReadOnly Property If_expression_evaluates_to_a_reference_or_Nullable_value_that_is_not_Nothing_the_function_returns_that_value_Otherwise_it_calculates_and_returns_expressionIfNothing() As String - Get - Return ResourceManager.GetString("If_expression_evaluates_to_a_reference_or_Nullable_value_that_is_not_Nothing_the_"& _ - "function_returns_that_value_Otherwise_it_calculates_and_returns_expressionIfNoth"& _ - "ing", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Introduces a type conversion operation similar to CType. The difference is that CType succeeds as long as there is a valid conversion, whereas DirectCast requires that one type inherit from or implement the other type.. - ''' - Friend ReadOnly Property Introduces_a_type_conversion_operation_similar_to_CType_The_difference_is_that_CType_succeeds_as_long_as_there_is_a_valid_conversion_whereas_DirectCast_requires_that_one_type_inherit_from_or_implement_the_other_type() As String - Get - Return ResourceManager.GetString("Introduces_a_type_conversion_operation_similar_to_CType_The_difference_is_that_CT"& _ - "ype_succeeds_as_long_as_there_is_a_valid_conversion_whereas_DirectCast_requires_"& _ - "that_one_type_inherit_from_or_implement_the_other_type", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Introduces a type conversion operation that does not throw an exception. If an attempted conversion fails, TryCast returns Nothing, which your program can test for.. - ''' - Friend ReadOnly Property Introduces_a_type_conversion_operation_that_does_not_throw_an_exception_If_an_attempted_conversion_fails_TryCast_returns_Nothing_which_your_program_can_test_for() As String - Get - Return ResourceManager.GetString("Introduces_a_type_conversion_operation_that_does_not_throw_an_exception_If_an_att"& _ - "empted_conversion_fails_TryCast_returns_Nothing_which_your_program_can_test_for", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to <length>. - ''' - Friend ReadOnly Property length() As String - Get - Return ResourceManager.GetString("length", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Namespace can not be added in this destination.. - ''' - Friend ReadOnly Property Namespace_can_not_be_added_in_this_destination() As String - Get - Return ResourceManager.GetString("Namespace_can_not_be_added_in_this_destination", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Node does not descend from root.. - ''' - Friend ReadOnly Property Node_does_not_descend_from_root() As String - Get - Return ResourceManager.GetString("Node_does_not_descend_from_root", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Node not in parent's child list. - ''' - Friend ReadOnly Property Node_not_in_parent_s_child_list() As String - Get - Return ResourceManager.GetString("Node_not_in_parent_s_child_list", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Only attributes, expressions or statements can be made explicit. - ''' - Friend ReadOnly Property Only_attributes_expressions_or_statements_can_be_made_explicit() As String - Get - Return ResourceManager.GetString("Only_attributes_expressions_or_statements_can_be_made_explicit", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Produces a string for the name of the specified type or member.. - ''' - Friend ReadOnly Property Produces_a_string_for_the_name_of_the_specified_type_or_member() As String - Get - Return ResourceManager.GetString("Produces_a_string_for_the_name_of_the_specified_type_or_member", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to R&emove and Sort Imports. - ''' - Friend ReadOnly Property Remove_and_Sort_Imports() As String - Get - Return ResourceManager.GetString("Remove_and_Sort_Imports", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Removes the association between an event and an event handler or delegate at run time.. - ''' - Friend ReadOnly Property Removes_the_association_between_an_event_and_an_event_handler_or_delegate_at_run_time() As String - Get - Return ResourceManager.GetString("Removes_the_association_between_an_event_and_an_event_handler_or_delegate_at_run_"& _ - "time", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Replaces a specified number of characters in a String variable with characters from another string.. - ''' - Friend ReadOnly Property Replaces_a_specified_number_of_characters_in_a_String_variable_with_characters_from_another_string() As String - Get - Return ResourceManager.GetString("Replaces_a_specified_number_of_characters_in_a_String_variable_with_characters_fr"& _ - "om_another_string", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to <result>. - ''' - Friend ReadOnly Property result() As String - Get - Return ResourceManager.GetString("result", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Returned if it evaluates to a reference or nullable type that is not Nothing.. - ''' - Friend ReadOnly Property Returned_if_it_evaluates_to_a_reference_or_nullable_type_that_is_not_Nothing() As String - Get - Return ResourceManager.GetString("Returned_if_it_evaluates_to_a_reference_or_nullable_type_that_is_not_Nothing", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Returns a System.Type object for the specified type name.. - ''' - Friend ReadOnly Property Returns_a_System_Type_object_for_the_specified_type_name() As String - Get - Return ResourceManager.GetString("Returns_a_System_Type_object_for_the_specified_type_name", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Returns the result of explicitly converting an expression to a specified data type.. - ''' - Friend ReadOnly Property Returns_the_result_of_explicitly_converting_an_expression_to_a_specified_data_type() As String - Get - Return ResourceManager.GetString("Returns_the_result_of_explicitly_converting_an_expression_to_a_specified_data_typ"& _ - "e", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Returns the System.Xml.Linq.XNamespace object corresponding to the specified XML namespace prefix.. - ''' - Friend ReadOnly Property Returns_the_System_Xml_Linq_XNamespace_object_corresponding_to_the_specified_XML_namespace_prefix() As String - Get - Return ResourceManager.GetString("Returns_the_System_Xml_Linq_XNamespace_object_corresponding_to_the_specified_XML_"& _ - "namespace_prefix", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to &Sort Imports. - ''' - Friend ReadOnly Property Sort_Imports() As String - Get - Return ResourceManager.GetString("Sort_Imports", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to <startIndex>. - ''' - Friend ReadOnly Property startIndex() As String - Get - Return ResourceManager.GetString("startIndex", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to <stringExpression>. - ''' - Friend ReadOnly Property stringExpression() As String - Get - Return ResourceManager.GetString("stringExpression", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to <stringName>. - ''' - Friend ReadOnly Property stringName() As String - Get - Return ResourceManager.GetString("stringName", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to The event handler to associate with the event. This may take the form of { AddressOf <eventHandler> | <delegate> | <lambdaExpression> }.. - ''' - Friend ReadOnly Property The_event_handler_to_associate_with_the_event_This_may_take_the_form_of_AddressOf_eventHandler_delegate_lambdaExpression() As String - Get - Return ResourceManager.GetString("The_event_handler_to_associate_with_the_event_This_may_take_the_form_of_AddressOf"& _ - "_eventHandler_delegate_lambdaExpression", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to The event handler to disassociate from the event. This may take the form of { AddressOf <eventHandler> | <delegate> }.. - ''' - Friend ReadOnly Property The_event_handler_to_disassociate_from_the_event_This_may_take_the_form_of_AddressOf_eventHandler_delegate() As String - Get - Return ResourceManager.GetString("The_event_handler_to_disassociate_from_the_event_This_may_take_the_form_of_Addres"& _ - "sOf_eventHandler_delegate", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to The event to associate an event handler, delegate or lambda expression with.. - ''' - Friend ReadOnly Property The_event_to_associate_an_event_handler_delegate_or_lambda_expression_with() As String - Get - Return ResourceManager.GetString("The_event_to_associate_an_event_handler_delegate_or_lambda_expression_with", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to The event to disassociate an event handler or delegate from.. - ''' - Friend ReadOnly Property The_event_to_disassociate_an_event_handler_or_delegate_from() As String - Get - Return ResourceManager.GetString("The_event_to_disassociate_an_event_handler_or_delegate_from", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to The expression to be evaluated and converted.. - ''' - Friend ReadOnly Property The_expression_to_be_evaluated_and_converted() As String - Get - Return ResourceManager.GetString("The_expression_to_be_evaluated_and_converted", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to The expression to evaluate.. - ''' - Friend ReadOnly Property The_expression_to_evaluate() As String - Get - Return ResourceManager.GetString("The_expression_to_evaluate", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to The name of the data type to which the value of expression will be converted.. - ''' - Friend ReadOnly Property The_name_of_the_data_type_to_which_the_value_of_expression_will_be_converted() As String - Get - Return ResourceManager.GetString("The_name_of_the_data_type_to_which_the_value_of_expression_will_be_converted", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to The name of the string variable to modify.. - ''' - Friend ReadOnly Property The_name_of_the_string_variable_to_modify() As String - Get - Return ResourceManager.GetString("The_name_of_the_string_variable_to_modify", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to The number of characters to replace. If omitted, the length of <stringExpression> is used.. - ''' - Friend ReadOnly Property The_number_of_characters_to_replace_If_omitted_the_length_of_stringExpression_is_used() As String - Get - Return ResourceManager.GetString("The_number_of_characters_to_replace_If_omitted_the_length_of_stringExpression_is_"& _ - "used", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to The one-based character position in the string where the replacement of text begins.. - ''' - Friend ReadOnly Property The_one_based_character_position_in_the_string_where_the_replacement_of_text_begins() As String - Get - Return ResourceManager.GetString("The_one_based_character_position_in_the_string_where_the_replacement_of_text_begi"& _ - "ns", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to The type name to return a System.Type object for.. - ''' - Friend ReadOnly Property The_type_name_to_return_a_System_Type_object_for() As String - Get - Return ResourceManager.GetString("The_type_name_to_return_a_System_Type_object_for", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to The type of member to return the name of.. - ''' - Friend ReadOnly Property The_type_of_member_to_return_the_name_of() As String - Get - Return ResourceManager.GetString("The_type_of_member_to_return_the_name_of", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to The XML namespace prefix to return a System.Xml.Linq.XNamespace object for. If this is omitted, the object for the default XML namespace is returned.. - ''' - Friend ReadOnly Property The_XML_namespace_prefix_to_return_a_System_Xml_Linq_XNamespace_object_for_If_this_is_omitted_the_object_for_the_default_XML_namespace_is_returned() As String - Get - Return ResourceManager.GetString("The_XML_namespace_prefix_to_return_a_System_Xml_Linq_XNamespace_object_for_If_thi"& _ - "s_is_omitted_the_object_for_the_default_XML_namespace_is_returned", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to Trivia is not associated with token. - ''' - Friend ReadOnly Property Trivia_is_not_associated_with_token() As String - Get - Return ResourceManager.GetString("Trivia_is_not_associated_with_token", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to <typeName>. - ''' - Friend ReadOnly Property typeName() As String - Get - Return ResourceManager.GetString("typeName", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to <typeOrMember>. - ''' - Friend ReadOnly Property typeOrMember() As String - Get - Return ResourceManager.GetString("typeOrMember", resourceCulture) - End Get - End Property - - ''' - ''' Looks up a localized string similar to <xmlNamespacePrefix>. - ''' - Friend ReadOnly Property xmlNamespacePrefix() As String - Get - Return ResourceManager.GetString("xmlNamespacePrefix", resourceCulture) - End Get - End Property - End Module -End Namespace diff --git a/src/Workspaces/VisualBasicTest/Formatting/FormattingTests.vb b/src/Workspaces/VisualBasicTest/Formatting/FormattingTests.vb index a6deb011baa4f..656b1dd8424b5 100644 --- a/src/Workspaces/VisualBasicTest/Formatting/FormattingTests.vb +++ b/src/Workspaces/VisualBasicTest/Formatting/FormattingTests.vb @@ -1286,24 +1286,80 @@ Imports System. Public Async Function XmlLiterals26() As Task - Dim code = My.Resources.XmlLiterals.Test1_Input - Dim expected = My.Resources.XmlLiterals.Test1_Output + Dim code = " +Class C + Sub Method(Optional ByVal i As Integer = 1) + Dim q = + + + + End Sub +End Class" + Dim expected = " +Class C + Sub Method(Optional ByVal i As Integer = 1) + Dim q = + + + + End Sub +End Class" Await AssertFormatAsync(code, expected) End Function Public Async Function XmlLiterals27() As Task - Dim code = My.Resources.XmlLiterals.Test2_Input - Dim expected = My.Resources.XmlLiterals.Test2_Output + Dim code = " +Class C + Sub Method(Optional ByVal i As Integer = 1) + Dim q = + + + Test + + + + End Sub +End Class" + Dim expected = " +Class C + Sub Method(Optional ByVal i As Integer = 1) + Dim q = + + + Test + + + + End Sub +End Class" Await AssertFormatAsync(code, expected) End Function Public Async Function XmlLiterals28() As Task - Dim code = My.Resources.XmlLiterals.Test3_Input - Dim expected = My.Resources.XmlLiterals.Test3_Output + Dim code = " +Class C + Sub Method(Optional ByVal i As Integer = 1) + Dim q = + Test + + + + End Sub +End Class" + Dim expected = " +Class C + Sub Method(Optional ByVal i As Integer = 1) + Dim q = + Test + + + + End Sub +End Class" Await AssertFormatAsync(code, expected) End Function @@ -1999,8 +2055,24 @@ End Class Public Async Function BugFix4173_3() As Task - Dim code = My.Resources.XmlLiterals.Test4_Input - Dim expected = My.Resources.XmlLiterals.Test4_Output + Dim code = " +Class C + Sub Goo() + Dim xml = + + Dim j = From node In xml. + Select node.@att + End Sub +End Class" + Dim expected = " +Class C + Sub Goo() + Dim xml = + + Dim j = From node In xml. + Select node.@att + End Sub +End Class" Await AssertFormatAsync(code, expected) End Function @@ -2186,7 +2258,21 @@ End Module Public Async Function BugFix4394() As Task - Await AssertFormatAsync(My.Resources.XmlLiterals.Test5_Input, My.Resources.XmlLiterals.Test5_Output) + Await AssertFormatAsync(" +''' +''' + ''' +Module Program + Sub Main(args As String()) + End Sub +End Module", " +''' +''' +''' +Module Program + Sub Main(args As String()) + End Sub +End Module") End Function @@ -2232,8 +2318,22 @@ End Module Public Async Function BugFix4394_1() As Task - Dim code = My.Resources.XmlLiterals.Test6_Input - Dim expected = My.Resources.XmlLiterals.Test6_Output + Dim code = " +Class C + ''' + ''' Test Method +''' + Sub Method() + End Sub +End Class" + Dim expected = " +Class C + ''' + ''' Test Method + ''' + Sub Method() + End Sub +End Class" Await AssertFormatAsync(code, expected) End Function @@ -2770,13 +2870,61 @@ End Class Public Async Function XmlTest() As Task - Await AssertFormatAsync(My.Resources.XmlLiterals.XmlTest1_Input, My.Resources.XmlLiterals.XmlTest1_Output) + Await AssertFormatAsync(" +Imports System +Imports System.Collections.Generic +Imports System.Linq + +Module Program + Sub Main() + Dim book = + GetXml( ) + End Sub +End Module", " +Imports System +Imports System.Collections.Generic +Imports System.Linq + +Module Program + Sub Main() + Dim book = + GetXml( ) + End Sub +End Module") End Function Public Async Function XmlDocument() As Task - Await AssertFormatAsync(My.Resources.XmlLiterals.XmlTest2_Input, My.Resources.XmlLiterals.XmlTest2_Output) + Await AssertFormatAsync(" +Imports System +Imports System.Collections.Generic +Imports System.Linq + +Module Program + Sub Main() + Dim book = + + + + + + End Sub +End Module", " +Imports System +Imports System.Collections.Generic +Imports System.Linq + +Module Program + Sub Main() + Dim book = + + + + + + End Sub +End Module") End Function @@ -2784,7 +2932,21 @@ End Class Public Async Function XmlProcessingInstruction() As Task - Await AssertFormatAsync(My.Resources.XmlLiterals.XmlTest3_Input, My.Resources.XmlLiterals.XmlTest3_Output) + Await AssertFormatAsync(" +Module Program + Sub Main() + Dim x = + + + End Sub +End Module", " +Module Program + Sub Main() + Dim x = + + + End Sub +End Module") End Function @@ -2794,20 +2956,45 @@ End Class Public Async Function XmlTest5442() As Task Using workspace = New AdhocWorkspace() + Dim inputOutput = " +Imports System +Imports System.Collections.Generic +Imports System.Linq + +Module Program + Sub Main(args As String()) + Dim goo = _ + + <%= _ + From i In _ + Where i IsNot Nothing _ + Select _ + + + + + + _ + %> + + + End Sub +End Module" + Dim project = workspace.CurrentSolution.AddProject("Project", "Project.dll", LanguageNames.VisualBasic) - Dim document = project.AddDocument("Document", SourceText.From(My.Resources.XmlLiterals.XmlTest4_Input_Output)) + Dim document = project.AddDocument("Document", SourceText.From(inputOutput)) Dim root = Await document.GetSyntaxRootAsync() ' format first time Dim result = Formatter.GetFormattedTextChanges(root, workspace) - AssertResult(My.Resources.XmlLiterals.XmlTest4_Input_Output, Await document.GetTextAsync(), result) + AssertResult(inputOutput, Await document.GetTextAsync(), result) Dim document2 = document.WithText((Await document.GetTextAsync()).WithChanges(result)) Dim root2 = Await document2.GetSyntaxRootAsync() ' format second time Dim result2 = Formatter.GetFormattedTextChanges(root, workspace) - AssertResult(My.Resources.XmlLiterals.XmlTest4_Input_Output, Await document2.GetTextAsync(), result2) + AssertResult(inputOutput, Await document2.GetTextAsync(), result2) End Using End Function @@ -2879,7 +3066,21 @@ End Module Public Async Function BugFix5430() As Task - Dim code = My.Resources.XmlLiterals.IndentationTest1 + Dim code = " +Imports System +Imports System.Collections.Generic +Imports System.Linq + +Module Program + Sub Main(args As String()) + Dim abc = + + + + Dim r = From q In abc...