You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple library that allows to implement a plugin-based architecture. It also includes a `PluginAttribute` type to be used by plugins.
14
+
A simple library that helps to implement a plugin-based architecture. It also includes a [PluginAttribute](https://mrdave1999.github.io/CPlugin.Net/api/CPlugin.Net.PluginAttribute.html) type to be used by plugins.
15
+
16
+
The purpose of this library is to provide a way to load plugins from a configuration file such as settings.json or .env, to facilitate the exchange of dependencies without having to make changes to the host application.
0 commit comments