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
{{ message }}
This repository was archived by the owner on Nov 20, 2018. It is now read-only.
Consolidate QueryBuilder into QueryString
Remove the QueryString(string name, string value) constructor. Consider changing it to a Create method with the Builder APIs?
Consider renaming QueryString (needs design)
The text was updated successfully, but these errors were encountered:
QueryString cannot efficiently implement either pattern shown above. It would be like trying to merge String and StringBuilder. I think QueryBuilder needs to remain as is. I will just update the QueryString constructor.
Consolidate QueryBuilder into QueryString
Remove the
QueryString(string name, string value)
constructor. Consider changing it to a Create method with the Builder APIs?Consider renaming QueryString (needs design)
The text was updated successfully, but these errors were encountered: