Activités de "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?

Affichage de 1 à 1 sur 1 entrées
Made with ❤️ on ABP v8.2.0-preview Updated on mars 25, 2024, 15:11