BaristaLabs / BaristaCore

BaristaCore is a framework for providing a serverless platform using ChakraCore and .Net Core
MIT License
28 stars 3 forks source link

Implement a module loader that dynamically finds IBaristaModules in assemblies #29

Closed Oceanswave closed 6 years ago

Oceanswave commented 6 years ago

Would look at, say, a barista_modules folder and using unity or ninject — or possibly Microsoft.Extensions.DI — finds all implementations and makes them available to scripts

Oceanswave commented 6 years ago

See https://shazwazza.com/post/custom-assembly-loading-with-aspnet-core/