The automatic type-safe REST library for .NET Core, Xamarin and .NET. Heavily inspired by Square's Retrofit library, Refit turns your REST API into a live interface.
When interface inherits from another interface which contains eventhandlers, I get the error:
Generated.Service does not implement the interface member BaseInterface.Event
Describe the bug 🐞
When interface inherits from another interface which contains eventhandlers, I get the error: Generated.Service does not implement the interface member BaseInterface.Event
Step to reproduce
Create an interfact e.g. IDBBaseService:
Create an interface which inherits IDBBaseService e.g. IAIPromptService:
Reproduction repository
https://github.com/reactiveui/refit
Expected behavior
Ignore event handlers / correct handling of inherited interface
Screenshots 🖼️
No response
IDE
Visual Studio 2022
Operating system
Windows
Version
.NET 8 Blazor API
Device
Windows
Refit Version
7.2.1
Additional information ℹ️
No response