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
"title": "ArgumentException",
"detail": "'SomeEnum' is not a member of type 'System.Collections.Generic.List`1[Rs.Services.Clients.Models.Author]' (Parameter 'propertyOrFieldName')","status": "500"
Description
Consider the models:
then, the following does not work:
Error:
Note that, however, the following does work:
http://localhost:5000/v1/articles?filter[someEnum]=1
The text was updated successfully, but these errors were encountered: