Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/31/18 14:26:32 (5 years ago)
Author:
jkarder
Message:

#2520: added analyzer and fix for adapting storable ctor signature

File:
1 edited

Legend:

Unmodified
Added
Removed
  • misc/tools/PersistenceCodeFix/PersistenceCodeFix/PersistenceCodeFix/Resources.Designer.cs

    r14985 r16475  
    2121    // To add or remove a member, edit your .ResX file then rerun ResGen
    2222    // with the /str option, or rebuild your VS project.
    23     [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
     23    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")]
    2424    [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    2525    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
     
    142142            }
    143143        }
     144       
     145        /// <summary>
     146        ///   Looks up a localized string similar to This kind of StorableConstructor signature is obsolete; Use the new signature instead.
     147        /// </summary>
     148        internal static string ObsoleteStorableConstructorAnalyzerDescription {
     149            get {
     150                return ResourceManager.GetString("ObsoleteStorableConstructorAnalyzerDescription", resourceCulture);
     151            }
     152        }
     153       
     154        /// <summary>
     155        ///   Looks up a localized string similar to Type &apos;{0}&apos; should use the new StorableConstructor signature.
     156        /// </summary>
     157        internal static string ObsoleteStorableConstructorAnalyzerMessageFormat {
     158            get {
     159                return ResourceManager.GetString("ObsoleteStorableConstructorAnalyzerMessageFormat", resourceCulture);
     160            }
     161        }
     162       
     163        /// <summary>
     164        ///   Looks up a localized string similar to Obsolete StorableConstructor signature.
     165        /// </summary>
     166        internal static string ObsoleteStorableConstructorAnalyzerTitle {
     167            get {
     168                return ResourceManager.GetString("ObsoleteStorableConstructorAnalyzerTitle", resourceCulture);
     169            }
     170        }
    144171    }
    145172}
Note: See TracChangeset for help on using the changeset viewer.