File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
benchmarks/Foundatio.Mediator.Benchmarks Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1010 <!-- Emit compiler generated files for debugging purposes -->
1111 <CompilerGeneratedFilesOutputPath >Generated</CompilerGeneratedFilesOutputPath >
1212 <EmitCompilerGeneratedFiles >true</EmitCompilerGeneratedFiles >
13+ <DisableMediatorInterceptors >false</DisableMediatorInterceptors >
1314 <InterceptorsNamespaces >$(InterceptorsNamespaces);Foundatio.Mediator</InterceptorsNamespaces >
1415 </PropertyGroup >
1516
1617 <ItemGroup >
18+ <CompilerVisibleProperty Include =" DisableMediatorInterceptors" />
1719 <!-- Exclude the output of source generators from the compilation -->
1820 <Compile Remove =" $(CompilerGeneratedFilesOutputPath)/**/*.cs" />
1921 </ItemGroup >
Original file line number Diff line number Diff line change 99 <!-- Emit compiler generated files for debugging purposes -->
1010 <CompilerGeneratedFilesOutputPath >Generated</CompilerGeneratedFilesOutputPath >
1111 <EmitCompilerGeneratedFiles >true</EmitCompilerGeneratedFiles >
12- <DisableMediatorInterceptors >true</DisableMediatorInterceptors >
12+ <DisableMediatorInterceptors >false</DisableMediatorInterceptors >
13+ <InterceptorsNamespaces >$(InterceptorsNamespaces);Foundatio.Mediator</InterceptorsNamespaces >
1314 </PropertyGroup >
1415
1516 <ItemGroup >
You can’t perform that action at this time.
0 commit comments