// <auto-generated> using System.Reflection; namespace Microsoft.CodeAnalysis { internal static partial class RoslynDiagnosticsAnalyzersResources { private static global::System.Resources.ResourceManager s_resourceManager; internal static global::System.Resources.ResourceManager ResourceManager => s_resourceManager ?? (s_resourceManager = new global::System.Resources.ResourceManager(typeof(RoslynDiagnosticsAnalyzersResources))); internal static global::System.Globalization.CultureInfo Culture { get; set; } #if !NET20 [global::System.Runtime.CompilerServices.MethodImpl(global::System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)] #endif internal static string GetResourceString(string resourceKey, string defaultValue = null) => ResourceManager.GetString(resourceKey, Culture); /// <summary>Use 'SpecializedCollections.EmptyEnumerable()'</summary> internal static string @UseSpecializedCollectionsEmptyEnumerableTitle => GetResourceString("UseSpecializedCollectionsEmptyEnumerableTitle"); /// <summary>#N/A</summary> internal static string @UseSpecializedCollectionsEmptyEnumerableDescription => GetResourceString("UseSpecializedCollectionsEmptyEnumerableDescription"); /// <summary>Use 'SpecializedCollections.EmptyEnumerable()'</summary> internal static string @UseSpecializedCollectionsEmptyEnumerableMessage => GetResourceString("UseSpecializedCollectionsEmptyEnumerableMessage"); /// <summary>Use 'SpecializedCollections.SingletonEnumerable()'</summary> internal static string @UseSpecializedCollectionsSingletonEnumerableTitle => GetResourceString("UseSpecializedCollectionsSingletonEnumerableTitle"); /// <summary>#N/A</summary> internal static string @UseSpecializedCollectionsSingletonEnumerableDescription => GetResourceString("UseSpecializedCollectionsSingletonEnumerableDescription"); /// <summary>Use 'SpecializedCollections.SingletonEnumerable()'</summary> internal static string @UseSpecializedCollectionsSingletonEnumerableMessage => GetResourceString("UseSpecializedCollectionsSingletonEnumerableMessage"); /// <summary>Invoke the correct property to ensure correct use site diagnostics</summary> internal static string @InvokeTheCorrectPropertyToEnsureCorrectUseSiteDiagnosticsTitle => GetResourceString("InvokeTheCorrectPropertyToEnsureCorrectUseSiteDiagnosticsTitle"); /// <summary>#N/A</summary> internal static string @InvokeTheCorrectPropertyToEnsureCorrectUseSiteDiagnosticsDescription => GetResourceString("InvokeTheCorrectPropertyToEnsureCorrectUseSiteDiagnosticsDescription"); /// <summary>Invoke the correct property to ensure correct use site diagnostics</summary> internal static string @InvokeTheCorrectPropertyToEnsureCorrectUseSiteDiagnosticsMessage => GetResourceString("InvokeTheCorrectPropertyToEnsureCorrectUseSiteDiagnosticsMessage"); /// <summary>Do not use generic 'CodeAction.Create' to create 'CodeAction'</summary> internal static string @DoNotUseGenericCodeActionCreateToCreateCodeActionTitle => GetResourceString("DoNotUseGenericCodeActionCreateToCreateCodeActionTitle"); /// <summary>#N/A</summary> internal static string @DoNotUseGenericCodeActionCreateToCreateCodeActionDescription => GetResourceString("DoNotUseGenericCodeActionCreateToCreateCodeActionDescription"); /// <summary>Do not use generic 'CodeAction.Create' to create 'CodeAction'</summary> internal static string @DoNotUseGenericCodeActionCreateToCreateCodeActionMessage => GetResourceString("DoNotUseGenericCodeActionCreateToCreateCodeActionMessage"); /// <summary>Override 'Object.Equals(object)' when implementing 'IEquatable'</summary> internal static string @OverrideObjectEqualsObjectWhenImplementingIequatableTitle => GetResourceString("OverrideObjectEqualsObjectWhenImplementingIequatableTitle"); /// <summary>#N/A</summary> internal static string @OverrideObjectEqualsObjectWhenImplementingIequatableDescription => GetResourceString("OverrideObjectEqualsObjectWhenImplementingIequatableDescription"); /// <summary>Override 'Object.Equals(object)' when implementing 'IEquatable'</summary> internal static string @OverrideObjectEqualsObjectWhenImplementingIequatableMessage => GetResourceString("OverrideObjectEqualsObjectWhenImplementingIequatableMessage"); /// <summary>'SymbolDeclaredEvent' must be generated for source symbols</summary> internal static string @SymbolDeclaredEventMustBeGeneratedForSourceSymbolsTitle => GetResourceString("SymbolDeclaredEventMustBeGeneratedForSourceSymbolsTitle"); /// <summary>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.</summary> internal static string @SymbolDeclaredEventMustBeGeneratedForSourceSymbolsDescription => GetResourceString("SymbolDeclaredEventMustBeGeneratedForSourceSymbolsDescription"); /// <summary>'SymbolDeclaredEvent' must be generated for source symbols</summary> internal static string @SymbolDeclaredEventMustBeGeneratedForSourceSymbolsMessage => GetResourceString("SymbolDeclaredEventMustBeGeneratedForSourceSymbolsMessage"); /// <summary>Do not mix attributes from different versions of MEF</summary> internal static string @DoNotMixAttributesFromDifferentVersionsOfMEFTitle => GetResourceString("DoNotMixAttributesFromDifferentVersionsOfMEFTitle"); /// <summary>Do not mix attributes from different versions of MEF.</summary> internal static string @DoNotMixAttributesFromDifferentVersionsOfMEFDescription => GetResourceString("DoNotMixAttributesFromDifferentVersionsOfMEFDescription"); /// <summary>Attribute '{0}' comes from a different version of MEF than the export attribute on '{1}'</summary> internal static string @DoNotMixAttributesFromDifferentVersionsOfMEFMessage => GetResourceString("DoNotMixAttributesFromDifferentVersionsOfMEFMessage"); /// <summary>Parts exported with MEFv2 must be marked with 'SharedAttribute'</summary> internal static string @PartsExportedWithMEFv2MustBeMarkedAsSharedTitle => GetResourceString("PartsExportedWithMEFv2MustBeMarkedAsSharedTitle"); /// <summary>Part exported with MEFv2 must be marked with the 'SharedAttribute'.</summary> internal static string @PartsExportedWithMEFv2MustBeMarkedAsSharedDescription => GetResourceString("PartsExportedWithMEFv2MustBeMarkedAsSharedDescription"); /// <summary>'{0}' is exported with MEFv2 and hence must be marked with 'SharedAttribute'</summary> internal static string @PartsExportedWithMEFv2MustBeMarkedAsSharedMessage => GetResourceString("PartsExportedWithMEFv2MustBeMarkedAsSharedMessage"); /// <summary>Exported parts should be marked with 'ImportingConstructorAttribute'.</summary> internal static string @ExportedPartsShouldHaveImportingConstructorDescription => GetResourceString("ExportedPartsShouldHaveImportingConstructorDescription"); /// <summary>'{0}' is MEF-exported and should have a single, public importing constructor of the correct form</summary> internal static string @ExportedPartsShouldHaveImportingConstructorMessage => GetResourceString("ExportedPartsShouldHaveImportingConstructorMessage"); /// <summary>Exported parts should have a public constructor marked with 'ImportingConstructorAttribute'</summary> internal static string @ExportedPartsShouldHaveImportingConstructorTitle => GetResourceString("ExportedPartsShouldHaveImportingConstructorTitle"); /// <summary>Importing constructor should be marked with 'ObsoleteAttribute'.</summary> internal static string @ImportingConstructorShouldBeObsoleteDescription => GetResourceString("ImportingConstructorShouldBeObsoleteDescription"); /// <summary>Importing constructor should be marked with 'ObsoleteAttribute'</summary> internal static string @ImportingConstructorShouldBeObsoleteMessage => GetResourceString("ImportingConstructorShouldBeObsoleteMessage"); /// <summary>Importing constructor should be marked with 'ObsoleteAttribute'</summary> internal static string @ImportingConstructorShouldBeObsoleteTitle => GetResourceString("ImportingConstructorShouldBeObsoleteTitle"); /// <summary>Test exports should not be discoverable.</summary> internal static string @TestExportsShouldNotBeDiscoverableDescription => GetResourceString("TestExportsShouldNotBeDiscoverableDescription"); /// <summary>'{0}' is exported for test purposes and should be marked with 'PartNotDiscoverableAttribute'</summary> internal static string @TestExportsShouldNotBeDiscoverableMessage => GetResourceString("TestExportsShouldNotBeDiscoverableMessage"); /// <summary>Test exports should not be discoverable</summary> internal static string @TestExportsShouldNotBeDiscoverableTitle => GetResourceString("TestExportsShouldNotBeDiscoverableTitle"); /// <summary>Explicitly define the importing constructor</summary> internal static string @ExportedPartsShouldHaveImportingConstructorCodeFix_ImplicitConstructor => GetResourceString("ExportedPartsShouldHaveImportingConstructorCodeFix_ImplicitConstructor"); /// <summary>Add 'ImportingConstructor' attribute</summary> internal static string @ExportedPartsShouldHaveImportingConstructorCodeFix_MissingAttribute => GetResourceString("ExportedPartsShouldHaveImportingConstructorCodeFix_MissingAttribute"); /// <summary>Make constructor public</summary> internal static string @ExportedPartsShouldHaveImportingConstructorCodeFix_NonPublicConstructor => GetResourceString("ExportedPartsShouldHaveImportingConstructorCodeFix_NonPublicConstructor"); /// <summary>Set 'ObsoleteAttribute.Error' to 'true'</summary> internal static string @ImportingConstructorShouldBeObsoleteCodeFix_ErrorSetToFalse => GetResourceString("ImportingConstructorShouldBeObsoleteCodeFix_ErrorSetToFalse"); /// <summary>Use correct 'ObsoleteAttribute' message.</summary> internal static string @ImportingConstructorShouldBeObsoleteCodeFix_IncorrectDescription => GetResourceString("ImportingConstructorShouldBeObsoleteCodeFix_IncorrectDescription"); /// <summary>Add 'ObsoleteAttribute'</summary> internal static string @ImportingConstructorShouldBeObsoleteCodeFix_MissingAttribute => GetResourceString("ImportingConstructorShouldBeObsoleteCodeFix_MissingAttribute"); /// <summary>Configure 'ObsoleteAttribute' for importing constructor.</summary> internal static string @ImportingConstructorShouldBeObsoleteCodeFix_MissingDescription => GetResourceString("ImportingConstructorShouldBeObsoleteCodeFix_MissingDescription"); /// <summary>Set 'ObsoleteAttribute.Error' to 'true'</summary> internal static string @ImportingConstructorShouldBeObsoleteCodeFix_MissingError => GetResourceString("ImportingConstructorShouldBeObsoleteCodeFix_MissingError"); /// <summary>Apply 'PartNotDiscoverableAttribute'</summary> internal static string @TestExportsShouldNotBeDiscoverableCodeFix => GetResourceString("TestExportsShouldNotBeDiscoverableCodeFix"); /// <summary>Fix numbered comments</summary> internal static string @FixNumberedComments => GetResourceString("FixNumberedComments"); /// <summary>Use 'null' instead of 'default' for nullable types.</summary> internal static string @PreferNullLiteralDescription => GetResourceString("PreferNullLiteralDescription"); /// <summary>Use 'null' instead of 'default' for nullable types</summary> internal static string @PreferNullLiteralMessage => GetResourceString("PreferNullLiteralMessage"); /// <summary>Prefer null literal</summary> internal static string @PreferNullLiteralTitle => GetResourceString("PreferNullLiteralTitle"); /// <summary>Use 'null' instead of 'default'</summary> internal static string @PreferNullLiteralCodeFix => GetResourceString("PreferNullLiteralCodeFix"); /// <summary>Asynchronous test methods do not require the 'Async' suffix</summary> internal static string @RelaxTestNamingSuppressorJustification => GetResourceString("RelaxTestNamingSuppressorJustification"); /// <summary>Defaultable types should have defaultable fields.</summary> internal static string @DefaultableTypeShouldHaveDefaultableFieldsDescription => GetResourceString("DefaultableTypeShouldHaveDefaultableFieldsDescription"); /// <summary>Defaultable type '{0}' has a non-defaultable field or auto-property '{1}'</summary> internal static string @DefaultableTypeShouldHaveDefaultableFieldsMessage => GetResourceString("DefaultableTypeShouldHaveDefaultableFieldsMessage"); /// <summary>Defaultable types should have defaultable fields</summary> internal static string @DefaultableTypeShouldHaveDefaultableFieldsTitle => GetResourceString("DefaultableTypeShouldHaveDefaultableFieldsTitle"); /// <summary>Do not copy value.</summary> internal static string @DoNotCopyValueDescription => GetResourceString("DoNotCopyValueDescription"); /// <summary>Do not copy value</summary> internal static string @DoNotCopyValueMessage => GetResourceString("DoNotCopyValueMessage"); /// <summary>Do not copy value</summary> internal static string @DoNotCopyValueTitle => GetResourceString("DoNotCopyValueTitle"); /// <summary>Do not box non-copyable value types.</summary> internal static string @DoNotCopyValueNoBoxingDescription => GetResourceString("DoNotCopyValueNoBoxingDescription"); /// <summary>Do not box non-copyable type '{0}'</summary> internal static string @DoNotCopyValueNoBoxingMessage => GetResourceString("DoNotCopyValueNoBoxingMessage"); /// <summary>Unsupported use of non-copyable type.</summary> internal static string @DoNotCopyValueUnsupportedUseDescription => GetResourceString("DoNotCopyValueUnsupportedUseDescription"); /// <summary>Unsupported use of non-copyable type '{0}' in '{1}' operation</summary> internal static string @DoNotCopyValueUnsupportedUseMessage => GetResourceString("DoNotCopyValueUnsupportedUseMessage"); /// <summary>Do not unbox non-copyable value types.</summary> internal static string @DoNotCopyValueNoUnboxingDescription => GetResourceString("DoNotCopyValueNoUnboxingDescription"); /// <summary>Do not unbox non-copyable type '{0}'</summary> internal static string @DoNotCopyValueNoUnboxingMessage => GetResourceString("DoNotCopyValueNoUnboxingMessage"); /// <summary>Avoid nullable wrapper.</summary> internal static string @DoNotCopyValueAvoidNullableWrapperDescription => GetResourceString("DoNotCopyValueAvoidNullableWrapperDescription"); /// <summary>Do not wrap non-copyable type '{0}' in '{1}' operation</summary> internal static string @DoNotCopyValueAvoidNullableWrapperMessage => GetResourceString("DoNotCopyValueAvoidNullableWrapperMessage"); /// <summary>'GetTestAccessor()' is a helper method reserved for testing. Production code must not call this member.</summary> internal static string @DoNotCallGetTestAccessorDescription => GetResourceString("DoNotCallGetTestAccessorDescription"); /// <summary>Do not call 'GetTestAccessor()' from production code</summary> internal static string @DoNotCallGetTestAccessorMessage => GetResourceString("DoNotCallGetTestAccessorMessage"); /// <summary>Do not call 'GetTestAccessor()'</summary> internal static string @DoNotCallGetTestAccessorTitle => GetResourceString("DoNotCallGetTestAccessorTitle"); /// <summary>This is a refactoring which simplifies the process of creating test accessors using the 'TestAccessor' pattern.</summary> internal static string @CreateTestAccessorDescription => GetResourceString("CreateTestAccessorDescription"); /// <summary>Create test accessor</summary> internal static string @CreateTestAccessorMessage => GetResourceString("CreateTestAccessorMessage"); /// <summary>Create test accessor</summary> internal static string @CreateTestAccessorTitle => GetResourceString("CreateTestAccessorTitle"); /// <summary>Expose member for testing.</summary> internal static string @ExposeMemberForTestingDescription => GetResourceString("ExposeMemberForTestingDescription"); /// <summary>Expose member for testing</summary> internal static string @ExposeMemberForTestingMessage => GetResourceString("ExposeMemberForTestingMessage"); /// <summary>Expose member for testing</summary> internal static string @ExposeMemberForTestingTitle => GetResourceString("ExposeMemberForTestingTitle"); /// <summary>Avoid the 'Opt' suffix in a nullable-enabled code.</summary> internal static string @AvoidOptSuffixForNullableEnableCodeDescription => GetResourceString("AvoidOptSuffixForNullableEnableCodeDescription"); /// <summary>Avoid the 'Opt' suffix in a nullable-enabled code</summary> internal static string @AvoidOptSuffixForNullableEnableCodeMessage => GetResourceString("AvoidOptSuffixForNullableEnableCodeMessage"); /// <summary>Avoid the 'Opt' suffix</summary> internal static string @AvoidOptSuffixForNullableEnableCodeTitle => GetResourceString("AvoidOptSuffixForNullableEnableCodeTitle"); /// <summary>Place statement on following line</summary> internal static string @Place_statement_on_following_line => GetResourceString("Place_statement_on_following_line"); /// <summary>Remove the 'Opt' suffix</summary> internal static string @AvoidOptSuffixForNullableEnableCodeCodeFixTitle => GetResourceString("AvoidOptSuffixForNullableEnableCodeCodeFixTitle"); /// <summary>The 'Type.FullName' property is never null when using the syntax 'typeof(T).FullName'</summary> internal static string @NamedTypeFullNameNotNullSuppressorJustification => GetResourceString("NamedTypeFullNameNotNullSuppressorJustification"); /// <summary>Instance of TemporaryArray<T>.AsRef() must be a 'using' variable.</summary> internal static string @TemporaryArrayAsRefDescription => GetResourceString("TemporaryArrayAsRefDescription"); /// <summary>Instance of TemporaryArray<T>.AsRef() must be a 'using' variable</summary> internal static string @TemporaryArrayAsRefMessage => GetResourceString("TemporaryArrayAsRefMessage"); /// <summary>Instance of TemporaryArray<T>.AsRef() must be a 'using' variable</summary> internal static string @TemporaryArrayAsRefTitle => GetResourceString("TemporaryArrayAsRefTitle"); /// <summary>Cannot assign a value from a reference to a non-copyable type.</summary> internal static string @DoNotCopyValueNoAssignValueFromReferenceDescription => GetResourceString("DoNotCopyValueNoAssignValueFromReferenceDescription"); /// <summary>Cannot assign a value from a reference to non-copyable type '{0}'</summary> internal static string @DoNotCopyValueNoAssignValueFromReferenceMessage => GetResourceString("DoNotCopyValueNoAssignValueFromReferenceMessage"); /// <summary>Cannot return a value from a reference to a non-copyable type.</summary> internal static string @DoNotCopyValueNoReturnValueFromReferenceDescription => GetResourceString("DoNotCopyValueNoReturnValueFromReferenceDescription"); /// <summary>Cannot return a value from a reference to non-copyable type '{0}'</summary> internal static string @DoNotCopyValueNoReturnValueFromReferenceMessage => GetResourceString("DoNotCopyValueNoReturnValueFromReferenceMessage"); /// <summary>Apply trait to containing type</summary> internal static string @ApplyTraitToContainingType => GetResourceString("ApplyTraitToContainingType"); /// <summary>Add 'Shared' attribute</summary> internal static string @AddSharedAttribute => GetResourceString("AddSharedAttribute"); /// <summary>A field with a non-copyable type cannot be a member of a copyable type. The containing type can be made non-copyable or converted to a reference type, or the field can be removed or converted to a copyable type.</summary> internal static string @DoNotCopyValueNoFieldOfCopyableTypeDescription => GetResourceString("DoNotCopyValueNoFieldOfCopyableTypeDescription"); /// <summary>Copyable field '{1}' cannot have non-copyable type '{0}'</summary> internal static string @DoNotCopyValueNoFieldOfCopyableTypeMessage => GetResourceString("DoNotCopyValueNoFieldOfCopyableTypeMessage"); /// <summary>Auto-properties always copy values, so they cannot be declared with non-copyable types.</summary> internal static string @DoNotCopyValueNoAutoPropertyDescription => GetResourceString("DoNotCopyValueNoAutoPropertyDescription"); /// <summary>Auto-property '{1}' cannot have non-copyable type '{0}'</summary> internal static string @DoNotCopyValueNoAutoPropertyMessage => GetResourceString("DoNotCopyValueNoAutoPropertyMessage"); /// <summary>Run iterations</summary> internal static string @Run_iterations => GetResourceString("Run iterations"); /// <summary>Do not capture primary constructor parameters</summary> internal static string @DoNotCapturePrimaryConstructorParametersTitle => GetResourceString("DoNotCapturePrimaryConstructorParametersTitle"); /// <summary>Primary constructor parameter '{0}' should not be implicitly captured</summary> internal static string @DoNotCapturePrimaryConstructorParametersMessage => GetResourceString("DoNotCapturePrimaryConstructorParametersMessage"); /// <summary>Primary constructor parameters should not be implicitly captured. Manually assign them to fields at the start of the type.</summary> internal static string @DoNotCapturePrimaryConstructorParametersDescription => GetResourceString("DoNotCapturePrimaryConstructorParametersDescription"); /// <summary>Do not use interpolated strings with 'Debug.Assert'</summary> internal static string @DoNotUseInterpolatedStringsWithDebugAssertTitle => GetResourceString("DoNotUseInterpolatedStringsWithDebugAssertTitle"); /// <summary>Do not use interpolated strings with 'Debug.Assert'. Use 'RoslynDebug.Assert' instead.</summary> internal static string @DoNotUseInterpolatedStringsWithDebugAssertMessage => GetResourceString("DoNotUseInterpolatedStringsWithDebugAssertMessage"); /// <summary>'Debug.Assert' on .NET Framework eagerly creates the string value. This can cause OOMs in tests, particularly for strings that involve syntax nodes. Use 'RoslynDebug.Assert' instead, which will only create the string if required.</summary> internal static string @DoNotUseInterpolatedStringsWithDebugAssertDescription => GetResourceString("DoNotUseInterpolatedStringsWithDebugAssertDescription"); /// <summary>Use 'RoslynDebug.Assert'.</summary> internal static string @DoNotUseInterpolatedStringsWithDebugAssertCodeFix => GetResourceString("DoNotUseInterpolatedStringsWithDebugAssertCodeFix"); } } |