-
Notifications
You must be signed in to change notification settings - Fork 24
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
Port: Filter generic base types when seaching for the resource proxy type #512
Conversation
Extend construct method for constructor invocations on resources
…-interface Add `ICameraDriver`
…lebound Allow Resource Management facade to notify when module is available (running)
In order to properly include the projects in different solutions, e.g. to test changes in an application, we need to have the FileVersion set for the projects.
When inheriting from a generic base type without adding additional interfaces, a resource can still have a generated proxy. However, in that case the proxy builder would assume the generic base type to be the best possible fit, which cannot be proxified.
@@ -0,0 +1,31 @@ | |||
using Moryx.AbstractionLayer.Drivers; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder how this makes it into this PR, that's already merged 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We found this to happen from time to time, Github just recognized changes from older merges that actually don't change anything🙈
Ports #510