Skip to content

An example of using a CustomAssemblyResolver to load System.Data.SqlClient

Notifications You must be signed in to change notification settings

Meberem/CustomAssemblyResolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

/Loader/Loader.csproj will be used to load assemblies and output some information, in this case Methods and their return types

/LibToLoad/LibToLoad.csproj is a normal dll that will be reflected over

/Loader/AssemblyResolver.cs has been adapted from https://samcragg.wordpress.com/2017/06/30/resolving-assemblies-in-net-core/

/Loader/PackageCompilationRuntimesAssemblyResolver is a very crude loader that allows loading of System.Data.Client.dll

About

An example of using a CustomAssemblyResolver to load System.Data.SqlClient

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages