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.