You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great if somehow properties could be ignored which have a certain Attribute currently doing it as follows to filter out all properties with the NotMappedAttribute but seems a bit slow:
Seems like some caching on the fields would solve the slow issue?
Here's a Helper class that wraps it up with a cache.... can't use a Custom Extension because TypeAccessor is abstract, doesn't use Generics, and doesn't provide public access to the internal Type being handled by FastMember.... but the helper is just as easy to consume...
It would be great if somehow properties could be ignored which have a certain Attribute currently doing it as follows to filter out all properties with the NotMappedAttribute but seems a bit slow:
The text was updated successfully, but these errors were encountered: