Skip to content
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

[Bug]: It's not possible to remove/get query parameters in UriBuilder #2248

Open
1 task done
bjarkihall opened this issue Oct 22, 2024 · 0 comments · May be fixed by #2247
Open
1 task done

[Bug]: It's not possible to remove/get query parameters in UriBuilder #2248

bjarkihall opened this issue Oct 22, 2024 · 0 comments · May be fixed by #2247
Labels
Approved The issue is approved Bug Something isn't working

Comments

@bjarkihall
Copy link

Describe the issue

It was already reported in the other repo, where the suggestion was to create a PR:
microsoft/ALAppExtensions#16460

So I did: #2247
But I think the validation needs a ticket within the same repository, so I'm creating this one. I hope this is the right approach, out of the issue templates, a Bug seemed to be the most fitting since I couldn't find a Microsoft idea and this had already been accepted in the other repo.

Expected behavior

UriBuilder should be able to Get/Add/Replace/Remove the queryparameter flags/parameters, but currently it can only Add/Replace them.

Steps to reproduce

Add parameter to UriBuilder instance.
The only way to remove the parameter is to Initialize it again with the Uri from scratch and make sure you don't add the parameter again.

Additional context

No response

I will provide a fix for a bug

  • I will provide a fix for a bug
@bjarkihall bjarkihall added the Bug Something isn't working label Oct 22, 2024
@JesperSchulz JesperSchulz added the Approved The issue is approved label Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Approved The issue is approved Bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants