Partial interface
Closed this issue · 5 comments
vmachacek commented
I realized when I need to "overwrite" generated functionality mostly to provide different return type for convenience, it would be nice to make interface partial where the generated file would stay the same and I can add custom endpoint in other file keeping them separated and compatible with auto re-generation.
Dreamescaper commented
Yup, that makes perfect sense!
Dreamescaper commented
@vmachacek
Sure!
Dreamescaper commented
Thanks for your contribution, I've published updated version to nuget, please check it out.
https://www.nuget.org/packages/GenerateAspNetCoreClient.Refit/
vmachacek commented
wicked, thanks!