You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
publicvoidRun(DateTimedate,PerformContextcontext){context.SetTextColor(ConsoleTextColor.White);context.WriteLine($"Processing for date: {date:yyyy-MM-dd}");varbar=context.WriteProgressBar();bar.SetValue(100);}
Work as expected when just using the default app.UseHangfireDashboard()
The text was updated successfully, but these errors were encountered:
Using .Net 6.
Program.cs:
Job:
Work as expected when just using the default
app.UseHangfireDashboard()
The text was updated successfully, but these errors were encountered: