You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
jarlebh
pushed a commit
to jarlebh/Hyperion
that referenced
this issue
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
The text was updated successfully, but these errors were encountered: