I need to host Hangfire server in different assembly from the client. I did a demo and all works well. My only problem is: I have a shared library that contains methods that are invoked when job is queued. This works fine when both client and server project under same solution. In real live: they are not. Server is hosted in .Net Core Web API project, where is client is a classic ASP.Net project. Problem: how do share a library that contains methods that are being invoked? I was thinking a private NuGet repo. But it’s an overkill setting a local NuGet repo just for one library. Any ideas are greatly appreciated.
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Using Hangfire with Console Application | 2 | 892 | June 8, 2023 | |
Using One Hangfire Server in several projects | 8 | 6975 | December 24, 2015 | |
Tip for anyone trying to run Hangfire server in a windows service with .net core | 0 | 1346 | September 30, 2019 | |
Architecture question | 2 | 1499 | April 19, 2016 | |
Is there any sample of using Hangfire with client and server separated? | 1 | 739 | February 10, 2020 |