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
@DurinMusicspear It's the usage of Array that gets us. Wolverine.HTTP is happily supporting IEnumerable<T> and any flavor of IList<T>. Array mechanics are different.
Describe the solution you'd like
In .Net you can use [FromQuery] to get an array/list from the query string, something like:
This does not seem to work in Wolverine when i tested it, neither with or without [FromQuery] attribute.
The text was updated successfully, but these errors were encountered: