spassalacqua@itelinc.com的活动

Hello

I am having issues using hangfire when creating the project and adding the module using the CLI. I followed the instructions here I created my solution using this CLI command

abp new MyOrg.MyProject -t app --ui none -d ef -dbms SqlServer

Then added the package using abp add-package Volo.Abp.BackgroundJobs.HangFire

Opened MyOrg.MyProject.HttpApi.Host.MyProjectHttpApiHostModule

And was trying to add context.Services.AddHangfire(config => { config.UseSqlServerStorage(configuration.GetConnectionString("Default")); });

However, "context.Services.AddHangfire" is not available.

Am I missing a step or dependency?

显示 1 个条目中的 1 到 1 个.
Made with ❤️ on ABP v8.2.0-preview Updated on 三月 25, 2024, 15:11