icsharp / Hangfire.RecurringJobExtensions

Extensions for Hangfire to build RecurringJob automatically
MIT License
181 stars 36 forks source link

recurringjob.json文件中Type类型转换 .net6.0 #16

Open hcchappy opened 1 year ago

hcchappy commented 1 year ago

Error converting value "Core.Time.Job.CommonJob, Core.Time.Job" to type 'System.Type'. Path '[0].job-type', line 4, position 56.

之前在.netstandard2.0中使用没有问题,但是在.net6.0中就出现以上异常信息。