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

Can share type with a plugin which has higher version deps #268

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

NicolasDorier
Copy link

@NicolasDorier NicolasDorier commented Dec 15, 2022

This try to fix #242

We have a problem where a plugin is built using a version of the host on version x.x.x.2, but the plugin is deployed on a host having version x.x.x.1.

Without stripping version information from the AssemblyName, LoadFromAssemblyName is throwing an exception, and the type isn't shared.

Tests still pass, but note I have no idea what I'm doing and just bumped my head against the wall until it broke.

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

Successfully merging this pull request may close these issues.

[Question] type sharing when plugin has a newer version of a dependency?
2 participants