IntelliTect / Coalesce

Quickly build amazing web apps
https://intellitect.github.io/Coalesce/
Apache License 2.0
62 stars 22 forks source link

Update [ListTextAttribute] docs #366

Closed meghanmae closed 2 months ago

meghanmae commented 8 months ago

When I get this error message, my first step is to look up [ListTextAttribute], because I just copy-paste the name from the error message. It would be nice to be able to easily search the fully qualified attribute name rather than having to shorten it to the C# conventional name [ListText]

** Failure: StormingTheCastle.Data.Models.MyModel.MyModelProperty: The target object for the property has no discernible display text. Add a [ListTextAttribute] to one of its properties.
[e:15.860] Model validation failed. Exiting.

image image