We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1361694 + c78c80d commit 65f6d40Copy full SHA for 65f6d40
1 file changed
src/Cortex.Mediator/DependencyInjection/ServiceCollectionExtensions.cs
@@ -15,9 +15,8 @@ public static class ServiceCollectionExtensions
15
{
16
public static IServiceCollection AddCortexMediator(
17
this IServiceCollection services,
18
- IConfiguration configuration,
19
Type[] handlerAssemblyMarkerTypes,
20
- Action<MediatorOptions>? configure = null)
+ Action<MediatorOptions> configure = null)
21
22
var options = new MediatorOptions();
23
configure?.Invoke(options);
0 commit comments