From bf7f101e1e92ffeec2523980980d392aaf55909a Mon Sep 17 00:00:00 2001 From: Peter Kurlak Date: Fri, 25 Aug 2023 12:26:11 -0500 Subject: [PATCH] Rename NI1704 resources to match others --- .../Properties/Resources.Designer.cs | 498 +++++++++--------- .../Properties/Resources.resx | 42 +- .../Style/SpellingAnalyzer.cs | 59 +-- 3 files changed, 291 insertions(+), 308 deletions(-) diff --git a/src/NationalInstruments.Analyzers/Properties/Resources.Designer.cs b/src/NationalInstruments.Analyzers/Properties/Resources.Designer.cs index 5ef44e8..5c9a81a 100644 --- a/src/NationalInstruments.Analyzers/Properties/Resources.Designer.cs +++ b/src/NationalInstruments.Analyzers/Properties/Resources.Designer.cs @@ -10,8 +10,8 @@ namespace NationalInstruments.Analyzers.Properties { using System; - - + + /// /// A strongly-typed resource class, for looking up localized strings, etc. /// @@ -19,19 +19,19 @@ namespace NationalInstruments.Analyzers.Properties { // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { - + private static global::System.Resources.ResourceManager resourceMan; - + private static global::System.Globalization.CultureInfo resourceCulture; - + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal Resources() { } - + /// /// Returns the cached ResourceManager instance used by this class. /// @@ -45,7 +45,7 @@ internal Resources() { return resourceMan; } } - + /// /// Overrides the current thread's CurrentUICulture property for all /// resource lookups using this strongly typed resource class. @@ -59,187 +59,7 @@ internal Resources() { resourceCulture = value; } } - - /// - /// Looks up a localized string similar to The name of an externally visible identifier contains one or more words that are not recognized by the Microsoft spelling checker library.. - /// - internal static string IdentifiersShouldBeSpelledCorrectlyDescription { - get { - return ResourceManager.GetString("IdentifiersShouldBeSpelledCorrectlyDescription", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Error parsing dictionary '{0}': {1}. - /// - internal static string IdentifiersShouldBeSpelledCorrectlyFileParse { - get { - return ResourceManager.GetString("IdentifiersShouldBeSpelledCorrectlyFileParse", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Correct the spelling of '{0}' in assembly name {1}. - /// - internal static string IdentifiersShouldBeSpelledCorrectlyMessageAssembly { - get { - return ResourceManager.GetString("IdentifiersShouldBeSpelledCorrectlyMessageAssembly", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Consider providing a more meaningful name than assembly name {0}. - /// - internal static string IdentifiersShouldBeSpelledCorrectlyMessageAssemblyMoreMeaningfulName { - get { - return ResourceManager.GetString("IdentifiersShouldBeSpelledCorrectlyMessageAssemblyMoreMeaningfulName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to In delegate {0}, correct the spelling of '{1}' in parameter name {2}. - /// - internal static string IdentifiersShouldBeSpelledCorrectlyMessageDelegateParameter { - get { - return ResourceManager.GetString("IdentifiersShouldBeSpelledCorrectlyMessageDelegateParameter", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to In delegate {0}, consider providing a more meaningful name than parameter name {1}. - /// - internal static string IdentifiersShouldBeSpelledCorrectlyMessageDelegateParameterMoreMeaningfulName { - get { - return ResourceManager.GetString("IdentifiersShouldBeSpelledCorrectlyMessageDelegateParameterMoreMeaningfulName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Correct the spelling of '{0}' in member name {1}. - /// - internal static string IdentifiersShouldBeSpelledCorrectlyMessageMember { - get { - return ResourceManager.GetString("IdentifiersShouldBeSpelledCorrectlyMessageMember", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Consider providing a more meaningful name than member name {0}. - /// - internal static string IdentifiersShouldBeSpelledCorrectlyMessageMemberMoreMeaningfulName { - get { - return ResourceManager.GetString("IdentifiersShouldBeSpelledCorrectlyMessageMemberMoreMeaningfulName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to In method {0}, correct the spelling of '{1}' in parameter name {2}. - /// - internal static string IdentifiersShouldBeSpelledCorrectlyMessageMemberParameter { - get { - return ResourceManager.GetString("IdentifiersShouldBeSpelledCorrectlyMessageMemberParameter", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to In method {0}, consider providing a more meaningful name than parameter name {1}. - /// - internal static string IdentifiersShouldBeSpelledCorrectlyMessageMemberParameterMoreMeaningfulName { - get { - return ResourceManager.GetString("IdentifiersShouldBeSpelledCorrectlyMessageMemberParameterMoreMeaningfulName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to On method {0}, correct the spelling of '{1}' in generic type parameter name {2}. - /// - internal static string IdentifiersShouldBeSpelledCorrectlyMessageMethodTypeParameter { - get { - return ResourceManager.GetString("IdentifiersShouldBeSpelledCorrectlyMessageMethodTypeParameter", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to On method {0}, consider providing a more meaningful name than generic type parameter name {1}. - /// - internal static string IdentifiersShouldBeSpelledCorrectlyMessageMethodTypeParameterMoreMeaningfulName { - get { - return ResourceManager.GetString("IdentifiersShouldBeSpelledCorrectlyMessageMethodTypeParameterMoreMeaningfulName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Correct the spelling of '{0}' in namespace name '{1}'. - /// - internal static string IdentifiersShouldBeSpelledCorrectlyMessageNamespace { - get { - return ResourceManager.GetString("IdentifiersShouldBeSpelledCorrectlyMessageNamespace", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Consider providing a more meaningful name than namespace name '{0}'. - /// - internal static string IdentifiersShouldBeSpelledCorrectlyMessageNamespaceMoreMeaningfulName { - get { - return ResourceManager.GetString("IdentifiersShouldBeSpelledCorrectlyMessageNamespaceMoreMeaningfulName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Correct the spelling of '{0}' in type name {1}. - /// - internal static string IdentifiersShouldBeSpelledCorrectlyMessageType { - get { - return ResourceManager.GetString("IdentifiersShouldBeSpelledCorrectlyMessageType", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Consider providing a more meaningful name than type name {0}. - /// - internal static string IdentifiersShouldBeSpelledCorrectlyMessageTypeMoreMeaningfulName { - get { - return ResourceManager.GetString("IdentifiersShouldBeSpelledCorrectlyMessageTypeMoreMeaningfulName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to On type {0}, correct the spelling of '{1}' in generic type parameter name {2}. - /// - internal static string IdentifiersShouldBeSpelledCorrectlyMessageTypeTypeParameter { - get { - return ResourceManager.GetString("IdentifiersShouldBeSpelledCorrectlyMessageTypeTypeParameter", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to On type {0}, consider providing a more meaningful name than generic type parameter name {1}. - /// - internal static string IdentifiersShouldBeSpelledCorrectlyMessageTypeTypeParameterMoreMeaningfulName { - get { - return ResourceManager.GetString("IdentifiersShouldBeSpelledCorrectlyMessageTypeTypeParameterMoreMeaningfulName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Correct the spelling of '{0}' in variable name {1}. - /// - internal static string IdentifiersShouldBeSpelledCorrectlyMessageVariable { - get { - return ResourceManager.GetString("IdentifiersShouldBeSpelledCorrectlyMessageVariable", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Identifiers should be spelled correctly. - /// - internal static string IdentifiersShouldBeSpelledCorrectlyTitle { - get { - return ResourceManager.GetString("IdentifiersShouldBeSpelledCorrectlyTitle", resourceCulture); - } - } - + /// /// Looks up a localized string similar to All restricted types should be defined under 'NationalInstruments.Restricted'.. /// @@ -248,7 +68,7 @@ internal static string LRN001_Description { return ResourceManager.GetString("LRN001_Description", resourceCulture); } } - + /// /// Looks up a localized string similar to The namespace '{0}' should be renamed to 'NationalInstruments.Restricted'. /// @@ -257,7 +77,7 @@ internal static string LRN001_Message { return ResourceManager.GetString("LRN001_Message", resourceCulture); } } - + /// /// Looks up a localized string similar to There is only one restricted namespace. /// @@ -266,7 +86,7 @@ internal static string LRN001_Title { return ResourceManager.GetString("LRN001_Title", resourceCulture); } } - + /// /// Looks up a localized string similar to All types should be in the 'NationalInstruments' namespace.. /// @@ -275,7 +95,7 @@ internal static string LRT001_Description { return ResourceManager.GetString("LRT001_Description", resourceCulture); } } - + /// /// Looks up a localized string similar to Type '{0}' is not in the 'NationalInstruments' namespace. /// @@ -284,7 +104,7 @@ internal static string LRT001_Message { return ResourceManager.GetString("LRT001_Message", resourceCulture); } } - + /// /// Looks up a localized string similar to All types are in 'NationalInstruments' namespace. /// @@ -293,7 +113,7 @@ internal static string LRT001_Title { return ResourceManager.GetString("LRT001_Title", resourceCulture); } } - + /// /// Looks up a localized string similar to To enable fully backwards-compatible database migrations in EntityFramework, all columns in the DB should be nullable. This means DbSet cannot use value types (unless they are marked as [NotMapped]) or types that implement IEnumerable<T> (we don't know how they'll be handled).. /// @@ -302,7 +122,7 @@ internal static string NI0017_Description { return ResourceManager.GetString("NI0017_Description", resourceCulture); } } - + /// /// Looks up a localized string similar to DbSet uses an IEnumerable that we don't know how EntityFramework will handle: {0} for {1} in {2}. /// @@ -311,7 +131,7 @@ internal static string NI0017_Diagnostic_IEnumerable { return ResourceManager.GetString("NI0017_Diagnostic_IEnumerable", resourceCulture); } } - + /// /// Looks up a localized string similar to DbSet creates non-nullable columns: {0} for {1} in {2} is a value type. /// @@ -320,7 +140,7 @@ internal static string NI0017_Diagnostic_ValueType { return ResourceManager.GetString("NI0017_Diagnostic_ValueType", resourceCulture); } } - + /// /// Looks up a localized string similar to Database columns should be nullable. /// @@ -329,7 +149,7 @@ internal static string NI0017_Title { return ResourceManager.GetString("NI0017_Title", resourceCulture); } } - + /// /// Looks up a localized string similar to Private field '{0}' must begin with an underscore and be camel-cased. /// @@ -338,7 +158,7 @@ internal static string NI1001_Message { return ResourceManager.GetString("NI1001_Message", resourceCulture); } } - + /// /// Looks up a localized string similar to Private, mutable fields must begin with underscore and be camel-cased. /// @@ -347,7 +167,7 @@ internal static string NI1001_Title { return ResourceManager.GetString("NI1001_Title", resourceCulture); } } - + /// /// Looks up a localized string similar to Attribute '{0}' with Scope '{1}' in file '{2}' is missing a Target value.. /// @@ -356,7 +176,7 @@ internal static string NI1004_AttributeMissingTarget_Message { return ResourceManager.GetString("NI1004_AttributeMissingTarget_Message", resourceCulture); } } - + /// /// Looks up a localized string similar to Rather than using string literals, use a string resource (.resx), unless this string will never be displayed to users.. /// @@ -365,7 +185,7 @@ internal static string NI1004_Description { return ResourceManager.GetString("NI1004_Description", resourceCulture); } } - + /// /// Looks up a localized string similar to Use a string resource in a .resx file instead of string literal '{0}'. /// @@ -374,7 +194,7 @@ internal static string NI1004_Message { return ResourceManager.GetString("NI1004_Message", resourceCulture); } } - + /// /// Looks up a localized string similar to Do not use string literals in code. /// @@ -383,7 +203,7 @@ internal static string NI1004_Title { return ResourceManager.GetString("NI1004_Title", resourceCulture); } } - + /// /// Looks up a localized string similar to IWeakEventListener.ReceiveWeakEvents() must return true.. /// @@ -392,7 +212,7 @@ internal static string NI1005_Description { return ResourceManager.GetString("NI1005_Description", resourceCulture); } } - + /// /// Looks up a localized string similar to IWeakEventListener.ReceiveWeakEvents() must return true. /// @@ -401,7 +221,7 @@ internal static string NI1005_Message { return ResourceManager.GetString("NI1005_Message", resourceCulture); } } - + /// /// Looks up a localized string similar to Do not return false from IWeakEventListener.ReceiveWeakEvents(). /// @@ -410,7 +230,7 @@ internal static string NI1005_Title { return ResourceManager.GetString("NI1005_Title", resourceCulture); } } - + /// /// Looks up a localized string similar to Alternative: {0}. /// @@ -419,7 +239,7 @@ internal static string NI1006_AdditionalInfo_Alternative { return ResourceManager.GetString("NI1006_AdditionalInfo_Alternative", resourceCulture); } } - + /// /// Looks up a localized string similar to Banned in this assembly.. /// @@ -428,7 +248,7 @@ internal static string NI1006_AdditionalInfo_BannedInThisAssembly { return ResourceManager.GetString("NI1006_AdditionalInfo_BannedInThisAssembly", resourceCulture); } } - + /// /// Looks up a localized string similar to Justification: {0}. /// @@ -437,7 +257,7 @@ internal static string NI1006_AdditionalInfo_Justification { return ResourceManager.GetString("NI1006_AdditionalInfo_Justification", resourceCulture); } } - + /// /// Looks up a localized string similar to These methods have been banned from NG code. Contact an architect for explanation.. /// @@ -446,7 +266,7 @@ internal static string NI1006_Description { return ResourceManager.GetString("NI1006_Description", resourceCulture); } } - + /// /// Looks up a localized string similar to Replace '{0}' with a non-banned method or get permission to suppress this rule.{1} See http://nitalk.natinst.com/docs/DOC-153475 for more information. /// @@ -455,7 +275,7 @@ internal static string NI1006_Message { return ResourceManager.GetString("NI1006_Message", resourceCulture); } } - + /// /// Looks up a localized string similar to Do not use banned methods. /// @@ -464,7 +284,7 @@ internal static string NI1006_Title { return ResourceManager.GetString("NI1006_Title", resourceCulture); } } - + /// /// Looks up a localized string similar to Test classes must ultimately inherit from 'AutoTest'.. /// @@ -473,7 +293,7 @@ internal static string NI1007_Description { return ResourceManager.GetString("NI1007_Description", resourceCulture); } } - + /// /// Looks up a localized string similar to Test class '{0}' must ultimately derive from 'NationalInstruments.Core.TestUtilities.AutoTest'. /// @@ -482,7 +302,7 @@ internal static string NI1007_Message { return ResourceManager.GetString("NI1007_Message", resourceCulture); } } - + /// /// Looks up a localized string similar to Test classes must ultimately inherit from 'AutoTest'. /// @@ -491,7 +311,7 @@ internal static string NI1007_Title { return ResourceManager.GetString("NI1007_Title", resourceCulture); } } - + /// /// Looks up a localized string similar to Released APIs are monitored for backwards compatibility.. /// @@ -500,7 +320,7 @@ internal static string NI1008_Description { return ResourceManager.GetString("NI1008_Description", resourceCulture); } } - + /// /// Looks up a localized string similar to {0}. /// @@ -509,7 +329,7 @@ internal static string NI1008_Message { return ResourceManager.GetString("NI1008_Message", resourceCulture); } } - + /// /// Looks up a localized string similar to Do not break backwards compatibility of released APIs. /// @@ -518,7 +338,7 @@ internal static string NI1008_Title { return ResourceManager.GetString("NI1008_Title", resourceCulture); } } - + /// /// Looks up a localized string similar to Internal members/types need to be have the VisibleInternalAttribute to be accessible.. /// @@ -527,7 +347,7 @@ internal static string NI1009_Description { return ResourceManager.GetString("NI1009_Description", resourceCulture); } } - + /// /// Looks up a localized string similar to Cannot access internal member/type '{0}' without VisibleInternalAttribute. /// @@ -536,7 +356,7 @@ internal static string NI1009_Message { return ResourceManager.GetString("NI1009_Message", resourceCulture); } } - + /// /// Looks up a localized string similar to Inaccessible internal member/type. /// @@ -545,7 +365,7 @@ internal static string NI1009_Title { return ResourceManager.GetString("NI1009_Title", resourceCulture); } } - + /// /// Looks up a localized string similar to Await call while holding a model lock or inside a transaction. This can lead to hard-to-diagnose hangs and intermittent test failures. If you have questions, contact the Platform Framework team.. /// @@ -554,7 +374,7 @@ internal static string NI1015_Description { return ResourceManager.GetString("NI1015_Description", resourceCulture); } } - + /// /// Looks up a localized string similar to Await call while holding a model lock or inside a transaction. /// @@ -563,7 +383,7 @@ internal static string NI1015_Message { return ResourceManager.GetString("NI1015_Message", resourceCulture); } } - + /// /// Looks up a localized string similar to Await while holding a model lock or inside a transaction. /// @@ -572,7 +392,7 @@ internal static string NI1015_Title { return ResourceManager.GetString("NI1015_Title", resourceCulture); } } - + /// /// Looks up a localized string similar to Do not lock directly on PrivateMemberLock. This will not get the desired behavior of asserting if other locks are token. Instead, call Acquire().. /// @@ -581,7 +401,7 @@ internal static string NI1016_Description { return ResourceManager.GetString("NI1016_Description", resourceCulture); } } - + /// /// Looks up a localized string similar to Do not lock directly on PrivateMemberLock - instead, call Acquire(). /// @@ -590,7 +410,7 @@ internal static string NI1016_Message { return ResourceManager.GetString("NI1016_Message", resourceCulture); } } - + /// /// Looks up a localized string similar to Do not lock directly on PrivateMemberLock. /// @@ -599,7 +419,7 @@ internal static string NI1016_Title { return ResourceManager.GetString("NI1016_Title", resourceCulture); } } - + /// /// Looks up a localized string similar to If you invoke a chain of methods with lambda expressions in a single line, split each invocation (except the first one) onto its own line.. /// @@ -608,7 +428,7 @@ internal static string NI1017_Description { return ResourceManager.GetString("NI1017_Description", resourceCulture); } } - + /// /// Looks up a localized string similar to Split chains of dotted method invocations with lambdas. Use well-named local variables if needed.. /// @@ -617,7 +437,7 @@ internal static string NI1017_Message { return ResourceManager.GetString("NI1017_Message", resourceCulture); } } - + /// /// Looks up a localized string similar to Split chains of dotted method invocations with lambdas. /// @@ -626,7 +446,7 @@ internal static string NI1017_Title { return ResourceManager.GetString("NI1017_Title", resourceCulture); } } - + /// /// Looks up a localized string similar to Do not use LINQ query syntax; use method syntax instead.. /// @@ -635,7 +455,7 @@ internal static string NI1018_Message { return ResourceManager.GetString("NI1018_Message", resourceCulture); } } - + /// /// Looks up a localized string similar to Do not use LINQ query syntax.. /// @@ -644,7 +464,187 @@ internal static string NI1018_Title { return ResourceManager.GetString("NI1018_Title", resourceCulture); } } - + + /// + /// Looks up a localized string similar to Correct the spelling of '{0}' in assembly name {1}. + /// + internal static string NI1704_Assembly_Message { + get { + return ResourceManager.GetString("NI1704_Assembly_Message", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Consider providing a more meaningful name than assembly name {0}. + /// + internal static string NI1704_AssemblyMoreMeaningful_Message { + get { + return ResourceManager.GetString("NI1704_AssemblyMoreMeaningful_Message", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to In delegate {0}, correct the spelling of '{1}' in parameter name {2}. + /// + internal static string NI1704_DelegateParameter_Message { + get { + return ResourceManager.GetString("NI1704_DelegateParameter_Message", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to In delegate {0}, consider providing a more meaningful name than parameter name {1}. + /// + internal static string NI1704_DelegateParameterMoreMeaningful_Message { + get { + return ResourceManager.GetString("NI1704_DelegateParameterMoreMeaningful_Message", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to The name of an externally visible identifier contains one or more words that are not recognized by the Microsoft spelling checker library.. + /// + internal static string NI1704_Description { + get { + return ResourceManager.GetString("NI1704_Description", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Error parsing dictionary '{0}': {1}. + /// + internal static string NI1704_DictionaryParseError_Message { + get { + return ResourceManager.GetString("NI1704_DictionaryParseError_Message", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Correct the spelling of '{0}' in member name {1}. + /// + internal static string NI1704_Member_Message { + get { + return ResourceManager.GetString("NI1704_Member_Message", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Consider providing a more meaningful name than member name {0}. + /// + internal static string NI1704_MemberMoreMeaningful_Message { + get { + return ResourceManager.GetString("NI1704_MemberMoreMeaningful_Message", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to In method {0}, correct the spelling of '{1}' in parameter name {2}. + /// + internal static string NI1704_MemberParameter_Message { + get { + return ResourceManager.GetString("NI1704_MemberParameter_Message", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to In method {0}, consider providing a more meaningful name than parameter name {1}. + /// + internal static string NI1704_MemberParameterMoreMeaningful_Message { + get { + return ResourceManager.GetString("NI1704_MemberParameterMoreMeaningful_Message", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to On method {0}, correct the spelling of '{1}' in generic type parameter name {2}. + /// + internal static string NI1704_MethodTypeParameter_Message { + get { + return ResourceManager.GetString("NI1704_MethodTypeParameter_Message", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to On method {0}, consider providing a more meaningful name than generic type parameter name {1}. + /// + internal static string NI1704_MethodTypeParameterMoreMeaningful_Message { + get { + return ResourceManager.GetString("NI1704_MethodTypeParameterMoreMeaningful_Message", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Correct the spelling of '{0}' in namespace name '{1}'. + /// + internal static string NI1704_Namespace_Message { + get { + return ResourceManager.GetString("NI1704_Namespace_Message", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Consider providing a more meaningful name than namespace name '{0}'. + /// + internal static string NI1704_NamespaceMoreMeaningful_Message { + get { + return ResourceManager.GetString("NI1704_NamespaceMoreMeaningful_Message", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Identifiers should be spelled correctly. + /// + internal static string NI1704_Title { + get { + return ResourceManager.GetString("NI1704_Title", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Correct the spelling of '{0}' in type name {1}. + /// + internal static string NI1704_Type_Message { + get { + return ResourceManager.GetString("NI1704_Type_Message", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Consider providing a more meaningful name than type name {0}. + /// + internal static string NI1704_TypeMoreMeaningful_Message { + get { + return ResourceManager.GetString("NI1704_TypeMoreMeaningful_Message", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to On type {0}, correct the spelling of '{1}' in generic type parameter name {2}. + /// + internal static string NI1704_TypeTypeParameter_Message { + get { + return ResourceManager.GetString("NI1704_TypeTypeParameter_Message", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to On type {0}, consider providing a more meaningful name than generic type parameter name {1}. + /// + internal static string NI1704_TypeTypeParameterMoreMeaningful_Message { + get { + return ResourceManager.GetString("NI1704_TypeTypeParameterMoreMeaningful_Message", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Correct the spelling of '{0}' in variable name {1}. + /// + internal static string NI1704_Variable_Message { + get { + return ResourceManager.GetString("NI1704_Variable_Message", resourceCulture); + } + } + /// /// Looks up a localized string similar to Add this namespace to {0}. /// @@ -653,7 +653,7 @@ internal static string NI1800_CodeFixTitleFormat { return ResourceManager.GetString("NI1800_CodeFixTitleFormat", resourceCulture); } } - + /// /// Looks up a localized string similar to This is not an approved namespace. If this namespace is valid, please add it to the approved namespaces list.. /// @@ -662,7 +662,7 @@ internal static string NI1800_Description { return ResourceManager.GetString("NI1800_Description", resourceCulture); } } - + /// /// Looks up a localized string similar to Error reading approved namespaces file. /// @@ -671,7 +671,7 @@ internal static string NI1800_FileReadErrorMessage { return ResourceManager.GetString("NI1800_FileReadErrorMessage", resourceCulture); } } - + /// /// Looks up a localized string similar to Error reading file. /// @@ -680,7 +680,7 @@ internal static string NI1800_FileReadErrorTitle { return ResourceManager.GetString("NI1800_FileReadErrorTitle", resourceCulture); } } - + /// /// Looks up a localized string similar to {0} is not an approved namespace. If this namespace is valid, please add it to the approved namespaces list - {1}.. /// @@ -689,7 +689,7 @@ internal static string NI1800_Message { return ResourceManager.GetString("NI1800_Message", resourceCulture); } } - + /// /// Looks up a localized string similar to No namespace approval files were found. /// @@ -698,7 +698,7 @@ internal static string NI1800_MissingApprovalFilesErrorMessage { return ResourceManager.GetString("NI1800_MissingApprovalFilesErrorMessage", resourceCulture); } } - + /// /// Looks up a localized string similar to Missing namespace approval files. /// @@ -707,7 +707,7 @@ internal static string NI1800_MissingApprovalFilesErrorTitle { return ResourceManager.GetString("NI1800_MissingApprovalFilesErrorTitle", resourceCulture); } } - + /// /// Looks up a localized string similar to {0}. /// @@ -716,7 +716,7 @@ internal static string NI1800_ParseError_Message { return ResourceManager.GetString("NI1800_ParseError_Message", resourceCulture); } } - + /// /// Looks up a localized string similar to This is not an approved test namespace. If this namespace is valid, please add it to the approved namespaces list.. /// @@ -725,7 +725,7 @@ internal static string NI1800_TestDescription { return ResourceManager.GetString("NI1800_TestDescription", resourceCulture); } } - + /// /// Looks up a localized string similar to {0} is not an approved test namespace. If this namespace is valid, please add it to the approved namespaces list - {1}.. /// @@ -734,7 +734,7 @@ internal static string NI1800_TestMessage { return ResourceManager.GetString("NI1800_TestMessage", resourceCulture); } } - + /// /// Looks up a localized string similar to Not an approved test namespace. /// @@ -743,7 +743,7 @@ internal static string NI1800_TestTitle { return ResourceManager.GetString("NI1800_TestTitle", resourceCulture); } } - + /// /// Looks up a localized string similar to Not an approved namespace. /// @@ -752,7 +752,7 @@ internal static string NI1800_Title { return ResourceManager.GetString("NI1800_Title", resourceCulture); } } - + /// /// Looks up a localized string similar to Type derived from Disposable must not contain a finalizer.. /// @@ -761,7 +761,7 @@ internal static string NI1816X_Description { return ResourceManager.GetString("NI1816X_Description", resourceCulture); } } - + /// /// Looks up a localized string similar to Type name {0} must remove its finalizer. /// @@ -770,7 +770,7 @@ internal static string NI1816X_MessageFormat { return ResourceManager.GetString("NI1816X_MessageFormat", resourceCulture); } } - + /// /// Looks up a localized string similar to Disposable should not have finalizer. /// @@ -779,7 +779,7 @@ internal static string NI1816X_Title { return ResourceManager.GetString("NI1816X_Title", resourceCulture); } } - + /// /// Looks up a localized string similar to {0}. /// diff --git a/src/NationalInstruments.Analyzers/Properties/Resources.resx b/src/NationalInstruments.Analyzers/Properties/Resources.resx index 134a966..26aed1c 100644 --- a/src/NationalInstruments.Analyzers/Properties/Resources.resx +++ b/src/NationalInstruments.Analyzers/Properties/Resources.resx @@ -1,4 +1,4 @@ - +