-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Improve support to the dictionary returned by ParseQuery #20133
New issue
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
Conversation
…ng>> queryString) public Also update the summary of AddQueryString(string uri, IDictionary<string, string> queryString)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs at least one test calling each of the new APIs.
Reference assemblies need updating. |
…ing, StringValues>> queryString)
@Tratcher I think this PR is ready for review again. Thanks! |
Co-Authored-By: campersau <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One piece of test feedback and I think this is good to go. Thanks.
Co-Authored-By: Chris Ross <[email protected]>
Co-Authored-By: Chris Ross <[email protected]>
@Tratcher I have removed the brackets in the test cases. Unfortunately, getting this PR to pass all CI tests seems very difficult... |
Thanks |
Summary of the changes (Less than 80 chars)
AddQueryString(string uri, IEnumerable<KeyValuePair<string, string>> queryString)
public
AddQueryString(string uri, IEnumerable<KeyValuePair<string, StringValues>> queryString)
AddQueryString(string uri, IDictionary<string, string> queryString)
QueryBuilder(IEnumerable<KeyValuePair<string, StringValues>> parameters)
Addresses #7945