Type, namespace, and member identifiers are Pascal-cased. Parameter identifiers are camel-cased. Two letter acronyms within these identifiers should be upper-cased, for example, use System.IO instead of System.Io. Acronyms of three or more letters should be Pascal-cased, for example, use System.Xml instead of System.XML. The pascal-casing convention capitalizes the first letter of each word, as in BackColor. The camel-casing convention formats the first letter of the first word in lowercase and capitalizes the first letter of all subsequent words, as in backgroundColor. Although it may be common practice for some two letter acronyms to not be fully capitalized, violations of this rule should not be excluded for this reason. For example, 'DbConnection', is common but incorrect; use DBConnection. A violation of this rule might be required for compatibility with existing, non-managed symbol schemes. In general, however, these symbols should not be visible outside the assembly that uses them.
Type {0} is both ComVisible(true) and set to Auto layout. Make this type ComVisible(false) or specify Explicit or Sequential ...
Type {0} uses ClassInterfaceAttribute(ClassInterfaceType.AutoDual) which might not version properly. Instead, define and ...
Type {0} uses member {1}. Because this member was introduced in {2}, which was not included in the project's target framework, ...
Type {0} uses type {1}. Because this type was introduced in {2}, which was not included in the project's target framework, ...
Type, namespace, and member identifiers are Pascal-cased. Parameter identifiers are camel-cased. Two letter acronyms within ...
TypeConverter syntax error encountered while processing initialization string '{0}'. Cannot have property elements on objects ...
TypeConverter syntax error encountered while processing initialization string '{0}'. Element attributes are not allowed on ...
TypeDescriptor '{2}' belonging to Parameter with direction 'In' refers to {0} FilterDescriptor with Name '{1}'. {0} FilterDescriptors ...
TypeDescriptor '{2}' belonging to Parameter with direction 'Out' or 'Return' refers to {0} FilterDescriptor with name '{1}'. ...