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

DirectoryModuleCatalog contains a large number of outdated APIs #2931

Open
BoyFaceGirl opened this issue Aug 16, 2023 · 1 comment
Open

DirectoryModuleCatalog contains a large number of outdated APIs #2931

BoyFaceGirl opened this issue Aug 16, 2023 · 1 comment
Milestone

Comments

@BoyFaceGirl
Copy link

BoyFaceGirl commented Aug 16, 2023

Summary

return Assembly.ReflectionOnlyLoadFrom(dependentAssemblyFilename);

assembly.ReflectionOnlyLoadFrom(dependentAssemblyFilename);

API Changes

assembly.load(dependentAssemblyFilename);

The recommended method for loading DLLs in. net core is AssemblyContextLoad. Would you like to consider changing AppDomain to AssemblyContextLoad in the future?

@brianlagunas
Copy link
Member

Would you like to submit a PR?

@dansiegel dansiegel added this to the vNext milestone Jan 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants