Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 488 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 488 Bytes

DynamicAssemblyLoading

Figuring out how to load assemblies during runtime in dotnet core 3.

There are 2 plugins in the plugin folder that both implement ITask and ITaskInformation from a shared library. The goal is to get both assemblies dynamically loaded into the DynamicAssemblyLoading Assembly.

Run the Init.sh first. This will build the 2 plugin projects and create plugin folders inside the DynamicAssemblyLoader project. It then will move the dlls into those plugin folders.