Skip to content

Commit 27408c1

Browse files
committed
Don't disable interceptors
1 parent 3be33bc commit 27408c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/Foundatio.Mediator.Benchmarks/Foundatio.Mediator.Benchmarks.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<!-- Emit compiler generated files for debugging purposes -->
1111
<CompilerGeneratedFilesOutputPath>Generated</CompilerGeneratedFilesOutputPath>
1212
<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>
13-
<DisableMediatorInterceptors>true</DisableMediatorInterceptors>
13+
<DisableMediatorInterceptors>false</DisableMediatorInterceptors>
1414
<InterceptorsNamespaces>$(InterceptorsNamespaces);Foundatio.Mediator</InterceptorsNamespaces>
1515
</PropertyGroup>
1616

0 commit comments

Comments
 (0)