Prise.Examples icon indicating copy to clipboard operation
Prise.Examples copied to clipboard

Example Projects for the Prise plugin framework

Results 3 Prise.Examples issues
Sort by recently updated
recently updated
newest added

I think implementing one plugin per language is not an efficient solution. Why don't you use standard approch of localized reasources and satellite dlls?

https://github.com/merken/Prise.Examples/blob/045e9bf510f067995bcffeb18cecd34125876d95/MicroserviceWithPlugins/Plugins/HttpPlugin/HttpRepositoryBase.cs#L20

At the moment I’m developing a agent application which needs to be installed on a local computer. This application consists of several services which are hosted services implementing the IHostedService...