We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In v7, this worked:
public interface IFoo { int Bar(); } internal interface IInternalFoo : IFoo { int IFoo.Bar() => InternalBar() + 1; [Get("/bar")] internal int InternalBar(); }
In v8, it complains that IFoo.Bar doesn't have a Refit attribute or the path isn't a string.
https://github.com/reactiveui/refit
The behavior should not have changed between v7 and v8.
No response
8
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug 🐞
In v7, this worked:
In v8, it complains that IFoo.Bar doesn't have a Refit attribute or the path isn't a string.
Step to reproduce
Reproduction repository
https://github.com/reactiveui/refit
Expected behavior
The behavior should not have changed between v7 and v8.
Screenshots 🖼️
No response
IDE
No response
Operating system
No response
Version
No response
Device
No response
Refit Version
8
Additional information ℹ️
No response
The text was updated successfully, but these errors were encountered: