Anyone know a Hangfire extension to load/update tasks from folder/nuget?

Hangfire has really helped me with tasks coded into the web app I work on, really incredibly smooth and reliable. Another part of my app are tasks I load into a generic console app to run outside the web process, update independently. Azure WebJobs sort of seemed like a good replacement, but if you’ve used them… well, they are not ideal.

So my thought is that there must be a way to load self-contained tasks into a Hangfire host, add & update them through some feed (nuget?) so that you can just toss a new task & schedule into the mix without explicitly building them into the host. Has anyone seen that sort of thing running reliably somewhere? It’s gotta exist, but I searching for “.net job engine” and the like turn up very little.

Thanks!

James