//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace PersistenceCodeFix { using System; using System.Reflection; /// /// A strongly-typed resource class, for looking up localized strings, etc. /// // This class was auto-generated by the StronglyTypedResourceBuilder // 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", "15.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. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Resources.ResourceManager ResourceManager { get { if (object.ReferenceEquals(resourceMan, null)) { global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("PersistenceCodeFix.Resources", typeof(Resources).GetTypeInfo().Assembly); resourceMan = temp; } return resourceMan; } } /// /// Overrides the current thread's CurrentUICulture property for all /// resource lookups using this strongly typed resource class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } /// /// Looks up a localized string similar to All StorableTypes should have a storable constructor. /// internal static string MissingStorableConstructorAnalyzerDescription { get { return ResourceManager.GetString("MissingStorableConstructorAnalyzerDescription", resourceCulture); } } /// /// Looks up a localized string similar to Type '{0}' has no storable constructor. /// internal static string MissingStorableConstructorAnalyzerMessageFormat { get { return ResourceManager.GetString("MissingStorableConstructorAnalyzerMessageFormat", resourceCulture); } } /// /// Looks up a localized string similar to Missing storable constructor. /// internal static string MissingStorableConstructorAnalyzerTitle { get { return ResourceManager.GetString("MissingStorableConstructorAnalyzerTitle", resourceCulture); } } /// /// Looks up a localized string similar to All types should be marked with a StorableType attribute. /// internal static string MissingStorableTypeAnalyzerDescription { get { return ResourceManager.GetString("MissingStorableTypeAnalyzerDescription", resourceCulture); } } /// /// Looks up a localized string similar to Type '{0}' is not marked as StorableType. /// internal static string MissingStorableTypeAnalyzerMessageFormat { get { return ResourceManager.GetString("MissingStorableTypeAnalyzerMessageFormat", resourceCulture); } } /// /// Looks up a localized string similar to Missing StorableType attribute. /// internal static string MissingStorableTypeAnalyzerTitle { get { return ResourceManager.GetString("MissingStorableTypeAnalyzerTitle", resourceCulture); } } /// /// Looks up a localized string similar to The StorableClass attribute is obsolete; Use the StorableType attribute instead. /// internal static string ObsoleteStorableClassAnalyzerDescription { get { return ResourceManager.GetString("ObsoleteStorableClassAnalyzerDescription", resourceCulture); } } /// /// Looks up a localized string similar to Type '{0}' should be marked as StorableType instead of StorableClass. /// internal static string ObsoleteStorableClassAnalyzerMessageFormat { get { return ResourceManager.GetString("ObsoleteStorableClassAnalyzerMessageFormat", resourceCulture); } } /// /// Looks up a localized string similar to Obsolete StorableClass attribute. /// internal static string ObsoleteStorableClassAnalyzerTitle { get { return ResourceManager.GetString("ObsoleteStorableClassAnalyzerTitle", resourceCulture); } } /// /// Looks up a localized string similar to This kind of StorableConstructor signature is obsolete; Use the new signature instead. /// internal static string ObsoleteStorableConstructorAnalyzerDescription { get { return ResourceManager.GetString("ObsoleteStorableConstructorAnalyzerDescription", resourceCulture); } } /// /// Looks up a localized string similar to Type '{0}' should use the new StorableConstructor signature. /// internal static string ObsoleteStorableConstructorAnalyzerMessageFormat { get { return ResourceManager.GetString("ObsoleteStorableConstructorAnalyzerMessageFormat", resourceCulture); } } /// /// Looks up a localized string similar to Obsolete StorableConstructor signature. /// internal static string ObsoleteStorableConstructorAnalyzerTitle { get { return ResourceManager.GetString("ObsoleteStorableConstructorAnalyzerTitle", resourceCulture); } } } }