Hello,
I tested two versions:
grandnode2-2.1.0_Source and grandnode2 from Github
litedb
In both cases the plugins are not loaded. If I click the button to update the list of plugins, the application is destroyed.
Accordingly, the application does not implement payment and delivery methods. Is this a bug or marketing? )
Plugins won't load
Monday, November 25, 2024 10:46:24 AM
In ASP.NET Core, when the application starts, DLL libraries are loaded into the application's memory. It is not possible to directly load new libraries or inject additional interfaces into Dependency Injection (DI) during the application's runtime. Consequently, when installing, uninstalling, or reloading plugins, an application restart is necessary.
In a local environment using Visual Studio, the application stops, and you need to manually restart the debugging process. In a production environment, when deployed, the application should automatically restart. This behavior is typically in IIS and NGINX server environments
In a local environment using Visual Studio, the application stops, and you need to manually restart the debugging process. In a production environment, when deployed, the application should automatically restart. This behavior is typically in IIS and NGINX server environments
1