File: artifacts\obj\Mono.Linker\Debug\net9.0\ILLink.Shared.SharedStrings.cs
Project: src\src\tools\illink\src\linker\Mono.Linker.csproj (illink)
// <auto-generated>
using System.Reflection;
 
 
namespace ILLink.Shared
{
    internal static partial class SharedStrings
    {
        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(SharedStrings)));
        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>An Xml Feature does not specify a 'featurevalue' attribute.</summary>
        internal static string @XmlFeatureDoesNotSpecifyFeatureValueTitle => GetResourceString("XmlFeatureDoesNotSpecifyFeatureValueTitle");
        /// <summary>Failed to process '{0}'. Feature '{1}' does not specify a 'featurevalue' attribute.</summary>
        internal static string @XmlFeatureDoesNotSpecifyFeatureValueMessage => GetResourceString("XmlFeatureDoesNotSpecifyFeatureValueMessage");
        /// <summary>Feature definition has to be a boolean.</summary>
        internal static string @XmlUnsupportedNonBooleanValueForFeatureTitle => GetResourceString("XmlUnsupportedNonBooleanValueForFeatureTitle");
        /// <summary>Failed to process '{0}'. Unsupported non-boolean feature definition '{1}'.</summary>
        internal static string @XmlUnsupportedNonBooleanValueForFeatureMessage => GetResourceString("XmlUnsupportedNonBooleanValueForFeatureMessage");
        /// <summary>An exception was thrown while processing the xml file.</summary>
        internal static string @XmlExceptionTitle => GetResourceString("XmlExceptionTitle");
        /// <summary>Error processing '{0}': {1}.</summary>
        internal static string @XmlExceptionMessage => GetResourceString("XmlExceptionMessage");
        /// <summary>An error ocurred while processing a method in assembly.</summary>
        internal static string @CouldNotFindMethodInAssemblyTitle => GetResourceString("CouldNotFindMethodInAssemblyTitle");
        /// <summary>Error processing method '{0}' in assembly '{1}'.</summary>
        internal static string @CouldNotFindMethodInAssemblyMessage => GetResourceString("CouldNotFindMethodInAssemblyMessage");
        /// <summary>Cannot stub constructor of a type when base type does not have default constructor. Constructors of derived types marked for substitution require to have a default constructor in its base type.</summary>
        internal static string @CannotStubConstructorWhenBaseTypeDoesNotHaveConstructorTitle => GetResourceString("CannotStubConstructorWhenBaseTypeDoesNotHaveConstructorTitle");
        /// <summary>Cannot stub constructor on '{0}' when base type does not have default constructor.</summary>
        internal static string @CannotStubConstructorWhenBaseTypeDoesNotHaveConstructorMessage => GetResourceString("CannotStubConstructorWhenBaseTypeDoesNotHaveConstructorMessage");
        /// <summary>Could not find predefined type".</summary>
        internal static string @CouldNotFindTypeTitle => GetResourceString("CouldNotFindTypeTitle");
        /// <summary>Missing predefined '{0}' type".</summary>
        internal static string @CouldNotFindTypeMessage => GetResourceString("CouldNotFindTypeMessage");
        /// <summary>Could not find constructor.</summary>
        internal static string @CouldNotFindConstructorTitle => GetResourceString("CouldNotFindConstructorTitle");
        /// <summary>Could not find constructor on '{0}'.</summary>
        internal static string @CouldNotFindConstructorMessage => GetResourceString("CouldNotFindConstructorMessage");
        /// <summary>Assembly reference could not be resolved.</summary>
        internal static string @CouldNotFindAssemblyReferenceTitle => GetResourceString("CouldNotFindAssemblyReferenceTitle");
        /// <summary>Assembly reference '{0}' could not be resolved.</summary>
        internal static string @CouldNotFindAssemblyReferenceMessage => GetResourceString("CouldNotFindAssemblyReferenceMessage");
        /// <summary>Assembly cannot be loaded due to failure in processing the reference assembly.</summary>
        internal static string @CouldNotLoadAssemblyTitle => GetResourceString("CouldNotLoadAssemblyTitle");
        /// <summary>Assembly '{0}' cannot be loaded due to failure in processing '{1}' reference</summary>
        internal static string @CouldNotLoadAssemblyMessage => GetResourceString("CouldNotLoadAssemblyMessage");
        /// <summary>There was an error writing the linked assembly 'output'.</summary>
        internal static string @FailedToWriteOutputTitle => GetResourceString("FailedToWriteOutputTitle");
        /// <summary>Failed to write '{0}'.</summary>
        internal static string @FailedToWriteOutputMessage => GetResourceString("FailedToWriteOutputMessage");
        /// <summary>There was an unexpected error while trimming. An exception with more details is printed to the MSBuild log. Please share this stack trace with the IL Linker team to further investigate the cause and possible solution.</summary>
        internal static string @LinkerUnexpectedErrorTitle => GetResourceString("LinkerUnexpectedErrorTitle");
        /// <summary>IL Trimmer has encountered an unexpected error. Please report the issue at https://aka.ms/report-illink</summary>
        internal static string @LinkerUnexpectedErrorMessage => GetResourceString("LinkerUnexpectedErrorMessage");
        /// <summary>There was an error processing 'XML document location' xml file. The most likely reason for this is that the XML file has syntactical errors.</summary>
        internal static string @ErrorProcessingXmlLocationTitle => GetResourceString("ErrorProcessingXmlLocationTitle");
        /// <summary>Error processing '{0}'.</summary>
        internal static string @ErrorProcessingXmlLocationMessage => GetResourceString("ErrorProcessingXmlLocationMessage");
        /// <summary>Element in XML document contains a 'featuredefault' attribute with an invalid value.</summary>
        internal static string @XmlDocumentLocationHasInvalidFeatureDefaultTitle => GetResourceString("XmlDocumentLocationHasInvalidFeatureDefaultTitle");
        /// <summary>Failed to process '{0}'. Unsupported value for featuredefault attribute.</summary>
        internal static string @XmlDocumentLocationHasInvalidFeatureDefaultMessage => GetResourceString("XmlDocumentLocationHasInvalidFeatureDefaultMessage");
        /// <summary>The string passed to the command-line does not correspond to a valid command-line option.</summary>
        internal static string @UnrecognizedCommandLineOptionTitle => GetResourceString("UnrecognizedCommandLineOptionTitle");
        /// <summary>Unrecognized command-line option: '{0}'.</summary>
        internal static string @UnrecognizedCommandLineOptionMessage => GetResourceString("UnrecognizedCommandLineOptionMessage");
        /// <summary>The value given for the --warn argument was not a valid warning version.</summary>
        internal static string @InvalidWarningVersionTitle => GetResourceString("InvalidWarningVersionTitle");
        /// <summary>Invalid warning version '{0}'.</summary>
        internal static string @InvalidWarningVersionMessage => GetResourceString("InvalidWarningVersionMessage");
        /// <summary>Invalid value 'value' was used for command-line option '--generate-warning-suppressions'; must be 'cs' or 'xml'.</summary>
        internal static string @InvalidGenerateWarningSuppressionsValueTitle => GetResourceString("InvalidGenerateWarningSuppressionsValueTitle");
        /// <summary>Invalid value '{0}' for '--generate-warning-suppressions' option.</summary>
        internal static string @InvalidGenerateWarningSuppressionsValueMessage => GetResourceString("InvalidGenerateWarningSuppressionsValueMessage");
        /// <summary>The command-line option 'optionName' was specified but no argument was given.</summary>
        internal static string @MissingArgumentForCommanLineOptionNameTitle => GetResourceString("MissingArgumentForCommanLineOptionNameTitle");
        /// <summary>Missing argument for '{0}' option.</summary>
        internal static string @MissingArgumentForCommanLineOptionNameMessage => GetResourceString("MissingArgumentForCommanLineOptionNameMessage");
        /// <summary>The command-line option --custom-data receives a key-value pair using the format KEY=VALUE.</summary>
        internal static string @CustomDataFormatIsInvalidTitle => GetResourceString("CustomDataFormatIsInvalidTitle");
        /// <summary>Value used with '--custom-data' has to be in the KEY=VALUE format.</summary>
        internal static string @CustomDataFormatIsInvalidMessage => GetResourceString("CustomDataFormatIsInvalidMessage");
        /// <summary>No input files were specified. Use one of the resolver options.</summary>
        internal static string @NoFilesToLinkSpecifiedTitle => GetResourceString("NoFilesToLinkSpecifiedTitle");
        /// <summary>No input files were specified. Use one of '{0}' options.</summary>
        internal static string @NoFilesToLinkSpecifiedMessage => GetResourceString("NoFilesToLinkSpecifiedMessage");
        /// <summary>Options '--new-mvid' and '--deterministic' cannot be used at the same time.</summary>
        internal static string @NewMvidAndDeterministicCannotBeUsedAtSameTimeTitle => GetResourceString("NewMvidAndDeterministicCannotBeUsedAtSameTimeTitle");
        /// <summary>Options '--new-mvid' and '--deterministic' cannot be used at the same time.</summary>
        internal static string @NewMvidAndDeterministicCannotBeUsedAtSameTimeMessage => GetResourceString("NewMvidAndDeterministicCannotBeUsedAtSameTimeMessage");
        /// <summary>The assembly argument specified for '--custom-step' option could not be found.</summary>
        internal static string @AssemblyInCustomStepOptionCouldNotBeFoundTitle => GetResourceString("AssemblyInCustomStepOptionCouldNotBeFoundTitle");
        /// <summary>The assembly '{0}' specified for '--custom-step' option could not be found.</summary>
        internal static string @AssemblyInCustomStepOptionCouldNotBeFoundMessage => GetResourceString("AssemblyInCustomStepOptionCouldNotBeFoundMessage");
        /// <summary>The path to the assembly specified for '--custom-step' must be fully qualified.</summary>
        internal static string @AssemblyPathInCustomStepMustBeFullyQualifiedTitle => GetResourceString("AssemblyPathInCustomStepMustBeFullyQualifiedTitle");
        /// <summary>The path to the assembly '{0}' specified for '--custom-step' must be fully qualified.</summary>
        internal static string @AssemblyPathInCustomStepMustBeFullyQualifiedMessage => GetResourceString("AssemblyPathInCustomStepMustBeFullyQualifiedMessage");
        /// <summary>An invalid value was specified for '--custom-step' option.</summary>
        internal static string @InvalidArgForCustomStepTitle => GetResourceString("InvalidArgForCustomStepTitle");
        /// <summary>Invalid value '{0}' specified for '--custom-step' option.</summary>
        internal static string @InvalidArgForCustomStepMessage => GetResourceString("InvalidArgForCustomStepMessage");
        /// <summary>A custom step that is inserted relative to an existing step in the pipeline must specify whether to be added before (-) or after (+) the step it's relative to.</summary>
        internal static string @ExpectedSignToControlNewStepInsertionTitle => GetResourceString("ExpectedSignToControlNewStepInsertionTitle");
        /// <summary>Expected '+' or '-' to control new step insertion.</summary>
        internal static string @ExpectedSignToControlNewStepInsertionMessage => GetResourceString("ExpectedSignToControlNewStepInsertionMessage");
        /// <summary>A custom step was specified for insertion relative to a non existent step.</summary>
        internal static string @PipelineStepCouldNotBeFoundTitle => GetResourceString("PipelineStepCouldNotBeFoundTitle");
        /// <summary>Pipeline step '{0}' could not be found.</summary>
        internal static string @PipelineStepCouldNotBeFoundMessage => GetResourceString("PipelineStepCouldNotBeFoundMessage");
        /// <summary>The custom step could not be found in the given assembly.</summary>
        internal static string @CustomStepTypeCouldNotBeFoundTitle => GetResourceString("CustomStepTypeCouldNotBeFoundTitle");
        /// <summary>Custom step '{0}' could not be found.</summary>
        internal static string @CustomStepTypeCouldNotBeFoundMessage => GetResourceString("CustomStepTypeCouldNotBeFoundMessage");
        /// <summary>Custom step is incompatible with this trimmer version.</summary>
        internal static string @CustomStepTypeIsIncompatibleWithLinkerVersionTitle => GetResourceString("CustomStepTypeIsIncompatibleWithLinkerVersionTitle");
        /// <summary>Custom step '{0}' is incompatible with this trimmer version.</summary>
        internal static string @CustomStepTypeIsIncompatibleWithLinkerVersionMessage => GetResourceString("CustomStepTypeIsIncompatibleWithLinkerVersionMessage");
        /// <summary>The optimization 'text' is invalid. Optimization values can either be 'beforefieldinit', 'overrideremoval', 'unreachablebodies', 'unusedinterfaces', 'ipconstprop', or 'sealer'.</summary>
        internal static string @InvalidOptimizationValueTitle => GetResourceString("InvalidOptimizationValueTitle");
        /// <summary>Invalid optimization value '{0}'.</summary>
        internal static string @InvalidOptimizationValueMessage => GetResourceString("InvalidOptimizationValueMessage");
        /// <summary>Invalid argument for 'token' option.</summary>
        internal static string @InvalidArgumentForTokenOptionTitle => GetResourceString("InvalidArgumentForTokenOptionTitle");
        /// <summary>Invalid argument for '{0}' option.</summary>
        internal static string @InvalidArgumentForTokenOptionMessage => GetResourceString("InvalidArgumentForTokenOptionMessage");
        /// <summary>Invalid assembly action.</summary>
        internal static string @InvalidAssemblyActionTitle => GetResourceString("InvalidAssemblyActionTitle");
        /// <summary>Invalid assembly action '{0}'.</summary>
        internal static string @InvalidAssemblyActionMessage => GetResourceString("InvalidAssemblyActionMessage");
        /// <summary>Root assembly could not be found.</summary>
        internal static string @RootAssemblyCouldNotBeFoundTitle => GetResourceString("RootAssemblyCouldNotBeFoundTitle");
        /// <summary>Root assembly '{0}' could not be found.</summary>
        internal static string @RootAssemblyCouldNotBeFoundMessage => GetResourceString("RootAssemblyCouldNotBeFoundMessage");
        /// <summary>XML descriptor file could not be found'.</summary>
        internal static string @XmlDescriptorCouldNotBeFoundTitle => GetResourceString("XmlDescriptorCouldNotBeFoundTitle");
        /// <summary>XML descriptor file '{0}' could not be found'.</summary>
        internal static string @XmlDescriptorCouldNotBeFoundMessage => GetResourceString("XmlDescriptorCouldNotBeFoundMessage");
        /// <summary>Root assembly does not have entry point.</summary>
        internal static string @RootAssemblyDoesNotHaveEntryPointTitle => GetResourceString("RootAssemblyDoesNotHaveEntryPointTitle");
        /// <summary>Root assembly '{0}' does not have entry point.</summary>
        internal static string @RootAssemblyDoesNotHaveEntryPointMessage => GetResourceString("RootAssemblyDoesNotHaveEntryPointMessage");
        /// <summary>Referenced root assembly cannot use the specified action.</summary>
        internal static string @RootAssemblyCannotUseActionTitle => GetResourceString("RootAssemblyCannotUseActionTitle");
        /// <summary>Root assembly '{0}' cannot use action '{1}'.</summary>
        internal static string @RootAssemblyCannotUseActionMessage => GetResourceString("RootAssemblyCannotUseActionMessage");
        /// <summary>Invalid assembly name.</summary>
        internal static string @InvalidAssemblyNameTitle => GetResourceString("InvalidAssemblyNameTitle");
        /// <summary>Invalid assembly name '{0}'.</summary>
        internal static string @InvalidAssemblyNameMessage => GetResourceString("InvalidAssemblyNameMessage");
        /// <summary>Invalid assembly root mode.</summary>
        internal static string @InvalidAssemblyRootModeTitle => GetResourceString("InvalidAssemblyRootModeTitle");
        /// <summary>Invalid assembly root mode '{0}'.</summary>
        internal static string @InvalidAssemblyRootModeMessage => GetResourceString("InvalidAssemblyRootModeMessage");
        /// <summary>Exported type cannot be resolved.</summary>
        internal static string @ExportedTypeCannotBeResolvedTitle => GetResourceString("ExportedTypeCannotBeResolvedTitle");
        /// <summary>Exported type '{0}' cannot be resolved.</summary>
        internal static string @ExportedTypeCannotBeResolvedMessage => GetResourceString("ExportedTypeCannotBeResolvedMessage");
        /// <summary>A reference assembly input passed via -reference could not be loaded.</summary>
        internal static string @ReferenceAssemblyCouldNotBeLoadedTitle => GetResourceString("ReferenceAssemblyCouldNotBeLoadedTitle");
        /// <summary>Reference assembly '{0}' could not be loaded.</summary>
        internal static string @ReferenceAssemblyCouldNotBeLoadedMessage => GetResourceString("ReferenceAssemblyCouldNotBeLoadedMessage");
        /// <summary>Metadata element cannot be resolved. This usually means there is a version mismatch between dependencies.</summary>
        internal static string @FailedToResolveMetadataElementTitle => GetResourceString("FailedToResolveMetadataElementTitle");
        /// <summary>{0}.</summary>
        internal static string @FailedToResolveMetadataElementMessage => GetResourceString("FailedToResolveMetadataElementMessage");
        /// <summary>Field element cannot be resolved. This usually means there is a version mismatch between dependencies.</summary>
        internal static string @FailedToResolveFieldElementTitle => GetResourceString("FailedToResolveFieldElementTitle");
        /// <summary>Field '{0}' reference could not be resolved.</summary>
        internal static string @FailedToResolveFieldElementMessage => GetResourceString("FailedToResolveFieldElementMessage");
        /// <summary>Method element cannot be resolved. This usually means there is a version mismatch between dependencies.</summary>
        internal static string @FailedToResolveMethodElementTitle => GetResourceString("FailedToResolveMethodElementTitle");
        /// <summary>Method '{0}' reference could not be resolved.</summary>
        internal static string @FailedToResolveMethodElementMessage => GetResourceString("FailedToResolveMethodElementMessage");
        /// <summary>Type element cannot be resolved. This usually means there is a version mismatch between dependencies.</summary>
        internal static string @FailedToResolveTypeElementTitle => GetResourceString("FailedToResolveTypeElementTitle");
        /// <summary>Type '{0}' reference could not be resolved.</summary>
        internal static string @FailedToResolveTypeElementMessage => GetResourceString("FailedToResolveTypeElementMessage");
        /// <summary>The type name used to define custom attribute value could not be resolved.</summary>
        internal static string @TypeUsedWithAttributeValueCouldNotBeFoundTitle => GetResourceString("TypeUsedWithAttributeValueCouldNotBeFoundTitle");
        /// <summary>The type '{0}' used with attribute value '{1}' could not be found.</summary>
        internal static string @TypeUsedWithAttributeValueCouldNotBeFoundMessage => GetResourceString("TypeUsedWithAttributeValueCouldNotBeFoundMessage");
        /// <summary>The 'value' specified for the custom attribute value cannot be converted to specified argument type 'typeName'.</summary>
        internal static string @CannotConverValueToTypeTitle => GetResourceString("CannotConverValueToTypeTitle");
        /// <summary>Cannot convert value '{0}' to type '{1}'.</summary>
        internal static string @CannotConverValueToTypeMessage => GetResourceString("CannotConverValueToTypeMessage");
        /// <summary>The syntax for custom attribute value for 'type' requires to also specify the underlying attribute type.</summary>
        internal static string @CustomAttributeArgumentForTypeRequiresNestedNodeTitle => GetResourceString("CustomAttributeArgumentForTypeRequiresNestedNodeTitle");
        /// <summary>Custom attribute argument for '{0}' requires nested '{1}' node.</summary>
        internal static string @CustomAttributeArgumentForTypeRequiresNestedNodeMessage => GetResourceString("CustomAttributeArgumentForTypeRequiresNestedNodeMessage");
        /// <summary>The value specified for the custom attribute of System.Type type could not be resolved.</summary>
        internal static string @CouldNotResolveCustomAttributeTypeValueTitle => GetResourceString("CouldNotResolveCustomAttributeTypeValueTitle");
        /// <summary>Could not resolve custom attribute type value '{0}'.</summary>
        internal static string @CouldNotResolveCustomAttributeTypeValueMessage => GetResourceString("CouldNotResolveCustomAttributeTypeValueMessage");
        /// <summary>The type name used with attribute type is not one of the supported types.</summary>
        internal static string @UnexpectedAttributeArgumentTypeTitle => GetResourceString("UnexpectedAttributeArgumentTypeTitle");
        /// <summary>Unexpected attribute argument type '{0}'.</summary>
        internal static string @UnexpectedAttributeArgumentTypeMessage => GetResourceString("UnexpectedAttributeArgumentTypeMessage");
        /// <summary>Invalid metadata value.</summary>
        internal static string @InvalidMetadataOptionTitle => GetResourceString("InvalidMetadataOptionTitle");
        /// <summary>Invalid metadata value '{0}'.</summary>
        internal static string @InvalidMetadataOptionMessage => GetResourceString("InvalidMetadataOptionMessage");
        /// <summary>The XML descriptor preserves fields on type, but this type has no fields.</summary>
        internal static string @TypeHasNoFieldsToPreserveTitle => GetResourceString("TypeHasNoFieldsToPreserveTitle");
        /// <summary>Type '{0}' has no fields to preserve.</summary>
        internal static string @TypeHasNoFieldsToPreserveMessage => GetResourceString("TypeHasNoFieldsToPreserveMessage");
        /// <summary>The XML descriptor preserves methods on type, but this type has no methods.</summary>
        internal static string @TypeHasNoMethodsToPreserveTitle => GetResourceString("TypeHasNoMethodsToPreserveTitle");
        /// <summary>Type '{0}' has no methods to preserve.</summary>
        internal static string @TypeHasNoMethodsToPreserveMessage => GetResourceString("TypeHasNoMethodsToPreserveMessage");
        /// <summary>The assembly in PreserveDependency attribute could not be resolved.</summary>
        internal static string @CouldNotResolveDependencyAssemblyTitle => GetResourceString("CouldNotResolveDependencyAssemblyTitle");
        /// <summary>Could not resolve dependency assembly '{0}' specified in a 'PreserveDependency' attribute.</summary>
        internal static string @CouldNotResolveDependencyAssemblyMessage => GetResourceString("CouldNotResolveDependencyAssemblyMessage");
        /// <summary>The type in PreserveDependency attribute could not be resolved.</summary>
        internal static string @CouldNotResolveDependencyTypeTitle => GetResourceString("CouldNotResolveDependencyTypeTitle");
        /// <summary>Could not resolve dependency type '{0}' specified in a 'PreserveDependency' attribute.</summary>
        internal static string @CouldNotResolveDependencyTypeMessage => GetResourceString("CouldNotResolveDependencyTypeMessage");
        /// <summary>The member in PreserveDependency attribute could not be resolved.</summary>
        internal static string @CouldNotResolveDependencyMemberTitle => GetResourceString("CouldNotResolveDependencyMemberTitle");
        /// <summary>Could not resolve dependency member '{0}' declared in type '{1}' specified in a 'PreserveDependency' attribute.</summary>
        internal static string @CouldNotResolveDependencyMemberMessage => GetResourceString("CouldNotResolveDependencyMemberMessage");
        /// <summary>The assembly in the XML could not be resolved.</summary>
        internal static string @XmlCouldNotResolveAssemblyTitle => GetResourceString("XmlCouldNotResolveAssemblyTitle");
        /// <summary>Could not resolve assembly '{0}'.</summary>
        internal static string @XmlCouldNotResolveAssemblyMessage => GetResourceString("XmlCouldNotResolveAssemblyMessage");
        /// <summary>The type in the XML could not be resolved.</summary>
        internal static string @XmlCouldNotResolveTypeTitle => GetResourceString("XmlCouldNotResolveTypeTitle");
        /// <summary>Could not resolve type '{0}'.</summary>
        internal static string @XmlCouldNotResolveTypeMessage => GetResourceString("XmlCouldNotResolveTypeMessage");
        /// <summary>The XML defined a method on a type, but the method was not found.</summary>
        internal static string @XmlCouldNotFindMethodOnTypeTitle => GetResourceString("XmlCouldNotFindMethodOnTypeTitle");
        /// <summary>Could not find method '{0}' on type '{1}'.</summary>
        internal static string @XmlCouldNotFindMethodOnTypeMessage => GetResourceString("XmlCouldNotFindMethodOnTypeMessage");
        /// <summary>Invalid value for 'signature' stub in the substitution XML.</summary>
        internal static string @XmlInvalidValueForStubTitle => GetResourceString("XmlInvalidValueForStubTitle");
        /// <summary>Invalid value for '{0}' stub.</summary>
        internal static string @XmlInvalidValueForStubMessage => GetResourceString("XmlInvalidValueForStubMessage");
        /// <summary>The value of the body attribute used in the substitution XML is invalid (the only supported options are remove and stub).</summary>
        internal static string @XmlUnkownBodyModificationTitle => GetResourceString("XmlUnkownBodyModificationTitle");
        /// <summary>Unknown body modification '{0}' for '{1}'.</summary>
        internal static string @XmlUnkownBodyModificationMessage => GetResourceString("XmlUnkownBodyModificationMessage");
        /// <summary>The XML defined a field on a type, but the field was not found.</summary>
        internal static string @XmlCouldNotFindFieldOnTypeTitle => GetResourceString("XmlCouldNotFindFieldOnTypeTitle");
        /// <summary>Could not find field '{0}' on type '{1}'.</summary>
        internal static string @XmlCouldNotFindFieldOnTypeMessage => GetResourceString("XmlCouldNotFindFieldOnTypeMessage");
        /// <summary>The substituted field 'field' was non-static or constant. Only static non-constant fields are supported.</summary>
        internal static string @XmlSubstitutedFieldNeedsToBeStaticTitle => GetResourceString("XmlSubstitutedFieldNeedsToBeStaticTitle");
        /// <summary>Substituted field '{0}' needs to be static field.</summary>
        internal static string @XmlSubstitutedFieldNeedsToBeStaticMessage => GetResourceString("XmlSubstitutedFieldNeedsToBeStaticMessage");
        /// <summary>A field was specified for substitution but no value to be substituted was given.</summary>
        internal static string @XmlMissingSubstitutionValueForFieldTitle => GetResourceString("XmlMissingSubstitutionValueForFieldTitle");
        /// <summary>Missing 'value' attribute for field '{0}'.</summary>
        internal static string @XmlMissingSubstitutionValueForFieldMessage => GetResourceString("XmlMissingSubstitutionValueForFieldMessage");
        /// <summary>The value used in the substitution XML for field is not a built-in type, or does not match the type of the field.</summary>
        internal static string @XmlInvalidSubstitutionValueForFieldTitle => GetResourceString("XmlInvalidSubstitutionValueForFieldTitle");
        /// <summary>Invalid value '{0}' for '{1}'.</summary>
        internal static string @XmlInvalidSubstitutionValueForFieldMessage => GetResourceString("XmlInvalidSubstitutionValueForFieldMessage");
        /// <summary>The XML defined a event on a type, but the event was not found.</summary>
        internal static string @XmlCouldNotFindEventOnTypeTitle => GetResourceString("XmlCouldNotFindEventOnTypeTitle");
        /// <summary>Could not find event '{0}' on type '{1}'.</summary>
        internal static string @XmlCouldNotFindEventOnTypeMessage => GetResourceString("XmlCouldNotFindEventOnTypeMessage");
        /// <summary>The XML defined a property on a type, but the property was not found.</summary>
        internal static string @XmlCouldNotFindPropertyOnTypeTitle => GetResourceString("XmlCouldNotFindPropertyOnTypeTitle");
        /// <summary>Could not find property '{0}' on type '{1}'.</summary>
        internal static string @XmlCouldNotFindPropertyOnTypeMessage => GetResourceString("XmlCouldNotFindPropertyOnTypeMessage");
        /// <summary>The XML defined the get accessor of property on a type, but the accessor was not found.</summary>
        internal static string @XmlCouldNotFindGetAccesorOfPropertyOnTypeTitle => GetResourceString("XmlCouldNotFindGetAccesorOfPropertyOnTypeTitle");
        /// <summary>Could not find the get accessor of property '{0}' on type '{1}'.</summary>
        internal static string @XmlCouldNotFindGetAccesorOfPropertyOnTypeMessage => GetResourceString("XmlCouldNotFindGetAccesorOfPropertyOnTypeMessage");
        /// <summary>The XML defined the set accessor of property on a type, but the accessor was not found.</summary>
        internal static string @XmlCouldNotFindSetAccesorOfPropertyOnTypeTitle => GetResourceString("XmlCouldNotFindSetAccesorOfPropertyOnTypeTitle");
        /// <summary>Could not find the set accessor of property '{0}' in type '{1}'.</summary>
        internal static string @XmlCouldNotFindSetAccesorOfPropertyOnTypeMessage => GetResourceString("XmlCouldNotFindSetAccesorOfPropertyOnTypeMessage");
        /// <summary>The XML attribute arguments use values or types which don't match to any constructor</summary>
        internal static string @XmlCouldNotFindMatchingConstructorForCustomAttributeTitle => GetResourceString("XmlCouldNotFindMatchingConstructorForCustomAttributeTitle");
        /// <summary>Could not find matching constructor for custom attribute '{0}' arguments.</summary>
        internal static string @XmlCouldNotFindMatchingConstructorForCustomAttributeMessage => GetResourceString("XmlCouldNotFindMatchingConstructorForCustomAttributeMessage");
        /// <summary>Method 'method' has more than one return element specified. There can only be one return element.</summary>
        internal static string @XmlMoreThanOneReturnElementForMethodTitle => GetResourceString("XmlMoreThanOneReturnElementForMethodTitle");
        /// <summary>There is more than one 'return' child element specified for method '{0}'.</summary>
        internal static string @XmlMoreThanOneReturnElementForMethodMessage => GetResourceString("XmlMoreThanOneReturnElementForMethodMessage");
        /// <summary>Method has more than one parameter for the XML element 'parameter'. There can only be one value specified for each parameter.</summary>
        internal static string @XmlMoreThanOneValyForParameterOfMethodTitle => GetResourceString("XmlMoreThanOneValyForParameterOfMethodTitle");
        /// <summary>More than one value specified for parameter '{0}' of method '{1}'.</summary>
        internal static string @XmlMoreThanOneValyForParameterOfMethodMessage => GetResourceString("XmlMoreThanOneValyForParameterOfMethodMessage");
        /// <summary>The XML descriptor marks for preservation the member more than once.</summary>
        internal static string @XmlDuplicatePreserveMemberTitle => GetResourceString("XmlDuplicatePreserveMemberTitle");
        /// <summary>Duplicate preserve of '{0}'.</summary>
        internal static string @XmlDuplicatePreserveMemberMessage => GetResourceString("XmlDuplicatePreserveMemberMessage");
        /// <summary>Members annotated with 'RequiresUnreferencedCodeAttribute' require dynamic access otherwise can break functionality when trimming application code</summary>
        internal static string @RequiresUnreferencedCodeTitle => GetResourceString("RequiresUnreferencedCodeTitle");
        /// <summary>Using member '{0}' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code.{1}{2}</summary>
        internal static string @RequiresUnreferencedCodeMessage => GetResourceString("RequiresUnreferencedCodeMessage");
        /// <summary>Using dynamic types might cause types or members to be removed by trimmer.</summary>
        internal static string @DynamicTypeInvocationTitle => GetResourceString("DynamicTypeInvocationTitle");
        /// <summary>Invoking members on dynamic types is not trimming-compatible. Types or members might have been removed by the trimmer.</summary>
        internal static string @DynamicTypeInvocationMessage => GetResourceString("DynamicTypeInvocationMessage");
        /// <summary>ILLink found multiple instances of attribute on a member. This attribute is only allowed to have one instance.</summary>
        internal static string @AttributeShouldOnlyBeUsedOnceOnMemberTitle => GetResourceString("AttributeShouldOnlyBeUsedOnceOnMemberTitle");
        /// <summary>Attribute '{0}' should only be used once on '{1}</summary>
        internal static string @AttributeShouldOnlyBeUsedOnceOnMemberMessage => GetResourceString("AttributeShouldOnlyBeUsedOnceOnMemberMessage");
        /// <summary>Attribute doesn't have the required number of parameters specified.</summary>
        internal static string @AttributeDoesntHaveTheRequiredNumberOfParametersTitle => GetResourceString("AttributeDoesntHaveTheRequiredNumberOfParametersTitle");
        /// <summary>Attribute '{0}' doesn't have the required number of parameters specified.</summary>
        internal static string @AttributeDoesntHaveTheRequiredNumberOfParametersMessage => GetResourceString("AttributeDoesntHaveTheRequiredNumberOfParametersMessage");
        /// <summary>'attribute' element does not contain attribute 'fullname' or it's empty.</summary>
        internal static string @XmlElementDoesNotContainRequiredAttributeFullnameTitle => GetResourceString("XmlElementDoesNotContainRequiredAttributeFullnameTitle");
        /// <summary>'attribute' element does not contain attribute 'fullname' or it's empty.</summary>
        internal static string @XmlElementDoesNotContainRequiredAttributeFullnameMessage => GetResourceString("XmlElementDoesNotContainRequiredAttributeFullnameMessage");
        /// <summary>The assembly name specified for attribute could not be resolved.</summary>
        internal static string @XmlCouldNotResolveAssemblyForAttributeTitle => GetResourceString("XmlCouldNotResolveAssemblyForAttributeTitle");
        /// <summary>Could not resolve assembly '{0}' for attribute '{1}'.</summary>
        internal static string @XmlCouldNotResolveAssemblyForAttributeMessage => GetResourceString("XmlCouldNotResolveAssemblyForAttributeMessage");
        /// <summary>The described attribute type could not be found in the assemblies.</summary>
        internal static string @XmlAttributeTypeCouldNotBeFoundTitle => GetResourceString("XmlAttributeTypeCouldNotBeFoundTitle");
        /// <summary>Attribute type '{0}' could not be found.</summary>
        internal static string @XmlAttributeTypeCouldNotBeFoundMessage => GetResourceString("XmlAttributeTypeCouldNotBeFoundMessage");
        /// <summary>The value passed as the assembly name or type name to the CreateInstance method can't be statically analyzed.</summary>
        internal static string @UnrecognizedParameterInMethodCreateInstanceTitle => GetResourceString("UnrecognizedParameterInMethodCreateInstanceTitle");
        /// <summary>Unrecognized value passed to the parameter '{0}' of method '{1}'. It's not possible to guarantee the availability of the target type.</summary>
        internal static string @UnrecognizedParameterInMethodCreateInstanceMessage => GetResourceString("UnrecognizedParameterInMethodCreateInstanceMessage");
        /// <summary>'PreserveDependencyAttribute' is deprecated. Use 'DynamicDependencyAttribute' instead.</summary>
        internal static string @DeprecatedPreserveDependencyAttributeTitle => GetResourceString("DeprecatedPreserveDependencyAttributeTitle");
        /// <summary>'PreserveDependencyAttribute' is deprecated. Use 'DynamicDependencyAttribute' instead.</summary>
        internal static string @DeprecatedPreserveDependencyAttributeMessage => GetResourceString("DeprecatedPreserveDependencyAttributeMessage");
        /// <summary>The input contains an invalid use of DynamicDependencyAttribute.</summary>
        internal static string @DynamicDependencyAttributeCouldNotBeAnalyzedTitle => GetResourceString("DynamicDependencyAttributeCouldNotBeAnalyzedTitle");
        /// <summary>The 'DynamicDependencyAttribute' could not be analyzed.</summary>
        internal static string @DynamicDependencyAttributeCouldNotBeAnalyzedMessage => GetResourceString("DynamicDependencyAttributeCouldNotBeAnalyzedMessage");
        /// <summary>The assembly string given in a DynamicDependencyAttribute constructor could not be resolved.</summary>
        internal static string @UnresolvedAssemblyInDynamicDependencyAttributeTitle => GetResourceString("UnresolvedAssemblyInDynamicDependencyAttributeTitle");
        /// <summary>Unresolved assembly '{0}' in 'DynamicDependencyAttribute'.</summary>
        internal static string @UnresolvedAssemblyInDynamicDependencyAttributeMessage => GetResourceString("UnresolvedAssemblyInDynamicDependencyAttributeMessage");
        /// <summary>The type in a DynamicDependencyAttribute constructor could not be resolved.</summary>
        internal static string @UnresolvedTypeInDynamicDependencyAttributeTitle => GetResourceString("UnresolvedTypeInDynamicDependencyAttributeTitle");
        /// <summary>Unresolved type '{0}' in 'DynamicDependencyAttribute'.</summary>
        internal static string @UnresolvedTypeInDynamicDependencyAttributeMessage => GetResourceString("UnresolvedTypeInDynamicDependencyAttributeMessage");
        /// <summary>The member signature or DynamicallyAccessedMemberTypes in a DynamicDependencyAttribute constructor did not resolve to any members on the type.</summary>
        internal static string @NoMembersResolvedForMemberSignatureOrTypeTitle => GetResourceString("NoMembersResolvedForMemberSignatureOrTypeTitle");
        /// <summary>No members were resolved for '{0}' on type '{1}'.</summary>
        internal static string @NoMembersResolvedForMemberSignatureOrTypeMessage => GetResourceString("NoMembersResolvedForMemberSignatureOrTypeMessage");
        /// <summary>The resource element in a substitution file did not have a 'name' attribute.</summary>
        internal static string @XmlMissingNameAttributeInResourceTitle => GetResourceString("XmlMissingNameAttributeInResourceTitle");
        /// <summary>Missing 'name' attribute for resource.</summary>
        internal static string @XmlMissingNameAttributeInResourceMessage => GetResourceString("XmlMissingNameAttributeInResourceMessage");
        /// <summary>The resource element in a substitution file did not have a valid 'action' attribute.</summary>
        internal static string @XmlInvalidValueForAttributeActionForResourceTitle => GetResourceString("XmlInvalidValueForAttributeActionForResourceTitle");
        /// <summary>Invalid value '{0}' for attribute 'action' for resource '{1}'.</summary>
        internal static string @XmlInvalidValueForAttributeActionForResourceMessage => GetResourceString("XmlInvalidValueForAttributeActionForResourceMessage");
        /// <summary>The resource name in a substitution file could not be found in the specified assembly.</summary>
        internal static string @XmlCouldNotFindResourceToRemoveInAssemblyTitle => GetResourceString("XmlCouldNotFindResourceToRemoveInAssemblyTitle");
        /// <summary>Could not find embedded resource '{0}' to remove in assembly '{1}'.</summary>
        internal static string @XmlCouldNotFindResourceToRemoveInAssemblyMessage => GetResourceString("XmlCouldNotFindResourceToRemoveInAssemblyMessage");
        /// <summary>The 'DynamicallyAccessedMembersAttribute' is not allowed on methods. It is allowed on method return value or method parameters.</summary>
        internal static string @DynamicallyAccessedMembersIsNotAllowedOnMethodsTitle => GetResourceString("DynamicallyAccessedMembersIsNotAllowedOnMethodsTitle");
        /// <summary>The 'DynamicallyAccessedMembersAttribute' is not allowed on methods. It is allowed on method return value or method parameters though.</summary>
        internal static string @DynamicallyAccessedMembersIsNotAllowedOnMethodsMessage => GetResourceString("DynamicallyAccessedMembersIsNotAllowedOnMethodsMessage");
        /// <summary>Could not find a unique backing field for property to propagate 'DynamicallyAccessedMembersAttribute'.</summary>
        internal static string @DynamicallyAccessedMembersCouldNotFindBackingFieldTitle => GetResourceString("DynamicallyAccessedMembersCouldNotFindBackingFieldTitle");
        /// <summary>Could not find a unique backing field for property '{0}' to propagate 'DynamicallyAccessedMembersAttribute'.</summary>
        internal static string @DynamicallyAccessedMembersCouldNotFindBackingFieldMessage => GetResourceString("DynamicallyAccessedMembersCouldNotFindBackingFieldMessage");
        /// <summary>'DynamicallyAccessedMembersAttribute' on property conflicts with the same attribute on its accessor.</summary>
        internal static string @DynamicallyAccessedMembersConflictsBetweenPropertyAndAccessorTitle => GetResourceString("DynamicallyAccessedMembersConflictsBetweenPropertyAndAccessorTitle");
        /// <summary>'DynamicallyAccessedMembersAttribute' on property '{0}' conflicts with the same attribute on its accessor '{1}'.</summary>
        internal static string @DynamicallyAccessedMembersConflictsBetweenPropertyAndAccessorMessage => GetResourceString("DynamicallyAccessedMembersConflictsBetweenPropertyAndAccessorMessage");
        /// <summary>The XML descriptor specifies a namespace but there are no types found in such namespace.</summary>
        internal static string @XmlCouldNotFindAnyTypeInNamespaceTitle => GetResourceString("XmlCouldNotFindAnyTypeInNamespaceTitle");
        /// <summary>Could not find any type in namespace '{0}'.</summary>
        internal static string @XmlCouldNotFindAnyTypeInNamespaceMessage => GetResourceString("XmlCouldNotFindAnyTypeInNamespaceMessage");
        /// <summary>An attribute is being referenced in the code but the attribute instances have been removed using the 'RemoveAttributeInstances' internal attribute.</summary>
        internal static string @AttributeIsReferencedButTrimmerRemoveAllInstancesTitle => GetResourceString("AttributeIsReferencedButTrimmerRemoveAllInstancesTitle");
        /// <summary>Attribute '{0}' is being referenced in code but the trimmer was instructed to remove all instances of this attribute. If the attribute instances are necessary make sure to either remove the trimmer attribute XML portion which removes the attribute instance ...</summary>
        internal static string @AttributeIsReferencedButTrimmerRemoveAllInstancesMessage => GetResourceString("AttributeIsReferencedButTrimmerRemoveAllInstancesMessage");
        /// <summary>'RequiresUnreferencedCodeAttribute' annotations must match across all interface implementations or overrides.</summary>
        internal static string @RequiresUnreferencedCodeAttributeMismatchTitle => GetResourceString("RequiresUnreferencedCodeAttributeMismatchTitle");
        /// <summary>{0}. 'RequiresUnreferencedCodeAttribute' annotations must match across all interface implementations or overrides.</summary>
        internal static string @RequiresUnreferencedCodeAttributeMismatchMessage => GetResourceString("RequiresUnreferencedCodeAttributeMismatchMessage");
        /// <summary>Internal attribute 'RemoveAttributeInstances' can only be used on attribute types.</summary>
        internal static string @XmlRemoveAttributeInstancesCanOnlyBeUsedOnTypeTitle => GetResourceString("XmlRemoveAttributeInstancesCanOnlyBeUsedOnTypeTitle");
        /// <summary>Internal attribute '{0}' can only be used on attribute types.</summary>
        internal static string @XmlRemoveAttributeInstancesCanOnlyBeUsedOnTypeMessage => GetResourceString("XmlRemoveAttributeInstancesCanOnlyBeUsedOnTypeMessage");
        /// <summary>Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.</summary>
        internal static string @CorrectnessOfCOMCannotBeGuaranteedTitle => GetResourceString("CorrectnessOfCOMCannotBeGuaranteedTitle");
        /// <summary>P/invoke method '{0}' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.</summary>
        internal static string @CorrectnessOfCOMCannotBeGuaranteedMessage => GetResourceString("CorrectnessOfCOMCannotBeGuaranteedMessage");
        /// <summary>An attribute element has property but this could not be found.</summary>
        internal static string @XmlPropertyDoesNotContainAttributeNameTitle => GetResourceString("XmlPropertyDoesNotContainAttributeNameTitle");
        /// <summary>Property element does not contain attribute 'name'.</summary>
        internal static string @XmlPropertyDoesNotContainAttributeNameMessage => GetResourceString("XmlPropertyDoesNotContainAttributeNameMessage");
        /// <summary>An attribute element has property but this could not be found.</summary>
        internal static string @XmlCouldNotFindPropertyTitle => GetResourceString("XmlCouldNotFindPropertyTitle");
        /// <summary>Property '{0}' could not be found.</summary>
        internal static string @XmlCouldNotFindPropertyMessage => GetResourceString("XmlCouldNotFindPropertyMessage");
        /// <summary>Either the type on which the MakeGenericType is called can't be statically determined, or the type parameters to be used for generic arguments can't be statically determined.</summary>
        internal static string @MakeGenericTypeTitle => GetResourceString("MakeGenericTypeTitle");
        /// <summary>Call to '{0}' can not be statically analyzed. It's not possible to guarantee the availability of requirements of the generic type.</summary>
        internal static string @MakeGenericTypeMessage => GetResourceString("MakeGenericTypeMessage");
        /// <summary>'DynamicallyAccessedMemberAttribute' on property conflicts with the same attribute on its backing field.</summary>
        internal static string @DynamicallyAccessedMembersOnPropertyConflictsWithBackingFieldTitle => GetResourceString("DynamicallyAccessedMembersOnPropertyConflictsWithBackingFieldTitle");
        /// <summary>'DynamicallyAccessedMemberAttribute' on property '{0}' conflicts with the same attribute on its backing field '{1}'.</summary>
        internal static string @DynamicallyAccessedMembersOnPropertyConflictsWithBackingFieldMessage => GetResourceString("DynamicallyAccessedMembersOnPropertyConflictsWithBackingFieldMessage");
        /// <summary>Unrecognized value passed to the parameter of method. It's not possible to guarantee the availability of the target type.</summary>
        internal static string @UnrecognizedTypeNameInTypeGetTypeTitle => GetResourceString("UnrecognizedTypeNameInTypeGetTypeTitle");
        /// <summary>Unrecognized value passed to the parameter 'typeName' of method '{0}'. It's not possible to guarantee the availability of the target type.</summary>
        internal static string @UnrecognizedTypeNameInTypeGetTypeMessage => GetResourceString("UnrecognizedTypeNameInTypeGetTypeMessage");
        /// <summary>Parameters passed to method cannot be analyzed. Consider using methods 'System.Type.GetType' and `System.Activator.CreateInstance` instead.</summary>
        internal static string @ParametersOfAssemblyCreateInstanceCannotBeAnalyzedTitle => GetResourceString("ParametersOfAssemblyCreateInstanceCannotBeAnalyzedTitle");
        /// <summary>Parameters passed to method '{0}' cannot be analyzed. Consider using methods 'System.Type.GetType' and `System.Activator.CreateInstance` instead.</summary>
        internal static string @ParametersOfAssemblyCreateInstanceCannotBeAnalyzedMessage => GetResourceString("ParametersOfAssemblyCreateInstanceCannotBeAnalyzedMessage");
        /// <summary>The type passed to the RunClassConstructor is not statically known, Trimmer can't make sure that its static constructor is available.</summary>
        internal static string @UnrecognizedTypeInRuntimeHelpersRunClassConstructorTitle => GetResourceString("UnrecognizedTypeInRuntimeHelpersRunClassConstructorTitle");
        /// <summary>Unrecognized value passed to the parameter 'type' of method '{0}'. It's not possible to guarantee the availability of the target static constructor.</summary>
        internal static string @UnrecognizedTypeInRuntimeHelpersRunClassConstructorMessage => GetResourceString("UnrecognizedTypeInRuntimeHelpersRunClassConstructorMessage");
        /// <summary>Call to 'System.Reflection.MethodInfo.MakeGenericMethod' can not be statically analyzed. It's not possible to guarantee the availability of requirements of the generic method.</summary>
        internal static string @MakeGenericMethodTitle => GetResourceString("MakeGenericMethodTitle");
        /// <summary>Call to '{0}' can not be statically analyzed. It's not possible to guarantee the availability of requirements of the generic method.</summary>
        internal static string @MakeGenericMethodMessage => GetResourceString("MakeGenericMethodMessage");
        /// <summary>Calling CreateInstance with assembly name which can't be resolved.</summary>
        internal static string @UnresolvedAssemblyInCreateInstanceTitle => GetResourceString("UnresolvedAssemblyInCreateInstanceTitle");
        /// <summary>The assembly name '{0}' passed to method '{1}' references assembly which is not available.</summary>
        internal static string @UnresolvedAssemblyInCreateInstanceMessage => GetResourceString("UnresolvedAssemblyInCreateInstanceMessage");
        /// <summary>The parameter of method has a DynamicallyAccessedMembersAttribute, but the value passed to it can not be statically analyzed.</summary>
        internal static string @MethodParameterCannotBeStaticallyDeterminedTitle => GetResourceString("MethodParameterCannotBeStaticallyDeterminedTitle");
        /// <summary>Value passed to parameter '{0}' of method '{1}' can not be statically determined and may not meet 'DynamicallyAccessedMembersAttribute' requirements.</summary>
        internal static string @MethodParameterCannotBeStaticallyDeterminedMessage => GetResourceString("MethodParameterCannotBeStaticallyDeterminedMessage");
        /// <summary>The return value of method has a DynamicallyAccessedMembersAttribute, but the value returned from the method can not be statically analyzed.</summary>
        internal static string @MethodReturnValueCannotBeStaticallyDeterminedTitle => GetResourceString("MethodReturnValueCannotBeStaticallyDeterminedTitle");
        /// <summary>Value returned from method '{0}' can not be statically determined and may not meet 'DynamicallyAccessedMembersAttribute' requirements.</summary>
        internal static string @MethodReturnValueCannotBeStaticallyDeterminedMessage => GetResourceString("MethodReturnValueCannotBeStaticallyDeterminedMessage");
        /// <summary>The field has a DynamicallyAccessedMembersAttribute, but the value assigned to it can not be statically analyzed.</summary>
        internal static string @FieldValueCannotBeStaticallyDeterminedTitle => GetResourceString("FieldValueCannotBeStaticallyDeterminedTitle");
        /// <summary>Value assigned to {0} can not be statically determined and may not meet 'DynamicallyAccessedMembersAttribute' requirements.</summary>
        internal static string @FieldValueCannotBeStaticallyDeterminedMessage => GetResourceString("FieldValueCannotBeStaticallyDeterminedMessage");
        /// <summary>The method has a DynamicallyAccessedMembersAttribute (which applies to the implicit 'this' parameter), but the value used for the 'this' parameter can not be statically analyzed.</summary>
        internal static string @ImplicitThisCannotBeStaticallyDeterminedTitle => GetResourceString("ImplicitThisCannotBeStaticallyDeterminedTitle");
        /// <summary>Value passed to implicit 'this' parameter of method '{0}' can not be statically determined and may not meet 'DynamicallyAccessedMembersAttribute' requirements.</summary>
        internal static string @ImplicitThisCannotBeStaticallyDeterminedMessage => GetResourceString("ImplicitThisCannotBeStaticallyDeterminedMessage");
        /// <summary>The generic parameter of type or method has a DynamicallyAccessedMembersAttribute, but the value used for it can not be statically analyzed.</summary>
        internal static string @TypePassedToGenericParameterCannotBeStaticallyDeterminedTitle => GetResourceString("TypePassedToGenericParameterCannotBeStaticallyDeterminedTitle");
        /// <summary>Type passed to generic parameter '{0}' of '{1}' can not be statically determined and may not meet 'DynamicallyAccessedMembersAttribute' requirements.</summary>
        internal static string @TypePassedToGenericParameterCannotBeStaticallyDeterminedMessage => GetResourceString("TypePassedToGenericParameterCannotBeStaticallyDeterminedMessage");
        /// <summary>Target parameter argument does not satisfy 'DynamicallyAccessedMembersAttribute' in call to target method. The parameter of method does not have matching annotations.</summary>
        internal static string @DynamicallyAccessedMembersMismatchParameterTargetsParameterTitle => GetResourceString("DynamicallyAccessedMembersMismatchParameterTargetsParameterTitle");
        /// <summary>'{0}' argument does not satisfy {4} in call to '{1}'. The parameter '{2}' of method '{3}' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.</summary>
        internal static string @DynamicallyAccessedMembersMismatchParameterTargetsParameterMessage => GetResourceString("DynamicallyAccessedMembersMismatchParameterTargetsParameterMessage");
        /// <summary>Target method return value does not satisfy 'DynamicallyAccessedMembersAttribute' requirements. The parameter of method does not have matching annotations.</summary>
        internal static string @DynamicallyAccessedMembersMismatchParameterTargetsMethodReturnTypeTitle => GetResourceString("DynamicallyAccessedMembersMismatchParameterTargetsMethodReturnTypeTitle");
        /// <summary>'{0}' method return value does not satisfy {3} requirements. The parameter '{1}' of method '{2}' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.</summary>
        internal static string @DynamicallyAccessedMembersMismatchParameterTargetsMethodReturnTypeMessage => GetResourceString("DynamicallyAccessedMembersMismatchParameterTargetsMethodReturnTypeMessage");
        /// <summary>Value stored in field does not satisfy 'DynamicallyAccessedMembersAttribute' requirements. The parameter of method does not have matching annotations.</summary>
        internal static string @DynamicallyAccessedMembersMismatchParameterTargetsFieldTitle => GetResourceString("DynamicallyAccessedMembersMismatchParameterTargetsFieldTitle");
        /// <summary>value stored in field '{0}' does not satisfy {3} requirements. The parameter '{1}' of method '{2}' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.</summary>
        internal static string @DynamicallyAccessedMembersMismatchParameterTargetsFieldMessage => GetResourceString("DynamicallyAccessedMembersMismatchParameterTargetsFieldMessage");
        /// <summary>'this' argument does not satisfy 'DynamicallyAccessedMembersAttribute' in call to target method. The parameter of method does not have matching annotations.</summary>
        internal static string @DynamicallyAccessedMembersMismatchParameterTargetsThisParameterTitle => GetResourceString("DynamicallyAccessedMembersMismatchParameterTargetsThisParameterTitle");
        /// <summary>'this' argument does not satisfy {3} in call to '{0}'. The parameter '{1}' of method '{2}' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.</summary>
        internal static string @DynamicallyAccessedMembersMismatchParameterTargetsThisParameterMessage => GetResourceString("DynamicallyAccessedMembersMismatchParameterTargetsThisParameterMessage");
        /// <summary>Generic argument does not satisfy 'DynamicallyAccessedMembersAttribute' in target method or type. The parameter of method does not have matching annotations.</summary>
        internal static string @DynamicallyAccessedMembersMismatchParameterTargetsGenericParameterTitle => GetResourceString("DynamicallyAccessedMembersMismatchParameterTargetsGenericParameterTitle");
        /// <summary>'{0}' generic argument does not satisfy {4} in '{1}'. The parameter '{2}' of method '{3}' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.</summary>
        internal static string @DynamicallyAccessedMembersMismatchParameterTargetsGenericParameterMessage => GetResourceString("DynamicallyAccessedMembersMismatchParameterTargetsGenericParameterMessage");
        /// <summary>Target parameter argument does not satisfy 'DynamicallyAccessedMembersAttribute' in call to target method. The return value of the source method does not have matching annotations.</summary>
        internal static string @DynamicallyAccessedMembersMismatchMethodReturnTypeTargetsParameterTitle => GetResourceString("DynamicallyAccessedMembersMismatchMethodReturnTypeTargetsParameterTitle");
        /// <summary>'{0}' argument does not satisfy {3} in call to '{1}'. The return value of method '{2}' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.</summary>
        internal static string @DynamicallyAccessedMembersMismatchMethodReturnTypeTargetsParameterMessage => GetResourceString("DynamicallyAccessedMembersMismatchMethodReturnTypeTargetsParameterMessage");
        /// <summary>Target method return value does not satisfy 'DynamicallyAccessedMembersAttribute' requirements. The return value of the source method does not have matching annotations.</summary>
        internal static string @DynamicallyAccessedMembersMismatchMethodReturnTypeTargetsMethodReturnTypeTitle => GetResourceString("DynamicallyAccessedMembersMismatchMethodReturnTypeTargetsMethodReturnTypeTitle");
        /// <summary>'{0}' method return value does not satisfy {2} requirements. The return value of method '{1}' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.</summary>
        internal static string @DynamicallyAccessedMembersMismatchMethodReturnTypeTargetsMethodReturnTypeMessage => GetResourceString("DynamicallyAccessedMembersMismatchMethodReturnTypeTargetsMethodReturnTypeMessage");
        /// <summary>Value stored in field does not satisfy 'DynamicallyAccessedMembersAttribute' requirements. The return value of the source method does not have matching annotations.</summary>
        internal static string @DynamicallyAccessedMembersMismatchMethodReturnTypeTargetsFieldTitle => GetResourceString("DynamicallyAccessedMembersMismatchMethodReturnTypeTargetsFieldTitle");
        /// <summary>value stored in field '{0}' does not satisfy {2} requirements. The return value of method '{1}' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.</summary>
        internal static string @DynamicallyAccessedMembersMismatchMethodReturnTypeTargetsFieldMessage => GetResourceString("DynamicallyAccessedMembersMismatchMethodReturnTypeTargetsFieldMessage");
        /// <summary>'this' argument does not satisfy 'DynamicallyAccessedMembersAttribute' in call to target method. The return value of the source method does not have matching annotations.</summary>
        internal static string @DynamicallyAccessedMembersMismatchMethodReturnTypeTargetsThisParameterTitle => GetResourceString("DynamicallyAccessedMembersMismatchMethodReturnTypeTargetsThisParameterTitle");
        /// <summary>'this' argument does not satisfy {2} in call to '{0}'. The return value of method '{1}' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.</summary>
        internal static string @DynamicallyAccessedMembersMismatchMethodReturnTypeTargetsThisParameterMessage => GetResourceString("DynamicallyAccessedMembersMismatchMethodReturnTypeTargetsThisParameterMessage");
        /// <summary>Target generic argument does not satisfy 'DynamicallyAccessedMembersAttribute' in target method or type. The return value of the source method does not have matching annotations. The source value must declare at least the same requirements as those declare ...</summary>
        internal static string @DynamicallyAccessedMembersMismatchMethodReturnTypeTargetsGenericParameterTitle => GetResourceString("DynamicallyAccessedMembersMismatchMethodReturnTypeTargetsGenericParameterTitle");
        /// <summary>'{0}' generic argument does not satisfy {3} in '{1}'. The return value of method '{2}' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.</summary>
        internal static string @DynamicallyAccessedMembersMismatchMethodReturnTypeTargetsGenericParameterMessage => GetResourceString("DynamicallyAccessedMembersMismatchMethodReturnTypeTargetsGenericParameterMessage");
        /// <summary>Target parameter argument does not satisfy 'DynamicallyAccessedMembersAttribute' in call to target method. The source field does not have matching annotations.</summary>
        internal static string @DynamicallyAccessedMembersMismatchFieldTargetsParameterTitle => GetResourceString("DynamicallyAccessedMembersMismatchFieldTargetsParameterTitle");
        /// <summary>'{0}' argument does not satisfy {3} in call to '{1}'. The field '{2}' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.</summary>
        internal static string @DynamicallyAccessedMembersMismatchFieldTargetsParameterMessage => GetResourceString("DynamicallyAccessedMembersMismatchFieldTargetsParameterMessage");
        /// <summary>Target method return value does not satisfy 'DynamicallyAccessedMembersAttribute' requirements. The source field does not have matching annotations.</summary>
        internal static string @DynamicallyAccessedMembersMismatchFieldTargetsMethodReturnTypeTitle => GetResourceString("DynamicallyAccessedMembersMismatchFieldTargetsMethodReturnTypeTitle");
        /// <summary>'{0}' method return value does not satisfy {2} requirements. The field '{1}' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.</summary>
        internal static string @DynamicallyAccessedMembersMismatchFieldTargetsMethodReturnTypeMessage => GetResourceString("DynamicallyAccessedMembersMismatchFieldTargetsMethodReturnTypeMessage");
        /// <summary>Value stored in target field does not satisfy 'DynamicallyAccessedMembersAttribute' requirements. The source field does not have matching annotations.</summary>
        internal static string @DynamicallyAccessedMembersMismatchFieldTargetsFieldTitle => GetResourceString("DynamicallyAccessedMembersMismatchFieldTargetsFieldTitle");
        /// <summary>value stored in field '{0}' does not satisfy {2} requirements. The field '{1}' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.</summary>
        internal static string @DynamicallyAccessedMembersMismatchFieldTargetsFieldMessage => GetResourceString("DynamicallyAccessedMembersMismatchFieldTargetsFieldMessage");
        /// <summary>'this' argument does not satisfy 'DynamicallyAccessedMembersAttribute' in call to target method. The source field does not have matching annotations.</summary>
        internal static string @DynamicallyAccessedMembersMismatchFieldTargetsThisParameterTitle => GetResourceString("DynamicallyAccessedMembersMismatchFieldTargetsThisParameterTitle");
        /// <summary>'this' argument does not satisfy {2} in call to '{0}'. The field '{1}' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.</summary>
        internal static string @DynamicallyAccessedMembersMismatchFieldTargetsThisParameterMessage => GetResourceString("DynamicallyAccessedMembersMismatchFieldTargetsThisParameterMessage");
        /// <summary>Target generic argument does not satisfy 'DynamicallyAccessedMembersAttribute' in target method or type. The source field does not have matching annotations.</summary>
        internal static string @DynamicallyAccessedMembersMismatchFieldTargetsGenericParameterTitle => GetResourceString("DynamicallyAccessedMembersMismatchFieldTargetsGenericParameterTitle");
        /// <summary>'{0}' generic argument does not satisfy {3} in '{1}'. The field '{2}' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.</summary>
        internal static string @DynamicallyAccessedMembersMismatchFieldTargetsGenericParameterMessage => GetResourceString("DynamicallyAccessedMembersMismatchFieldTargetsGenericParameterMessage");
        /// <summary>Target parameter argument does not satisfy 'DynamicallyAccessedMembersAttribute' in call to target method. The implicit 'this' argument of source method does not have matching annotations.</summary>
        internal static string @DynamicallyAccessedMembersMismatchThisParameterTargetsParameterTitle => GetResourceString("DynamicallyAccessedMembersMismatchThisParameterTargetsParameterTitle");
        /// <summary>'{0}' argument does not satisfy {3} in call to '{1}'. The implicit 'this' argument of method '{2}' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.</summary>
        internal static string @DynamicallyAccessedMembersMismatchThisParameterTargetsParameterMessage => GetResourceString("DynamicallyAccessedMembersMismatchThisParameterTargetsParameterMessage");
        /// <summary>Target method return value does not satisfy 'DynamicallyAccessedMembersAttribute' requirements. The implicit 'this' argument of source method does not have matching annotations.</summary>
        internal static string @DynamicallyAccessedMembersMismatchThisParameterTargetsMethodReturnTypeTitle => GetResourceString("DynamicallyAccessedMembersMismatchThisParameterTargetsMethodReturnTypeTitle");
        /// <summary>'{0}' method return value does not satisfy {2} requirements. The implicit 'this' argument of method '{1}' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assign ...</summary>
        internal static string @DynamicallyAccessedMembersMismatchThisParameterTargetsMethodReturnTypeMessage => GetResourceString("DynamicallyAccessedMembersMismatchThisParameterTargetsMethodReturnTypeMessage");
        /// <summary>Value stored in target field does not satisfy 'DynamicallyAccessedMembersAttribute' requirements. The implicit 'this' argument of source method does not have matching annotations.</summary>
        internal static string @DynamicallyAccessedMembersMismatchThisParameterTargetsFieldTitle => GetResourceString("DynamicallyAccessedMembersMismatchThisParameterTargetsFieldTitle");
        /// <summary>value stored in field '{0}' does not satisfy {2} requirements. The implicit 'this' argument of method '{1}' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assi ...</summary>
        internal static string @DynamicallyAccessedMembersMismatchThisParameterTargetsFieldMessage => GetResourceString("DynamicallyAccessedMembersMismatchThisParameterTargetsFieldMessage");
        /// <summary>'this' argument does not satisfy 'DynamicallyAccessedMembersAttribute' in call to target method. The implicit 'this' argument of source method does not have matching annotations.</summary>
        internal static string @DynamicallyAccessedMembersMismatchThisParameterTargetsThisParameterTitle => GetResourceString("DynamicallyAccessedMembersMismatchThisParameterTargetsThisParameterTitle");
        /// <summary>'this' argument does not satisfy {2} in call to '{0}'. The implicit 'this' argument of method '{1}' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.</summary>
        internal static string @DynamicallyAccessedMembersMismatchThisParameterTargetsThisParameterMessage => GetResourceString("DynamicallyAccessedMembersMismatchThisParameterTargetsThisParameterMessage");
        /// <summary>Target generic argument does not satisfy 'DynamicallyAccessedMembersAttribute' in target method or type. The implicit 'this' argument of source method does not have matching annotations.</summary>
        internal static string @DynamicallyAccessedMembersMismatchThisParameterTargetsGenericParameterTitle => GetResourceString("DynamicallyAccessedMembersMismatchThisParameterTargetsGenericParameterTitle");
        /// <summary>'{0}' generic argument does not satisfy {3} in '{1}'. The implicit 'this' argument of method '{2}' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.</summary>
        internal static string @DynamicallyAccessedMembersMismatchThisParameterTargetsGenericParameterMessage => GetResourceString("DynamicallyAccessedMembersMismatchThisParameterTargetsGenericParameterMessage");
        /// <summary>Target parameter argument does not satisfy 'DynamicallyAccessedMembersAttribute' in call to target method. The generic parameter of the source method or type does not have matching annotations.</summary>
        internal static string @DynamicallyAccessedMembersMismatchTypeArgumentTargetsParameterTitle => GetResourceString("DynamicallyAccessedMembersMismatchTypeArgumentTargetsParameterTitle");
        /// <summary>'{0}' argument does not satisfy {4} in call to '{1}'. The generic parameter '{2}' of '{3}' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.</summary>
        internal static string @DynamicallyAccessedMembersMismatchTypeArgumentTargetsParameterMessage => GetResourceString("DynamicallyAccessedMembersMismatchTypeArgumentTargetsParameterMessage");
        /// <summary>Target method return value does not satisfy 'DynamicallyAccessedMembersAttribute' requirements. The generic parameter of the source method or type does not have matching annotations.</summary>
        internal static string @DynamicallyAccessedMembersMismatchTypeArgumentTargetsMethodReturnTypeTitle => GetResourceString("DynamicallyAccessedMembersMismatchTypeArgumentTargetsMethodReturnTypeTitle");
        /// <summary>'{0}' method return value does not satisfy {3} requirements. The generic parameter '{1}' of '{2}' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.</summary>
        internal static string @DynamicallyAccessedMembersMismatchTypeArgumentTargetsMethodReturnTypeMessage => GetResourceString("DynamicallyAccessedMembersMismatchTypeArgumentTargetsMethodReturnTypeMessage");
        /// <summary>Value stored in target field does not satisfy 'DynamicallyAccessedMembersAttribute' requirements. The generic parameter of the source method or type does not have matching annotations.</summary>
        internal static string @DynamicallyAccessedMembersMismatchTypeArgumentTargetsFieldTitle => GetResourceString("DynamicallyAccessedMembersMismatchTypeArgumentTargetsFieldTitle");
        /// <summary>value stored in field '{0}' does not satisfy {3} requirements. The generic parameter '{1}' of '{2}' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.</summary>
        internal static string @DynamicallyAccessedMembersMismatchTypeArgumentTargetsFieldMessage => GetResourceString("DynamicallyAccessedMembersMismatchTypeArgumentTargetsFieldMessage");
        /// <summary>'this' argument does not satisfy 'DynamicallyAccessedMembersAttribute' in call to target method. The generic parameter of the source method or type does not have matching annotations.</summary>
        internal static string @DynamicallyAccessedMembersMismatchTypeArgumentTargetsThisParameterTitle => GetResourceString("DynamicallyAccessedMembersMismatchTypeArgumentTargetsThisParameterTitle");
        /// <summary>'this' argument does not satisfy {3} in call to '{0}'. The generic parameter '{1}' of '{2}' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.</summary>
        internal static string @DynamicallyAccessedMembersMismatchTypeArgumentTargetsThisParameterMessage => GetResourceString("DynamicallyAccessedMembersMismatchTypeArgumentTargetsThisParameterMessage");
        /// <summary>Target generic argument does not satisfy 'DynamicallyAccessedMembersAttribute' in target method or type. The generic parameter of the source method or type does not have matching annotations.</summary>
        internal static string @DynamicallyAccessedMembersMismatchTypeArgumentTargetsGenericParameterTitle => GetResourceString("DynamicallyAccessedMembersMismatchTypeArgumentTargetsGenericParameterTitle");
        /// <summary>'{0}' generic argument does not satisfy {4} in '{1}'. The generic parameter '{2}' of '{3}' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.</summary>
        internal static string @DynamicallyAccessedMembersMismatchTypeArgumentTargetsGenericParameterMessage => GetResourceString("DynamicallyAccessedMembersMismatchTypeArgumentTargetsGenericParameterMessage");
        /// <summary>'DynamicallyAccessedMemberTypes' on the parameter of method don't match overridden parameter of method. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage.</summary>
        internal static string @DynamicallyAccessedMembersMismatchOnMethodParameterBetweenOverridesTitle => GetResourceString("DynamicallyAccessedMembersMismatchOnMethodParameterBetweenOverridesTitle");
        /// <summary>'DynamicallyAccessedMemberTypes' in 'DynamicallyAccessedMembersAttribute' on the parameter '{0}' of method '{1}' don't match overridden parameter '{2}' of method '{3}'. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage.</summary>
        internal static string @DynamicallyAccessedMembersMismatchOnMethodParameterBetweenOverridesMessage => GetResourceString("DynamicallyAccessedMembersMismatchOnMethodParameterBetweenOverridesMessage");
        /// <summary>'DynamicallyAccessedMemberTypes' on the return value of method don't match overridden return value of method. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage.</summary>
        internal static string @DynamicallyAccessedMembersMismatchOnMethodReturnValueBetweenOverridesTitle => GetResourceString("DynamicallyAccessedMembersMismatchOnMethodReturnValueBetweenOverridesTitle");
        /// <summary>'DynamicallyAccessedMemberTypes' in 'DynamicallyAccessedMembersAttribute' on the return value of method '{0}' don't match overridden return value of method '{1}'. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage.</summary>
        internal static string @DynamicallyAccessedMembersMismatchOnMethodReturnValueBetweenOverridesMessage => GetResourceString("DynamicallyAccessedMembersMismatchOnMethodReturnValueBetweenOverridesMessage");
        /// <summary>'DynamicallyAccessedMemberTypes' on the implicit 'this' parameter of method don't match overridden implicit 'this' parameter of method. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage.</summary>
        internal static string @DynamicallyAccessedMembersMismatchOnImplicitThisBetweenOverridesTitle => GetResourceString("DynamicallyAccessedMembersMismatchOnImplicitThisBetweenOverridesTitle");
        /// <summary>'DynamicallyAccessedMemberTypes' in 'DynamicallyAccessedMembersAttribute' on the implicit 'this' parameter of method '{0}' don't match overridden implicit 'this' parameter of method '{1}'. All overridden members must have the same 'DynamicallyAccessedMembe ...</summary>
        internal static string @DynamicallyAccessedMembersMismatchOnImplicitThisBetweenOverridesMessage => GetResourceString("DynamicallyAccessedMembersMismatchOnImplicitThisBetweenOverridesMessage");
        /// <summary>'DynamicallyAccessedMemberTypes' on the generic parameter of method or type don't match overridden generic parameter method or type. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage.</summary>
        internal static string @DynamicallyAccessedMembersMismatchOnGenericParameterBetweenOverridesTitle => GetResourceString("DynamicallyAccessedMembersMismatchOnGenericParameterBetweenOverridesTitle");
        /// <summary>'DynamicallyAccessedMemberTypes' in 'DynamicallyAccessedMembersAttribute' on the generic parameter '{0}' of '{1}' don't match overridden generic parameter '{2}' of '{3}'. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage ...</summary>
        internal static string @DynamicallyAccessedMembersMismatchOnGenericParameterBetweenOverridesMessage => GetResourceString("DynamicallyAccessedMembersMismatchOnGenericParameterBetweenOverridesMessage");
        /// <summary>Call to 'Type.GetType' method can perform case insensitive lookup of the type, currently trimming can not guarantee presence of all the matching types.</summary>
        internal static string @CaseInsensitiveTypeGetTypeCallIsNotSupportedTitle => GetResourceString("CaseInsensitiveTypeGetTypeCallIsNotSupportedTitle");
        /// <summary>Call to '{0}' can perform case insensitive lookup of the type, currently trimming can not guarantee presence of all the matching types.</summary>
        internal static string @CaseInsensitiveTypeGetTypeCallIsNotSupportedMessage => GetResourceString("CaseInsensitiveTypeGetTypeCallIsNotSupportedMessage");
        /// <summary>Field has 'DynamicallyAccessedMembersAttribute', but that attribute can only be applied to fields of type 'System.Type' or 'System.String'.</summary>
        internal static string @DynamicallyAccessedMembersOnFieldCanOnlyApplyToTypesOrStringsTitle => GetResourceString("DynamicallyAccessedMembersOnFieldCanOnlyApplyToTypesOrStringsTitle");
        /// <summary>Field '{0}' has 'DynamicallyAccessedMembersAttribute', but that attribute can only be applied to fields of type 'System.Type' or 'System.String'.</summary>
        internal static string @DynamicallyAccessedMembersOnFieldCanOnlyApplyToTypesOrStringsMessage => GetResourceString("DynamicallyAccessedMembersOnFieldCanOnlyApplyToTypesOrStringsMessage");
        /// <summary>Parameter of method has 'DynamicallyAccessedMembersAttribute', but that attribute can only be applied to parameters of type 'System.Type' or 'System.String'.</summary>
        internal static string @DynamicallyAccessedMembersOnMethodParameterCanOnlyApplyToTypesOrStringsTitle => GetResourceString("DynamicallyAccessedMembersOnMethodParameterCanOnlyApplyToTypesOrStringsTitle");
        /// <summary>Parameter '{0}' of method '{1}' has 'DynamicallyAccessedMembersAttribute', but that attribute can only be applied to parameters of type 'System.Type' or 'System.String'.</summary>
        internal static string @DynamicallyAccessedMembersOnMethodParameterCanOnlyApplyToTypesOrStringsMessage => GetResourceString("DynamicallyAccessedMembersOnMethodParameterCanOnlyApplyToTypesOrStringsMessage");
        /// <summary>Property has 'DynamicallyAccessedMembersAttribute', but that attribute can only be applied to properties of type 'System.Type' or 'System.String'.</summary>
        internal static string @DynamicallyAccessedMembersOnPropertyCanOnlyApplyToTypesOrStringsTitle => GetResourceString("DynamicallyAccessedMembersOnPropertyCanOnlyApplyToTypesOrStringsTitle");
        /// <summary>Property '{0}' has 'DynamicallyAccessedMembersAttribute', but that attribute can only be applied to properties of type 'System.Type' or 'System.String'.</summary>
        internal static string @DynamicallyAccessedMembersOnPropertyCanOnlyApplyToTypesOrStringsMessage => GetResourceString("DynamicallyAccessedMembersOnPropertyCanOnlyApplyToTypesOrStringsMessage");
        /// <summary>XML contains unsupported wildcard for assembly 'fullname' attribute.</summary>
        internal static string @XmlUnsuportedWildcardTitle => GetResourceString("XmlUnsuportedWildcardTitle");
        /// <summary>XML contains unsupported wildcard for assembly 'fullname' attribute.</summary>
        internal static string @XmlUnsuportedWildcardMessage => GetResourceString("XmlUnsuportedWildcardMessage");
        /// <summary>Embedded XML in assembly contains assembly "fullname" attribute for another assembly</summary>
        internal static string @AssemblyWithEmbeddedXmlApplyToAnotherAssemblyTitle => GetResourceString("AssemblyWithEmbeddedXmlApplyToAnotherAssemblyTitle");
        /// <summary>Embedded XML in assembly '{0}' contains assembly "fullname" attribute for another assembly '{1}'</summary>
        internal static string @AssemblyWithEmbeddedXmlApplyToAnotherAssemblyMessage => GetResourceString("AssemblyWithEmbeddedXmlApplyToAnotherAssemblyMessage");
        /// <summary>Invalid AssemblyMetadata 'IsTrimmable' attribute in assembly. Value must be "True".</summary>
        internal static string @InvalidIsTrimmableValueTitle => GetResourceString("InvalidIsTrimmableValueTitle");
        /// <summary>Invalid AssemblyMetadata("IsTrimmable", "{0}") attribute in assembly '{1}'. Value must be "True".</summary>
        internal static string @InvalidIsTrimmableValueMessage => GetResourceString("InvalidIsTrimmableValueMessage");
        /// <summary>Value passed to the parameter of method cannot be statically determined as a property accessor.</summary>
        internal static string @PropertyAccessorParameterInLinqExpressionsCannotBeStaticallyDeterminedTitle => GetResourceString("PropertyAccessorParameterInLinqExpressionsCannotBeStaticallyDeterminedTitle");
        /// <summary>Value passed to the '{0}' parameter of method '{1}' cannot be statically determined as a property accessor.</summary>
        internal static string @PropertyAccessorParameterInLinqExpressionsCannotBeStaticallyDeterminedMessage => GetResourceString("PropertyAccessorParameterInLinqExpressionsCannotBeStaticallyDeterminedMessage");
        /// <summary>Assembly produced trim warnings.</summary>
        internal static string @AssemblyProducedTrimWarningsTitle => GetResourceString("AssemblyProducedTrimWarningsTitle");
        /// <summary>Assembly '{0}' produced trim warnings. For more information see https://aka.ms/dotnet-illink/libraries</summary>
        internal static string @AssemblyProducedTrimWarningsMessage => GetResourceString("AssemblyProducedTrimWarningsMessage");
        /// <summary>Type was not found in the caller assembly nor in the base library. Type name strings used for dynamically accessing a type should be assembly qualified.</summary>
        internal static string @TypeWasNotFoundInAssemblyNorBaseLibraryTitle => GetResourceString("TypeWasNotFoundInAssemblyNorBaseLibraryTitle");
        /// <summary>Type '{0}' was not found in the caller assembly nor in the base library. Type name strings used for dynamically accessing a type should be assembly qualified.</summary>
        internal static string @TypeWasNotFoundInAssemblyNorBaseLibraryMessage => GetResourceString("TypeWasNotFoundInAssemblyNorBaseLibraryMessage");
        /// <summary>Return type of method has 'DynamicallyAccessedMembersAttribute', but that attribute can only be applied to properties of type 'System.Type' or 'System.String'.</summary>
        internal static string @DynamicallyAccessedMembersOnMethodReturnValueCanOnlyApplyToTypesOrStringsTitle => GetResourceString("DynamicallyAccessedMembersOnMethodReturnValueCanOnlyApplyToTypesOrStringsTitle");
        /// <summary>Return type of method '{0}' has 'DynamicallyAccessedMembersAttribute', but that attribute can only be applied to properties of type 'System.Type' or 'System.String'.</summary>
        internal static string @DynamicallyAccessedMembersOnMethodReturnValueCanOnlyApplyToTypesOrStringsMessage => GetResourceString("DynamicallyAccessedMembersOnMethodReturnValueCanOnlyApplyToTypesOrStringsMessage");
        /// <summary>Trimmer currently can't correctly handle if the same compiler generated state machine type is associated (via the state machine attributes) with two different methods.</summary>
        internal static string @MethodsAreAssociatedWithStateMachineTitle => GetResourceString("MethodsAreAssociatedWithStateMachineTitle");
        /// <summary>Methods '{0}' and '{1}' are both associated with state machine type '{2}'. This is currently unsupported and may lead to incorrectly reported warnings.</summary>
        internal static string @MethodsAreAssociatedWithStateMachineMessage => GetResourceString("MethodsAreAssociatedWithStateMachineMessage");
        /// <summary>Invalid scope used in 'UnconditionalSuppressMessageAttribute'. The only scopes supported on global unconditional suppressions are 'module', 'type' and 'member'.</summary>
        internal static string @InvalidScopeInUnconditionalSuppressMessageTitle => GetResourceString("InvalidScopeInUnconditionalSuppressMessageTitle");
        /// <summary>Invalid scope '{0}' used in 'UnconditionalSuppressMessageAttribute' on module '{1}' with target '{2}'.</summary>
        internal static string @InvalidScopeInUnconditionalSuppressMessageMessage => GetResourceString("InvalidScopeInUnconditionalSuppressMessageMessage");
        /// <summary>Types that derive from a base class with 'RequiresUnreferencedCodeAttribute' need to explicitly use the 'RequiresUnreferencedCodeAttribute' or suppress this warning</summary>
        internal static string @RequiresUnreferencedCodeOnBaseClassTitle => GetResourceString("RequiresUnreferencedCodeOnBaseClassTitle");
        /// <summary>Type '{0}' derives from '{1}' which has 'RequiresUnreferencedCodeAttribute'. {2}{3}</summary>
        internal static string @RequiresUnreferencedCodeOnBaseClassMessage => GetResourceString("RequiresUnreferencedCodeOnBaseClassMessage");
        /// <summary>Field with 'DynamicallyAccessedMembersAttribute' is accessed via reflection. Trimmer can't guarantee availability of the requirements of the field.</summary>
        internal static string @DynamicallyAccessedMembersFieldAccessedViaReflectionTitle => GetResourceString("DynamicallyAccessedMembersFieldAccessedViaReflectionTitle");
        /// <summary>Field '{0}' with 'DynamicallyAccessedMembersAttribute' is accessed via reflection. Trimmer can't guarantee availability of the requirements of the field.</summary>
        internal static string @DynamicallyAccessedMembersFieldAccessedViaReflectionMessage => GetResourceString("DynamicallyAccessedMembersFieldAccessedViaReflectionMessage");
        /// <summary>Method with parameters or return value with `DynamicallyAccessedMembersAttribute` is accessed via reflection. Trimmer can't guarantee availability of the requirements of the method.</summary>
        internal static string @DynamicallyAccessedMembersMethodAccessedViaReflectionTitle => GetResourceString("DynamicallyAccessedMembersMethodAccessedViaReflectionTitle");
        /// <summary>Method '{0}' with parameters or return value with `DynamicallyAccessedMembersAttribute` is accessed via reflection. Trimmer can't guarantee availability of the requirements of the method.</summary>
        internal static string @DynamicallyAccessedMembersMethodAccessedViaReflectionMessage => GetResourceString("DynamicallyAccessedMembersMethodAccessedViaReflectionMessage");
        /// <summary>'DynamicallyAccessedMembersAttribute' on a type or one of its base types references a member which requires unreferenced code.</summary>
        internal static string @DynamicallyAccessedMembersOnTypeReferencesMemberWithRequiresUnreferencedCodeTitle => GetResourceString("DynamicallyAccessedMembersOnTypeReferencesMemberWithRequiresUnreferencedCodeTitle");
        /// <summary>'DynamicallyAccessedMembersAttribute' on '{0}' or one of its base types references '{1}' which requires unreferenced code.{2}{3}</summary>
        internal static string @DynamicallyAccessedMembersOnTypeReferencesMemberWithRequiresUnreferencedCodeMessage => GetResourceString("DynamicallyAccessedMembersOnTypeReferencesMemberWithRequiresUnreferencedCodeMessage");
        /// <summary>'DynamicallyAccessedMembersAttribute' on a type or one of its base types references a member which requires unreferenced code.</summary>
        internal static string @DynamicallyAccessedMembersOnTypeReferencesMemberOnBaseWithRequiresUnreferencedCodeTitle => GetResourceString("DynamicallyAccessedMembersOnTypeReferencesMemberOnBaseWithRequiresUnreferencedCodeTitle");
        /// <summary>'DynamicallyAccessedMembersAttribute' on '{0}' or one of its base types references '{1}' which requires unreferenced code.{2}{3}</summary>
        internal static string @DynamicallyAccessedMembersOnTypeReferencesMemberOnBaseWithRequiresUnreferencedCodeMessage => GetResourceString("DynamicallyAccessedMembersOnTypeReferencesMemberOnBaseWithRequiresUnreferencedCodeMessage");
        /// <summary>'DynamicallyAccessedMembersAttribute' on a type or one of its base types references a member which has 'DynamicallyAccessedMembersAttribute' requirements.</summary>
        internal static string @DynamicallyAccessedMembersOnTypeReferencesMemberWithDynamicallyAccessedMembersTitle => GetResourceString("DynamicallyAccessedMembersOnTypeReferencesMemberWithDynamicallyAccessedMembersTitle");
        /// <summary>'DynamicallyAccessedMembersAttribute' on '{0}' or one of its base types references '{1}' which has 'DynamicallyAccessedMembersAttribute' requirements.</summary>
        internal static string @DynamicallyAccessedMembersOnTypeReferencesMemberWithDynamicallyAccessedMembersMessage => GetResourceString("DynamicallyAccessedMembersOnTypeReferencesMemberWithDynamicallyAccessedMembersMessage");
        /// <summary>'DynamicallyAccessedMembersAttribute' on a type or one of its base types references a member which has 'DynamicallyAccessedMembersAttribute' requirements.</summary>
        internal static string @DynamicallyAccessedMembersOnTypeReferencesMemberOnBaseWithDynamicallyAccessedMembersTitle => GetResourceString("DynamicallyAccessedMembersOnTypeReferencesMemberOnBaseWithDynamicallyAccessedMembersTitle");
        /// <summary>'DynamicallyAccessedMembersAttribute' on '{0}' or one of its base types references '{1}' which has 'DynamicallyAccessedMembersAttribute' requirements.</summary>
        internal static string @DynamicallyAccessedMembersOnTypeReferencesMemberOnBaseWithDynamicallyAccessedMembersMessage => GetResourceString("DynamicallyAccessedMembersOnTypeReferencesMemberOnBaseWithDynamicallyAccessedMembersMessage");
        /// <summary>The use of 'RequiresUnreferencedCodeAttribute' on static constructors is disallowed since is a method not callable by the user, is only called by the runtime. Placing the attribute directly on the static constructor will have no effect, instead use 'Requir ...</summary>
        internal static string @RequiresUnreferencedCodeOnStaticConstructorTitle => GetResourceString("RequiresUnreferencedCodeOnStaticConstructorTitle");
        /// <summary>'RequiresUnreferencedCodeAttribute' cannot be placed directly on static constructor '{0}', consider placing 'RequiresUnreferencedCodeAttribute' on the type declaration instead.</summary>
        internal static string @RequiresUnreferencedCodeOnStaticConstructorMessage => GetResourceString("RequiresUnreferencedCodeOnStaticConstructorMessage");
        /// <summary>Trimmer currently can't correctly handle if the same compiler generated lambda or local function is associated with two different methods.</summary>
        internal static string @MethodsAreAssociatedWithUserMethodTitle => GetResourceString("MethodsAreAssociatedWithUserMethodTitle");
        /// <summary>Methods '{0}' and '{1}' are both associated with lambda or local function '{2}'. This is currently unsupported and may lead to incorrectly reported warnings.</summary>
        internal static string @MethodsAreAssociatedWithUserMethodMessage => GetResourceString("MethodsAreAssociatedWithUserMethodMessage");
        /// <summary>Compiler-generated member is accessed via reflection. Trimmer can't guarantee availability of the requirements of the member.</summary>
        internal static string @CompilerGeneratedMemberAccessedViaReflectionTitle => GetResourceString("CompilerGeneratedMemberAccessedViaReflectionTitle");
        /// <summary>Compiler-generated member '{0}' is accessed via reflection. Trimmer can't guarantee availability of the requirements of the member.</summary>
        internal static string @CompilerGeneratedMemberAccessedViaReflectionMessage => GetResourceString("CompilerGeneratedMemberAccessedViaReflectionMessage");
        /// <summary>'DynamicallyAccessedMemberAttribute' on a type or one of its base types references a compiler-generated member.</summary>
        internal static string @DynamicallyAccessedMembersOnTypeReferencesCompilerGeneratedMemberTitle => GetResourceString("DynamicallyAccessedMembersOnTypeReferencesCompilerGeneratedMemberTitle");
        /// <summary>'DynamicallyAccessedMemberAttribute' on '{0}' or one of its base types references compiler-generated member '{1}'.</summary>
        internal static string @DynamicallyAccessedMembersOnTypeReferencesCompilerGeneratedMemberMessage => GetResourceString("DynamicallyAccessedMembersOnTypeReferencesCompilerGeneratedMemberMessage");
        /// <summary>'DynamicallyAccessedMemberAttribute' on a type or one of its base types references a compiler-generated member.</summary>
        internal static string @DynamicallyAccessedMembersOnTypeReferencesCompilerGeneratedMemberOnBaseTitle => GetResourceString("DynamicallyAccessedMembersOnTypeReferencesCompilerGeneratedMemberOnBaseTitle");
        /// <summary>'DynamicallyAccessedMemberAttribute' on '{0}' or one of its base types references compiler-generated member '{1}'.</summary>
        internal static string @DynamicallyAccessedMembersOnTypeReferencesCompilerGeneratedMemberOnBaseMessage => GetResourceString("DynamicallyAccessedMembersOnTypeReferencesCompilerGeneratedMemberOnBaseMessage");
        /// <summary>Avoid accessing Assembly file path when publishing as a single file</summary>
        internal static string @AvoidAssemblyLocationInSingleFileTitle => GetResourceString("AvoidAssemblyLocationInSingleFileTitle");
        /// <summary>'{0}' always returns an empty string for assemblies embedded in a single-file app. If the path to the app directory is needed, consider calling 'System.AppContext.BaseDirectory'.</summary>
        internal static string @AvoidAssemblyLocationInSingleFileMessage => GetResourceString("AvoidAssemblyLocationInSingleFileMessage");
        /// <summary>Avoid accessing Assembly file path when publishing as a single file</summary>
        internal static string @AvoidAssemblyGetFilesInSingleFileTitle => GetResourceString("AvoidAssemblyGetFilesInSingleFileTitle");
        /// <summary>'{0}' will throw for assemblies embedded in a single-file app</summary>
        internal static string @AvoidAssemblyGetFilesInSingleFileMessage => GetResourceString("AvoidAssemblyGetFilesInSingleFileMessage");
        /// <summary>Avoid calling members marked with 'RequiresAssemblyFilesAttribute' when publishing as a single-file</summary>
        internal static string @RequiresAssemblyFilesTitle => GetResourceString("RequiresAssemblyFilesTitle");
        /// <summary>Using member '{0}' which has 'RequiresAssemblyFilesAttribute' can break functionality when embedded in a single-file app.{1}{2}</summary>
        internal static string @RequiresAssemblyFilesMessage => GetResourceString("RequiresAssemblyFilesMessage");
        /// <summary>'RequiresAssemblyFilesAttribute' annotations must match across all interface implementations or overrides.</summary>
        internal static string @RequiresAssemblyFilesAttributeMismatchTitle => GetResourceString("RequiresAssemblyFilesAttributeMismatchTitle");
        /// <summary>{0}. 'RequiresAssemblyFilesAttribute' annotations must match across all interface implementations or overrides.</summary>
        internal static string @RequiresAssemblyFilesAttributeMismatchMessage => GetResourceString("RequiresAssemblyFilesAttributeMismatchMessage");
        /// <summary>Calling members annotated with 'RequiresDynamicCodeAttribute' may break functionality when AOT compiling.</summary>
        internal static string @RequiresDynamicCodeTitle => GetResourceString("RequiresDynamicCodeTitle");
        /// <summary>Using member '{0}' which has 'RequiresDynamicCodeAttribute' can break functionality when AOT compiling.{1}{2}</summary>
        internal static string @RequiresDynamicCodeMessage => GetResourceString("RequiresDynamicCodeMessage");
        /// <summary>'RequiresDynamicCodeAttribute' annotations must match across all interface implementations or overrides.</summary>
        internal static string @RequiresDynamicCodeAttributeMismatchTitle => GetResourceString("RequiresDynamicCodeAttributeMismatchTitle");
        /// <summary>{0}. 'RequiresDynamicCodeAttribute' annotations must match across all interface implementations or overrides.</summary>
        internal static string @RequiresDynamicCodeAttributeMismatchMessage => GetResourceString("RequiresDynamicCodeAttributeMismatchMessage");
        /// <summary>COM interop is not supported with full ahead of time compilation.</summary>
        internal static string @COMInteropNotSupportedInFullAOTTitle => GetResourceString("COMInteropNotSupportedInFullAOTTitle");
        /// <summary>COM interop is not supported with full ahead of time compilation.</summary>
        internal static string @COMInteropNotSupportedInFullAOTMessage => GetResourceString("COMInteropNotSupportedInFullAOTMessage");
        /// <summary>Assembly produced AOT analysis warnings.</summary>
        internal static string @AssemblyProducedAOTWarningsTitle => GetResourceString("AssemblyProducedAOTWarningsTitle");
        /// <summary>Assembly '{0}' produced AOT analysis warnings.</summary>
        internal static string @AssemblyProducedAOTWarningsMessage => GetResourceString("AssemblyProducedAOTWarningsMessage");
        /// <summary>Generic expansion to was aborted due to generic recursion. An exception will be thrown at runtime if this codepath is ever reached.</summary>
        internal static string @GenericRecursionCycleTitle => GetResourceString("GenericRecursionCycleTitle");
        /// <summary>Generic expansion to '{0}' was aborted due to generic recursion. An exception will be thrown at runtime if this codepath is ever reached. Generic recursion also negatively affects compilation speed and the size of the compilation output. It is advisable to ...</summary>
        internal static string @GenericRecursionCycleMessage => GetResourceString("GenericRecursionCycleMessage");
        /// <summary>P/invoke method declares a parameter with an abstract delegate. Correctness of interop for abstract delegates cannot be guaranteed after native compilation.</summary>
        internal static string @CorrectnessOfAbstractDelegatesCannotBeGuaranteedTitle => GetResourceString("CorrectnessOfAbstractDelegatesCannotBeGuaranteedTitle");
        /// <summary>P/invoke method '{0}' declares a parameter with an abstract delegate. Correctness of interop for abstract delegates cannot be guaranteed after native compilation: the marshalling code for the delegate might not be available. Use a non-abstract delegate typ ...</summary>
        internal static string @CorrectnessOfAbstractDelegatesCannotBeGuaranteedMessage => GetResourceString("CorrectnessOfAbstractDelegatesCannotBeGuaranteedMessage");
        /// <summary>Base member '{2}' with '{0}' has a derived member '{1}' without '{0}'</summary>
        internal static string @BaseRequiresMismatchMessage => GetResourceString("BaseRequiresMismatchMessage");
        /// <summary>Member '{1}' with '{0}' overrides base member '{2}' without '{0}'</summary>
        internal static string @DerivedRequiresMismatchMessage => GetResourceString("DerivedRequiresMismatchMessage");
        /// <summary>Member '{1}' with '{0}' implements interface member '{2}' without '{0}'</summary>
        internal static string @ImplementationRequiresMismatchMessage => GetResourceString("ImplementationRequiresMismatchMessage");
        /// <summary>Interface member '{2}' with '{0}' has an implementation member '{1}' without '{0}'</summary>
        internal static string @InterfaceRequiresMismatchMessage => GetResourceString("InterfaceRequiresMismatchMessage");
        /// <summary>Type '{0}' derives from '{1}' which has 'RequiresUnreferencedCodeAttribute'. {2}{3}</summary>
        internal static string @RequiresOnBaseClassMessage => GetResourceString("RequiresOnBaseClassMessage");
        /// <summary>Types that derive from a base class with 'RequiresUnreferencedCodeAttribute' need to explicitly use the 'RequiresUnreferencedCodeAttribute' or suppress this warning</summary>
        internal static string @RequiresOnBaseClassTitle => GetResourceString("RequiresOnBaseClassTitle");
        /// <summary>'RequiresDynamicCodeAttribute' cannot be placed directly on static constructor '{0}'.</summary>
        internal static string @RequiresDynamicCodeOnStaticConstructorMessage => GetResourceString("RequiresDynamicCodeOnStaticConstructorMessage");
        /// <summary>The use of 'RequiresDynamicCodeAttribute' on static constructors is disallowed since is a method not callable by the user, is only called by the runtime. Placing the attribute directly on the static constructor will have no effect, instead use 'RequiresUnr ...</summary>
        internal static string @RequiresDynamicCodeOnStaticConstructorTitle => GetResourceString("RequiresDynamicCodeOnStaticConstructorTitle");
        /// <summary>'RequiresAssemblyFilesAttribute' cannot be placed directly on static constructor '{0}'.</summary>
        internal static string @RequiresAssemblyFilesOnStaticConstructorMessage => GetResourceString("RequiresAssemblyFilesOnStaticConstructorMessage");
        /// <summary>The use of 'RequiresAssemblyFilesAttribute' on static constructors is disallowed since is a method not callable by the user, is only called by the runtime. Placing the attribute directly on the static constructor will have no effect, instead use 'RequiresU ...</summary>
        internal static string @RequiresAssemblyFilesOnStaticConstructorTitle => GetResourceString("RequiresAssemblyFilesOnStaticConstructorTitle");
        /// <summary>The internal attribute name '{0}' being used in the xml is not supported by ILLink, check the spelling and the supported internal attributes.</summary>
        internal static string @UnrecognizedInternalAttributeMessage => GetResourceString("UnrecognizedInternalAttributeMessage");
        /// <summary>Unrecognized internal attribute '{0}'</summary>
        internal static string @UnrecognizedInternalAttributeTitle => GetResourceString("UnrecognizedInternalAttributeTitle");
        /// <summary>The only allowed file types are Xml or Dgml.</summary>
        internal static string @InvalidDependenciesFileFormatMessage => GetResourceString("InvalidDependenciesFileFormatMessage");
        /// <summary>Unrecognized dependencies file type.</summary>
        internal static string @InvalidDependenciesFileFormatTitle => GetResourceString("InvalidDependenciesFileFormatTitle");
        /// <summary>Unused 'UnconditionalSuppressMessageAttribute' for warning '{0}'. Consider removing the unused warning suppression.</summary>
        internal static string @RedundantSuppressionMessage => GetResourceString("RedundantSuppressionMessage");
        /// <summary>Unused 'UnconditionalSuppressMessageAttribute' found. Consider removing the unused warning suppression.</summary>
        internal static string @RedundantSuppressionTitle => GetResourceString("RedundantSuppressionTitle");
        /// <summary>Return value does not match FeatureGuardAttribute '{1}'.</summary>
        internal static string @ReturnValueDoesNotMatchFeatureGuardsMessage => GetResourceString("ReturnValueDoesNotMatchFeatureGuardsMessage");
        /// <summary>Return value does not match FeatureGuard annotations of the property. The check should return false whenever any of the features referenced in the FeatureGuard annotations is disabled.</summary>
        internal static string @ReturnValueDoesNotMatchFeatureGuardsTitle => GetResourceString("ReturnValueDoesNotMatchFeatureGuardsTitle");
        /// <summary>Invalid FeatureGuardAttribute. The attribute must be placed on a static boolean property with only a 'get' accessor.</summary>
        internal static string @InvalidFeatureGuardMessage => GetResourceString("InvalidFeatureGuardMessage");
        /// <summary>Invalid FeatureGuardAttribute.</summary>
        internal static string @InvalidFeatureGuardTitle => GetResourceString("InvalidFeatureGuardTitle");
 
    }
}