-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Assembly.LoadFrom (.NET Framework) behaviour clarifications #7737
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
Conversation
The current docs can lead to confusion; they can be understood to say that an assembly with the same identity can only be loaded once - in fact it can only be loaded once in the same context, but the same identity can be both in the load and load-from contexts. Also added a (significant, in my opinion) caveat with the influence of binding redirects. Will remove if deemed too obscure.
|
Docs Build status updates of commit bbdd5bd: ✅ Validation status: passed
For more details, please refer to the build report. Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report. For any questions, please:
|
|
@steveharter could you please take a look at this one? |
Co-authored-by: Genevieve Warren <[email protected]>
Co-authored-by: Genevieve Warren <[email protected]>
|
Docs Build status updates of commit b4eaf5d: ✅ Validation status: passed
For more details, please refer to the build report. Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report. For any questions, please:
|
|
Docs Build status updates of commit 4cd1b83: ✅ Validation status: passed
For more details, please refer to the build report. Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report. For any questions, please:
|
The current docs can lead to confusion; they can be understood to say that an assembly with the same identity can only be loaded once - in fact it can only be loaded once in the same context, but the same identity can be both in the load and load-from contexts.
Also added a caveat with the influence of binding redirects. Will remove if deemed too obscure.