You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 16, 2021. It is now read-only.
The readme.md on the home page for this project says:
s.AddQuartz()
.AddJob<MyJob>(); //You can add all the jobs you need in a fluent way
Doing so results in:
error CS0121: The call is ambiguous between the following methods or properties: 'ServiceCollectionExtensions.AddJob<T>(IServiceCollectionQuartzConfigurator, Action<IJobConfigurator>?)' and 'ServiceCollectionExtensions.AddJob<T>(IServiceCollectionQuartzConfigurator, JobKey?, Action<IJobConfigurator>?)'
The readme.md on the home page for this project says:
Doing so results in:
Perhaps a default constructor was removed?