Skip to content

Do not require internal license checkers to be registered in the container #1127

@jbogard

Description

@jbogard

See #1126

The internal license checkers are resolved by the container instead of instantiated directly. This causes problems when users don't use IServiceCollection. The ServiceRegistrar exposes registration methods but it's still required to use IServiceCollection.

Instead, we can only require MediatRServiceConfiguration to be registered (where all the configuration is), which is public.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions