未验证 提交 27592215 编写于 作者: M msftbot[bot] 提交者: GitHub

Merge pull request #42175 from mavasani/PortRemoveUnnecessaryImports

Port RemoveUnnecessaryImports analyzer/fixer/tests to shared layer
......@@ -17,6 +17,7 @@
<Compile Include="$(MSBuildThisFileDirectory)ConvertSwitchStatementToExpression\ConvertSwitchStatementToExpressionDiagnosticAnalyzer.Analyzer.cs" />
<Compile Include="$(MSBuildThisFileDirectory)ConvertSwitchStatementToExpression\ConvertSwitchStatementToExpressionDiagnosticAnalyzer.cs" />
<Compile Include="$(MSBuildThisFileDirectory)RemoveUnnecessaryCast\CSharpRemoveUnnecessaryCastDiagnosticAnalyzer.cs" />
<Compile Include="$(MSBuildThisFileDirectory)RemoveUnnecessaryImports\CSharpRemoveUnnecessaryImportsDiagnosticAnalyzer.cs" />
<Compile Include="$(MSBuildThisFileDirectory)RemoveUnusedMembers\CSharpRemoveUnusedMembersDiagnosticAnalyzer.cs" />
<Compile Include="$(MSBuildThisFileDirectory)UseImplicitOrExplicitType\CSharpTypeStyleDiagnosticAnalyzerBase.cs" />
<Compile Include="$(MSBuildThisFileDirectory)UseImplicitOrExplicitType\CSharpUseExplicitTypeDiagnosticAnalyzer.cs" />
......
......@@ -135,4 +135,7 @@
<data name="Use_implicit_type" xml:space="preserve">
<value>Use implicit type</value>
</data>
<data name="Using_directive_is_unnecessary" xml:space="preserve">
<value>Using directive is unnecessary.</value>
</data>
</root>
\ No newline at end of file
......@@ -22,7 +22,7 @@ internal sealed class CSharpRemoveUnnecessaryImportsDiagnosticAnalyzer :
AbstractRemoveUnnecessaryImportsDiagnosticAnalyzer
{
private static readonly LocalizableString s_TitleAndMessageFormat =
new LocalizableResourceString(nameof(CSharpFeaturesResources.Using_directive_is_unnecessary), CSharpFeaturesResources.ResourceManager, typeof(CSharpFeaturesResources));
new LocalizableResourceString(nameof(CSharpAnalyzersResources.Using_directive_is_unnecessary), CSharpAnalyzersResources.ResourceManager, typeof(CSharpAnalyzersResources));
protected override LocalizableString GetTitleAndMessageFormatForClassificationIdDescriptor()
=> s_TitleAndMessageFormat;
......
......@@ -32,6 +32,11 @@
<target state="new">use 'var' instead of explicit type</target>
<note />
</trans-unit>
<trans-unit id="Using_directive_is_unnecessary">
<source>Using directive is unnecessary.</source>
<target state="new">Using directive is unnecessary.</target>
<note />
</trans-unit>
</body>
</file>
</xliff>
\ No newline at end of file
......@@ -32,6 +32,11 @@
<target state="new">use 'var' instead of explicit type</target>
<note />
</trans-unit>
<trans-unit id="Using_directive_is_unnecessary">
<source>Using directive is unnecessary.</source>
<target state="new">Using directive is unnecessary.</target>
<note />
</trans-unit>
</body>
</file>
</xliff>
\ No newline at end of file
......@@ -32,6 +32,11 @@
<target state="new">use 'var' instead of explicit type</target>
<note />
</trans-unit>
<trans-unit id="Using_directive_is_unnecessary">
<source>Using directive is unnecessary.</source>
<target state="new">Using directive is unnecessary.</target>
<note />
</trans-unit>
</body>
</file>
</xliff>
\ No newline at end of file
......@@ -32,6 +32,11 @@
<target state="new">use 'var' instead of explicit type</target>
<note />
</trans-unit>
<trans-unit id="Using_directive_is_unnecessary">
<source>Using directive is unnecessary.</source>
<target state="new">Using directive is unnecessary.</target>
<note />
</trans-unit>
</body>
</file>
</xliff>
\ No newline at end of file
......@@ -32,6 +32,11 @@
<target state="new">use 'var' instead of explicit type</target>
<note />
</trans-unit>
<trans-unit id="Using_directive_is_unnecessary">
<source>Using directive is unnecessary.</source>
<target state="new">Using directive is unnecessary.</target>
<note />
</trans-unit>
</body>
</file>
</xliff>
\ No newline at end of file
......@@ -32,6 +32,11 @@
<target state="new">use 'var' instead of explicit type</target>
<note />
</trans-unit>
<trans-unit id="Using_directive_is_unnecessary">
<source>Using directive is unnecessary.</source>
<target state="new">Using directive is unnecessary.</target>
<note />
</trans-unit>
</body>
</file>
</xliff>
\ No newline at end of file
......@@ -32,6 +32,11 @@
<target state="new">use 'var' instead of explicit type</target>
<note />
</trans-unit>
<trans-unit id="Using_directive_is_unnecessary">
<source>Using directive is unnecessary.</source>
<target state="new">Using directive is unnecessary.</target>
<note />
</trans-unit>
</body>
</file>
</xliff>
\ No newline at end of file
......@@ -32,6 +32,11 @@
<target state="new">use 'var' instead of explicit type</target>
<note />
</trans-unit>
<trans-unit id="Using_directive_is_unnecessary">
<source>Using directive is unnecessary.</source>
<target state="new">Using directive is unnecessary.</target>
<note />
</trans-unit>
</body>
</file>
</xliff>
\ No newline at end of file
......@@ -32,6 +32,11 @@
<target state="new">use 'var' instead of explicit type</target>
<note />
</trans-unit>
<trans-unit id="Using_directive_is_unnecessary">
<source>Using directive is unnecessary.</source>
<target state="new">Using directive is unnecessary.</target>
<note />
</trans-unit>
</body>
</file>
</xliff>
\ No newline at end of file
......@@ -32,6 +32,11 @@
<target state="new">use 'var' instead of explicit type</target>
<note />
</trans-unit>
<trans-unit id="Using_directive_is_unnecessary">
<source>Using directive is unnecessary.</source>
<target state="new">Using directive is unnecessary.</target>
<note />
</trans-unit>
</body>
</file>
</xliff>
\ No newline at end of file
......@@ -32,6 +32,11 @@
<target state="new">use 'var' instead of explicit type</target>
<note />
</trans-unit>
<trans-unit id="Using_directive_is_unnecessary">
<source>Using directive is unnecessary.</source>
<target state="new">Using directive is unnecessary.</target>
<note />
</trans-unit>
</body>
</file>
</xliff>
\ No newline at end of file
......@@ -32,6 +32,11 @@
<target state="new">use 'var' instead of explicit type</target>
<note />
</trans-unit>
<trans-unit id="Using_directive_is_unnecessary">
<source>Using directive is unnecessary.</source>
<target state="new">Using directive is unnecessary.</target>
<note />
</trans-unit>
</body>
</file>
</xliff>
\ No newline at end of file
......@@ -32,6 +32,11 @@
<target state="new">use 'var' instead of explicit type</target>
<note />
</trans-unit>
<trans-unit id="Using_directive_is_unnecessary">
<source>Using directive is unnecessary.</source>
<target state="new">Using directive is unnecessary.</target>
<note />
</trans-unit>
</body>
</file>
</xliff>
\ No newline at end of file
......@@ -16,6 +16,7 @@
<Compile Include="$(MSBuildThisFileDirectory)ConvertSwitchStatementToExpression\ConvertSwitchStatementToExpressionCodeFixProvider.cs" />
<Compile Include="$(MSBuildThisFileDirectory)ConvertSwitchStatementToExpression\ConvertSwitchStatementToExpressionCodeFixProvider.Rewriter.cs" />
<Compile Include="$(MSBuildThisFileDirectory)RemoveUnnecessaryCast\CSharpRemoveUnnecessaryCastCodeFixProvider.cs" />
<Compile Include="$(MSBuildThisFileDirectory)RemoveUnnecessaryImports\CSharpRemoveUnnecessaryImportsCodeFixProvider.cs" />
<Compile Include="$(MSBuildThisFileDirectory)RemoveUnusedMembers\CSharpRemoveUnusedMembersCodeFixProvider.cs" />
<Compile Include="$(MSBuildThisFileDirectory)UseImplicitOrExplicitType\UseExplicitTypeCodeFixProvider.cs" />
<Compile Include="$(MSBuildThisFileDirectory)UseImplicitOrExplicitType\UseImplicitTypeCodeFixProvider.cs" />
......
......@@ -117,8 +117,7 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="EmptyResource" xml:space="preserve">
<value>Remove this value when another is added.</value>
<comment>https://github.com/Microsoft/msbuild/issues/1661</comment>
<data name="Remove_Unnecessary_Usings" xml:space="preserve">
<value>Remove Unnecessary Usings</value>
</data>
</root>
\ No newline at end of file
......@@ -18,6 +18,6 @@ public CSharpRemoveUnnecessaryImportsCodeFixProvider()
}
protected override string GetTitle()
=> CSharpFeaturesResources.Remove_Unnecessary_Usings;
=> CSharpCodeFixesResources.Remove_Unnecessary_Usings;
}
}
......@@ -2,10 +2,10 @@
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="cs" original="../CSharpCodeFixesResources.resx">
<body>
<trans-unit id="EmptyResource">
<source>Remove this value when another is added.</source>
<target state="new">Remove this value when another is added.</target>
<note>https://github.com/Microsoft/msbuild/issues/1661</note>
<trans-unit id="Remove_Unnecessary_Usings">
<source>Remove Unnecessary Usings</source>
<target state="new">Remove Unnecessary Usings</target>
<note />
</trans-unit>
</body>
</file>
......
......@@ -2,10 +2,10 @@
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="de" original="../CSharpCodeFixesResources.resx">
<body>
<trans-unit id="EmptyResource">
<source>Remove this value when another is added.</source>
<target state="new">Remove this value when another is added.</target>
<note>https://github.com/Microsoft/msbuild/issues/1661</note>
<trans-unit id="Remove_Unnecessary_Usings">
<source>Remove Unnecessary Usings</source>
<target state="new">Remove Unnecessary Usings</target>
<note />
</trans-unit>
</body>
</file>
......
......@@ -2,10 +2,10 @@
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="es" original="../CSharpCodeFixesResources.resx">
<body>
<trans-unit id="EmptyResource">
<source>Remove this value when another is added.</source>
<target state="new">Remove this value when another is added.</target>
<note>https://github.com/Microsoft/msbuild/issues/1661</note>
<trans-unit id="Remove_Unnecessary_Usings">
<source>Remove Unnecessary Usings</source>
<target state="new">Remove Unnecessary Usings</target>
<note />
</trans-unit>
</body>
</file>
......
......@@ -2,10 +2,10 @@
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="fr" original="../CSharpCodeFixesResources.resx">
<body>
<trans-unit id="EmptyResource">
<source>Remove this value when another is added.</source>
<target state="new">Remove this value when another is added.</target>
<note>https://github.com/Microsoft/msbuild/issues/1661</note>
<trans-unit id="Remove_Unnecessary_Usings">
<source>Remove Unnecessary Usings</source>
<target state="new">Remove Unnecessary Usings</target>
<note />
</trans-unit>
</body>
</file>
......
......@@ -2,10 +2,10 @@
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="it" original="../CSharpCodeFixesResources.resx">
<body>
<trans-unit id="EmptyResource">
<source>Remove this value when another is added.</source>
<target state="new">Remove this value when another is added.</target>
<note>https://github.com/Microsoft/msbuild/issues/1661</note>
<trans-unit id="Remove_Unnecessary_Usings">
<source>Remove Unnecessary Usings</source>
<target state="new">Remove Unnecessary Usings</target>
<note />
</trans-unit>
</body>
</file>
......
......@@ -2,10 +2,10 @@
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="ja" original="../CSharpCodeFixesResources.resx">
<body>
<trans-unit id="EmptyResource">
<source>Remove this value when another is added.</source>
<target state="new">Remove this value when another is added.</target>
<note>https://github.com/Microsoft/msbuild/issues/1661</note>
<trans-unit id="Remove_Unnecessary_Usings">
<source>Remove Unnecessary Usings</source>
<target state="new">Remove Unnecessary Usings</target>
<note />
</trans-unit>
</body>
</file>
......
......@@ -2,10 +2,10 @@
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="ko" original="../CSharpCodeFixesResources.resx">
<body>
<trans-unit id="EmptyResource">
<source>Remove this value when another is added.</source>
<target state="new">Remove this value when another is added.</target>
<note>https://github.com/Microsoft/msbuild/issues/1661</note>
<trans-unit id="Remove_Unnecessary_Usings">
<source>Remove Unnecessary Usings</source>
<target state="new">Remove Unnecessary Usings</target>
<note />
</trans-unit>
</body>
</file>
......
......@@ -2,10 +2,10 @@
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="pl" original="../CSharpCodeFixesResources.resx">
<body>
<trans-unit id="EmptyResource">
<source>Remove this value when another is added.</source>
<target state="new">Remove this value when another is added.</target>
<note>https://github.com/Microsoft/msbuild/issues/1661</note>
<trans-unit id="Remove_Unnecessary_Usings">
<source>Remove Unnecessary Usings</source>
<target state="new">Remove Unnecessary Usings</target>
<note />
</trans-unit>
</body>
</file>
......
......@@ -2,10 +2,10 @@
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="pt-BR" original="../CSharpCodeFixesResources.resx">
<body>
<trans-unit id="EmptyResource">
<source>Remove this value when another is added.</source>
<target state="new">Remove this value when another is added.</target>
<note>https://github.com/Microsoft/msbuild/issues/1661</note>
<trans-unit id="Remove_Unnecessary_Usings">
<source>Remove Unnecessary Usings</source>
<target state="new">Remove Unnecessary Usings</target>
<note />
</trans-unit>
</body>
</file>
......
......@@ -2,10 +2,10 @@
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="ru" original="../CSharpCodeFixesResources.resx">
<body>
<trans-unit id="EmptyResource">
<source>Remove this value when another is added.</source>
<target state="new">Remove this value when another is added.</target>
<note>https://github.com/Microsoft/msbuild/issues/1661</note>
<trans-unit id="Remove_Unnecessary_Usings">
<source>Remove Unnecessary Usings</source>
<target state="new">Remove Unnecessary Usings</target>
<note />
</trans-unit>
</body>
</file>
......
......@@ -2,10 +2,10 @@
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="tr" original="../CSharpCodeFixesResources.resx">
<body>
<trans-unit id="EmptyResource">
<source>Remove this value when another is added.</source>
<target state="new">Remove this value when another is added.</target>
<note>https://github.com/Microsoft/msbuild/issues/1661</note>
<trans-unit id="Remove_Unnecessary_Usings">
<source>Remove Unnecessary Usings</source>
<target state="new">Remove Unnecessary Usings</target>
<note />
</trans-unit>
</body>
</file>
......
......@@ -2,10 +2,10 @@
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="zh-Hans" original="../CSharpCodeFixesResources.resx">
<body>
<trans-unit id="EmptyResource">
<source>Remove this value when another is added.</source>
<target state="new">Remove this value when another is added.</target>
<note>https://github.com/Microsoft/msbuild/issues/1661</note>
<trans-unit id="Remove_Unnecessary_Usings">
<source>Remove Unnecessary Usings</source>
<target state="new">Remove Unnecessary Usings</target>
<note />
</trans-unit>
</body>
</file>
......
......@@ -2,10 +2,10 @@
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="zh-Hant" original="../CSharpCodeFixesResources.resx">
<body>
<trans-unit id="EmptyResource">
<source>Remove this value when another is added.</source>
<target state="new">Remove this value when another is added.</target>
<note>https://github.com/Microsoft/msbuild/issues/1661</note>
<trans-unit id="Remove_Unnecessary_Usings">
<source>Remove Unnecessary Usings</source>
<target state="new">Remove Unnecessary Usings</target>
<note />
</trans-unit>
</body>
</file>
......
......@@ -13,6 +13,8 @@
<Compile Include="$(MSBuildThisFileDirectory)ConvertSwitchStatementToExpression\ConvertSwitchStatementToExpressionTests.cs" />
<Compile Include="$(MSBuildThisFileDirectory)RemoveUnnecessaryCast\RemoveUnnecessaryCastTests.cs" />
<Compile Include="$(MSBuildThisFileDirectory)RemoveUnnecessaryCast\RemoveUnnecessaryCastTests_FixAllTests.cs" />
<Compile Include="$(MSBuildThisFileDirectory)RemoveUnnecessaryImports\RemoveUnnecessaryImportsTests.cs" />
<Compile Include="$(MSBuildThisFileDirectory)RemoveUnnecessaryImports\RemoveUnnecessaryImportsTests_FixAllTests.cs" />
<Compile Include="$(MSBuildThisFileDirectory)RemoveUnusedMembers\RemoveUnusedMembersTests.cs" />
<Compile Include="$(MSBuildThisFileDirectory)UseImplicitOrExplicitType\UseExplicitTypeTests.cs" />
<Compile Include="$(MSBuildThisFileDirectory)UseImplicitOrExplicitType\UseExplicitTypeTests_FixAllTests.cs" />
......
......@@ -26,6 +26,7 @@
<Compile Include="$(MSBuildThisFileDirectory)IDEDiagnosticIds.cs" />
<Compile Include="$(MSBuildThisFileDirectory)IDEDiagnosticIdToOptionMappingHelper.cs" />
<Compile Include="$(MSBuildThisFileDirectory)RemoveUnnecessaryCast\AbstractRemoveUnnecessaryCastDiagnosticAnalyzer.cs" />
<Compile Include="$(MSBuildThisFileDirectory)RemoveUnnecessaryImports\AbstractRemoveUnnecessaryImportsDiagnosticAnalyzer.cs" />
<Compile Include="$(MSBuildThisFileDirectory)RemoveUnusedMembers\AbstractRemoveUnusedMembersDiagnosticAnalyzer.cs" />
</ItemGroup>
</Project>
\ No newline at end of file
......@@ -9,12 +9,16 @@
using System.Threading;
using Microsoft.CodeAnalysis.Diagnostics;
using Microsoft.CodeAnalysis.Fading;
using Microsoft.CodeAnalysis.LanguageServices;
using Microsoft.CodeAnalysis.Options;
using Microsoft.CodeAnalysis.Shared.Extensions;
using Microsoft.CodeAnalysis.Text;
using Roslyn.Utilities;
#if CODE_STYLE
using OptionSet = Microsoft.CodeAnalysis.Diagnostics.AnalyzerConfigOptions;
#else
using Microsoft.CodeAnalysis.Options;
#endif
namespace Microsoft.CodeAnalysis.RemoveUnnecessaryImports
{
internal abstract class AbstractRemoveUnnecessaryImportsDiagnosticAnalyzer
......
......@@ -14,6 +14,7 @@
</ItemGroup>
<ItemGroup>
<Compile Include="$(MSBuildThisFileDirectory)PredefinedCodeFixProviderNames.cs" />
<Compile Include="$(MSBuildThisFileDirectory)RemoveUnnecessaryImports\AbstractRemoveUnnecessaryImportsCodeFixProvider.cs" />
<Compile Include="$(MSBuildThisFileDirectory)RemoveUnusedMembers\AbstractRemoveUnusedMembersCodeFixProvider.cs" />
</ItemGroup>
</Project>
\ No newline at end of file
......@@ -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))
New LocalizableResourceString(NameOf(VisualBasicAnalyzersResources.Imports_statement_is_unnecessary), VisualBasicAnalyzersResources.ResourceManager, GetType(VisualBasicAnalyzersResources))
Protected Overrides Function GetTitleAndMessageFormatForClassificationIdDescriptor() As LocalizableString
Return s_TitleAndMessageFormat
......
......@@ -14,6 +14,7 @@
</ItemGroup>
<ItemGroup>
<Compile Include="$(MSBuildThisFileDirectory)RemoveUnnecessaryCast\VisualBasicRemoveUnnecessaryCastDiagnosticAnalyzer.vb" />
<Compile Include="$(MSBuildThisFileDirectory)RemoveUnnecessaryImports\VisualBasicRemoveUnnecessaryImportsDiagnosticAnalyzer.vb" />
<Compile Include="$(MSBuildThisFileDirectory)RemoveUnusedMembers\VisualBasicRemoveUnusedMembersDiagnosticAnalyzer.vb" />
</ItemGroup>
</Project>
\ No newline at end of file
......@@ -117,8 +117,7 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="EmptyResource" xml:space="preserve">
<value>Remove this value when another is added.</value>
<comment>https://github.com/Microsoft/msbuild/issues/1661</comment>
<data name="Imports_statement_is_unnecessary" xml:space="preserve">
<value>Imports statement is unnecessary.</value>
</data>
</root>
\ No newline at end of file
......@@ -2,10 +2,10 @@
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="cs" original="../VisualBasicAnalyzersResources.resx">
<body>
<trans-unit id="EmptyResource">
<source>Remove this value when another is added.</source>
<target state="new">Remove this value when another is added.</target>
<note>https://github.com/Microsoft/msbuild/issues/1661</note>
<trans-unit id="Imports_statement_is_unnecessary">
<source>Imports statement is unnecessary.</source>
<target state="new">Imports statement is unnecessary.</target>
<note />
</trans-unit>
</body>
</file>
......
......@@ -2,10 +2,10 @@
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="de" original="../VisualBasicAnalyzersResources.resx">
<body>
<trans-unit id="EmptyResource">
<source>Remove this value when another is added.</source>
<target state="new">Remove this value when another is added.</target>
<note>https://github.com/Microsoft/msbuild/issues/1661</note>
<trans-unit id="Imports_statement_is_unnecessary">
<source>Imports statement is unnecessary.</source>
<target state="new">Imports statement is unnecessary.</target>
<note />
</trans-unit>
</body>
</file>
......
......@@ -2,10 +2,10 @@
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="es" original="../VisualBasicAnalyzersResources.resx">
<body>
<trans-unit id="EmptyResource">
<source>Remove this value when another is added.</source>
<target state="new">Remove this value when another is added.</target>
<note>https://github.com/Microsoft/msbuild/issues/1661</note>
<trans-unit id="Imports_statement_is_unnecessary">
<source>Imports statement is unnecessary.</source>
<target state="new">Imports statement is unnecessary.</target>
<note />
</trans-unit>
</body>
</file>
......
......@@ -2,10 +2,10 @@
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="fr" original="../VisualBasicAnalyzersResources.resx">
<body>
<trans-unit id="EmptyResource">
<source>Remove this value when another is added.</source>
<target state="new">Remove this value when another is added.</target>
<note>https://github.com/Microsoft/msbuild/issues/1661</note>
<trans-unit id="Imports_statement_is_unnecessary">
<source>Imports statement is unnecessary.</source>
<target state="new">Imports statement is unnecessary.</target>
<note />
</trans-unit>
</body>
</file>
......
......@@ -2,10 +2,10 @@
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="it" original="../VisualBasicAnalyzersResources.resx">
<body>
<trans-unit id="EmptyResource">
<source>Remove this value when another is added.</source>
<target state="new">Remove this value when another is added.</target>
<note>https://github.com/Microsoft/msbuild/issues/1661</note>
<trans-unit id="Imports_statement_is_unnecessary">
<source>Imports statement is unnecessary.</source>
<target state="new">Imports statement is unnecessary.</target>
<note />
</trans-unit>
</body>
</file>
......
......@@ -2,10 +2,10 @@
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="ja" original="../VisualBasicAnalyzersResources.resx">
<body>
<trans-unit id="EmptyResource">
<source>Remove this value when another is added.</source>
<target state="new">Remove this value when another is added.</target>
<note>https://github.com/Microsoft/msbuild/issues/1661</note>
<trans-unit id="Imports_statement_is_unnecessary">
<source>Imports statement is unnecessary.</source>
<target state="new">Imports statement is unnecessary.</target>
<note />
</trans-unit>
</body>
</file>
......
......@@ -2,10 +2,10 @@
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="ko" original="../VisualBasicAnalyzersResources.resx">
<body>
<trans-unit id="EmptyResource">
<source>Remove this value when another is added.</source>
<target state="new">Remove this value when another is added.</target>
<note>https://github.com/Microsoft/msbuild/issues/1661</note>
<trans-unit id="Imports_statement_is_unnecessary">
<source>Imports statement is unnecessary.</source>
<target state="new">Imports statement is unnecessary.</target>
<note />
</trans-unit>
</body>
</file>
......
......@@ -2,10 +2,10 @@
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="pl" original="../VisualBasicAnalyzersResources.resx">
<body>
<trans-unit id="EmptyResource">
<source>Remove this value when another is added.</source>
<target state="new">Remove this value when another is added.</target>
<note>https://github.com/Microsoft/msbuild/issues/1661</note>
<trans-unit id="Imports_statement_is_unnecessary">
<source>Imports statement is unnecessary.</source>
<target state="new">Imports statement is unnecessary.</target>
<note />
</trans-unit>
</body>
</file>
......
......@@ -2,10 +2,10 @@
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="pt-BR" original="../VisualBasicAnalyzersResources.resx">
<body>
<trans-unit id="EmptyResource">
<source>Remove this value when another is added.</source>
<target state="new">Remove this value when another is added.</target>
<note>https://github.com/Microsoft/msbuild/issues/1661</note>
<trans-unit id="Imports_statement_is_unnecessary">
<source>Imports statement is unnecessary.</source>
<target state="new">Imports statement is unnecessary.</target>
<note />
</trans-unit>
</body>
</file>
......
......@@ -2,10 +2,10 @@
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="ru" original="../VisualBasicAnalyzersResources.resx">
<body>
<trans-unit id="EmptyResource">
<source>Remove this value when another is added.</source>
<target state="new">Remove this value when another is added.</target>
<note>https://github.com/Microsoft/msbuild/issues/1661</note>
<trans-unit id="Imports_statement_is_unnecessary">
<source>Imports statement is unnecessary.</source>
<target state="new">Imports statement is unnecessary.</target>
<note />
</trans-unit>
</body>
</file>
......
......@@ -2,10 +2,10 @@
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="tr" original="../VisualBasicAnalyzersResources.resx">
<body>
<trans-unit id="EmptyResource">
<source>Remove this value when another is added.</source>
<target state="new">Remove this value when another is added.</target>
<note>https://github.com/Microsoft/msbuild/issues/1661</note>
<trans-unit id="Imports_statement_is_unnecessary">
<source>Imports statement is unnecessary.</source>
<target state="new">Imports statement is unnecessary.</target>
<note />
</trans-unit>
</body>
</file>
......
......@@ -2,10 +2,10 @@
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="zh-Hans" original="../VisualBasicAnalyzersResources.resx">
<body>
<trans-unit id="EmptyResource">
<source>Remove this value when another is added.</source>
<target state="new">Remove this value when another is added.</target>
<note>https://github.com/Microsoft/msbuild/issues/1661</note>
<trans-unit id="Imports_statement_is_unnecessary">
<source>Imports statement is unnecessary.</source>
<target state="new">Imports statement is unnecessary.</target>
<note />
</trans-unit>
</body>
</file>
......
......@@ -2,10 +2,10 @@
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="zh-Hant" original="../VisualBasicAnalyzersResources.resx">
<body>
<trans-unit id="EmptyResource">
<source>Remove this value when another is added.</source>
<target state="new">Remove this value when another is added.</target>
<note>https://github.com/Microsoft/msbuild/issues/1661</note>
<trans-unit id="Imports_statement_is_unnecessary">
<source>Imports statement is unnecessary.</source>
<target state="new">Imports statement is unnecessary.</target>
<note />
</trans-unit>
</body>
</file>
......
......@@ -18,7 +18,7 @@ Namespace Microsoft.CodeAnalysis.VisualBasic.RemoveUnnecessaryImports
End Sub
Protected Overrides Function GetTitle() As String
Return VBFeaturesResources.Remove_Unnecessary_Imports
Return VisualBasicCodeFixesResources.Remove_Unnecessary_Imports
End Function
End Class
End Namespace
......@@ -14,6 +14,7 @@
</ItemGroup>
<ItemGroup>
<Compile Include="$(MSBuildThisFileDirectory)RemoveUnnecessaryCast\VisualBasicRemoveUnnecessaryCastCodeFixProvider.vb" />
<Compile Include="$(MSBuildThisFileDirectory)RemoveUnnecessaryImports\VisualBasicRemoveUnnecessaryImportsCodeFixProvider.vb" />
<Compile Include="$(MSBuildThisFileDirectory)RemoveUnusedMembers\VisualBasicRemoveUnusedMembersCodeFixProvider.vb" />
</ItemGroup>
</Project>
\ No newline at end of file
......@@ -117,8 +117,7 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="EmptyResource" xml:space="preserve">
<value>Remove this value when another is added.</value>
<comment>https://github.com/Microsoft/msbuild/issues/1661</comment>
<data name="Remove_Unnecessary_Imports" xml:space="preserve">
<value>Remove Unnecessary Imports</value>
</data>
</root>
\ No newline at end of file
......@@ -2,10 +2,10 @@
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="cs" original="../VisualBasicCodeFixesResources.resx">
<body>
<trans-unit id="EmptyResource">
<source>Remove this value when another is added.</source>
<target state="new">Remove this value when another is added.</target>
<note>https://github.com/Microsoft/msbuild/issues/1661</note>
<trans-unit id="Remove_Unnecessary_Imports">
<source>Remove Unnecessary Imports</source>
<target state="new">Remove Unnecessary Imports</target>
<note />
</trans-unit>
</body>
</file>
......
......@@ -2,10 +2,10 @@
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="de" original="../VisualBasicCodeFixesResources.resx">
<body>
<trans-unit id="EmptyResource">
<source>Remove this value when another is added.</source>
<target state="new">Remove this value when another is added.</target>
<note>https://github.com/Microsoft/msbuild/issues/1661</note>
<trans-unit id="Remove_Unnecessary_Imports">
<source>Remove Unnecessary Imports</source>
<target state="new">Remove Unnecessary Imports</target>
<note />
</trans-unit>
</body>
</file>
......
......@@ -2,10 +2,10 @@
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="es" original="../VisualBasicCodeFixesResources.resx">
<body>
<trans-unit id="EmptyResource">
<source>Remove this value when another is added.</source>
<target state="new">Remove this value when another is added.</target>
<note>https://github.com/Microsoft/msbuild/issues/1661</note>
<trans-unit id="Remove_Unnecessary_Imports">
<source>Remove Unnecessary Imports</source>
<target state="new">Remove Unnecessary Imports</target>
<note />
</trans-unit>
</body>
</file>
......
......@@ -2,10 +2,10 @@
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="fr" original="../VisualBasicCodeFixesResources.resx">
<body>
<trans-unit id="EmptyResource">
<source>Remove this value when another is added.</source>
<target state="new">Remove this value when another is added.</target>
<note>https://github.com/Microsoft/msbuild/issues/1661</note>
<trans-unit id="Remove_Unnecessary_Imports">
<source>Remove Unnecessary Imports</source>
<target state="new">Remove Unnecessary Imports</target>
<note />
</trans-unit>
</body>
</file>
......
......@@ -2,10 +2,10 @@
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="it" original="../VisualBasicCodeFixesResources.resx">
<body>
<trans-unit id="EmptyResource">
<source>Remove this value when another is added.</source>
<target state="new">Remove this value when another is added.</target>
<note>https://github.com/Microsoft/msbuild/issues/1661</note>
<trans-unit id="Remove_Unnecessary_Imports">
<source>Remove Unnecessary Imports</source>
<target state="new">Remove Unnecessary Imports</target>
<note />
</trans-unit>
</body>
</file>
......
......@@ -2,10 +2,10 @@
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="ja" original="../VisualBasicCodeFixesResources.resx">
<body>
<trans-unit id="EmptyResource">
<source>Remove this value when another is added.</source>
<target state="new">Remove this value when another is added.</target>
<note>https://github.com/Microsoft/msbuild/issues/1661</note>
<trans-unit id="Remove_Unnecessary_Imports">
<source>Remove Unnecessary Imports</source>
<target state="new">Remove Unnecessary Imports</target>
<note />
</trans-unit>
</body>
</file>
......
......@@ -2,10 +2,10 @@
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="ko" original="../VisualBasicCodeFixesResources.resx">
<body>
<trans-unit id="EmptyResource">
<source>Remove this value when another is added.</source>
<target state="new">Remove this value when another is added.</target>
<note>https://github.com/Microsoft/msbuild/issues/1661</note>
<trans-unit id="Remove_Unnecessary_Imports">
<source>Remove Unnecessary Imports</source>
<target state="new">Remove Unnecessary Imports</target>
<note />
</trans-unit>
</body>
</file>
......
......@@ -2,10 +2,10 @@
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="pl" original="../VisualBasicCodeFixesResources.resx">
<body>
<trans-unit id="EmptyResource">
<source>Remove this value when another is added.</source>
<target state="new">Remove this value when another is added.</target>
<note>https://github.com/Microsoft/msbuild/issues/1661</note>
<trans-unit id="Remove_Unnecessary_Imports">
<source>Remove Unnecessary Imports</source>
<target state="new">Remove Unnecessary Imports</target>
<note />
</trans-unit>
</body>
</file>
......
......@@ -2,10 +2,10 @@
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="pt-BR" original="../VisualBasicCodeFixesResources.resx">
<body>
<trans-unit id="EmptyResource">
<source>Remove this value when another is added.</source>
<target state="new">Remove this value when another is added.</target>
<note>https://github.com/Microsoft/msbuild/issues/1661</note>
<trans-unit id="Remove_Unnecessary_Imports">
<source>Remove Unnecessary Imports</source>
<target state="new">Remove Unnecessary Imports</target>
<note />
</trans-unit>
</body>
</file>
......
......@@ -2,10 +2,10 @@
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="ru" original="../VisualBasicCodeFixesResources.resx">
<body>
<trans-unit id="EmptyResource">
<source>Remove this value when another is added.</source>
<target state="new">Remove this value when another is added.</target>
<note>https://github.com/Microsoft/msbuild/issues/1661</note>
<trans-unit id="Remove_Unnecessary_Imports">
<source>Remove Unnecessary Imports</source>
<target state="new">Remove Unnecessary Imports</target>
<note />
</trans-unit>
</body>
</file>
......
......@@ -2,10 +2,10 @@
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="tr" original="../VisualBasicCodeFixesResources.resx">
<body>
<trans-unit id="EmptyResource">
<source>Remove this value when another is added.</source>
<target state="new">Remove this value when another is added.</target>
<note>https://github.com/Microsoft/msbuild/issues/1661</note>
<trans-unit id="Remove_Unnecessary_Imports">
<source>Remove Unnecessary Imports</source>
<target state="new">Remove Unnecessary Imports</target>
<note />
</trans-unit>
</body>
</file>
......
......@@ -2,10 +2,10 @@
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="zh-Hans" original="../VisualBasicCodeFixesResources.resx">
<body>
<trans-unit id="EmptyResource">
<source>Remove this value when another is added.</source>
<target state="new">Remove this value when another is added.</target>
<note>https://github.com/Microsoft/msbuild/issues/1661</note>
<trans-unit id="Remove_Unnecessary_Imports">
<source>Remove Unnecessary Imports</source>
<target state="new">Remove Unnecessary Imports</target>
<note />
</trans-unit>
</body>
</file>
......
......@@ -2,10 +2,10 @@
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="zh-Hant" original="../VisualBasicCodeFixesResources.resx">
<body>
<trans-unit id="EmptyResource">
<source>Remove this value when another is added.</source>
<target state="new">Remove this value when another is added.</target>
<note>https://github.com/Microsoft/msbuild/issues/1661</note>
<trans-unit id="Remove_Unnecessary_Imports">
<source>Remove Unnecessary Imports</source>
<target state="new">Remove Unnecessary Imports</target>
<note />
</trans-unit>
</body>
</file>
......
......@@ -11,6 +11,8 @@
<ItemGroup>
<Compile Include="$(MSBuildThisFileDirectory)RemoveUnnecessaryCast\RemoveUnnecessaryCastTests.vb" />
<Compile Include="$(MSBuildThisFileDirectory)RemoveUnnecessaryCast\RemoveUnnecessaryCastTests_FixAllTests.vb" />
<Compile Include="$(MSBuildThisFileDirectory)RemoveUnnecessaryImports\RemoveUnnecessaryImportsTests.vb" />
<Compile Include="$(MSBuildThisFileDirectory)RemoveUnnecessaryImports\RemoveUnnecessaryImportsTests_FixAllTests.vb" />
<Compile Include="$(MSBuildThisFileDirectory)RemoveUnusedMembers\RemoveUnusedMembersTests.vb" />
</ItemGroup>
</Project>
\ No newline at end of file
......@@ -134,12 +134,12 @@ void Test()
var third = spans[2];
Assert.Equal(PredefinedErrorTypeNames.Suggestion, first.Tag.ErrorType);
Assert.Equal(CSharpFeaturesResources.Using_directive_is_unnecessary, first.Tag.ToolTipContent);
Assert.Equal(CSharpAnalyzersResources.Using_directive_is_unnecessary, first.Tag.ToolTipContent);
Assert.Equal(40, first.Span.Start);
Assert.Equal(25, first.Span.Length);
Assert.Equal(PredefinedErrorTypeNames.Suggestion, second.Tag.ErrorType);
Assert.Equal(CSharpFeaturesResources.Using_directive_is_unnecessary, second.Tag.ToolTipContent);
Assert.Equal(CSharpAnalyzersResources.Using_directive_is_unnecessary, second.Tag.ToolTipContent);
Assert.Equal(82, second.Span.Start);
Assert.Equal(60, second.Span.Length);
......
......@@ -118,7 +118,7 @@ End Class"
Dim second = spans(1)
Assert.Equal(PredefinedErrorTypeNames.Suggestion, first.Tag.ErrorType)
Assert.Equal(VBFeaturesResources.Imports_statement_is_unnecessary, CType(first.Tag.ToolTipContent, String))
Assert.Equal(VisualBasicAnalyzersResources.Imports_statement_is_unnecessary, CType(first.Tag.ToolTipContent, String))
Assert.Equal(Of Integer)(79, first.Span.Start)
Assert.Equal(83, first.Span.Length)
......
......@@ -138,9 +138,6 @@
<data name="Simplify_all_occurrences" xml:space="preserve">
<value>Simplify all occurrences</value>
</data>
<data name="Remove_Unnecessary_Usings" xml:space="preserve">
<value>Remove Unnecessary Usings</value>
</data>
<data name="lambda_expression" xml:space="preserve">
<value>&lt;lambda expression&gt;</value>
</data>
......@@ -279,9 +276,6 @@
<data name="TODO_colon_uncomment_the_following_line_if_the_finalizer_is_overridden_above" xml:space="preserve">
<value>TODO: uncomment the following line if the finalizer is overridden above.</value>
</data>
<data name="Using_directive_is_unnecessary" xml:space="preserve">
<value>Using directive is unnecessary.</value>
</data>
<data name="try_block" xml:space="preserve">
<value>try block</value>
<comment>{Locked="try"} "try" is a C# keyword and should not be localized.</comment>
......
......@@ -157,11 +157,6 @@
<target state="translated">Zjednodušit všechny výskyty</target>
<note />
</trans-unit>
<trans-unit id="Remove_Unnecessary_Usings">
<source>Remove Unnecessary Usings</source>
<target state="translated">Odebrat nepotřebné direktivy using</target>
<note />
</trans-unit>
<trans-unit id="Sort_accessibility_modifiers">
<source>Sort accessibility modifiers</source>
<target state="translated">Seřadit modifikátory dostupnosti</target>
......@@ -432,11 +427,6 @@
<target state="translated">TODO: Zrušte komentář následujícího řádku, pokud se výše přepisuje finalizační metoda.</target>
<note />
</trans-unit>
<trans-unit id="Using_directive_is_unnecessary">
<source>Using directive is unnecessary.</source>
<target state="translated">Direktiva Using není potřebná.</target>
<note />
</trans-unit>
<trans-unit id="switch_statement">
<source>switch statement</source>
<target state="translated">příkaz switch</target>
......
......@@ -157,11 +157,6 @@
<target state="translated">Alle Vorkommen vereinfachen</target>
<note />
</trans-unit>
<trans-unit id="Remove_Unnecessary_Usings">
<source>Remove Unnecessary Usings</source>
<target state="translated">Nicht benötigte Using-Direktiven entfernen</target>
<note />
</trans-unit>
<trans-unit id="Sort_accessibility_modifiers">
<source>Sort accessibility modifiers</source>
<target state="translated">Zugriffsmodifizierer sortieren</target>
......@@ -432,11 +427,6 @@
<target state="translated">TODO: Auskommentierung der folgenden Zeile aufheben, wenn der Finalizer weiter oben überschrieben wird.</target>
<note />
</trans-unit>
<trans-unit id="Using_directive_is_unnecessary">
<source>Using directive is unnecessary.</source>
<target state="translated">Using-Direktive ist unnötig.</target>
<note />
</trans-unit>
<trans-unit id="switch_statement">
<source>switch statement</source>
<target state="translated">switch-Anweisung</target>
......
......@@ -157,11 +157,6 @@
<target state="translated">Simplificar todas las repeticiones</target>
<note />
</trans-unit>
<trans-unit id="Remove_Unnecessary_Usings">
<source>Remove Unnecessary Usings</source>
<target state="translated">Eliminar instrucciones Using innecesarias</target>
<note />
</trans-unit>
<trans-unit id="Sort_accessibility_modifiers">
<source>Sort accessibility modifiers</source>
<target state="translated">Ordenar modificadores de accesibilidad</target>
......@@ -432,11 +427,6 @@
<target state="translated">TODO: quite la marca de comentario de la siguiente línea si el finalizador se ha reemplazado antes.</target>
<note />
</trans-unit>
<trans-unit id="Using_directive_is_unnecessary">
<source>Using directive is unnecessary.</source>
<target state="translated">El uso de la directiva no es necesario.</target>
<note />
</trans-unit>
<trans-unit id="switch_statement">
<source>switch statement</source>
<target state="translated">instrucción switch</target>
......
......@@ -157,11 +157,6 @@
<target state="translated">Simplifier toutes les occurrences</target>
<note />
</trans-unit>
<trans-unit id="Remove_Unnecessary_Usings">
<source>Remove Unnecessary Usings</source>
<target state="translated">Supprimer les Usings inutiles</target>
<note />
</trans-unit>
<trans-unit id="Sort_accessibility_modifiers">
<source>Sort accessibility modifiers</source>
<target state="translated">Trier les modificateurs d'accessibilité</target>
......@@ -432,11 +427,6 @@
<target state="translated">TODO: supprimer les marques de commentaire pour la ligne suivante si le finaliseur est remplacé ci-dessus.</target>
<note />
</trans-unit>
<trans-unit id="Using_directive_is_unnecessary">
<source>Using directive is unnecessary.</source>
<target state="translated">La directive using n'est pas nécessaire.</target>
<note />
</trans-unit>
<trans-unit id="switch_statement">
<source>switch statement</source>
<target state="translated">instruction switch</target>
......
......@@ -157,11 +157,6 @@
<target state="translated">Semplifica tutte le occorrenze</target>
<note />
</trans-unit>
<trans-unit id="Remove_Unnecessary_Usings">
<source>Remove Unnecessary Usings</source>
<target state="translated">Rimuovi istruzioni using non necessarie</target>
<note />
</trans-unit>
<trans-unit id="Sort_accessibility_modifiers">
<source>Sort accessibility modifiers</source>
<target state="translated">Ordina i modificatori di accessibilità</target>
......@@ -432,11 +427,6 @@
<target state="translated">TODO: rimuovere il commento dalla riga seguente se è stato eseguito l'override del finalizzatore.</target>
<note />
</trans-unit>
<trans-unit id="Using_directive_is_unnecessary">
<source>Using directive is unnecessary.</source>
<target state="translated">La direttiva using non è necessaria.</target>
<note />
</trans-unit>
<trans-unit id="switch_statement">
<source>switch statement</source>
<target state="translated">istruzione switch</target>
......
......@@ -157,11 +157,6 @@
<target state="translated">すべての出現箇所を簡素化します</target>
<note />
</trans-unit>
<trans-unit id="Remove_Unnecessary_Usings">
<source>Remove Unnecessary Usings</source>
<target state="translated">不要な using の削除</target>
<note />
</trans-unit>
<trans-unit id="Sort_accessibility_modifiers">
<source>Sort accessibility modifiers</source>
<target state="translated">アクセシビリティ修飾子を並べ替える</target>
......@@ -432,11 +427,6 @@
<target state="translated">TODO: 上のファイナライザーがオーバーライドされる場合は、次の行のコメントを解除してください。</target>
<note />
</trans-unit>
<trans-unit id="Using_directive_is_unnecessary">
<source>Using directive is unnecessary.</source>
<target state="translated">Using ディレクティブは必要ありません。</target>
<note />
</trans-unit>
<trans-unit id="switch_statement">
<source>switch statement</source>
<target state="translated">switch ステートメント</target>
......
......@@ -157,11 +157,6 @@
<target state="translated">모든 항목 단순화</target>
<note />
</trans-unit>
<trans-unit id="Remove_Unnecessary_Usings">
<source>Remove Unnecessary Usings</source>
<target state="translated">불필요한 Using 제거</target>
<note />
</trans-unit>
<trans-unit id="Sort_accessibility_modifiers">
<source>Sort accessibility modifiers</source>
<target state="translated">접근성 한정자 정렬</target>
......@@ -432,11 +427,6 @@
<target state="translated">TODO: 위의 종료자가 재정의된 경우 다음 코드 줄의 주석 처리를 제거합니다.</target>
<note />
</trans-unit>
<trans-unit id="Using_directive_is_unnecessary">
<source>Using directive is unnecessary.</source>
<target state="translated">Using 지시문은 필요하지 않습니다.</target>
<note />
</trans-unit>
<trans-unit id="switch_statement">
<source>switch statement</source>
<target state="translated">switch 문</target>
......
......@@ -157,11 +157,6 @@
<target state="translated">Uprość wszystkie wystąpienia</target>
<note />
</trans-unit>
<trans-unit id="Remove_Unnecessary_Usings">
<source>Remove Unnecessary Usings</source>
<target state="translated">Usuń niepotrzebne użycia</target>
<note />
</trans-unit>
<trans-unit id="Sort_accessibility_modifiers">
<source>Sort accessibility modifiers</source>
<target state="translated">Sortuj modyfikatory dostępności</target>
......@@ -432,11 +427,6 @@
<target state="translated">TODO: Usunąć komentarz z poniższego wiersza, jeśli finalizator został przesłonięty powyżej.</target>
<note />
</trans-unit>
<trans-unit id="Using_directive_is_unnecessary">
<source>Using directive is unnecessary.</source>
<target state="translated">Dyrektywa using jest niepotrzebna.</target>
<note />
</trans-unit>
<trans-unit id="switch_statement">
<source>switch statement</source>
<target state="translated">instrukcja switch</target>
......
......@@ -157,11 +157,6 @@
<target state="translated">Simplificar todas as ocorrências</target>
<note />
</trans-unit>
<trans-unit id="Remove_Unnecessary_Usings">
<source>Remove Unnecessary Usings</source>
<target state="translated">Remover Usos Desnecessários</target>
<note />
</trans-unit>
<trans-unit id="Sort_accessibility_modifiers">
<source>Sort accessibility modifiers</source>
<target state="translated">Classificar modificadores de acessibilidade</target>
......@@ -432,11 +427,6 @@
<target state="translated">TODO: remover marca de comentário da linha a seguir se o finalizador for substituído acima.</target>
<note />
</trans-unit>
<trans-unit id="Using_directive_is_unnecessary">
<source>Using directive is unnecessary.</source>
<target state="translated">O uso da diretiva é desnecessário.</target>
<note />
</trans-unit>
<trans-unit id="switch_statement">
<source>switch statement</source>
<target state="translated">instrução switch</target>
......
......@@ -157,11 +157,6 @@
<target state="translated">Упростить все вхождения</target>
<note />
</trans-unit>
<trans-unit id="Remove_Unnecessary_Usings">
<source>Remove Unnecessary Usings</source>
<target state="translated">Удалить ненужные директивы using</target>
<note />
</trans-unit>
<trans-unit id="Sort_accessibility_modifiers">
<source>Sort accessibility modifiers</source>
<target state="translated">Сортировать модификаторы доступности</target>
......@@ -432,11 +427,6 @@
<target state="translated">TODO: раскомментировать следующую строку, если метод завершения переопределен выше.</target>
<note />
</trans-unit>
<trans-unit id="Using_directive_is_unnecessary">
<source>Using directive is unnecessary.</source>
<target state="translated">Директива using не нужна.</target>
<note />
</trans-unit>
<trans-unit id="switch_statement">
<source>switch statement</source>
<target state="translated">оператор switch</target>
......
......@@ -157,11 +157,6 @@
<target state="translated">Tüm yinelemeleri basitleştir</target>
<note />
</trans-unit>
<trans-unit id="Remove_Unnecessary_Usings">
<source>Remove Unnecessary Usings</source>
<target state="translated">Gereksiz Kullanımları Kaldır</target>
<note />
</trans-unit>
<trans-unit id="Sort_accessibility_modifiers">
<source>Sort accessibility modifiers</source>
<target state="translated">Erişilebilirlik değiştiricilerini sırala</target>
......@@ -432,11 +427,6 @@
<target state="translated">TODO: sonlandırıcı yukarıda geçersiz kılınırsa aşağıdaki satırın açıklamasını kaldırın.</target>
<note />
</trans-unit>
<trans-unit id="Using_directive_is_unnecessary">
<source>Using directive is unnecessary.</source>
<target state="translated">Using yönergesi gerekli değildir.</target>
<note />
</trans-unit>
<trans-unit id="switch_statement">
<source>switch statement</source>
<target state="translated">switch deyimi</target>
......
......@@ -157,11 +157,6 @@
<target state="translated">简化所有事件</target>
<note />
</trans-unit>
<trans-unit id="Remove_Unnecessary_Usings">
<source>Remove Unnecessary Usings</source>
<target state="translated">删除不必要的 Using</target>
<note />
</trans-unit>
<trans-unit id="Sort_accessibility_modifiers">
<source>Sort accessibility modifiers</source>
<target state="translated">对可访问性修饰符排序</target>
......@@ -432,11 +427,6 @@
<target state="translated">TODO: 如果在以上内容中替代了终结器,则取消注释以下行。</target>
<note />
</trans-unit>
<trans-unit id="Using_directive_is_unnecessary">
<source>Using directive is unnecessary.</source>
<target state="translated">Using 指令是不需要的。</target>
<note />
</trans-unit>
<trans-unit id="switch_statement">
<source>switch statement</source>
<target state="translated">switch 语句</target>
......
......@@ -157,11 +157,6 @@
<target state="translated">簡化所有項目</target>
<note />
</trans-unit>
<trans-unit id="Remove_Unnecessary_Usings">
<source>Remove Unnecessary Usings</source>
<target state="translated">移除不必要的 Using</target>
<note />
</trans-unit>
<trans-unit id="Sort_accessibility_modifiers">
<source>Sort accessibility modifiers</source>
<target state="translated">排序協助工具修飾元</target>
......@@ -432,11 +427,6 @@
<target state="translated">TODO: 如果上方的完成項已被覆寫,即取消下行的註解狀態。</target>
<note />
</trans-unit>
<trans-unit id="Using_directive_is_unnecessary">
<source>Using directive is unnecessary.</source>
<target state="translated">無須使用指示詞。</target>
<note />
</trans-unit>
<trans-unit id="switch_statement">
<source>switch statement</source>
<target state="translated">switch 陳述式</target>
......
......@@ -153,9 +153,6 @@
<data name="Delete_the_0_statement2" xml:space="preserve">
<value>Delete the '{0}' statement.</value>
</data>
<data name="Remove_Unnecessary_Imports" xml:space="preserve">
<value>Remove Unnecessary Imports</value>
</data>
<data name="Type_a_name_here_to_declare_a_new_field" xml:space="preserve">
<value>Type a name here to declare a new field.</value>
</data>
......@@ -1012,9 +1009,6 @@ Sub(&lt;parameterList&gt;) &lt;statement&gt;</value>
<data name="TODO_colon_uncomment_the_following_line_if_Finalize_is_overridden_above" xml:space="preserve">
<value>TODO: uncomment the following line if Finalize() is overridden above.</value>
</data>
<data name="Imports_statement_is_unnecessary" xml:space="preserve">
<value>Imports statement is unnecessary.</value>
</data>
<data name="Try_block" xml:space="preserve">
<value>Try block</value>
<comment>{Locked="Try"} "Try" is a VB keyword and should not be localized.</comment>
......
......@@ -92,11 +92,6 @@
<target state="translated">&lt;Víc typů&gt;</target>
<note />
</trans-unit>
<trans-unit id="Remove_Unnecessary_Imports">
<source>Remove Unnecessary Imports</source>
<target state="translated">Odebrat nepotřebné importy</target>
<note />
</trans-unit>
<trans-unit id="Type_a_name_here_to_declare_a_new_field">
<source>Type a name here to declare a new field.</source>
<target state="translated">Sem vložte název, kterým deklarujete novou položku.</target>
......@@ -1537,11 +1532,6 @@ Sub(&lt;seznam_parametrů&gt;) &lt;výraz&gt;</target>
<target state="translated">TODO: Zrušte komentář následujícího řádku, pokud se výše přepisuje metoda Finalize().</target>
<note />
</trans-unit>
<trans-unit id="Imports_statement_is_unnecessary">
<source>Imports statement is unnecessary.</source>
<target state="translated">Příkaz Imports není potřebný.</target>
<note />
</trans-unit>
<trans-unit id="Try_block">
<source>Try block</source>
<target state="translated">Blok Try</target>
......
......@@ -92,11 +92,6 @@
<target state="translated">&lt;Mehrere Typen&gt;</target>
<note />
</trans-unit>
<trans-unit id="Remove_Unnecessary_Imports">
<source>Remove Unnecessary Imports</source>
<target state="translated">Unnötige Import-Direktiven entfernen</target>
<note />
</trans-unit>
<trans-unit id="Type_a_name_here_to_declare_a_new_field">
<source>Type a name here to declare a new field.</source>
<target state="translated">Geben Sie hier einen Namen ein, um ein neues Feld zu deklarieren.</target>
......@@ -1537,11 +1532,6 @@ Sub(&lt;Parameterliste&gt;) &lt;Ausdruck&gt;</target>
<target state="translated">TODO: Auskommentierung der folgenden Zeile aufheben, wenn Finalize() oben überschrieben wird.</target>
<note />
</trans-unit>
<trans-unit id="Imports_statement_is_unnecessary">
<source>Imports statement is unnecessary.</source>
<target state="translated">Imports-Anweisung ist unnötig.</target>
<note />
</trans-unit>
<trans-unit id="Try_block">
<source>Try block</source>
<target state="translated">Try-Block</target>
......
......@@ -92,11 +92,6 @@
<target state="translated">&lt;Varios tipos&gt;</target>
<note />
</trans-unit>
<trans-unit id="Remove_Unnecessary_Imports">
<source>Remove Unnecessary Imports</source>
<target state="translated">Quitar instrucciones Import innecesarias</target>
<note />
</trans-unit>
<trans-unit id="Type_a_name_here_to_declare_a_new_field">
<source>Type a name here to declare a new field.</source>
<target state="translated">Escriba aquí un nombre para declarar un nuevo campo.</target>
......@@ -1537,11 +1532,6 @@ Sub(&lt;listaDeParámetros&gt;) &lt;instrucción&gt;</target>
<target state="translated">TODO: quite la marca de comentario de la siguiente línea si Finalize() se ha reemplazado antes.</target>
<note />
</trans-unit>
<trans-unit id="Imports_statement_is_unnecessary">
<source>Imports statement is unnecessary.</source>
<target state="translated">La declaración de importaciones no es necesaria.</target>
<note />
</trans-unit>
<trans-unit id="Try_block">
<source>Try block</source>
<target state="translated">Bloque Try</target>
......
......@@ -92,11 +92,6 @@
<target state="translated">&lt;Plusieurs types&gt;</target>
<note />
</trans-unit>
<trans-unit id="Remove_Unnecessary_Imports">
<source>Remove Unnecessary Imports</source>
<target state="translated">Supprimer les importations superflues</target>
<note />
</trans-unit>
<trans-unit id="Type_a_name_here_to_declare_a_new_field">
<source>Type a name here to declare a new field.</source>
<target state="translated">Tapez un nom ici pour déclarer un nouveau champ.</target>
......@@ -1537,11 +1532,6 @@ Sub(&lt;parameterList&gt;) &lt;statement&gt;</target>
<target state="translated">TODO: supprimer les marques de commentaire pour la ligne suivante si Finalize() est remplacé ci-dessus.</target>
<note />
</trans-unit>
<trans-unit id="Imports_statement_is_unnecessary">
<source>Imports statement is unnecessary.</source>
<target state="translated">L'instruction Imports n'est pas utile.</target>
<note />
</trans-unit>
<trans-unit id="Try_block">
<source>Try block</source>
<target state="translated">Bloc Try</target>
......
......@@ -92,11 +92,6 @@
<target state="translated">&lt;Più tipi&gt;</target>
<note />
</trans-unit>
<trans-unit id="Remove_Unnecessary_Imports">
<source>Remove Unnecessary Imports</source>
<target state="translated">Rimuovi Import non necessari</target>
<note />
</trans-unit>
<trans-unit id="Type_a_name_here_to_declare_a_new_field">
<source>Type a name here to declare a new field.</source>
<target state="translated">Digitare qui un nome per dichiarare un nuovo campo.</target>
......@@ -1537,11 +1532,6 @@ Sub(&lt;elencoParametri&gt;) &lt;istruzione&gt;</target>
<target state="translated">TODO: rimuovere il commento dalla riga seguente se è stato eseguito l'override di Finalize().</target>
<note />
</trans-unit>
<trans-unit id="Imports_statement_is_unnecessary">
<source>Imports statement is unnecessary.</source>
<target state="translated">L'istruzione Imports non è necessaria.</target>
<note />
</trans-unit>
<trans-unit id="Try_block">
<source>Try block</source>
<target state="translated">blocco Try</target>
......
......@@ -92,11 +92,6 @@
<target state="translated">&lt;複数の種類&gt;</target>
<note />
</trans-unit>
<trans-unit id="Remove_Unnecessary_Imports">
<source>Remove Unnecessary Imports</source>
<target state="translated">不要なインポートの削除</target>
<note />
</trans-unit>
<trans-unit id="Type_a_name_here_to_declare_a_new_field">
<source>Type a name here to declare a new field.</source>
<target state="translated">新しいフィールドを宣言するには、ここに名前を入力します。</target>
......@@ -1537,11 +1532,6 @@ Sub(&lt;parameterList&gt;) &lt;statement&gt;</target>
<target state="translated">TODO: 上の Finalize() がオーバーライドされている場合は、次の行のコメントを解除してください。</target>
<note />
</trans-unit>
<trans-unit id="Imports_statement_is_unnecessary">
<source>Imports statement is unnecessary.</source>
<target state="translated">Imports ステートメントは不要です。</target>
<note />
</trans-unit>
<trans-unit id="Try_block">
<source>Try block</source>
<target state="translated">Try ブロック</target>
......
......@@ -92,11 +92,6 @@
<target state="translated">&lt;여러 형식&gt;</target>
<note />
</trans-unit>
<trans-unit id="Remove_Unnecessary_Imports">
<source>Remove Unnecessary Imports</source>
<target state="translated">불필요한 Imports 제거</target>
<note />
</trans-unit>
<trans-unit id="Type_a_name_here_to_declare_a_new_field">
<source>Type a name here to declare a new field.</source>
<target state="translated">여기에 이름을 입력하여 새 필드를 선언하세요.</target>
......@@ -1537,11 +1532,6 @@ Sub(&lt;parameterList&gt;) &lt;statement&gt;</target>
<target state="translated">TODO: 위의 Finalize()가 재정의된 경우 다음 줄의 주석 처리를 제거합니다.</target>
<note />
</trans-unit>
<trans-unit id="Imports_statement_is_unnecessary">
<source>Imports statement is unnecessary.</source>
<target state="translated">Imports 문은 필요하지 않습니다.</target>
<note />
</trans-unit>
<trans-unit id="Try_block">
<source>Try block</source>
<target state="translated">Try 블록</target>
......
......@@ -92,11 +92,6 @@
<target state="translated">&lt;Wiele typów&gt;</target>
<note />
</trans-unit>
<trans-unit id="Remove_Unnecessary_Imports">
<source>Remove Unnecessary Imports</source>
<target state="translated">Usuń niepotrzebne importy</target>
<note />
</trans-unit>
<trans-unit id="Type_a_name_here_to_declare_a_new_field">
<source>Type a name here to declare a new field.</source>
<target state="translated">Wpisz tutaj nazwę, aby utworzyć deklarację nowego pola.</target>
......@@ -1537,11 +1532,6 @@ Sub(&lt;listaParametrów&gt;) &lt;instrukcja&gt;</target>
<target state="translated">TODO: usuń komentarz z poniższego wiersza, jeśli powyższa metoda Finalize() została przesłonięta.</target>
<note />
</trans-unit>
<trans-unit id="Imports_statement_is_unnecessary">
<source>Imports statement is unnecessary.</source>
<target state="translated">Instrukcja imports jest niepotrzebna.</target>
<note />
</trans-unit>
<trans-unit id="Try_block">
<source>Try block</source>
<target state="translated">Blok Try</target>
......
......@@ -92,11 +92,6 @@
<target state="translated">&lt;Vários Tipos&gt;</target>
<note />
</trans-unit>
<trans-unit id="Remove_Unnecessary_Imports">
<source>Remove Unnecessary Imports</source>
<target state="translated">Remover Importações Desnecessárias</target>
<note />
</trans-unit>
<trans-unit id="Type_a_name_here_to_declare_a_new_field">
<source>Type a name here to declare a new field.</source>
<target state="translated">Digite um nome aqui para declarar um novo campo.</target>
......@@ -1537,11 +1532,6 @@ Sub(&lt;parameterList&gt;) &lt;statement&gt;</target>
<target state="translated">TODO: remover marca de comentário da linha a seguir se Finalize() for substituído acima.</target>
<note />
</trans-unit>
<trans-unit id="Imports_statement_is_unnecessary">
<source>Imports statement is unnecessary.</source>
<target state="translated">A instrução Imports é desnecessária.</target>
<note />
</trans-unit>
<trans-unit id="Try_block">
<source>Try block</source>
<target state="translated">Bloco Try</target>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册