feat : ajout d'un intercepteur de requêtes lentes EF Core et une configuration des options de performance

This commit is contained in:
mirage
2026-04-02 10:50:19 +02:00
parent 019e140f4a
commit 83eae661bf
5 changed files with 183 additions and 5 deletions

View File

@@ -23,6 +23,7 @@
<ItemGroup>
<ProjectReference Include="..\Webzine.Business.Contracts\Webzine.Business.Contracts.csproj" />
<ProjectReference Include="..\Webzine.Entity\Webzine.Entity.csproj" />
<ProjectReference Include="..\Webzine.Repository.Contracts\Webzine.Repository.Contracts.csproj" />
</ItemGroup>