Skip to content

Commit

Permalink
Merge pull request #3543 from Evangelink/roslyn-resx
Browse files Browse the repository at this point in the history
Update all resources in RoslynDiagnosticAnalyzerResources
  • Loading branch information
mavasani committed Apr 27, 2020
2 parents 2763ec7 + a13244c commit 9ac40dc
Show file tree
Hide file tree
Showing 14 changed files with 1,107 additions and 1,107 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,109 +118,109 @@
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="UseSpecializedCollectionsEmptyEnumerableTitle" xml:space="preserve">
<value>Use SpecializedCollections.EmptyEnumerable()</value>
<value>Use 'SpecializedCollections.EmptyEnumerable()'</value>
</data>
<data name="UseSpecializedCollectionsEmptyEnumerableDescription" xml:space="preserve">
<value>#N/A</value>
</data>
<data name="UseSpecializedCollectionsEmptyEnumerableMessage" xml:space="preserve">
<value>Use SpecializedCollections.EmptyEnumerable()</value>
<value>Use 'SpecializedCollections.EmptyEnumerable()'</value>
</data>
<data name="UseSpecializedCollectionsSingletonEnumerableTitle" xml:space="preserve">
<value>Use SpecializedCollections.SingletonEnumerable()</value>
<value>Use 'SpecializedCollections.SingletonEnumerable()'</value>
</data>
<data name="UseSpecializedCollectionsSingletonEnumerableDescription" xml:space="preserve">
<value>#N/A</value>
</data>
<data name="UseSpecializedCollectionsSingletonEnumerableMessage" xml:space="preserve">
<value>Use SpecializedCollections.SingletonEnumerable()</value>
<value>Use 'SpecializedCollections.SingletonEnumerable()'</value>
</data>
<data name="InvokeTheCorrectPropertyToEnsureCorrectUseSiteDiagnosticsTitle" xml:space="preserve">
<value>Invoke the correct property to ensure correct use site diagnostics.</value>
<value>Invoke the correct property to ensure correct use site diagnostics</value>
</data>
<data name="InvokeTheCorrectPropertyToEnsureCorrectUseSiteDiagnosticsDescription" xml:space="preserve">
<value>#N/A</value>
</data>
<data name="InvokeTheCorrectPropertyToEnsureCorrectUseSiteDiagnosticsMessage" xml:space="preserve">
<value>Invoke the correct property to ensure correct use site diagnostics.</value>
<value>Invoke the correct property to ensure correct use site diagnostics</value>
</data>
<data name="DoNotUseGenericCodeActionCreateToCreateCodeActionTitle" xml:space="preserve">
<value>Do not use generic CodeAction.Create to create CodeAction</value>
<value>Do not use generic 'CodeAction.Create' to create 'CodeAction'</value>
</data>
<data name="DoNotUseGenericCodeActionCreateToCreateCodeActionDescription" xml:space="preserve">
<value>#N/A</value>
</data>
<data name="DoNotUseGenericCodeActionCreateToCreateCodeActionMessage" xml:space="preserve">
<value>Do not use generic CodeAction.Create to create CodeAction</value>
<value>Do not use generic 'CodeAction.Create' to create 'CodeAction'</value>
</data>
<data name="OverrideObjectEqualsObjectWhenImplementingIequatableTitle" xml:space="preserve">
<value>Override Object.Equals(object) when implementing Iequatable</value>
<value>Override 'Object.Equals(object)' when implementing 'IEquatable'</value>
</data>
<data name="OverrideObjectEqualsObjectWhenImplementingIequatableDescription" xml:space="preserve">
<value>#N/A</value>
</data>
<data name="OverrideObjectEqualsObjectWhenImplementingIequatableMessage" xml:space="preserve">
<value>Override Object.Equals(object) when implementing Iequatable</value>
<value>Override 'Object.Equals(object)' when implementing 'IEquatable'</value>
</data>
<data name="DoNotInvokeDiagnosticDescriptorTitle" xml:space="preserve">
<value>Do not invoke Diagnostic.Descriptor</value>
<value>Do not invoke 'Diagnostic.Descriptor'</value>
</data>
<data name="DoNotInvokeDiagnosticDescriptorDescription" xml:space="preserve">
<value>Accessing the Descriptor property of Diagnostic in compiler layer leads to unnecessary string allocations for fields of the descriptor that are not utilized in command line compilation. Hence, you should avoid accessing the Descriptor of the compiler diagnostics here. Instead you should directly access these properties off the Diagnostic type.</value>
<value>Accessing the 'Descriptor' property of 'Diagnostic' in compiler layer leads to unnecessary string allocations for fields of the descriptor that are not utilized in command line compilation. Hence, you should avoid accessing the 'Descriptor' of the compiler diagnostics here. Instead you should directly access these properties off the 'Diagnostic' type.</value>
</data>
<data name="DoNotInvokeDiagnosticDescriptorMessage" xml:space="preserve">
<value>Do not invoke property '{0}' on type '{1}', instead directly access the required member{2} on '{1}'</value>
</data>
<data name="SymbolDeclaredEventMustBeGeneratedForSourceSymbolsTitle" xml:space="preserve">
<value>SymbolDeclaredEvent must be generated for source symbols</value>
<value>'SymbolDeclaredEvent' must be generated for source symbols</value>
</data>
<data name="SymbolDeclaredEventMustBeGeneratedForSourceSymbolsDescription" xml:space="preserve">
<value>Compilation event queue is required to generate symbol declared events for all declared source symbols. Hence, every source symbol type or one of its base types must generate a symbol declared event.</value>
</data>
<data name="SymbolDeclaredEventMustBeGeneratedForSourceSymbolsMessage" xml:space="preserve">
<value>SymbolDeclaredEvent must be generated for source symbols</value>
<value>'SymbolDeclaredEvent' must be generated for source symbols</value>
</data>
<data name="DoNotMixAttributesFromDifferentVersionsOfMEFTitle" xml:space="preserve">
<value>Do not mix attributes from different versions of MEF</value>
</data>
<data name="DoNotMixAttributesFromDifferentVersionsOfMEFDescription" xml:space="preserve">
<value>Do not mix attributes from different versions of MEF</value>
<value>Do not mix attributes from different versions of MEF.</value>
</data>
<data name="DoNotMixAttributesFromDifferentVersionsOfMEFMessage" xml:space="preserve">
<value>Attribute '{0}' comes from a different version of MEF than the export attribute on '{1}'</value>
</data>
<data name="PartsExportedWithMEFv2MustBeMarkedAsSharedTitle" xml:space="preserve">
<value>Parts exported with MEFv2 must be marked as Shared</value>
<value>Parts exported with MEFv2 must be marked with 'SharedAttribute'</value>
</data>
<data name="PartsExportedWithMEFv2MustBeMarkedAsSharedDescription" xml:space="preserve">
<value>Part exported with MEFv2 must be marked with the Shared attribute.</value>
<value>Part exported with MEFv2 must be marked with the 'SharedAttribute'.</value>
</data>
<data name="PartsExportedWithMEFv2MustBeMarkedAsSharedMessage" xml:space="preserve">
<value>'{0}' is exported with MEFv2 and hence must be marked as Shared</value>
<value>'{0}' is exported with MEFv2 and hence must be marked with 'SharedAttribute'</value>
</data>
<data name="ExportedPartsShouldHaveImportingConstructorDescription" xml:space="preserve">
<value>Exported parts should have [ImportingConstructor]</value>
<value>Exported parts should be marked with 'ImportingConstructorAttribute'.</value>
</data>
<data name="ExportedPartsShouldHaveImportingConstructorMessage" xml:space="preserve">
<value>'{0}' is MEF-exported and should have a single importing constructor of the correct form</value>
</data>
<data name="ExportedPartsShouldHaveImportingConstructorTitle" xml:space="preserve">
<value>Exported parts should have [ImportingConstructor]</value>
<value>Exported parts should be marked with 'ImportingConstructorAttribute'</value>
</data>
<data name="ImportingConstructorShouldBeObsoleteDescription" xml:space="preserve">
<value>Importing constructor should be [Obsolete]</value>
<value>Importing constructor should be marked with 'ObsoleteAttribute'.</value>
</data>
<data name="ImportingConstructorShouldBeObsoleteMessage" xml:space="preserve">
<value>Importing constructor should be [Obsolete]</value>
<value>Importing constructor should be marked with 'ObsoleteAttribute'</value>
</data>
<data name="ImportingConstructorShouldBeObsoleteTitle" xml:space="preserve">
<value>Importing constructor should be [Obsolete]</value>
<value>Importing constructor should be marked with 'ObsoleteAttribute'</value>
</data>
<data name="TestExportsShouldNotBeDiscoverableDescription" xml:space="preserve">
<value>Test exports should not be discoverable</value>
<value>Test exports should not be discoverable.</value>
</data>
<data name="TestExportsShouldNotBeDiscoverableMessage" xml:space="preserve">
<value>'{0}' is exported for test purposes and should be marked PartNotDiscoverable</value>
<value>'{0}' is exported for test purposes and should be marked with 'PartNotDiscoverableAttribute'</value>
</data>
<data name="TestExportsShouldNotBeDiscoverableTitle" xml:space="preserve">
<value>Test exports should not be discoverable</value>
Expand All @@ -235,22 +235,22 @@
<value>Make constructor public</value>
</data>
<data name="ImportingConstructorShouldBeObsoleteCodeFix_ErrorSetToFalse" xml:space="preserve">
<value>Set ObsoleteAttribute.Error to true</value>
<value>Set 'ObsoleteAttribute.Error' to 'true'</value>
</data>
<data name="ImportingConstructorShouldBeObsoleteCodeFix_IncorrectDescription" xml:space="preserve">
<value>Use correct ObsoleteAttribute message</value>
<value>Use correct 'ObsoleteAttribute' message.</value>
</data>
<data name="ImportingConstructorShouldBeObsoleteCodeFix_MissingAttribute" xml:space="preserve">
<value>Add ObsoleteAttribute</value>
<value>Add 'ObsoleteAttribute'</value>
</data>
<data name="ImportingConstructorShouldBeObsoleteCodeFix_MissingDescription" xml:space="preserve">
<value>Configure ObsoleteAttribute for importing constructor</value>
<value>Configure 'ObsoleteAttribute' for importing constructor.</value>
</data>
<data name="ImportingConstructorShouldBeObsoleteCodeFix_MissingError" xml:space="preserve">
<value>Set ObsoleteAttribute.Error to true</value>
<value>Set 'ObsoleteAttribute.Error' to 'true'</value>
</data>
<data name="TestExportsShouldNotBeDiscoverableCodeFix" xml:space="preserve">
<value>Apply PartNotDiscoverableAttribute</value>
<value>Apply 'PartNotDiscoverableAttribute'</value>
</data>
<data name="FixNumberedComments" xml:space="preserve">
<value>Fix numbered comments</value>
Expand All @@ -268,10 +268,10 @@
<value>Use 'null' instead of 'default'</value>
</data>
<data name="RelaxTestNamingSuppressorJustification" xml:space="preserve">
<value>Asynchronous test methods do not require the 'Async' suffix.</value>
<value>Asynchronous test methods do not require the 'Async' suffix</value>
</data>
<data name="DefaultableTypeShouldHaveDefaultableFieldsDescription" xml:space="preserve">
<value>Defaultable types should have defaultable fields</value>
<value>Defaultable types should have defaultable fields.</value>
</data>
<data name="DefaultableTypeShouldHaveDefaultableFieldsMessage" xml:space="preserve">
<value>Defaultable type '{0}' has a non-defaultable field or auto-property '{1}'</value>
Expand All @@ -280,7 +280,7 @@
<value>Defaultable types should have defaultable fields</value>
</data>
<data name="DoNotCopyValueDescription" xml:space="preserve">
<value>Do not copy value</value>
<value>Do not copy value.</value>
</data>
<data name="DoNotCopyValueMessage" xml:space="preserve">
<value>Do not copy value</value>
Expand All @@ -295,7 +295,7 @@
<value>Do not box non-copyable type '{0}'</value>
</data>
<data name="DoNotCopyValueUnsupportedUseDescription" xml:space="preserve">
<value>Unsupported use of non-copyable type</value>
<value>Unsupported use of non-copyable type.</value>
</data>
<data name="DoNotCopyValueUnsupportedUseMessage" xml:space="preserve">
<value>Unsupported use of non-copyable type '{0}' in '{1}' operation</value>
Expand All @@ -307,22 +307,22 @@
<value>Do not unbox non-copyable type '{0}'</value>
</data>
<data name="DoNotCopyValueAvoidNullableWrapperDescription" xml:space="preserve">
<value>Avoid nullable wrapper</value>
<value>Avoid nullable wrapper.</value>
</data>
<data name="DoNotCopyValueAvoidNullableWrapperMessage" xml:space="preserve">
<value>Do not wrap non-copyable type '{0}' in '{1}' operation</value>
</data>
<data name="DoNotCallGetTestAccessorDescription" xml:space="preserve">
<value>GetTestAccessor() is a helper method reserved for testing. Production code must not call this member.</value>
<value>'GetTestAccessor()' is a helper method reserved for testing. Production code must not call this member.</value>
</data>
<data name="DoNotCallGetTestAccessorMessage" xml:space="preserve">
<value>Do not call GetTestAccessor() from production code</value>
<value>Do not call 'GetTestAccessor()' from production code</value>
</data>
<data name="DoNotCallGetTestAccessorTitle" xml:space="preserve">
<value>Do not call GetTestAccessor()</value>
<value>Do not call 'GetTestAccessor()'</value>
</data>
<data name="CreateTestAccessorDescription" xml:space="preserve">
<value>This is a refactoring which simplifies the process of creating test accessors using the TestAccessor pattern</value>
<value>This is a refactoring which simplifies the process of creating test accessors using the 'TestAccessor' pattern.</value>
</data>
<data name="CreateTestAccessorMessage" xml:space="preserve">
<value>Create test accessor</value>
Expand All @@ -331,7 +331,7 @@
<value>Create test accessor</value>
</data>
<data name="ExposeMemberForTestingDescription" xml:space="preserve">
<value>Expose member for testing</value>
<value>Expose member for testing.</value>
</data>
<data name="ExposeMemberForTestingMessage" xml:space="preserve">
<value>Expose member for testing</value>
Expand Down
Loading

0 comments on commit 9ac40dc

Please sign in to comment.