-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Closed
Labels
Milestone
Description
This is a running list of APIs that might be problematic for single file and we'll need to tag in some way. Until we have such mechanism here they are:
- Assembly.Location
- Assembly.CodeBase
- Assembly.EscapedCodeBase
- AssemblyName.CodeBase
- AssemblyName.EscapedCodeBase
- AssemblyDependencyResolver
- Assembly.GetFile
- Assembly.GetFiles
- Marshal.GetHINSTANCE
- Module.FullyQualifiedName
Assembly load APIs that might be problematic if people choose them instead of Assembly.Load by accident:
- AssemblyLoadContext.LoadFromAssemblyPath
- Assembly.LoadFile
- Assembly.LoadFrom