andrewabest / Conventional

A suite of convention specifications for enforcing type and style conventions in your codebase
Microsoft Public License
97 stars 29 forks source link

Failed conventions relating to a property on a type should report the property name #28

Open tristanmenzel opened 8 years ago

tristanmenzel commented 8 years ago

Conventions such as MustInstantiatePropertiesOfSpecifiedTypeInDefaultConstructor report the type name and the type of the property but not the name of the property which means it takes longer than it should to resolve the issue.