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
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.
Hey, it looks like the behaviour of [AliasAs(null)] was unintentional and was unknowingly fixed in 1b45219.
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?
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
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
The text was updated successfully, but these errors were encountered: