What is Prise?
masterPrise is a plugin framework for .NET (Core) applications. It is designed to enable the development of decoupled pieces of code with minimal effort while maximizing customizability and backwards compatibility.
Key capabilities include:
- Loading plugins from foreign assemblies.
- Decoupling local and remote dependencies to avoid assembly mismatches.
- Fully customizable plugin loading processes.
- Support for loading plugins via Prise Plugin Packages (NuGet).
- Maintaining backwards compatibility for older plugins.