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

Port: Filter generic base types when seaching for the resource proxy type #512

Merged
merged 7 commits into from
Dec 20, 2024

Conversation

1nf0rmagician
Copy link
Member

Ports #510

1nf0rmagician and others added 6 commits December 5, 2024 12:47
Extend construct method for constructor invocations on resources
…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.
@1nf0rmagician 1nf0rmagician added the bug Something isn't working label Dec 18, 2024
@1nf0rmagician 1nf0rmagician self-assigned this Dec 18, 2024
@@ -0,0 +1,31 @@
using Moryx.AbstractionLayer.Drivers;
Copy link
Contributor

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 🤔

Copy link
Member Author

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🙈

@Toxantron Toxantron merged commit d1fa2db into dev Dec 20, 2024
8 checks passed
@Toxantron Toxantron deleted the fix/resource-endpoint branch December 20, 2024 09:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants