I am new to autofac and using .net 5-6 in my projects, i built my app in different modules which are loaded in app startup (using alc). But i was wondering if its possible with autofac to load/unload these full app plugins on runtime. much like how wordpress etc. are designed.
you load a zip file with all the plugin dll/files and it manages the info of it on runtime? including services & middlewares initialization.