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

IHostedServices as plugins

Open ferry-ispnext opened this issue 6 years ago • 0 comments

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 interface from .NET Core.

What I want to achieve is to have a folder of plugins (.dll’s) which are all hosted services. And I want to have them picked up when they are placed in the plugins folder.

Is is possible for you to create an example project for HostedServices?

ferry-ispnext avatar Jan 03 '20 07:01 ferry-ispnext