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
This line show that internal properties are not taken into account when getting properties.
In Lucca.Auth, we have a public mail property of type MailAddress, which is backed behing the scene by a mailAsString internal property that is mapped to EF and on which I would like to transfer any filter made on mail.
The only pb is that maiAsString is not found by the ExpressionParser because it is internal.
The text was updated successfully, but these errors were encountered:
RestDrivenDomain/src/Rdd.Domain/Helpers/Expressions/ExpressionParser.cs
Line 147 in e812358
This line show that internal properties are not taken into account when getting properties.
In Lucca.Auth, we have a public
mail
property of type MailAddress, which is backed behing the scene by amailAsString
internal property that is mapped to EF and on which I would like to transfer any filter made onmail
.The only pb is that
maiAsString
is not found by theExpressionParser
because it is internal.The text was updated successfully, but these errors were encountered: