Interfaces containing static abstracts as type arguments
So curiously, this works
but these don't
The interface 'IBar' cannot be used as type argument. Static member 'IBar.CreateAsync()' does not have a most specific implementation in the interface.
Is there any way to work around this without using a regular factory interface?2 Replies