-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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't open the .NET bundle file. #3197
Labels
Comments
It seems that a logic to prioritize bundled entries should be added. If a file with the same name exists in the ILSpy directory, this file will be loaded first instead of loading the bundled entry. |
The same issue exists for nuget packages |
siegfriedpammer
added a commit
that referenced
this issue
Jun 2, 2024
…y can only be loaded from a file when dealing with a file from a bundle or package.
@siegfriedpammer My github account was suspended two weeks ago, and has been reinstated now. |
mattsh247
pushed a commit
to mattsh247/ILSpy
that referenced
this issue
Jul 30, 2024
…at currently can only be loaded from a file when dealing with a file from a bundle or package.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Steps to reproduce
Error message shown
Details
LoadedAssembly.LoadAsync doesn't catch exceptions when thrown in "result = await loader.Load(fileName, stream, settings).ConfigureAwait(false);". If open an entry in bundled file, FileNotFoundException will be thrown and breaks logic of LoadAsync.
The text was updated successfully, but these errors were encountered: