Skip to content

DirectoryModuleCatalog contains a large number of outdated APIs #2931

Open
@BoyFaceGirl

Description

@BoyFaceGirl

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?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions