正文JobStorage.Current property value has not been initialized. You must set it before using Hangfire Client or Server API.IP云V管理员/2022-11-29/9 阅读 11/29提示:扫一扫查出行【扫一扫了解最新限行尾号】复制提示 JobStorage.Current property value has not been initialized. You must set it before using Hangfire Client or Server API. 要设置 hangfire 的存储数据库。GlobalConfiguration.Configuration.UseSqlServerStorage("sqlserver_connection"); 之后再添加任务。