We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Full repro;
Url url = "http://127.0.0.1/api".SetQueryParams(new Model { Values = Enumerable.Range(1, 3).ToArray() }); public class Model { public IEnumerable<int> Values { get; set; } }
Had been working using Flurl.Http (Flurl alone only included transitive) on versions 2.4.x, 3.0.x till 3.2.0 - now fails using 3.2.2
The text was updated successfully, but these errors were encountered:
Sorry, sort of let this slip through the cracks. Legit bug, regression related to #632. It'll be fixed in the next maintenance release.
Sorry, something went wrong.
#672 regression bug with IEnumerable -> query string
6cb3fac
Released
No branches or pull requests
Full repro;
Had been working using Flurl.Http (Flurl alone only included transitive) on versions 2.4.x, 3.0.x till 3.2.0 - now fails using 3.2.2
The text was updated successfully, but these errors were encountered: