Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generic Interface Type #415

Closed
michaelstaib opened this issue Dec 20, 2018 · 1 comment
Closed

Generic Interface Type #415

michaelstaib opened this issue Dec 20, 2018 · 1 comment
Milestone

Comments

@michaelstaib
Copy link
Member

At the moment we only have a non-generic interface type. We should now introduce a generic interface type so that we can automatically detect when a certain type implements a certain interface or extends a base class. Ideally the type parameter can be an interface or a base-class.

public class FooInterfaceType : InterfaceType<IFoo>
{
}
@michaelstaib michaelstaib added this to the 0.7.0 milestone Dec 20, 2018
@michaelstaib michaelstaib added 🙋 help wanted Extra attention is needed 🙋 good first issue Good for newcomers labels Jan 3, 2019
@michaelstaib michaelstaib pinned this issue Jan 16, 2019
@michaelstaib michaelstaib added in progress and removed 🙋 help wanted Extra attention is needed labels Jan 24, 2019
@michaelstaib
Copy link
Member Author

This one is now implemented with #546

@michaelstaib michaelstaib removed the 🙋 good first issue Good for newcomers label Jan 28, 2019
@michaelstaib michaelstaib unpinned this issue Jan 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant