Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jlchntoz/npluginsmanager
Simple Generic Plugins Manager for .NET
https://github.com/jlchntoz/npluginsmanager
c-sharp c-sharp-library dotnet plugin-manager
Last synced: 14 days ago
JSON representation
Simple Generic Plugins Manager for .NET
- Host: GitHub
- URL: https://github.com/jlchntoz/npluginsmanager
- Owner: JLChnToZ
- License: mit
- Created: 2018-06-17T05:12:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-17T05:22:20.000Z (over 6 years ago)
- Last Synced: 2024-11-01T06:25:46.802Z (2 months ago)
- Topics: c-sharp, c-sharp-library, dotnet, plugin-manager
- Language: C#
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NPluginsManager
This is a simple generic plugins manager written in C# and targeted on .NET Standard, all in a single library file without 3rd party dependencies, allows everyone to use this as a base for creating their own plugin system.
It already provided the plugin interface with the loader which can be easy to manage the plugins.Currently this is in early alpha stage and might be have many bugs, documentation and tests are not (yet) completed, but for basic usage can have a look on [TestPlugin](TestPlugin/) and [TestPluginHost](TestPluginHost/) project.
## License
[MIT](LICENSE)