Prise
Prise copied to clipboard
A .NET Plugin Framework.
Why don't use PluginTypeName for FindPlugin? My Situation is there have several implementation plugins within same assembly, so I can't use FindPlugin method to find specific plugin for execute. I...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...
Obligation to use a prise.plugin.json file? Can we imagine leaving the customisation of the name of this file? 🤔
I think that instantiating MAUI might be worthwhile. We can start testing to see what changes we need to make to support cross platform plugins. 🔥 🔥 Steps to test:...
I think that to increase productivity and security we should instantiate DependaBot so that it can propose package updates. This way we would have instant visibility of the updates to...
I am struggling with setting up a basic use case for our application. While the examples work easily enough, the problem is that most of our plugins have a number...
Consideration of other languages. Use of a wrapper to develop plugins in other languages and have them detected by Prise.
Hi, First off nice library, second of all I'm trying to get the `Prise.Mvc` to work with Dependency Injection. I got it to work when when loading the plugins in...
Hello there! From what I understand you need to have plugins in a specific directory for the system to work. From the tutorial: > We will publish the OpenWeather.Plugin to...
1. Renaming files to class names and move some classes and interfaces to they own files. 2. Fixed issue with wrong IDisposable implementation. We no need to call GC.SuppressFinalize in...