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
/InterfaceStubGenerator.Core/Refit.Generator.InterfaceStubGenerator/IService_refit.cs(16,11): error CS0535: 'Generated.FrobIService' does not implement interface member 'IBase.DoSomething(int)'
The issue is that the derived interface contains the refit attribute and we implement all expicitly. So the generated type doesn't actually implement the base.
The text was updated successfully, but these errors were encountered:
Forking from: #650
Generic Interface:
Refit Interface:
and got the same error message:
The issue is that the derived interface contains the refit attribute and we implement all expicitly. So the generated type doesn't actually implement the base.
The text was updated successfully, but these errors were encountered: