We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84e71d3 commit fe161e1Copy full SHA for fe161e1
2 files changed
README.md
@@ -350,8 +350,8 @@ builder.Services.AddDispatchR(options =>
350
typeof(DispatchRSample.SecondPipelineBehavior),
351
typeof(DispatchRSample.GenericPipelineBehavior<,>)
352
];
353
- options.IncludeHandlers = [];
354
- options.ExcludeHandlers = [];
+ options.IncludeHandlers = null;
+ options.ExcludeHandlers = null;
355
});
356
```
357
src/Sample/Program.cs
@@ -34,8 +34,8 @@
34
35
36
37
38
39
40
41
var app = builder.Build();
0 commit comments