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

Hyperion deserializer version tolerance fails for assemblies #269

Closed
jarlebh opened this issue Oct 8, 2021 · 1 comment
Closed

Hyperion deserializer version tolerance fails for assemblies #269

jarlebh opened this issue Oct 8, 2021 · 1 comment
Labels

Comments

@jarlebh
Copy link
Contributor

jarlebh commented Oct 8, 2021

Version Information
Hyperion version
Describe the bug
LoadTypeByName failes to ignore assembly version since the Type.GetType throws an FileNotFoundException instead of FileLoadException.

To Reproduce
This failes in our .net 5.0 application

Expected behavior
If FileNotFoundException try to load without assembly version

Actual behavior
The FileNotFoundException is returned to caller.

Environment
Windows .Net 5.0

jarlebh pushed a commit to jarlebh/Hyperion that referenced this issue Oct 8, 2021
…where an FileNotFoundExeption is thrown.
Aaronontheweb pushed a commit that referenced this issue Oct 21, 2021
…FileNotFoundExeption is thrown. (#270)

Co-authored-by: Jarle Hjortland <[email protected]>
@Aaronontheweb
Copy link
Member

closed via #270

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants