Skip to content

MediatR is now superseeded #5

@jhogan05

Description

@jhogan05

If you upgrade to latest version, the syntax for AddMediatR has changed:

        services.AddMediatR(cfg => 
                {
                cfg.RegisterServicesFromAssembly(Assembly.GetExecutingAssembly());
                }
        );

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