added IEventSubscriber amd EventDistributorHostedService to optimize event processing

This commit is contained in:
sbwalker
2023-05-31 09:36:32 -04:00
parent 0d5c3a3a0c
commit 7a21f96552
5 changed files with 114 additions and 46 deletions

View File

@ -61,6 +61,6 @@
</Target>
<ItemGroup>
<!-- extends watching group to include *.dll files and exclude the ones cause an infinite loop -->
<Watch Include="**\*.dll" Exclude="**\Microsoft.EntityFrameworkCore.*.dll;**\Oqtane.Database.*.dll;"/>
<Watch Include="**\*.dll" Exclude="**\Microsoft.EntityFrameworkCore.*.dll;**\Oqtane.Database.*.dll;" />
</ItemGroup>
</Project>