-
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can this library work as Plugin Loader? #3
Comments
yes, but you may want to use
well, there are only two ways to acrchve plugins, 1). LazyMan.ModularLoader/test/SubAppTest/HostApp/Startup.cs Lines 47 to 78 in cb805ed
and that means you can not make a razor dll's assembly name as same as other plugins (because the way that razor add to |
be notice that unloadable ALC have many limit as #1 meation ,
and thats why this project no active develop. |
ok, so i will try to do this in net 6 but i am also ready to wait till net 7 if that's going to solve these issues that you have pointed out. |
Hello,
Instead of Modules i want my assembly subparts to behave as plugins, load/unload on runtime without affecting host app. Can you guide me how this is possible with this library, currently i am using DotnetCorePlugins
but this have bug in razor that your library solves, so i am interested if i can port to yours.
thanks
The text was updated successfully, but these errors were encountered: