-
-
Notifications
You must be signed in to change notification settings - Fork 776
Open
Labels
Description
Describe the bug 🐞
I have a previously working integration with Auth0:
[Get("/users?q=app_metadata.profileId:\"{profileId}\"")]
Task<IApiResponse<List<Auth0User>>> GetUsersByProfileIdAsync(string profileId, CancellationToken ct);With version 8.0.0 this worked perfectly. When I upgrade to 9.0.2 then it trims the final " from the end of the URL.
Step to reproduce
- Create a project with Refit 8.0.0
- Create a Refit API call that has a double quote on the end of the query string
- Execute the code and note the URL that is called
- Update the project to Refit 9.0.2
- Execute the code again and compare the URL to the previous one
Reproduction repository
No response
Expected behavior
Trailing double quotes should not be removed.
Screenshots 🖼️
No response
IDE
Rider Windows
Operating system
Windows
Version
11
Device
No response
Refit Version
9.0.2
Additional information ℹ️
No response