HangfireIO / Hangfire

An easy way to perform background job processing in .NET and .NET Core applications. No Windows Service or separate process required
https://www.hangfire.io
Other
9.32k stars 1.69k forks source link

The functions QueueCommand and AddCommand cannot be found. #2308

Open robertovaldesperez opened 11 months ago

robertovaldesperez commented 11 months ago

Im using last version: 1.8.6

this error happens when you try to queue it.

image

tobiasschittkowski commented 10 months ago

Hi, I get the same error after upgrading to 1.8.6, any solution yet? Thanks!

HernJer commented 9 months ago

The issue is with the FaceIT.Hangfire.Tags.SqlServer package. Upgrading to the beta (1.9.0-beta.3) should resolve this.

https://github.com/face-it/Hangfire.Tags/pull/80

yuzd commented 5 months ago

The issue is with the FaceIT.Hangfire.Tags.SqlServer package. Upgrading to the beta (1.9.0-beta.3) should resolve this.

face-it/Hangfire.Tags#80

get the same error after FaceIT.Hangfire.Tags.SqlServer package. Upgrading to the beta (1.9.0-beta.3)

image