Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Documentation is out of date #8

@kevingy

Description

@kevingy

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>?)'

Perhaps a default constructor was removed?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions