Closed Exellion closed 1 month ago
Hey, it looks like the behaviour of [AliasAs(null)]
was unintentional and was unknowingly fixed in 1b452190.
I personally think that Refit could benefit from a feature like this. I don't know if a new attribute should be created or perhaps this quirk should be reintroduced but documented. Would you be open to creating a feature request for this?
Feature request created
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Describe the bug 🐞
Previously, I can use AliasAs(null) to mark some properties that shouldn't be included in query parameters. For now (v.7.2.1) it does not work anymore.
Step to reproduce
Mark some property with attribute AliasAs(null)
Reproduction repository
https://github.com/reactiveui/refit
Expected behavior
The result url should be (and it was previously so)
Screenshots 🖼️
No response
IDE
No response
Operating system
No response
Version
No response
Device
No response
Refit Version
7.2.1
Additional information ℹ️
No response