Closed
Description
The missing property should be clearly indicated in the error message so it could be easily identified by the developer. For example, in the error message PropertyReferenceException: No property name found for type MyClass!
the property named "name" fits too perfectly in the sentence which made me not identify the property name.
The error message template should use quotes to make it more clear, i.e. No property '%s' found for type %s!
.