Questions tagged [hangfire-console]
17 questions
0
votes
1 answer
.netcore 2.0 console UseHangfireDashboard extension is not available
I created a new .net core 2.0 console project.
using Hangfire;
using Microsoft.Owin;
using Owin;
[assembly: OwinStartup(typeof(Test.WorkerHost))]
namespace Test.worker
{
public class WorkerHost
{
…

Balvinder Singh
- 43
- 6
-1
votes
0 answers
Hangfire Job Exception as Failed in .NET 6
This is Image where i want to show exception
I want to show my exception in Hangfire (Failed Section) in .NET 6.0. What should I need to do?
I have tried many solution i have also attached my startup file.
public void…

Daud Raza
- 1
- 5