-
Notifications
You must be signed in to change notification settings - Fork 0
Error Messages
Severity: Error
When using the OutputRegex
attribute you must supply the Regex
parameter. Also, it must be a valid regular expression. In the latter case, the error message will indicate why it is invalid.
Severity: Warning
Only one Output*
attribute may be used on a property. The first attribute will be used and others ignored.
Severity: Warning
A class marked with OutputsToString
has no public properties. Just the class name a No properties to display
will be in the output.
Severity: Warning
The Title
property was used, but one of the members specified in the string was not found.
Severity: Warning
A class marked with OutputsToString
is private
Severity: Error
An OutputProperty*
attribute has the name of a property that doesn't exist on the type of the property
Severity: Error
An OutputProperty*
attribute must have a non-empty first parameter (Name)
Severity: Error
An OutputProperty*
attribute is on a property that has an invalid type for the generator
Severity: Error
An OutputFormatProvider
method name parameter was not found on the type
Severity: Error
An OutputFormatProvider
method doesn't have the proper signature. The error message should show the correct syntax, which must be like public static string MethodName(PropertyType)