-
-
Couldn't load subscription status.
- Fork 770
Open
Labels
Description
Describe the bug 🐞
Using Refit for integration testing for our internal API. When working with it, discovered a problem with Guid processing in request. Guid is added with "..." in it that causes incorrect processing and gives BadRequest in test:
Step to reproduce
- Go to 'Reproduction repository'
- Run test
- I've also added
RequestMiddlewareandLoggingHandlerfor easier investigation in debug mode
Reproduction repository
https://github.com/arthurlomakin11/RefitInvalidMultipartGuidTest
Expected behavior
Here's the correct request(used Swagger from 'Reproduction repository'):
As you can see, Guid is shown in plain form, without "..."
Screenshots 🖼️
No response
IDE
Rider Windows
Operating system
No response
Version
No response
Device
No response
Refit Version
8.0.0
Additional information ℹ️
No response