Replies: 1 comment
-
Interested in a good answer here too. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Let's say I consume 2 APIs: A and B. They both provide a NuGet package with Refit interfaces and DTOs inside. But A uses Refit 5.* and B uses Refit 7.*. When I use both interfaces in the same project, one of them works and another fails with:
I assume it must be because attributes from different versions of Refit are considered to be different types at runtime and Refit cannot find the attribute it is looking for.
What can I do to use both interfaces in the same project?
Beta Was this translation helpful? Give feedback.
All reactions